body .cart-page-wrapper .wd-breadcrumbs * {
    color: #767676;
    font-weight: 500;
}
.cart-page-content .wpb_wrapper > h1 {
    font-size: 40px;
}
body.theme-woodmart .cart-page-content .wd-progress-bar {
    padding: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 3%);
}
body.theme-woodmart .wd-progress-bar .woocommerce-Price-amount {
    color: #16162D;
}
body.theme-woodmart .progress-area {
    height: 4px !important;
    border: 1px solid #E7E7E7;
    background: #f4f4f4;
    border-radius: 50px;
}
body.theme-woodmart .progress-bar {
    margin-top: 0;
    background-color: #F75D1B;
    height: 4px !important;
    background-image: initial;
    border-radius: 50px;
    top: -1px;
    position: relative;
}
body.theme-woodmart .progress-msg {
    margin-bottom: 15px;
}
.cart-page-content .woocommerce-cart-form__contents thead th {
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #E1E1E1;
}
.cart-page-content .woocommerce-cart-form__contents tbody td {
    border-bottom: 1px solid #E1E1E1;
}
.cart-page-content .woocommerce-cart-form__contents tbody .product-thumbnail a {
    border-radius: 10px;
}
.cart-page-content .woocommerce-cart-form__contents tbody .quantity {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}
.cart-page-content .woocommerce-cart-form__contents tbody .quantity input {
    border: none;
}
.cart-page-content .woocommerce-cart-form__contents tbody .quantity input[type="button"]:hover {
    background-color: rgb(245 245 245);
    color: black;
}
.cart-page-content .woocommerce-cart-form__contents tbody .product-subtotal .woocommerce-Price-amount {
    color: var(--wd-text-color);
}
.cart-page-content .cart-content-wrapper .cart-totals-inner {
    padding: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 3%);
}
.cart-page-content .cart-content-wrapper .cart-totals-inner .order-total .woocommerce-Price-amount {
    color: var(--wd-text-color);
}
.cart-page-content .cart_totals .wc-proceed-to-checkout .checkout-button {
    border-radius: 5px;
    text-transform: initial;
    font-size: 12px;
}
.cart-page-content .wd-coupon-form .input-text {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    max-width: 300px;
}
.cart-page-content .wd-coupon-form .input-text::placeholder {
    text-transform: uppercase;
}
.cart-page-content .wd-coupon-form .button {
    border: 1px solid #F75D1B;
    background: #f5f5f5;
    color: #F75D1B;
    border-radius: 5px;
    text-transform: initial;
    width: 100%;
    max-width: 150px;
}
.cart-page-content .wd-coupon-form .button:hover {
    background-color: #F75D1B;
    color: white;
}







