.cart-widget-side {
    max-width: 475px;
    width: 100%;
}

.cart-widget-side a.cart-item-image img {
    max-width: 150px;
}

.cart-widget-side .cart-info {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 90% 5%;
}

.cart-widget-side .cart-info .wd-entities-title {
    font-size: 12px;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700;
    color: #2E2A27;
    grid-column: 1 / -1;
    align-self: start;
}

.cart-widget-side .cart-info div.quantity {
    grid-column: 1;
    grid-row: 2;
    position: absolute;
    bottom: 6px;
}

.cart-widget-side .cart-info span.quantity {
    grid-column: 2;
    grid-row: 2;
    margin-top: 4px;
    /* font-size: 0; */
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.cart-widget-side .cart-info span.quantity .amount {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #2E2A27 !important;
}

.cart-widget-side .cart-info .amount bdi span {
    font-size: smaller;
    vertical-align: top;
}

/*Total price*/
.cart-widget-side .total .amount {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #2E2A27 !important;
}

.cart-widget-side .total .amount bdi {
    font-size: 22px;

}

.cart-widget-side .total .amount bdi span {
    font-size: smaller;
    vertical-align: top;
}

.cart-widget-side ul.product_list_widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    row-gap: 20px;
}

.cart-widget-side ul.product_list_widget li {
    width: 436px;
    border-bottom: none !important;
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.05);
}

/*SHOPPING CART FOOTER*/

.shopping-cart-widget-footer .progress-msg {
    color: #2E8B47 !important;
}

.shopping-cart-widget-footer .progress-msg .amount {
    font-weight: 700 !important;
    color: #2E8B47 !important;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .btn-cart {
    padding: 10px;
    border: 1px solid !important;
    border-radius: 100px;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .btn-cart:hover {
    padding: 10px;
    background-color: rgba(46, 139, 71, 0.7) !important;
    border-radius: 100px;
    color: #fff !important;

}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .checkout {
    padding: 10px;
    background-color: #C35A1C !important;
    color: #fff !important;
    border-radius: 100px !important;
}

.shopping-cart-widget-footer .woocommerce-mini-cart__buttons .checkout:hover {
    background-color: rgba(195, 90, 28, 0.7) !important;
    border-radius: 100px !important;

}

/*CART TABLE*/
.woocommerce-cart .shop_table {
    background: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.05);
    border-radius: 8px;
}

.woocommerce-cart .shop_table th.product-subtotal {
    padding: 20px;
}

.woocommerce-cart bdi {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700;
    display: block;
    color: #2E2A27 !important;
    font-size: 14px;
}

.woocommerce-cart bdi span {
    font-size: smaller;
    vertical-align: top;
}

.woocommerce-cart .cart-discount td span {
    font-family: "DM Sans", sans-serif !important;
    font-weight: 700;
    color: #2E2A27 !important;
    font-size: 14px;
}

.woocommerce-cart .cart-discount .woocommerce-Price-currencySymbol {
    font-size: smaller;
    vertical-align: top;
}

.woocommerce-cart .cart-totals-inner {
    background-color: #fff !important;
}

.woocommerce-cart .shop_table.shop_table_responsive {
    box-shadow: none !important;
    font-family: "DM Sans", sans-serif !important;

}

.woocommerce-cart .order-total {
    border-bottom: 1.5px solid !important;
}

.woocommerce-cart th,
.woocommerce-cart td {
    padding: 20px !important;
}

.woocommerce-cart .wd-progress-bar {
    background-color: #fff !important;
}

/*COUPON FIELD*/
.cart-actions .coupon {
    display: none !important;
}

.custom-coupon-wrapper {
    margin: 24px 0 75px;
}

.custom-coupon-wrapper .coupon {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.custom-coupon-wrapper input.input-text {
    padding: 10px;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px;
    height: 50px;
}

.custom-coupon-wrapper button.button {
    border-radius: 100px;
    background-color: #C0BFBE !important;
    color: #fff !important;
}

.woocommerce-cart .cart-totals-inner a.checkout-button {
    height: 60px;
    background-color: rgba(195, 90, 28, 1) !important;
    border-radius: 100px !important;
    padding: 10px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.woocommerce-cart .cart-totals-inner a.checkout-button:hover {
    background-color: rgba(195, 90, 28, 0.7) !important;

}


/*CART PAGE*/
.woocommerce-cart .main-page-wrapper {
    background-color: #F3EDE4 !important;
    padding-bottom: 40px !important;
}

.woocommerce-cart .cart-totals-inner {
    margin-bottom: 40px !important;
    border-radius: 8px !important;

}

.woocommerce-cart .cart-totals-inner th {
    font-family: "DM Sans", sans-serif !important;
}

.woocommerce-cart .wd-prefooter {
    padding-bottom: 0 !important;
    margin-bottom: 40px !important;
}

.woocommerce-cart .cart-table-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    height: 100%;
}

@media screen and (max-width: 475px) {

    .cart-collaterals .wd-products-element {
        padding-inline: 20px;
    }

    .cart-widget-side {
        max-width: 360px;
        width: 100%;
    }

    .cart-widget-side .cart-info {
        gap: 0 5%;
    }

    .cart-widget-side a.cart-item-image img {
        max-width: 75px;
    }

    .cart-widget-side ul.product_list_widget li {
        width: 360px;
    }

    .cart-widget-side .cart-info span.quantity {
        margin-top: 8px;
    }

    .cart-widget-side .cart-info span.quantity .amount {

        font-size: 12px;


    }
}
