p.out-of-stock{
    font-weight: bolder; 
    border: 1px solid #8dbe22; 
    border-radius: 5px; 
    padding: 10px; 
    font-size: 20px !important; 
    width: max-content;
}

section.single-producto-description p{
    margin: 0 0 9px 0 !important;
}

section.single-producto-description table.variations tr{
    display: block !important;
}

.woocommerce div.product form.cart .variations label::before{
    content: 'Selecciona el ';

}

.woocommerce div.product form.cart .variations select{
    max-width: 85% !important;
}

.couple-btns{
    display: flex;
    gap: 15px;
    justify-content: end;
    align-items: center;
    margin: 10px 0;
}

.woocommerce-message:has(> .couple-btns){
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-message:has(> .couple-btns)::after{
    content: unset
}

.woocommerce-message:has(> .couple-btns)::before{
    top: auto !important;
}

.couple-btns > a.button.wc-backward{
    max-height: 45px;
    line-height: 18px !important;
}

h4.parent-submenu{
    text-align: left;
    font-size: 11px;
    min-height: auto;
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h4.parent-submenu > a{
    color: #8dbe22 !important;
}

.card-product{
    position: relative;
}

.card-product figure img{
    max-height: 220px;
}

.tag-promo.red {
    display: inline-block;
    background-color: #F4A020;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 500;
    /* border-radius: 4px; */
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tag-promo.red p{
    margin: 0px;
}
.tag-promo.red h4, .tag-promo.red h5{
    margin: 0px !important;
    min-height: inherit;
}
.tag-promo.red strong{
    font-weight: 700;    
    margin-left: 4px;
}

.card-product-link{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
}

.card-product .icon-heart a{
    z-index: 50;
}

.card-product a.button_cart{
    z-index: 50;
}

.cod-product{
    font-size: small;
}

.card-product h3{
    min-height: 20px !important;
}

.woocommerce-billing-fields .disabled-checkout-field > span.woocommerce-input-wrapper{
    opacity: 0.5;
    pointer-events: none;
}

.blog-taxonomy > .d-flex{
    gap: 20px;
}

@media only screen and (max-width: 660px) {
    .blog-taxonomy .card-blog{
        margin: 0 auto !important;
    }
    .blog-taxonomy  .card-blog > .info{
        padding: 40px 15px 20px 15px !important;
    }
    /*Modulo de producto gratis en single product*/
    .free-product-notification .free-product-img-container a img{
        width: 125px !important;
    } 
}
@media only screen and (max-width: 768px) {
    /*Modulo de producto gratis en single product*/
    .free-product-notification .free-product-img-container a img{
        width: 125px !important;
    } 
}

@media only screen and (min-width: 1095px) {
    .couple-btns > a.button.wc-backward{
        line-height: 28px !important;
    }
}

@media only screen and (max-width: 481px) {


    .couple-btns{
        justify-items: center;
        position: relative;
    }
    .woocommerce-message:has(> .couple-btns){
        margin-bottom: 0 !important;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .woocommerce-message:has(> .couple-btns)::before{
        display: block !important;
        position: unset !important;
        margin: 0 auto;
    }
    
}

/*Modulo de producto gratis en single product*/
.free-product-notification {
    background: #8dbe221a;
    padding: 15px;
    border-left: 4px solid #6f971a;
    display: flex;
    gap: 15px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.free-product-notification .free-product-img-container a img{       
	width: 80px;
	border-radius: 2px;            
 }
 .free-product-notification .product-info span{       
	display: block; 
    margin: 2px 0px;           
 }
 .free-product-notification .product-info h4,  .free-product-notification .product-info h4 p{
    font-size: 28px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
 }
.free-product-notification .product-info h4 strong{
    font-weight: 700;
 }
 .free-product-notification .product-info p{
    font-weight: 600;
    margin-bottom: 5px !important;
 }

/* Cambio de orden en single producto, para descuentos de bundle */
.woosb-wrap{
	display:flex;
	flex-direction: column;
}
.woosb-summary{
	order:0;
	font-size:18px;
}
.woosb-summary small{
/* 	background: #004081; */
		background: #8dbe22;
		color: #fff;
		padding: 8px 8px;
		border-radius: 2px;
		margin-left: 10px;
}
.woosb-summary ins, .woosb-summary small{
	font-weight:bold;	
}
.woosb-products{
	order:2;
}
/*Pague 1 lleve 2 - Mismo producto*/
.single-producto-description #yaydp-offer-description .yaydp-offer-description, .discount-product-notification{
	padding: 20px 10px 20px 10px;
    border-left: 4px solid #8dbe22;
    background: #8dbe2230;
}
.single-producto-description #yaydp-offer-description .yaydp-offer-description{
	margin-bottom:0px;
}
.single-producto-description #yaydp-offer-description .yaydp-offer-description p, .discount-product-notification p{
	margin-bottom:0px !important;
	font-weight:500;
    font-size: 24px;
}
.single-producto-description #yaydp-offer-description .yaydp-offer-description strong, .discount-product-notification strong{
	font-weight: 700;
}
.single-producto-description #yaydp-offer-description h1,.single-producto-description #yaydp-offer-description h2,.single-producto-description #yaydp-offer-description h3,.single-producto-description #yaydp-offer-description h4,.single-producto-description #yaydp-offer-description h5,.single-producto-description #yaydp-offer-description h6, .discount-product-notification h2, .discount-product-notification h3, .discount-product-notification h4, .discount-product-notification h5, .discount-product-notification h6{
	color: #707070;
	font-size: 28px;
	font-weight:400;
}
.discount-product-notification p, .discount-product-notification h2, .discount-product-notification h3, .discount-product-notification h4, .discount-product-notification h5, .discount-product-notification h6{
    margin-bottom: 0px !important;
}
.product-info .woocommerce-Price-amount, .product-info .woocommerce-Price-currencySymbol{
   display: inline !important;
}
.yay-pricing-multi-promo-container h4 p{
    margin: 0;
    font-weight: 500;
    font-size: 24px;
}
.yay-pricing-multi-promo-container img{
    height: 100px;
    object-fit: cover;
}
/*Seccion de video de producto (seccion antes de los tabs)*/
.video-single-post {
    padding: 30px 40px 5px 40px;
    border: 1px solid #ededed;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 950px;
    margin: 0 auto 40px;
    border-radius: 10px;
    text-align: center;
}
.video-single-post iframe {
    width: 560px;
    height: 315px;
    margin: 0 auto 35px;
    display: block;
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}

.video-single-post h3 {
    color: #8dbe22;
    font-size: 23px;
    text-align: center;
    clear: both;
}