.shop_table td.product-thumbnail {
    max-width: 120px;
    min-width: 90px;
    width: 120px;
}

.product-name {
    text-align: left !important;
}

.shop_table td.product-name {
    text-align: left !important;
}

.shop_table .product-name-box {
    display: flex;
    flex-flow: row wrap;
}

.shop_table .product-name-box a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

.shop_table .product-name-box .price-cs {
    font-size: 18px;
    color: #000;
}

.shop_table .add-to-cart-cs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop_table dl.variation {
    width: 50%;
}

td.product-thumbnail img, ul.product_list_widget li img {
    border-radius: 5px;
}

.variation dd, .variation dl, .variation dt {
    float: left !important;
    padding: 2px 0;
    margin: 0;
    font-size: 11px;
}

dl.variation {
    opacity: 1 !important;
}

dd.variation-SelectStyle, dd.variation-SelectyourStyle, dd.variation-Style {
    color: #ff642e;
    font-weight: 700;
}

dd.variation-ColorGroup {
    color: #008b8b;
    font-weight: 700;
}

dd.variation-Size {
    color: #63af1a;
    font-weight: 700;
}

.shop_table .mobile-product-price, ul.product_list_widget li .quantity {
    clear: both;
}

dd.variation-SelectyourStyle img {
    width: 60px !important;
}

.variation dt {
    font-weight: 700;
}

dd.variation-SelectyourStyle img {
    display: none !important;
}

.woocommerce-cart-form .wcpa_cart_type_color-group p, .woocommerce-cart-form .wcpa_cart_type_image-group p, .wcpa_cart_val.wcpa_cart_type_color-group, .wcpa_cart_type_image-group {
    margin: 0;
}

.woocommerce-cart-form .wcpa_cart_type_image-group {
    padding-top: 0;
}

.cart-collaterals {
    border: none !important;
}

.cart-collaterals .is-sticky-column {
    background-color: #F0F8FF;
    padding: 10px 20px 20px;
    border-radius: 20px;
}

.cart-collaterals td,
.cart-collaterals th {
    border: none;
}


.cart_totals .cart-subtotal th,
.cart_totals .cart-subtotal td {
    font-size: 22px;
    font-weight: 600;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-size: 18px;
    font-weight: 700;
}

.order-total span.amount {
    color: red;
}

.cart_totals .button.checkout-button {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    background-color: red;
    border-radius: 4px;
}

.cart_totals th.product-name {
    font-family: var(--font-heading-family);
    font-size: calc(var(--font-heading-size) - 4px);
    font-weight: var(--font-heading-weight);
    text-align: left;
    line-height: var(--body-line-height);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: uppercase;
    color: var(--color-text);
    position: relative;
    margin: 0 0 40px;
    border-color: var(--color-text);
    border-bottom: 3px solid;
    line-height: 1.8;
}

.coupon .widget-title {
    display: none;
}

.woocommerce-cart-form .shop_table thead th {
    font-size: 14px;
    line-height: 24px;
    background-color: #fafafa;
    padding: 12px;
    border: none;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .shop_table .product-name-box a {
        margin-bottom: 0;
    }

    .cart-collaterals {
        padding: 0 15px !important;
    }

}