.theme-woodmart .cart-actions .button[name="apply_coupon"],
.theme-woodmart .cart-actions .button[name="apply_coupon"]:hover{
    color: #242424 !important;
    font-family: 'Helvetica Neue Bold';
    font-size: 15px;
    height: 60px;
}

.theme-woodmart .cart-totals-inner .checkout-button{
    color: #242424 !important;
}

.woocommerce.cart-content-wrapper{
    padding-bottom: 0px;
}









/*PERSONALIZADO - HEMBER*/

.theme-woodmart .titulo-carrito h1{
    color: #202124;
    font-family: 'Helvetica Neue Bold';
    font-size: clamp(28px, 4vw, 55px);
}

.theme-woodmart .cart-actions .coupon .input-text{
    max-width: 280px;
}

.vc_desktop .theme-woodmart .cart-actions .button[name="apply_coupon"]:hover{
    background-color: #00000010;
}

.theme-woodmart.woocommerce-cart .wc-proceed-to-checkout .button{
    font-size: clamp(16px, 4vw, 22px);
}

.theme-woodmart.woocommerce-cart .order-total th, .order-total td .amount{
    color: #242424;
}

.theme-woodmart.woocommerce-cart td.product-subtotal span{
    font-size: 15px;
    font-family: 'Helvetica Neue Bold';
}

.woocommerce-mini-cart__empty-message.empty.title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Bold';
}

.widget_shopping_cart_content a.btn{
    height: 55px;
    color: #242424;
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Helvetica Neue Bold';
}

.widget_shopping_cart_content a.btn:hover{
    color: #242424;
}

.widget_shopping_cart_content .wd-empty-mini-cart:before{
    content: "\f057";
    font-family: 'Font Awesome 6 Pro';
    font-size: 110px;
    margin-top: 15px;
    margin-bottom: 45px;
    color: #ddd;
}

.header-volver a{
    transition: all .15s;
}

.header-volver a:hover{
    color: #242424;
}

.theme-woodmart.woocommerce-cart .cart-content-wrapper>.woocommerce-notices-wrapper [role="alert"]{
    margin-bottom: 0 !important;
    margin-top: 40px !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-woodmart.woocommerce-cart .wrapper_carrito{
    margin: 0;
    padding-bottom: 60px;
}

tr.woocommerce-shipping-totals > td > p,
tr.woocommerce-shipping-totals > td > form{
    display: none;
}

.woocommerce-shipping-totals > th{
    font-size: 20px;
    font-family: 'Helvetica Neue Bold';
    text-transform: uppercase;
    color: #242424;
}

#shipping_method label{
    font-size: 18px;
}

#shipping_method .amount{
    font-family: 'Helvetica Neue Bold';
}

.woocommerce-cart .main-page-wrapper{
    padding-top: 0;
}

.woocommerce-shipping-totals .woocommerce-Price-amount {
    font-size: 20px;
}

.cart-subtotal th {
    font-size: 20px;
}

.cart-subtotal .woocommerce-Price-amount {
    font-size: 20px;
}

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

    .theme-woodmart.woocommerce-cart .wrapper_carrito{
        margin: 0 auto 60px auto;
    }

    .vc_desktop .cart-totals-section.col-xl-4{
        flex: 0 0 40%;
        max-width: 40%;
    }

}

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

    .header-llamanos{
        transform: translateX(30px);
    }

    .vc_mobile .theme-woodmart .cart-actions .coupon .input-text{
        max-width: 100%;
    }

    .theme-woodmart.woocommerce-cart .cart-content-wrapper>.woocommerce-notices-wrapper [role="alert"]{
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .vc_mobile .wrapper_carrito{
        padding: 15px;
    }

}