/*
Theme Name: Diseño_Empaques_delCauca
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/*****************************************************************************/
/*						 			YITH PLUGINS 							*/
/*****************************************************************************/
.widget_ywraq_mini_list_quote{
	margin: 21px 0;
}


.yith-ywraq-list-widget-wrapper .raq-info {
	display: block;
	margin: 0;
	padding: 0 0.1rem;
	font-size: 10px;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: -13px;
	background-color: red;
	border-radius: 3rem;
	width: 16px;
	height: 16px;
	text-align: center;
	right: -7px;
}
.yith-ywraq-list-widget-wrapper .raq-info .raq_label{
	color: #fff;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper{
	left:0;
	transform: translate(-45%, 0%);
}


/*****************************************************************************/
/*						 		PRODUCT CUSTOMIZER 							*/
/*****************************************************************************/

#tshirtecommerce-designer .dg-tools > div:first-of-type, #tshirtecommerce-designer .dg-tools > a:first-of-type, #tshirtecommerce-designer .dg-tools > button:last-of-type{
	display:none !important;
}
.price-wrapper {
    font-size: 0;
}
.price-wrapper .button.e-custom-product {
    position: absolute;
    top: -21rem;
    right: 0;
    margin: 0;
	font-size: 0.9rem;
}
.designer-attributes .list-colors > a {
	border-radius: 50%;
}
.designer-attributes .list-colors > a.active {
	border: 0.1rem dashed #11519b;
}

#product-attributes-wrapper{ position: relative;}
#addReqBtn {
	display: inline-block;
	top: 0;
	left: 50%;
	width: auto;
	position: absolute;
	transform: translate(-50%, 0);
	text-align: center;
}
#downloadDesign {
	color: #11519b !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #fff;
	padding: 7px 15px;
	margin: 10px;
	border-radius: 6rem;
	display: inline-block;
	border: 1px solid #11519b;
    margin-top: 2.2rem;
    position: absolute;
	transition: all 0.4s ease 0s;
}
#addReqBtn .yith-ywraq-add-button {
	text-align: center;
}
.woocommerce_msrp a.button {
	margin:0;
}
#instructions{
    background: rgb(255, 255, 255);
    font-size: 0.85rem;
    border: 2px dashed #11519b;
    padding: 2rem;
    border-radius: 1.5rem;
	position: relative;
}
#instructions .titulo {
	position: absolute;
	top: -1.3rem;
	left: 50%;
	transform: translate(-50%);
	background: #fff;
	color: #11519b;
	padding: 0.3rem 1.5rem;
	border-radius: 5rem;
	font-size: 1.1rem;
	border: 2px solid #11519b;
	font-weight: bold;
}

/*****************************************************************************/
/*						ADD MOBILE ONLY CSS HERE 							*/
/*****************************************************************************/

@media only screen and (max-width: 48em) {



}