/* 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;
}

.woocommerce-cart-form table td .amount {
    color: #fff; 
    font-style: normal;
}
.woocommerce-cart-form table th,
.woocommerce-cart-form table td {
    border-bottom: unset;
}

.checkout.woocommerce-checkout [class*="wd-underline-colored"] u {
    color: #fff;
}

.payment_methods .payment_box {
    background-color: #4D4D4D;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

.woocommerce-checkout-review-order-table tbody tr:not(:last-child) {
    border-bottom: none;
}

.woocommerce-checkout-review-order-table thead th {
    display: none;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
    color: #fff;
}

.woocommerce-checkout-review-order-table tr.cart_item .product-total>.amount {
    color: #FF0066;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .wd-checkout-remove-btn {
    color: #5A5A5A;
    font-weight: 700;
    font-size: 19px;
}

.wd-checkout-prod-title>:is(.cart-product-label-link,.cart-product-label) {
    font-weight: 700;
}

.wd-payment-methods #place_order {
    width: 387px;
}