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

.hentry{
    margin:0!important;
}

.entry-header{
    display:none;
}

.page{
    margin:0;
}

body.woocommerce-cart .container,
body.woocommerce-checkout .container{
    max-width:1180px;
}


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%;
    }
}

/*.entry-content > .woocommerce{*/
/*    margin-top:55px!important;*/
/*}*/

/* 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 tr.cart_item:first-child td{*/
/*    padding-top:0!important;*/
/*}*/


table.shop_table td a{
    text-decoration:none!important;
    color: var(--primary-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{
    padding: 8px 20px!important;
    line-height: 1!important;
    font-size: 1.8rem!important;
    border-radius: 9999px!important;
    font-weight: 400!important;
    transition: all .3s ease-in-out;
    color: #fff!important;
    border: 1px solid var(--primary-color)!important;
    background-color: var(--primary-color)!important;
    width:100%;
    height: 37px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%!important;
    position:relative;
    letter-spacing:var(--letter-spacing);
    overflow:hidden;
}

.cart-wrapper .button:after,
.checkout.woocommerce-checkout .place-order .button:after,
.checkout-order .cart-coupon .card .button:after,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:after,
.whislist .wishlist_table .product-add-to-cart a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 150%;
    width: 200%;
    height: 100%;
    transform: skew(-20deg);
    background-image: linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);
    pointer-events:none;
}

.cart-wrapper .button:hover:after,
.checkout.woocommerce-checkout .place-order .button:hover:after,
.checkout-order .cart-coupon .card .button:hover:after,
table.shop_table.woocommerce-checkout-review-order-table .checkout_coupon .button:hover:after,
.whislist .wishlist_table .product-add-to-cart a:hover:after {
    animation: shine .75s cubic-bezier(.01,.56,1,1);
}


.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;
}

@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.7rem;
}

.cart-header-title{
    width:66.66%;
    font-size:2rem;
    font-weight:700;
    color:#231f20;
    
}

.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.7rem;
    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:cover;
    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: 100;
    font-size: 1.5rem;
    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:#231f20;
    text-decoration:none!important;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom:0px;
    display:block;
    padding-right:20px;
    line-height:1;
    transition:all .3s ease;
}

.cart-body-price{
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 5px;
    color:var(--terciary-color);
}

.cart-body-subtotal{
    font-size: 1.7rem;
    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.7rem;
}

.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.7rem;
    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;
}

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;
    color:#231f20;
    text-decoration:none!important;
    font-size: 1.8rem;
    font-weight:700;
    margin-bottom:10px;
    
}

.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.8rem;
    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;
}

/*.cart-wrapper .cart-coupon-update button.button{*/
/*        color:var(--primary-color)!important;*/
/*    border: 1px solid var(--primary-color)!important;*/
/*    background-color: transparent!important;*/
/*}*/

/*.cart-wrapper .cart-coupon-update button.button:hover{*/
/*    color:#fff!important;*/
/*    border: 1px solid var(--primary-color)!important;*/
/*    background-color: var(--primary-color)!important;*/
/*}*/

.wc-proceed-to-checkout{
    margin:0!important;
    width: 100%;
    padding: 22px;
    padding-top:0;
    background: transparent;
    border:0;
    
}

/* ------------- Checkout ----------------- */

form.woocommerce-checkout{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
}

@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:65%!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: 35%!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:20px;
}


.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: var(--border-radius);
    font-weight: 400;
}

.checkout.woocommerce-checkout select,
.checkout.woocommerce-checkout .input-text,
.checkout.woocommerce-checkout .input-text::placeholder{
    font-size: 1.5rem;
    font-weight: 400;
}


.checkout.woocommerce-checkout textarea{
    height:auto;
     min-height:120px;
}

.checkout.woocommerce-checkout select{
    background-image: url(../images/select-arrow.svg);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 1.7rem center;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-right: 60px;
    padding: 0px 16px;
}


.checkout.woocommerce-checkout .form-row label{
    margin:0;
    margin-bottom:10px;
    font-size: 1.6rem;
    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;
    /*position:sticky;*/
    /*top:100px;*/
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td{
    padding:14px 24px!important;
    font-size: 1.7rem!important;
	text-align:left;
}

table.shop_table.woocommerce-checkout-review-order-table th.product-name{
    width:60%;    
}

.woocommerce-checkout-payment{
    margin-top:40px;    
}

.payment-header{
    display: flex;
    align-items: center;
    padding: 24px;
    display: flex;
    border: 1px solid #CCC;
    font-size: 1.8rem;
    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: 0;
    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:1.4rem;
    margin-top:16px;
}

.checkout.woocommerce-checkout #payment .wc_payment_methods li label{
    margin:0!important;
    font-size:1.7rem;
    font-weight: 400;
    padding:0;
    position:relative;
    padding-left:26px;
    display:flex;
    align-items:center;
    color:#231f20;
}


.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(--primary-color);
    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);
}

.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:1.7rem;
    font-weight: 400;
}

.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;
    padding-left:35px;
    letter-spacing: 0;
    font-weight:400;
    font-size:1.7rem;
    color:var(--primary-color);
}

.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;
}

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

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

.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.7rem;
    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.7rem;
}

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

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

.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.7rem;
    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.7rem;
    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:#231f20!important;
    
    font-weight: 700!important;
    line-height: 1.2!important;
    text-align: left;
    text-transform: unset;
    font-size: 1.8rem;
    margin-bottom: 20px!important;
    padding: 0!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.7rem;
    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: 24px!important;
    margin:0!important;
    margin-bottom: 20px!important;
    color: #fff!important;
    font-weight: 400!important;
    font-size: 1.6rem!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;
}

/* ------------- Whislist ----------------- */

.whislist .wishlist-title-container{
    display:none!important;
}

.whislist table.shop_table{
    padding:0!important;
    border-collapse: separate;
    background-color: transparent!important;
    margin-top:40px!important;
     border:1px solid var(--primary-color)!important;

}

.whislist table.wishlist_table tbody td, 
.whislist table.wishlist_table thead th{
    padding: 20px!important;
    vertical-align: middle;
    text-align: left;
    border:0;
    width:auto;
}

.whislist table.wishlist_table thead th,
.whislist table.wishlist_table thead th span{
    font-size: 1.6rem!important;
    font-weight: 400!important;
    color:#231f20;
    
}
.whislist table.wishlist_table .product-name{
    width:33.33%;
    font-size: 1.6rem!important;
    font-weight: 400!important;
}

.item-details .product-name a,
.whislist .product-remove a,
.whislist .product-remove a:before,
.whislist .product-remove a i{
     color:#f14040!important;
}

.whislist table.wishlist_table tbody .product-price, 
.whislist table.wishlist_table tbody .product-price span{
    font-size: 1.6rem!important;
    font-weight: 400!important;
}
.whislist .product-stock-status span{
    font-size: 1.6rem!important;
    font-weight: 400!important;
}

/*.whislist .wishlist_table .product-add-to-cart a{*/
/*    padding: 20px 30px!important;*/
/*    line-height: 1!important;*/
/*    font-size: 1.7rem!important;*/
/*    border-radius: 12px!important;*/
/*    font-weight: 400!important;*/
/*    transition: all .3s ease-in-out;*/
/*    color: #fff!important;*/
/*    border-color: var(--primary-color)!important;*/
/*    background-color: var(--primary-color)!important;*/
/*    display: flex!important;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.whislist-content{
    display:flex;
}

.whislist-content img {
   width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
        margin-right: 40px;
}

.whislist-content a {
    color: var(--primary-color);
    text-decoration: none!important;
    font-size: 1.7rem;
    font-weight: 500;
}

.whislist-content a.remove {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    text-indent: 0;
    float: none;
    width: auto;
    height: auto;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 20px;
    text-decoration: underline!important;
}

.whislist-content a.remove:before{
    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;
}
.d-none{
	display:none!important;
}
.tit-h3 h3{
	margin-top: 20px;
    margin-bottom: 10px!important;
}
