.cart-table-section table th {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

td.product-name a {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

td.product-name {
    vertical-align: top;
}

td.product-price span.woocommerce-Price-amount.amount {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
}

td.product-price {
    vertical-align: top;
}

td.product-subtotal span.woocommerce-Price-amount.amount {
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
}

td.product-subtotal {
    vertical-align: top;
}

td.product-quantity {
    vertical-align: top;
}

td.product-remove {
    vertical-align: top;
}

table td {
    border-bottom: none;
}

table th {
    border-bottom: none;
}

div.quantity {
    background: #F7F8FA;
    padding: 5px;
}

div.quantity input[type="button"] {
    border: none;
    background: #FFE8E2;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    font-size: 30px;
    color: #FA5632;
}

div.quantity :is(input[type="number"],input[type="text"]) {
    height: 44px;
    width: 44px;
    border: none;
}

td.product-remove a:before, .woocommerce-remove-coupon:before {
    font-size: 17px !important;
    color: #9B9EB0 !important;
}

.cart-totals-inner>h2 {
    text-transform: uppercase;
    padding-inline-start: 0px;
    color: #1E242B;
    font-family: "Bebas Neue";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.cart-subtotal td[data-title="Подытог"] {
    color: #1E242B;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

.cart-subtotal td[data-title="Подытог"] .woocommerce-Price-amount {
    color: #1E242B;
    text-align: right;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}

tr.cart-subtotal th {
    color: #1E242B;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    border: none;
}

.order-total th {
    color: #1E242B;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

tr.order-total td[data-title="Итого"] .woocommerce-Price-amount {
    color: #1E242B;
    text-align: right;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.cart-totals-inner .checkout-button {
    border-radius: 45px;
    background: #42D575;
    display: flex;
    height: 63px;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #ffffff;
    font-family: "Bebas Neue";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    box-shadow: none;
}

.cart-totals-inner .checkout-button:hover {
    color: #ffffff;
    box-shadow: none;
    background-color: #FA5632;
}

.wd-coupon-form .input-text {
    max-width: 285px;
    border-radius: 30px;
    background: #F7F8FA;
    width: 285px;
    height: 54px;
    padding: 6px 16px;
    align-items: center;
    gap: 10px;
    border: none;
    overflow: hidden;
    color: #D0D0D9;
    text-overflow: ellipsis;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.wd-coupon-form .button[name="apply_coupon"] {
    display: flex;
    padding: 15px 54px 12px 54px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    background: #FA5632;
    box-shadow: none;
    color: #FFFFFF;
    font-family: "Bebas Neue";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.wd-coupon-form .button[name="apply_coupon"]:hover {
    color: #ffffff;
    box-shadow: none;
    background-color: #FA5632;
}

.cart-empty:before {
    display: none !important;
    visibility: hidden;
}

.wd-empty-page-text {
    display: none;
    visibility: hidden;
}

.cart-empty.wd-empty-page.wc-empty-cart-message > p {
    color: #1E242B;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
}

body.woocommerce-cart .page-title {
    display: none;
    visibility: hidden;
}

a.button.wc-backward {
    border-radius: 30px;
    background: #FA5632;
    color: #fff;
    font-family: "Bebas Neue";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    box-shadow: none;
}

.cart-empty.wd-empty-page.wc-empty-cart-message {
    margin-top: 100px !important;
    margin-bottom: 30px !important;
}

.cart-empty-icon {
    margin-bottom: 70px !important;
}

.return-to-shop .button:hover {
    background-color: #FA5632 !important;
    color: #fff;
    box-shadow: none !important;
}