span .select2 {
	width: 100%!important;
}
.the7-woo-select2-dropdown .select2-search--dropdown {
	padding: 10px!important;
}

/*CHECKOUT LAYOUT*/
@media (min-width: 701px) {
.the7-woocommerce-checkout #customer_details, .the7-cart-form, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details, .shop_table_responsive, .woocommerce-cart-wrap .cross-sells {
	width: calc(100% - 45% - 60px);
}

@media screen and (max-width: 700px)
.the7-cart-form, .the7-woocommerce-checkout #customer_details, .wc-side-column, .wc-complete-wrap .wc-wide-column, .wc-complete-wrap .woocommerce-bacs-bank-details {
    width: 100%;
}

.wc-order-review, .wc-side-column {
	width: 45%;
}
}

/*CHECKOUT OPTIONS*/
.woo-extra-space {
	margin-top: 40px;
}
.the7-woocommerce-checkout #order_comments_field {
    margin-top: 2px;
}
.the7-woocommerce-checkout .woocommerce-shipping-fields {
    margin-bottom: 0px;
}
.woo-extra-space-payment {
	padding: 20px 0 5px 0;
}

/*CAMPOS CHECKOUT*/

#billing_country_field {
	display: none;
}

/* @media screen and (min-width: 700px) {
	#billing_state_field {
		width: 40%
	}
	#billing_city_field {
		width: 40%;
	}
} */

/*PRODUCT PAGE*/
.awdr_discount_bar {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.onsale {
	color: #FFF!important;
	background-color: #000!important;
	border-color: #000!important;
}

.awdr_discount_bar {
	display: inline-block;
}

/*CUSTOM THUMBNAIL IN CHECKOUT*/
.checkout-review-woa-thumbnail {
	display: flex;
	width: 80px;
	height: 80px;
}
.checkout-review-woa-product-info {
	display: flex;
}

/*CUSTOM PAYMENT ICONS*/
.wc_payment_method {
	padding-bottom: 15px;
}

/* PART 1 - Before Lazy Load 
img[data-lazyloaded]{
    opacity: 0;
}
*/
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.esconder {
    visibility: hidden !important;
    margin-bottom: -100px !important;
}
.esconder .required{
	visibility: hidden !important;
}

/*POST CHECKOUT*/
.wc-complete-wrap p {
	width: 100%!important;
}
#submit-payment {
	margin: 0 auto!important;
}
.joinchat__button {
	bottom: 58px!important; right: 5px!important;
}
.scroll-top.on {
    right: 25px;
    opacity: 1;
    z-index: 109;
}

/* Boton Vista rápida */
.yith-wcqv-button.inside-thumb span, .yith-wcqv-button.button {
    color: #ffffff;
    background: #222222;
    margin-left: 25%;
    margin-right: 25%;
}
.posted_in a{ color:#770015!important;}

.yith-quick-view-content div.entry-summary a{
 border: 1px solid!important; font-weight:_bold!important; padding:5px!important;
}