/* ------------- Carrito ----------------- */

.hentry{
    margin:0!important;
}

.entry-header{
    display:none;
}
.page{
    margin:0;
}
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce{
    max-width:720px;
    width:100%;
    margin:0 auto;
}

@media screen and (min-width : 580px) {        
}
@media screen and (min-width: 980px) {    
}
@media screen and (min-width: 1280px) {
    body.woocommerce-cart .entry-content > .woocommerce,
    body.woocommerce-checkout .entry-content > .woocommerce{
        max-width:100%;
    }
}


/* Estilos tabla */

table.shop_table{
    border: 0;
    background: transparent!important;
    border-collapse: collapse;
    margin: 0px!important;
    width:100%;
}

table.shop_table td,
table.shop_table th,
table.shop_table tr{
    background-color:transparent!important;
        padding: 1em 1.41575em;
}

table.shop_table thead th,
table tr.cart-subtotal th,
table tr.order-total th{
    font-weight: 400!important;
/*     font-size:1.5rem; */
    padding: 1em 1.41575em;
    text-align:left;
}

table.shop_table tr.cart_item{
        border-bottom: 1px solid #e2e2e2;
}

table.shop_table tr.cart_item:first-child{
    border-top:0;
}
table.shop_table td{
/*     font-size:1.5rem!important; */
}
table.shop_table td a{
    text-decoration:none!important;
    color: var(--text-color);
    font-weight: 400;
}

/* Carrito */

.cart-wrapper{
    display:flex;
    align-items: flex-start;
    flex-direction:column;
        position: relative;
            z-index: 100;
            padding-bottom:6rem;
}

@media screen and (min-width : 580px) {        
}
@media screen and (min-width: 980px) {
    .cart-wrapper{
        flex-direction: row;
    }
}
@media screen and (min-width: 1280px) {   
}

.cart-wrapper .button,
.checkout.woocommerce-checkout .place-order .button,
.checkout-order .cart-coupon .card .button,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button,
.whislist .wishlist_table .product-add-to-cart a{
        font-size: 12px;
    line-height: 1.5625em;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 70px;
    width: fit-content;
    transition: var(--transition);
}

.cart-wrapper .button:hover,
.checkout.woocommerce-checkout .place-order .button:hover,
.checkout-order .cart-coupon .card .button:hover,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:hover,
.whislist .wishlist_table .product-add-to-cart a:hover{
    color: var(--primary-color)!important;
    background-color:transparent !important;
}


.cart-wrapper .woocommerce-cart-form{
    width:100%;
    margin:0;
}

@media screen and (min-width : 580px) {        
}
@media screen and (min-width: 980px) {
    .cart-wrapper .woocommerce-cart-form{
        width:69%;
        margin:0;
        margin-right:60px;
    }
}
@media screen and (min-width: 1280px) {   
}



.cart-wrapper .cart-collaterals{
    width:100%;
    padding:0;
    background-color:transparent;
    border: 1px solid #e2e2e2;
    border-radius:var(--border-radius);
}

@media screen and (min-width : 580px) {        
}
@media screen and (min-width: 980px) {
    .cart-wrapper .cart-collaterals{
        width:31%;
    }
}
@media screen and (min-width: 1280px) {   
}
    
.cart-wrapper .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.cart-wrapper .cart-collaterals .cart_totals h2{
    padding: 1em 1.41575em;
    text-align: center;
    font-weight: 400!important;
    line-height: 1.2!important;
    text-align: left;
    font-size:1.6rem;
    margin: 0;
    
}



.cart-header{
    display:flex;
    align-items: center;
    margin-bottom:30px;
    font-size:1.6rem;
}
.cart-header-title{
    width:66.66%;
    font-size:2rem;
    font-weight:700;
    color:var(--text-color);    
}
.cart-body-item{
    display:flex;
    padding:24px 0;
    border-bottom: 1px solid #e2e2e2;
    align-items: flex-end;
    flex-direction:column;
    position:relative;
}
@media screen and (min-width : 580px) {
    .cart-body-item{
        flex-direction:row;
        align-items: flex-start;
    }    
}

@media screen and (min-width: 980px) {    
}
@media screen and (min-width: 1280px) {   
}

.cart-body-item:first-child{
    padding-top:0;
}

.cart-body-resume{
    display:flex;
    width:33.33%;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}

@media screen and (min-width : 580px) {
    .cart-body-resume{
        flex-direction:row;
         align-items:center;
         margin:0;
    } 
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-header-qty,
.cart-header-subtotal{
    width:16.66%;
    text-align:left;
    display:none;
    font-weight:700;
}

@media screen and (min-width : 580px) {
        
}

@media screen and (min-width: 980px) {
    .cart-header-qty,
    .cart-header-subtotal{
        display:block;
    }
}

@media screen and (min-width: 1280px) {
   
}

.cart-header-subtotal{
    text-align:right;
}

.cart-body-qty > span{
    color: var(--primary-color);
    text-decoration: none!important;
    font-size: 1.6rem;
    font-weight: 500;
    display:flex;
    margin-bottom:5px;
    display:none;
}

.cart-body-subtotal{
    text-align:right;
    margin-top:20px;
}

@media screen and (min-width : 580px) {
    .cart-body-subtotal{
        margin:0
    }    
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-body-content{
    display:flex;
    width:100%;
}

@media screen and (min-width : 580px) {
    .cart-body-content{
        width:66.66%;
    }    
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
   
}

.cart-body-thumbnail{
    flex-shrink:0;
    margin-right:20px;
}

@media screen and (min-width : 580px) {
       
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .cart-body-thumbnail{
        margin-right:40px;
    }
}

.cart-body-thumbnail img{
    width:80px;
    height:80px;
    object-fit:contain;
    border-radius:0;
}

@media screen and (min-width : 580px) {
    .cart-body-thumbnail img{
        width:120px;
        height:120px;
    }   
}



.cart-body-data{
    width:100%;
    display:flex;
    flex-direction:column;
}

.cart-body-remove{
    position:absolute;
    right:auto;
    left:auto;
    bottom:24px;
}


@media screen and (min-width : 580px) {
     
}

@media screen and (min-width: 980px) {
    
}

@media screen and (min-width: 1280px) {
    .cart-body-remove{
        left:auto;
        right:0;
    }

}

.cart-body-remove a.remove{
        position: relative!important;
    left: 0!important;
    top: 0!important;
    text-indent: 0;
    float: none;
    width: auto;
    height: auto;
    color: #fff;
    background: #f14040;
    padding: 2px 8px;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 0;
    text-decoration: none!important;
    text-transform:uppercase;
        border-radius: var(--border-radius)!important;
}

.cart-body-remove a.remove:before,
.cart-body-remove a.remove:after{
    display:none;
}

.cart-body-qty .qib-button-wrapper{
    display: flex;
    width:100%;
    border: 1px solid #CCC;
    position:relative;
    width:100%;
    max-width:70px;
    margin:0;
    margin-left: auto;
    height:48px;
}

@media screen and (min-width : 580px) {
    .cart-body-qty .qib-button-wrapper{
        margin:0 auto;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.cart-body-qty .qib-button-wrapper .quantity{
    height:100%!important;
}


.cart-body-name{
    margin-bottom:0px;
}

.cart-body-name a{
    color:var(--text-color);
    text-decoration:none!important;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom:0px;
    display:block;
    padding-right:20px;
    line-height:1;
    transition:all .3s ease;
}

.cart-body-price{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 5px;
    color:var(--text-color);
    display:flex;
    gap:5px;
}

.cart-body-price .precio_final,
.cart-body-price .precio_final span{
    color:var(--terciary-color);
}

 

.cart-body-subtotal{
    font-size: 1.6rem;
    font-weight:500;
}

.cart-actions{
    padding-top: 24px;
    text-align:right;
}

.cart-total{
    display:flex;
    flex-direction:column;
}

.cart-total-item{
    display:flex;
    margin-bottom: 10px;
        font-size: 1.6rem;
}

.cart-total-item:last-child{
    margin-bottom:40px;
}

.cart-total-label,
.cart-total-content{
    width:50%;
    color:var(--primary-color);
    font-weight: 400;
}

.cart-total-content{
    text-align:right;
}

.order-total .cart-total-label,
.order-total .cart-total-content{
    font-size: 1.6rem;
    text-transform:uppercase;
}

.cart-coupon{
    padding-top:20px;
    
}

table.shop_table.woocommerce-checkout-review-order-table{
  border: 1px solid #e2e2e2;
    border-collapse: separate;
    padding: 0!important;
    border-radius:var(--border-radius);
}

table.shop_table.woocommerce-checkout-review-order-table .cart-coupon{
    padding-top:0px;
        padding-top: 16px;
    border-top: 1px solid #e2e2e2;
}

table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon{
    margin:0;
    margin-top: 20px;
}

table.shop_table.woocommerce-checkout-review-order-table .form-row-last{
    margin:0;
}

table.shop_table.woocommerce-checkout-review-order-table .cart-coupon-checkout a{
    font-weight: 500;
}
.cart-coupon .coupon{
    display:flex;
    flex-direction:column;
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon{
        flex-direction:row;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.cart-coupon h2 {
    position: relative;
    width: 100%;
    display: flex;
    text-decoration: none !important;
    margin: 20px 0 10px;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: left;
    text-transform: unset;
    font-size: 1.2rem;
}

.cart-coupon .coupon input{
    width:100%;
    margin:0;
    margin-bottom:16px;
    height: 45px;
    padding: 10px 16px;
    background-color: transparent;
    box-shadow: none!important;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius:12px;
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon input{
        width:100%;
        margin:0;
        margin-right:16px;
    }
}



.cart-coupon .coupon input,
.cart-coupon .coupon input::placeholder{
    font-size: 1.6rem;
    font-weight:400;
}


.cart-coupon .coupon button{
    width:100%;
    max-width:100%;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
    .cart-coupon .coupon button{
        width:50%;
        max-width:280px;
    }
}

@media screen and (min-width: 980px) {
    

}

@media screen and (min-width: 1280px) {
   
}

.wc-proceed-to-checkout .button.checkout-button{
    margin:0!important;
    margin: 0 auto!important;
    max-width:100%;
}



.cart-wrapper .cart-coupon-update{
    padding-top:20px;
    text-align: right;
}

.wc-proceed-to-checkout{
    margin:0!important;
    width: 100%;
    padding: 22px;
    padding-top:0;
    background: transparent;
    border:0;
    
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 700;
    font-size: 1rem!important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 1rem!important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-weight: 700;
}
.wc-block-components-product-badge {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 10px!important;
    border: 0!important;
}
.wp-block-woocommerce-cart {
    padding-top: 40px!important;
}
/* ------------- Checkout ----------------- */
.wp-block-woocommerce-checkout{
	 padding-top: 40px!important;
}
form.woocommerce-checkout{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
}
.is-large .wc-block-checkout__sidebar {
    top: 90px!important;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-weight: 700!important;
}
.wc-block-components-product-name {
    font-size: 1rem!important;
}
@media screen and (min-width : 580px) {
}
@media screen and (min-width: 980px) {   
}
@media screen and (min-width: 1280px) {
    form.woocommerce-checkout{
        flex-direction:row;
    } 
}

.checkout .col2-set{
    width:100%!important;
    float:none;
    margin:0;
    padding-right:0px;
}

@media screen and (min-width : 580px) {
   

}
@media screen and (min-width: 980px) {
   
}

@media screen and (min-width: 1280px) {
     .checkout .col2-set{
        width:60%!important;
        padding-right:60px;
    }
}

.woocommerce-checkout-review-order{
    width: 100%!important;
    flex-shrink:0;
}

@media screen and (min-width : 580px) {
   

}

@media screen and (min-width: 980px) {
   
}

@media screen and (min-width: 1280px) {
    .woocommerce-checkout-review-order{
        width: 40%!important;
    }
}

#customer_billing_details{
    width:100%;
}

.checkout .col-1,
.checkout .col-2{
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;
}
.checkout .form-row {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100% !important;
    margin-bottom: 10px;
    display: grid;
}
.checkout.woocommerce-checkout .input-text, .checkout.woocommerce-checkout select {
    height: 45px;
    padding: 10px 16px;
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    border-radius: 4px;
    font-weight: 400;
}

.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout .input-text,
.checkout.woocommerce-checkout .input-text::placeholder{
    font-size: 1rem;
    font-weight: 400;
}
.checkout.woocommerce-checkout textarea{
    height:auto;
     min-height:120px;
}
.checkout.woocommerce-checkout select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding-right: 60px;
    padding: 0px 16px;
    width: 100%;
    margin-bottom: 14px;
}
.checkout.woocommerce-checkout .form-row label {
    margin: 0;
    margin-bottom: 5px;
    color: var(--text-color);
    font-weight: 500;
}
table.shop_table.woocommerce-checkout-review-order-table{
    width: 100%!important;
    max-width: 100%!important;
    float: none!important;
    background-color: transparent!important;
    border-radius: 4px;
    padding: 24px;
}
table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 14px 24px !important;
    text-align: left;
    font-weight: 700;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-name{
    width:46%;    
}
.woocommerce-checkout-payment{
    margin-top:40px;    
}
.payment-header{
    display: flex;
    align-items: center;
    padding: 24px;
    display: flex;
    border: 1px solid #CCC;
    font-size: 1.6rem;
    font-weight: 500;
        border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}
.payment-header img {
    width: 24px;
    margin-right: 16px;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods {
    border: 0;
    background: transparent;
    padding: 0 !important;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    padding: 24px !important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li{
    margin-bottom:0px;
    background-color: transparent!important;
    border-radius: 4px;
    padding:24px 0!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    border: 1px solid #e2e2e2;
    border-width:0px 0 1px 0;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:first-child{
    padding-top:0!important;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li:last-child{
    border:0;
    padding-bottom:0!important;
}

#payment .payment_methods li .payment_box{
    background-color:transparent!important;
    padding:0!important;
}


.checkout.woocommerce-checkout #payment .wc_payment_methods li .payment_box p {
    font-size: 1rem;
    margin-top: 16px;
    line-height: 1.5rem;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li label {
    margin: 0 !important;
    font-weight: 400;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}


.checkout.woocommerce-checkout #payment .wc_payment_methods li label img{
    margin-left:10px;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:before{
    display:none!important;
}
.checkout.woocommerce-checkout #payment .wc_payment_methods li label:after{
    content:""!important;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid var(--gray-color-2);
    background-color:#fff;
    border-radius:4px;
    background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
    transition:all .3s ease;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li input[type=radio]:first-child:checked+label:after{
    background-image: url(../images/checked-white.svg);
    background-color:var(--primary-color);
    border-color:var(--primary-color);
	display: none;
}

.checkout.woocommerce-checkout .place-order{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background-color: transparent!important;
    padding:0!important;
    width: 100%;
    padding: 0px!important;
}


.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text{
    margin-bottom:20px;
}
.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text p {
    font-size: 1rem;
    margin-top: 16px;
    line-height: 1.5rem;
}

.woocommerce-terms-and-conditions-wrapper a{
    color:var(--primary-color);
    font-weight: 600;
}

/*.checkout.woocommerce-checkout .place-order .woocommerce-privacy-policy-text{*/
/*    display:none!important;*/
/*}*/

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span{
    position:relative;
    font-weight:400;
     font-size: 1rem;
    margin-top: 16px;
    line-height: 1.5rem;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label span:after{
    content:""!important;
    position:absolute;
    left:0;
    top:-1px;
    margin:0!important;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid #e2e2e2;
    background-color:#fff;
    border-radius: 6px;
     background-position: center!important;
    background-size: 50%!important;
    background-repeat: no-repeat!important;
	display: none;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label input:checked+span::after{
    background-image: url(../images/checked-white.svg)!important;
    background-color:var(--text-color);
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto;
}

.checkout.woocommerce-checkout .place-order .woocommerce-form__label .required{
    display:none!important;
}

.checkout-order{
    border: 1px solid var(--primary-color);  
    border-radius: 4px;
    padding: 24px;
    margin-top:40px;
}

@media screen and (min-width : 580px) {
   

}
@media screen and (min-width: 980px) {
   
}

@media screen and (min-width: 1280px) {
     .checkout-order{
         margin:0;
         margin-top:30px;
     }
}

.checkout-order .cart-coupon{
    border-top: 1px solid var(--primary-color);
}

.checkout-order .cart-coupon .card{
    padding-top:24px;
}

.checkout-order .cart-coupon .card .form-row-last{
    margin:0;
}

.checkout-order-header{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--primary-color);
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 24px;
}

.checkout-order-header-title{
        display: flex;
    align-items: center;
}

.checkout-order-header-title img{
    width:24px;
    margin-right:16px;
}

.checkout-order-body{
    max-height: 38rem;
    overflow:hidden;
    overflow-y:auto;
    padding:24px 0;
}


.checkout-order-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    background: #ccc;
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: background-color .2s linear;
}

.checkout-order-body::-webkit-scrollbar{
    -webkit-border-radius: 4px;
    background-color: transparent;
    border-radius: 4px;
    height: 10px;
    transition: background-color .2s linear;
    width: 12px;
}

.checkout-order-item{
    display:flex;
}

.checkout-order-thumbnail{
    flex-shrink:0;
    margin-right:20px;
    display:none;
}

.checkout-order-thumbnail img{
    width:75px;
    height:75px;
    border-radius:4px;
    object-fit:cover;
}

.checkout-order-content{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.checkout-order-qty{
        display: flex;
    justify-content: space-between;
    font-size:1.4rem;
}

.checkout-order-name{
    font-size:1.6rem;
}

.checkout-order-name strong{
    font-weight: 400;
}

.checkout-order-subtotal{
    font-size: 1.6rem;
}

.checkout-order-item{
    margin-bottom:14px;
}

.checkout-order-item:last-child{
    margin:0;
}

.checkout-order-resume{
    padding-top:24px;
     border-top: 1px solid var(--primary-color);
}

.checkout-order-resume-item{
    display:flex;
    margin-bottom:16px;
}

.checkout-order-resume-item:last-child{
    margin:0;
}

.checkout-order-resume-item div{
    width:50%;
    font-size: 1.6rem;
    font-weight: 400;
}

.checkout-order-resume-item div:last-child{
    text-align:right;
}

.checkout-order-resume-item.order-total{
    margin-top:10px;
}

.checkout-order-resume-item.order-total div{
    font-size: 1.6rem;
    font-weight: 500;
    text-transform:uppercase;
}

#order_review{
    background-color: transparent!important;
    margin-top:40px;
    
}

@media screen and (min-width : 580px) {
  
}
@media screen and (min-width: 980px) {

}

@media screen and (min-width: 1280px) {
    #order_review{
        margin-top:0px;
    
    }
}


.checkout.woocommerce-checkout h3, .checkout.woocommerce-checkout h3 span {
    padding: 1em 1.41575em;
    text-align: center;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: left;
    text-transform: unset;
    font-size: 1.2rem;
    margin-bottom: 20px !important;
    padding: 0 !important;
    margin-top: 33px;
    /* display: none; */
}
.tit-h3 h3{
	display:block!important;
}
.cart-empty{
	border-radius:12px
    padding: 25px;
    background: transparent;
    box-shadow: 0 2px 20px 0 rgb(31 38 135 / 7%);
}

.cart-empty-content{
    padding:0px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    font-size: 1.6rem;
    font-weight: 400;
    min-height:280px;
    justify-content: center;
}

.cart-empty-content img{
    width:100px;
    margin:0px auto;
    margin-bottom:20px
}

.cart-empty-content .btn{
    margin-top:20px;
    text-decoration:none!important;
}

/* ------------- Notifications ----------------- */

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup{
    width:100%;
}

.woocommerce-message::before,
.wc-forward::after, 
.woocommerce-Button--next::after,
.woocommerce-message::before, 
.woocommerce-message::after, 
.woocommerce-info::before, 
.woocommerce-info::after, 
.woocommerce-error::before, 
.woocommerce-error::after, 
.woocommerce-noreviews::before, 
.woocommerce-noreviews::after, 
p.no-comments::before, 
p.no-comments::after{
    display:none!important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-info.woocommerce-no-products-found {
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 20px!important;
    color: #fff!important;
    font-weight: 400!important;
    /* border-radius: var(--border-radius)!important; */
    line-height: 1.5;
    border: 0!important;
    background: #ffffff;
    letter-spacing: 0;
}


.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a{
    color:#fff!important;
}

.woocommerce-error,
.woocommerce-info.woocommerce-no-products-found{
    background-color: #f14040!important;
    color:#fff!important;
}

.woocommerce-error a{
    border:1px solid #f14040!important;
    color:#fff!important;
}

.woocommerce-message{
    background-color: #34b234!important;
    color:#fff!important;
}

.woocommerce-message a{
    border:1px solid #34b234!important;
    color:#fff!important;
}

.cart-empty.woocommerce-info{
    display:none!important;
}


.blockUI:before{
    display:none!important;
}
 
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    display:block!important;
    opacity:1!important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin:0;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background-image: url(../images/loader-black.gif);
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat; 
    line-height: 1;
    text-align: center;
    font-size: 2em;
}
/* Errores de checkout reposicionados debajo del botón "Realizar pedido" */
.place-order .woocommerce-NoticeGroup-checkout {
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
}
.place-order .woocommerce-NoticeGroup-checkout .woocommerce-error {
    margin-bottom: 0 !important;
}
.d-none{
	display:none!important;
}


.wc-block-components-button:not(.is-link){
    font-size: 12px;
    line-height: 1.5625em;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 70px;
    width: 100%;
    transition: var(--transition);
}
.producto-con-imagen {
    display: flex;
    line-height: 1.2;
}
.producto-con-imagen img{
	display: none
}
@media screen and (min-width: 580px) {
	.producto-con-imagen img{
    display: flex;
}
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 1280px) {
}
