.shipping ul :checked + label,
.shipping ul input[type="hidden"] + label,
.wc_payment_methods li > :checked + label {
    font-weight: bold;
}

.woocommerce-cart .site-content-container.container {
    width: 1560px;
    max-width: 100%;
}

.woocommerce-cart .entry-header .entry-title {
    font-size: 105px;
    margin-bottom: 120px;
}

table.cart th,
table.cart td {
    border-bottom-width: 2px;
}

table.cart thead th {
    font-size: 16px;
    font-weight: 500;
}

table.cart .product-thumbnail {
    width: 175px;
    max-width: 175px;
}

table.cart .product-name {
    position: relative;
    padding-left: 54px;
    font-size: 25px;
    font-weight: 500;
}

table.cart .product-name .in-showroom {
    display: block;
    width: 315px;
    max-width: 100%;
    margin-top: 4px;
    border: 1px solid #53978d;
    border-radius: 2px;
    line-height: 22px;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    padding: 0 20px;
    color: #53978d;
}

table.cart .product-name .express-shipping {
    display: block;
    color: #53978d;
    margin-top: 4px;
    line-height: 22px;
    font-size: 17px;
    font-weight: 500;
}

table.cart .product-name .cart-wishlist {
    position: absolute;
    bottom: 25px;
    left: 54px;
    color: #161619;
    font-size: 22px;
    font-weight: normal;
}

table.cart .product-name .add-to-wishlist-button {
    line-height: 1;
    background: none;
    padding: 0;
    color: #161619;
    margin-right: 10px;
}

table.cart .product-size select {
    font-size: 22px;
    border-bottom-width: 3px;
}

.cart-collaterals {
    border: none;
    padding: 0;
}

table.cart .coupon .button {
    font-size: 16px;
}

table.cart .product-subtotal {
    position: relative;
    text-align: right;
    padding-right: 0;
}

table.cart .product-subtotal .woocs_special_price_code {
    display: block;
}

table.cart a.remove {
    position: absolute;
    top: 10px;
    right: 0;
}

.cart-collaterals .shop_table {
    border-top: none;
}

.cart-collaterals .shop_table tr:first-child th,
.cart-collaterals .shop_table tr:first-child td {
    border-top: none;
}

.cart-collaterals .shop_table tr th {
    font-size: 33px;
    width: 200px;
}

.cart-collaterals .shop_table .cart-subtotal td,
.cart-collaterals .shop_table .cart-discount td {
    font-size: 28px;
    text-align: right;
    font-weight: 500;
}

.cart-collaterals .shop_table .woocommerce-shipping-methods {
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.shipping ul label:before,
.shipping ul label:after {
    width: 22px;
    height: 22px;
}

.shipping ul label {
    font-size: 25px;
    line-height: 33px;
    margin: 5px 0;
    color: #000;
}

.cart-collaterals .wc-proceed-to-checkout {
    display: flex;
    justify-content: space-between;
}

.cart-collaterals .checkout-button {
    line-height: 68px;
    font-size: 20px;
    background: #ff5000;
}

.cart-panel .woocommerce-mini-cart__buttons .checkout.button {
    background: #ff5000;
}

.cart-collaterals .checkout-button:hover,
.cart-panel .woocommerce-mini-cart__buttons .checkout.button:hover {
    background: #161619;
}

.cart-collaterals .checkout-button.button-back {
    background-color: transparent;
    line-height: 64px;
    border: 2px solid #161616;
    color: #161616;
}

.cart-collaterals .checkout-button.button-back:hover {
    color: #fff;
    background-color: #161616;
}

[name="update_cart"],
[name="empty_cart"] {
    display: none;
}

.product-size select.pa_size-select {
    width: 100%;
    height: 56px;
    padding: 0 30px 0 0;
    letter-spacing: 0.02em;
    background-position: 100% center;
    background-size: 18px auto;
    cursor: pointer;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iNywxMC43NzMgMS41MzEsNi4zOTggMi40NjksNS4yMjcgNyw4Ljg1MSAxMS41MzEsNS4yMjcgMTIuNDY5LDYuMzk4ICIvPjwvZz48cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    appearance: none;
}

table.cart .product-name .product-size {
    display: none;
}

table.cart th.product-name .only-mobile {
    display: none;
}

.product-size input {
    width: 100%;
}

.woocommerce-mini-cart-item #add-gift-wrap-to-cart {
    display: none;
}

.woocommerce-cart .gift_wrap_add_to_cart_container {
    border-top: 3px solid #000;
}

.product-gift-info {
    display: flex;
    align-items: center;
}

.product-gift-inner {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.product-gift-inner > * {
    display: flex;
    align-items: center;
}

.product-gift-info .product-gift-inner .product-name {
    padding-bottom: 0;
}

.product-gift-inner .single_add_to_cart_button {
    padding: 12px;
    line-height: 1.2;
}

table.cart .gift_wrap_add_to_cart_container .product-thumbnail {
    padding-left: 0;
    padding-right: 0;
}

table.cart .gift_wrap_add_to_cart_container .product-name {
    padding-left: 54px;
}

table.cart .gift_wrap_add_to_cart_container #add-gift-wrap-to-cart {
    white-space: nowrap;
    padding: 8px 20px;
    margin-top: 10px;
}

.mobile-gift {
    display: none;
}

table.cart .coupon .button {
    font-size: 14px;
    font-weight: 600;
    border-bottom: solid 1px #161619;
    padding: 5px 8px;
    position: static;
    margin: 0;
}

table.cart .coupon .input-text {
    padding: 7px;
    border: 1px solid #e3e7e8;
}

table.cart .coupon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.cart .applied-coupons {
    display: none;
}

.cart-collaterals .cart-discount {
    text-align: right;
    position: relative;
}

.cart-collaterals .cart-discount .woocommerce-remove-coupon {
    position: absolute;
    right: 0;
    top: -10px;
    color: #a2a5a6;
}

@media screen and (max-width: 1440px) {
    .woocommerce-cart .site-content-container.container {
        width: 1200px;
        max-width: 100%;
    }

    .woocommerce-cart .entry-header .entry-title {
        font-size: 85px;
        margin-bottom: 100px;
    }

    table.cart thead th {
        font-size: 14px;
    }

    table.cart .product-name {
        font-size: 20px;
    }

    table.cart .product-size select {
        font-size: 18px;
    }

    table.cart .product-subtotal {
        font-size: 19px;
        white-space: nowrap;
    }

    .cart-collaterals .shop_table tr th {
        font-size: 26px;
    }

    .shipping ul label {
        font-size: 20px;
        line-height: 30px;
        margin: 2px 0;
    }

    .cart-collaterals .shop_table tr:first-child td {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-cart .site-content-container.container {
        width: auto;
    }

    table.cart .product-name {
        padding-left: 30px;
        padding-bottom: 45px;
        line-height: 24px;
    }

    table.cart .product-name .cart-wishlist {
        left: 30px;
    }

    table.cart .product-name .in-showroom {
        width: 220px;
        font-size: 16px;
    }

    .shipping ul label {
        font-size: 16px;
    }

    .cart-collaterals .shop_table th,
    .cart-collaterals .shop_table td {
        padding: 12px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    table.cart .product-thumbnail {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-cart .entry-header .entry-title {
        font-size: 40px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    table.cart thead th {
        font-size: 13px;
        padding-bottom: 10px;
    }

    table.cart th.product-name {
        padding-bottom: 10px;
        padding-right: 0;
    }

    table.cart th.product-name .only-mobile {
        display: block;
        font-size: 13px;
        text-align: right;
    }

    table.cart .product-thumbnail {
        width: 85px;
        max-width: 85px;
    }

    table.cart .product-name {
        font-size: 17px;
    }

    table.cart .product-name a {
        font-size: 17px;
    }

    table.cart .actions {
        padding-top: 20px;
    }

    table.cart .coupon .button {
        font-size: 14px;
        font-weight: 600;
    }

    .cart-collaterals {
        margin-top: 0;
    }

    .cart-collaterals .shop_table tr th {
        font-size: 22px;
        padding: 12px 0;
    }

    .cart-collaterals .shop_table tr:first-child td {
        font-size: 22px;
        padding: 12px 0;
    }

    .shipping ul label {
        font-size: 19px;
        line-height: 23px;
        padding-left: 35px;
    }

    table.cart tbody tr:last-child {
        border-bottom: none;
    }

    .cart-collaterals .wc-proceed-to-checkout {
        flex-wrap: wrap;
    }

    .cart-collaterals .checkout-button {
        width: 100%;
        line-height: 60px;
        margin: 10px 0;
        font-size: 18px;
    }

    .cart-collaterals .checkout-button.button-back {
        line-height: 56px;
        order: 1;
    }

    table.cart .product-size {
        display: none;
    }

    table.cart .product-name {
        padding-bottom: 20px;
        padding-right: 40px;
    }

    table.cart .product-name .product-price {
        display: inline-block;
        font-size: 15px;
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    table.cart .product-name .cart-wishlist {
        left: auto;
        right: 0;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    table.cart .product-name .add-to-wishlist-button {
        margin-right: 0;
    }

    table.cart .product-name .cart-wishlist > span {
        display: none;
    }

    table.cart .product-name .product-size {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    table.cart .product-name .product-size select {
        width: auto;
        border-bottom-width: 2px;
        font-size: 14px;
        height: 30px;
    }

    table.cart .product-name .in-showroom {
        display: inline-block;
        width: auto;
        padding: 0;
        border: none;
        text-decoration: underline;
        font-size: 10px;
        line-height: 1;
    }

    table.cart .product-name .product-remove {
        position: absolute;
        top: 20px;
        right: 0;
    }

    table.cart .product-name .product-remove a.remove {
        display: block;
        position: relative;
        text-indent: -9999px;
        width: 10px;
        height: 10px;
    }

    table.cart .product-name .product-remove a.remove:before,
    table.cart .product-name .product-remove a.remove:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 2px;
        left: -1px;
        top: 4px;
        background: #9D9F9E;
        transform: rotate(-45deg);
    }

    table.cart .product-name .product-remove a.remove:after {
        transform: rotate(45deg);
    }

    .product-gift-inner {
        display: block;
    }

    .product-gift-info .product-gift-inner > .product-name,
    .product-gift-info .product-gift-inner > .product-size,
    .product-gift-info .product-gift-inner > .product-subtotal,
    .product-gift-info .product-gift-inner > .product-remove {
        display: flex;
        padding: 4px 30px;
        box-sizing: border-box;
    }

    table.cart .gift_wrap_add_to_cart_container .product-name {
        padding-left: 30px;
    }

    .product-gift-info .product-gift-inner > .product-size {
        width: auto;
    }

    table.cart .product-size select {
        width: auto;
        border-bottom-width: 2px;
        font-size: 14px;
        height: 30px;
        font-weight: 500;
    }

    .product-gift-info .product-gift-inner select {
        font-size: 14px;
    }

    .woocommerce-cart .gift_wrap_add_to_cart_container {
        box-shadow: 0 -6px 0 #fff, 0 -7px #e3e7e8, inset 0 6px 0 #fff, inset 0 7px #e3e7e8;
    }

    .product-gift-inner {
        padding: 10px 0;
    }

    .desktop-gift {
        display: none;
    }

    .mobile-gift {
        display: block;
        padding: 0 !important;
    }

    .gift_wrap_add_to_cart_container .product-gift-inner .product-subtotal {
        width: 50%;
        float: right;
    }
    table.cart .product-subtotal {
        justify-content: flex-end;
    }
    table.cart .product-subtotal .amount {
        font-weight: 400;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px){
    .product-gift-info .product-gift-inner > .product-subtotal {
        padding-right: 0;
    }

    .product-gift-inner .single_add_to_cart_button {
        padding: 8px 40px;
    }

    .product-gift-info .product-gift-inner > .product-name, .product-gift-info .product-gift-inner > .product-size, .product-gift-info .product-gift-inner > .product-subtotal, .product-gift-info .product-gift-inner > .product-remove {
        padding: 4px 0 4px 15px;
    }
    table.cart .gift_wrap_add_to_cart_container .product-name {
        padding-left: 15px;
    }
    table.cart .gift_wrap_add_to_cart_container #add-gift-wrap-to-cart {
        padding: 8px 10px;
    }
}
