.cart-main {
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 64px;
    background-color :#FFFFFF;
}

.cart-container {
    margin: 0 auto;
}

.cart-title {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    color: #000000;
}

.wc-block-cart__sidebar {
    background-color: #F5F5F5;
    border: 1px solid #00000080;
    padding: 32px;
    border-radius: 40px;
}

.wc-block-cart__totals-title,
.wc-block-components-totals-item__label {
    font-family: var(--global-font-family-1) !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.cart-main hr {
    background-color: #0000001F;
}

.wc-block-components-panel__button,
.wc-block-components-totals-item__value {
    font-family: var(--global-font-family-2);
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
}

.wc-block-components-totals-coupon__form,
.wc-block-cart-items__header,
.wc-block-cart-item__product,
.wc-block-cart-item__total {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
}

.wc-block-components-totals-coupon__button {
    color: #0D0C0A;
    background-color: rgb(246, 206, 165);
    font-family: var(--global-font-family-2);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.wc-block-cart__submit-container {
    color: #0D0C0A;
    background-color: rgb(246, 206, 165);
    font-family: var(--global-font-family-2);
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    border-radius: 50px;
}

.wc-block-cart__submit-container a {
    color: #0D0C0A;
    text-decoration: none;
}

.wc-block-components-product-name {
    font-family: var(--global-font-family-2);
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
}


a.wc-block-components-product-name {
    color: #0D0C0A;
    text-decoration: none;
}

.wc-block-components-quantity-selector {
    background-color: #F5F5F5;
}

.wc-block-components-sidebar-layout {
    align-items: flex-start;
}

.wc-block-cart-item__prices {
    font-family: var(--global-font-family-1);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
}

.wc-block-components-product-metadata__description {
    display: none;
}

@media (max-width: 699px) {
    .wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 25px !important;
    }
}

.wc-block-cart__submit {
    margin: 0 !important;
}

.cart-main .wbte_sc_block_giveaway_products_wrapper_div,
.cart-main .wbte_sc_block_bogo_products_wrapper_div {
    display: none !important;
}

.cart-main .wc-block-cart-item__total {
    display: none !important;
}