.page-template-default.page #content {
    max-width: inherit !important;
}

.woocommerce-cart .quantity {
    background: var(--greyf4-color);
    display: inline-flex;
    padding-right: 5px;
}

.woocommerce-cart .quantity .qty {
    background: none;
}

.woocommerce-cart .quantity .qty inpute[type=â€numberâ€],
.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.woocommerce-cart .quantity .qty {
    border: none;
    background: var(--greyf4-color);
    height: 51px;
    width: auto;
    max-width: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black-color);
    padding-left: 10px;
    padding-right: 10px;
}

a.back_to_shop i {
    margin-right: 10px;
}

button.button.update_cart i {
    margin-left: 10px;
}

.woocommerce-cart button.minus,
.woocommerce-cart button.plus {
    background: var(--greyf4-color) !important;
    height: 51px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    color: var(--greya6-color) !important;
    display: flex;
    align-items: center;
}

.woocommerce-cart button.minus:hover,
.woocommerce-cart button.plus:hover {
    background: inherit !important;
}

.cross-sells>h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-cart .coupon input {
    width: 100%;
    border: 2px solid #E8E8E8;
    box-sizing: border-box;
    padding: 17px 25px;
    line-height: 1;
    color: var(--black-color) !important;
    margin-bottom: 20px;
}

input#coupon_code:focus-visible {
    outline: none;
}

.woocommerce-cart .coupon button {
    width: 100% !important;
    padding: 17px 25px;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
    border: none;
}

.shop_table tr.woocommerce-cart-form__cart-item.cart_item:last-child td {
    border-bottom: 1px solid #E8E8E8;
}

.shop_table dl.variation {
    margin-top: 10px;
}

.woocommerce-cart-form .shop_table td {
    border-top: 1px solid #e8e8e8;
    font-weight: 600;
}

.product-thumbnail img {
    width: 100% !important;
    max-width: 120px;
    border: 1px solid #e5e5e5;
}

h1.entry-title {
    text-align: center;
    border: none !important;
    font-weight: 700;
}

.slick-track {
    margin-left: 0;
}

.cart-collaterals {
    background: #F7F7F7;
    padding: 15px;
}

.cart-collaterals h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart-subtotal span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.cart-products {
    margin-top: 60px;
}

table.shop_table.cart tr dl.variation>dt {
    background: var(--greyd2-color);
    z-index: 2;
    height: 25px;
    width: 25px;
    overflow: hidden;
    color: transparent;
}

table.shop_table.cart tr dl.variation>dd {
    margin-bottom: 10px;
    margin-left: 35px;
}

table.shop_table.cart tr dl.variation>dd p {
    line-height: 25px;
}

table.shop_table.cart tr a.remove {
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 24px;
    border: 2px solid var(--greyee-color);
    font-weight: 500;
}

button.button.update_cart,
a.back_to_shop {
    font-weight: 600;
    font-size: 15px;
    color: var(--black06-color) !important;
}

button.button.update_cart svg {
    margin-left: 10px;
}

a.back_to_shop svg {
    margin-right: 10px;
}

button.button.update_cart {
    background: transparent !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-weight: 500;
}

button.button.update_cart:hover,
a.back_to_shop:hover {
    background: transparent !important;
    color: var(--black06-color) !important;
}

.row.update_c.back_t_s {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

a.back_to_shop {
    padding: 12px 0;
    display: block;
}

.row.coupon_sec .actions {
    margin-top: 30px;
}

.row.coupon_sec,
.row.update_c.back_t_s {
    --bs-gutter-x: 0 !important;
}

.custom_lable {
    color: var(--greya6-color) !important;
    margin-bottom: 20px;
}

tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.cart-collaterals .cart_totals tbody {
    display: flex;
    flex-direction: column;
}

.cart-collaterals .cart_totals tbody td,
.cart-collaterals .cart_totals tbody th {
    border: 0 !important;
}

.cart-collaterals .cart_totals tbody tr {
    display: flex;
    justify-content: space-between;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top: 1px solid var(--greyee-color);
}

.cart-collaterals .cart_totals th {
    color: var(--greya6-color);
}

.cart-collaterals .cart_totals bdi {
    font-weight: bold;
}

.woocommerce table.shop_table_responsive tr td::before {
    color: var(--greya6-color);
}

.cart-collaterals .cart_totals h2 {
    font-size: 24px;
}

@media only screen and (min-width: 992px) {
    .woocommerce-cart-form .shop_table td {
        padding: 30px 15px !important;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-cart .quantity {
        margin-right: 15px !important;
    }
    .up_cart_col {
        text-align: right;
    }
}

@media only screen and (max-width:1200px) {
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        margin-top: 35px;
    }
    .woocommerce-cart .gx-5 {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .shop_table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
        margin: 5px 0 10px;
    }
    .shop_table.shop_table_responsive tr.woocommerce-shipping-totals td {
        display: flex !important;
        flex-direction: column;
        text-align: left !important;
    }
    .shop_table.shop_table_responsive tr.cart-subtotal td {
        width: 100%;
    }
    table.shop_table.cart tr a.remove {
        height: 30px;
        width: 30px;
        line-height: 25px;
        font-size: 20px;
    }
    .woocommerce-cart .cart_breadcrump {
        margin-bottom: 50px !important;
    }
    .row.update_c.back_t_s>div {
        text-align: center;
    }
    table.shop_table.cart td.product-remove {
        display: flex;
        justify-content: flex-end;
    }
    table.shop_table.cart td.product-quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

body .cart_breadcrump {
    text-align: center;
    font-size: 18px;
}

body .cart_breadcrump a {
    color: var(--greya6-color) !important;
}

.woocommerce-cart .checkout-button.button.alt.wc-forward {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    button.button.update_cart,
    a.back_to_shop {
        font-size: 12px;
    }
}

a.checkout-button {
    background: #14A645 !important;
    font-size: 1.2em !important;
}

.woocommerce .coupon input {
    width: 100% !important;
    border: 2px solid #E8E8E8 !important;
    box-sizing: border-box !important;
    padding: 17px 25px !important;
    line-height: 1;
    color: var(--black-color) !important;
    margin-bottom: 20px !important;
}

.woocommerce button.button.wp-element-button {
    color: #fff !important;
}

@media (min-width:768px) {
    .entry-content .woocommerce {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .entry-content .woocommerce .woocommerce-cart-form {
        flex-basis: 68%;
    }
    .entry-content .woocommerce .cart-collaterals {
        flex-basis: 30%;
    }
    .woocommerce-notices-wrapper {
        width: 100%;
    }
    .cart-empty.woocommerce-info {
        width: 100%;
    }
}