.mfp-content.off-canvas-cart .woocommerce a.remove, .mfp-content.off-canvas-cart ul.product_list_widget li a.remove {
    width: 18px;
    border: none;
    outline: none;
    padding: 0;
    color: #000;
    font-size: 18px!important;
    font-weight: 400;
    height: 18px;
    line-height: 15px!important;
    cursor: pointer;
    background: rgb(250 250 250 / 70%);
    border-radius: 2px;
    box-shadow: 2px 2px 20px #0000002b;
    top: 12px;
    left: 2px;
    z-index: 99;
}
.mfp-content .inner-padding {
    padding: 15px;
}
.woocommerce-mini-cart-item .ux-mini-cart-qty {
    margin-right: 0;
}
.mfp-content.off-canvas-cart .widget_shopping_cart ul.product_list_widget li {
    padding-right: 5px;
}
.woocommerce-checkout-review-order .cart_item a {
    display: block;
}
.woocommerce-checkout-review-order .quantity .button {
    width: auto !important;
    min-height: 2em !important;
    line-height: 2em !important;
}
.woocommerce-checkout-review-order .quantity .qty {
    max-width: 1.8em;
}
.woocommerce-checkout-review-order a.remove, .woocommerce-checkout-review-order ul.product_list_widget li a.remove {
    width: 18px;
    border: none;
    outline: none;
    padding: 0;
    color: #000;
    font-size: 18px!important;
    font-weight: 400;
    height: 18px;
    line-height: 15px!important;
    cursor: pointer;
    background: rgb(250 250 250 / 70%);
    border-radius: 2px;
    box-shadow: 2px 2px 20px #0000002b;
    top: 12px;
    left: 2px;
    position: absolute;
    z-index: 9;
}
.woocommerce-checkout-review-order td.product-name {
    min-height: 90px;
    overflow: hidden;
    padding: 10px 0 5px 70px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.woocommerce-checkout-review-order .product-name .product-quantity {
    display: none;
}
.woocommerce-checkout-review-order .product-checkout-info {
    width: 98%;
}
.woocommerce-checkout-review-order .product-checkout-info a {
    font-size: 95%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woocommerce-checkout-review-order dl.variation {
    width: 100%;
}
.woocommerce-checkout-review-order .subtotal-checkout-qty {
    padding-top: 1em;
}
.woocommerce-checkout-review-order td.product-total {
    padding: 5px !important;
}
.woocommerce-checkout-review-order .checkout-imgs {
    width: 60px;
    left: 0;
    margin-bottom: 5px;
    position: absolute;
    top: 10px;
    float: left;
}
form.checkout.woocommerce-checkout .col-inner,.cart-sidebar.col-inner {
    background: #fff;
    border: 2px solid #f4f5ef;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
}
.woocommerce-checkout-review-order .shop_table thead th {
    text-transform: none;
}
.woocommerce-checkout-review-order a.remove:before {
    display: none;
}
.woocommerce-checkout-review-order .subtotal-checkout-qty span.amount {
    color: #e32d0a;
    font-weight: normal;
}
.shop_table tr.shipping th {
    display: none;
}
.shop_table thead th {
    text-transform: none;
}
/* Shipping Bar */
.thaitoan-shipping-bar {
    padding: 1em 0;
    font-size: 95%;
    text-align: left;
}
.widget_shopping_cart_content .thaitoan-shipping-bar {
    padding: 10px;
    font-size: 90%;
}
.thaitoan-progress-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    border: none;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
}
.thaitoan-progress-bar, .thaitoan-style-rounded .thaitoan-progress-amount {
    border-radius: 5px;
}
.thaitoan-progress-animated .thaitoan-progress-amount {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    animation: thaitoan-animate-stripes 1.25s linear infinite;
}
.thaitoan-progress-amount {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 10px;
    border: none;
    margin: 0;
    padding: 0;
}
.widget_shopping_cart_content .message-container {
    font-size: 90%;
}

@keyframes thaitoan-animate-stripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 60px 0;
    }
}
.thaitoan-shipping-bar svg.shelp-icon {
    width: 18px;
    margin-left: 5px;
    fill: var(--primary-color) !important;
    opacity: 0.9;
}
.s-help i {
    color: var(--primary-color);
    top: -1px;
    position: relative;
}

.s-help {
    position: relative
}

.s-help:hover .s-help--value {
    display: block;
    min-width: 200px
}
.s-help--value {
    z-index: 9999;
    font-weight: normal !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    display: none;
    left: 50%;
    line-height: 1.4;
    padding: 5px;
    position: absolute;
    top: 25px;
    transform: translate(-75%,0);
}

.s-help--value:after,.s-help--value:before {
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 75%;
    pointer-events: none;
    position: absolute;
    width: 0
}

.s-help--value:after {
    border-color: rgba(136,183,213,0) rgba(136,183,213,0) #fff;
    border-width: 8px;
    margin-left: -8px
}

.s-help--value:before {
    border-color: transparent transparent #cacaca;
    border-width: 10px;
    margin-left: -10px
}

img.thaitoan-shipping-notes {
    width: 18px;
}
.woocommerce-cart tr.shipping span.amount {
    margin-left: 0;
}
.woocommerce-cart .product-subtotal {
    display: none;
}
.woocommerce-cart .product-checkout-info {
    width: 95%;
    display: inline-block;
    margin-bottom: 5px;
}
.woocommerce-cart .button {
    border-radius: 5px;
}
.woocommerce-cart .calculated_shipping > table:first-child {
    display: none;
}
.woocommerce-cart .calculated_shipping .shop_table {
    border-top: transparent;
}
.widget>ul>li .count {
    opacity: 0.9;
    min-width: 26px;
    height: 20px;
    border: 1px solid rgb(0 0 0 / 11%);
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease;
    margin-inline-start: 5px;
}
.widget>ul>li:hover .count,.widget>ul>li.chosen .count {
    background: var(--primary-color);
    opacity: 1;
    color: #fff;
}
.cart-popup-inner .widget_shopping_cart_content .price-wrapper {
    font-size: .9em;
    opacity: 0.9;
}
.cart-popup-title{
    margin-bottom: 1em;
    font-size: 90%;
}
.ux-mini-cart-cross-sells__list-item .woocommerce-product-rating,.ux-mini-cart-cross-sells__list-item .price-wrapper del {
    display: none;
}
.ux-mini-cart-cross-sells__list-item .add_to_cart_button {
    color: #fff !important;
}
.woocommerce-cart-form .cross-sells {
    display: none;
}
/* Mobile */
@media only screen and (max-width: 48em) {
.woocommerce-checkout .large-5.col {
    padding: 0 5px;
}
form.checkout.woocommerce-checkout .col-inner {
    padding: 7px;
}
}