.cart-widget-side.wd-side-hidden{
    width: 600px;
    z-index: 9999;
}

.theme-woodmart .cart-info .wd-entities-title {
    font-family: 'Helvetica Neue Bold';
    text-transform: uppercase;
    font-size: 15px;
    width: 80%;
}

.cart-widget-side .wd-heading {
    margin: 30px 30px 0px 30px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #242424;
}

.cart-widget-side .wd-heading .title{
    font-size: 34px;
    font-family: 'Helvetica Neue Bold';
    text-transform: uppercase;
    color: #242424;
}

.theme-woodmart .cart-widget-side .widget_shopping_cart{
    margin: 0 30px;
}

.cart-widget-side .product_list_widget>li img{
    min-width: 140px;
    max-width: 140px;
}

.cart-widget-side .product_list_widget>li{
    border-bottom: 1px solid #242424;
    align-items: center;
}

.theme-woodmart .cart-widget-side .shopping-cart-widget-footer>*{
    padding-right: 0;
    padding-left: 0;
}

.theme-woodmart .cart-info div.quantity input[type="button"],
.theme-woodmart .cart-info div.quantity input[type="number"]{
    width: 35px;
    height: 35px;
    font-family: 'Helvetica Neue Bold';
    color: #353535;
    font-size: 16px;
}

.theme-woodmart .cart-info input[type="button"]{
    border: 2px solid #ededed;
}

.theme-woodmart .cart-info input[type="button"]:hover{
    color: #ffffff !important
}

.theme-woodmart .cart-info input[type="number"]{
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.theme-woodmart .cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover{
    background-color: #f9f9f9;
}

.theme-woodmart .cart-widget-side .woocommerce-mini-cart .remove{
    top: calc(50% - 12px);
    right: 20px;
}

.theme-woodmart .woocommerce-mini-cart .remove:after{
    font-family: 'Font Awesome 6 Pro';
    content: '\f2ed';
    border: 1px solid #ddd;
    color: #727273;
    font-weight: 300;
    font-size: 16px;
    padding: 6px;
}

.cart-widget-side .close-side-widget.wd-action-btn.wd-style-text>a{
    font-weight: 300;
    font-size: 12px;
    font-family: 'Helvetica Neue Regular';
}

.cart-info .amount{
    font-family: 'Helvetica Neue Bold';
    font-size: 15px;
}

.theme-woodmart .cart-info span.quantity{
    display: flex;
    align-items: baseline;
    column-gap: 6px;
}

.cart-widget-side .woocommerce-mini-cart__total{
    border-top: 1px solid #242424;
}

.cart-widget-side .woocommerce-mini-cart__total strong,
.cart-widget-side .woocommerce-mini-cart__total .amount{
    font-size: 28px;
    font-family: 'Helvetica Neue Bold';
    text-transform: uppercase;
}

.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart,
.cart-widget-side .woocommerce-mini-cart__buttons .checkout{
    color: #242424;
    font-size: 22px;
    font-family: 'Helvetica Neue Bold';
    height: 65px;
}

.cart-widget-side .woocommerce-mini-cart__buttons .checkout:hover{
    color: #242424;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .checkout,
.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .checkout:hover{
    box-shadow: none;
}

.cart-info ul.variation > li{
    margin-bottom: 5px;
}

.cart-info ul.variation > li > span.item-variation-name{
    font-family: 'Helvetica Neue Bold';
}


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

    .vc_mobile .cart-widget-side.wd-side-hidden{
        width: 100%;
    }

    .vc_mobile .theme-woodmart .cart-widget-side .widget_shopping_cart{
        margin: 0 15px;
    }

    .vc_mobile .cart-widget-side .wd-heading .title{
        font-size: 26px;
    }

    .vc_mobile .cart-widget-side .wd-heading{
        margin: 15px 15px 0px 15px;
    }

    .vc_mobile .cart-widget-side .woocommerce-mini-cart .mini_cart_item{
        padding-left: 0;
    }

}