/* cart widget */
.wd-side-hidden {
    --wd-side-hidden-w: 470px;
}

.cart-widget-side {
    padding: 0 30px;
}

.cart-widget-side .wd-heading {
    padding: 30px 0;
}

.cart-widget-side .shopping-cart-widget-footer {
    padding: 30px !important;
}

.cart-widget-side .shopping-cart-widget-footer p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form table td,
body.woocommerce-cart .woocommerce-cart-form table th {
    border: none;
}

body.woocommerce-cart .woocommerce-cart-form table th {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

body.woocommerce-cart .woocommerce-cart-form table td {
    font-size: 14px;
    font-weight: 700;
}

body.woocommerce-cart .woocommerce-cart-form table td.product-thumbnail>a {
    background: #FFFFFF1A;
    border-radius: 20px;
    padding: 10px;
    width: 100px;
    height: 100px;
}

body.woocommerce-cart .woocommerce-cart-form table td.product-thumbnail>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

td.product-remove a {
    width: 19px;
    height: 19px;

    background: url('/wp-content/uploads/2026/02/icon-close.svg') center/16px 16px no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a:before {
    content: none !important;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove a {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table_responsive tr {
    border: none;
}

body.woocommerce-cart .woocommerce-cart-form td.product-remove {
    width: 3%;
}

body.woocommerce-cart .cart-totals-inner {
    font-weight: 700;
}

tr.order-total strong .amount,
.cart-totals-inner table .order-total th {
    font-weight: 700;
    font-size: 24px;
}

.woocommerce-checkout-review-order-table .cart-subtotal .amount,
.cart-totals-inner table .order-total th {
    color: #fff;
}

.woocommerce-checkout-review-order-table .cart-subtotal th,
.cart-totals-inner table .cart-subtotal th {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.woocommerce-checkout-review-order-table .order-total th {
    font-size: 24px;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .cart-subtotal th {
    font-size: 15px;
}

.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount bdi,
.cart-totals-inner table .cart-subtotal .amount {
    font-weight: 700;
    font-size: 14px;
}

.wd-cart-totals .wc-proceed-to-checkout .checkout-button {
    height: 48px;
    font-size: 14px;
}

.cart-widget-side .wd-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 12px;
    padding: 18px 0px;
}

.cart-widget-side .wd-heading .close-side-widget {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
}

.cart-widget-side .wd-heading .title {
    color: #fff !important;
    margin: 0 !important;
    font-weight: 700;
}

.cart-widget-side .wd-heading .close-side-widget>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 36px;

    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .cart-widget-side .wd-heading .close-side-widget>a {
        width: 32px;
        height: 32px;
    }
}

.cart-widget-side .wd-heading .close-side-widget {
    order: -1;
}

.cart-widget-side .wd-heading .title {
    order: 0;
}

.cart-widget-side .wd-action-btn.wd-style-text>a:before {
    margin-inline-end: 48px;
    font-weight: 500;
    font-size: 24px;
}

body .cart-widget-side .wd-heading .title {
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px !important;

}

.cart-widget-side .wd-heading .title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cart-widget-side .wd-heading .title::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("/wp-content/uploads/2025/12/c2v-cart.svg") center / contain no-repeat;
}

.cart-widget-side .woocommerce-mini-cart-item {
    position: relative;
    display: flex;
    align-items: center;
}

.cart-widget-side .woocommerce-mini-cart .remove {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.cart-widget-side .woocommerce-mini-cart-item .cart-info {
    padding-right: 28px;
}

.woocommerce-mini-cart .remove:after {
    font-size: 24px;
    font-weight: 500;
}

.cart-widget-side .cart-info .wd-entities-title {
    font-size: 14px;
}

body .cart-info span.quantity {
    color: #FFFFFF4D;
    font-weight: 700;
    font-size: 14px;
}

body .amount {
    font-weight: 700;
}

.woocommerce-checkout .cart-widget-side .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-mini-cart__total.total strong {
    font-size: 24px;
}

.wd-empty-mini-cart .btn {
    height: 48px;
}

.wd-empty-mini-cart:before {
    color: rgba(var(--bgcolor-black-rgb), 0.2);
}

.cart-widget-side {
    background: #000;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
    color: #000!important;
 }