.cart-widget-side.wd-side-hidden {
    width: 450px;
    background-color: #EFEEEB;
    z-index: 9999;
}

.cart-widget-side .title.widget-title {
    font-size: 16px;
    font-family: 'Proxima Nova Bold';
    letter-spacing: 2.5px;
}

.cart-widget-side .wd-heading {
    border-bottom: 1px solid #25353d;
    padding: 0 0 0 15px;
    height: 67px;
}

.wd-heading .cart-widget-side .wd-action-btn.wd-style-text>a {
    font-size: 0;
    height: 100%;
    width: auto;
    padding: 0 24px;
    border-left: 1px solid #25353d;
}

.wd-heading .cart-widget-side .wd-action-btn.wd-style-text>a::before {
    margin-right: 0;
}

.wd-heading .cart-widget-side .wd-cross-icon>a:before {
    font-size: 14px;
    font-weight: 500;
}

.wd-heading .cart-widget-side .close-side-widget {
    height: 100%;
}

.wd-heading .cart-widget-side .product_list_widget>li img {
    min-width: 100px;
    max-width: 100px;
    border-radius: 5px;
    border: 1px solid #25353D;
    aspect-ratio: 1;
    object-fit: cover;
}

.theme-woodmart .wd-heading .close-side-widget,
.theme-woodmart .wd-heading .wd-action-btn.wd-style-text>a{
	height: 100%;
    font-size: 0;
    width: 66px;
}

.wd-heading .close-side-widget.wd-cross-icon>a:before{
    font-size: 16px
}

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

.theme-woodmart .cart-widget-side .shopping-cart-widget-body {
    margin: 0;
}

.theme-woodmart .cart-widget-side .woocommerce-mini-cart .mini_cart_item {
    margin-bottom: 30px;
    column-gap: 1rem;
}

.theme-woodmart .cart-widget-side .woocommerce-mini-cart .mini_cart_item {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #25353D;
    display: flex;
    align-items: center;
}

.theme-woodmart .cart-widget-side .woocommerce-mini-cart .mini_cart_item:last-child {
    border-bottom: 0;
}

.theme-woodmart .cart-widget-side .cart-item-image {
    margin-right: 0px;
}

.theme-woodmart .cart-widget-side .product_list_widget>li>a {
    margin-bottom: 0px;
    border-bottom: 0;
}

.theme-woodmart ul.cart_list.product_list_widget.woocommerce-mini-cart {
    margin: 25px 15px;
}

.theme-woodmart .mini_cart_item .cart-info .wd-entities-title {
    font-size: 14px;
    font-family: 'Proxima Nova Bold';
    letter-spacing: .5px;
    margin-bottom: 12px;
    width: 100%;
}

.theme-woodmart .mini_cart_item .cart-info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-right: 0;
}

.theme-woodmart .cart-info div.quantity {
    margin-right: 10px;
    margin-bottom: 0px;
}

.theme-woodmart .cart-info div.quantity input[type="button"] {
    height: 40px;
    width: 30px;
}

.theme-woodmart div.quantity input[type="button"] {
    border: 1px solid #25353D;
    border-radius: 0;
}

.theme-woodmart .cart-info div.quantity input[type="number"] {
    height: 40px;
    width: 40px;
    border-top: 1px solid #25353D;
    border-bottom: 1px solid #25353D;
    font-family: 'Proxima Nova Sbold';
}

.theme-woodmart .cart-info span.quantity {
    font-family: 'Proxima Nova Sbold';
    color: #25353d7a;
}

.theme-woodmart .cart-info span.quantity .amount {
    font-size: 13px;
    font-family: 'Proxima Nova Bold';
}

.theme-woodmart .woocommerce-mini-cart__buttons .btn-cart {
    background-color: #e6e6e6;
    font-family: 'Proxima Nova Sbold';
    letter-spacing: 3px;
    height: 50px;
}

.theme-woodmart .woocommerce-mini-cart__buttons .btn-cart:hover {
    background-color: #dfdfdf;
}

.theme-woodmart .woocommerce-mini-cart__buttons .checkout {
    background-color: #25353d;
    font-family: 'Proxima Nova Sbold';
    letter-spacing: 3px;
    height: 50px;
}

.theme-woodmart .woocommerce-mini-cart__buttons .checkout:hover {
    background-color: #1b2a32;
}

.theme-woodmart .cart-widget-side .shopping-cart-widget-footer {
    margin: 0 15px;
    padding-bottom: 20px;
}

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

.theme-woodmart .woocommerce-mini-cart__total {
    border-top: 1px solid #25353D;
}

.theme-woodmart .woocommerce-mini-cart__total.total>* {
    font-family: 'Proxima Nova Bold';
    color: #25353D;
    font-size: 18px;
    line-height: 1.8;
}

.theme-woodmart .woocommerce-mini-cart .remove:after {
    font-weight: 500;
    font-size: 16px;
    content: "\f2ed";
    font-family: 'Font Awesome 6 Pro';
    color: #25353D;
}

.theme-woodmart .woocommerce-mini-cart .remove:hover {
    background-color: transparent;
    box-shadow: none;
}

.theme-woodmart .wd-empty-mini-cart:before{
    content: '\f847';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    color: #25353D;
}

.theme-woodmart .cart-widget-side .wd-empty-mini-cart{
    margin-top: 80px;
}

.theme-woodmart .wd-empty-mini-cart .btn{
    background-color: #25353D;
    letter-spacing: 3px;
    font-family: 'Proxima Nova Bold';
    height: 50px;
    padding: 0 30px;
}

.theme-woodmart .wd-empty-mini-cart .btn:hover{
    background-color: #1b2a32;
}

.theme-woodmart .remove.remove_from_cart_button{
    transform: translateY(-1.75px);
}



/*RESPONSIVE*/

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

    .vc_responsive .cart-widget-side .woocommerce-mini-cart .remove{
        top: 42px;
    }

}