.uwcc-cart-popup .custom-item-data .attribute- span {
    display: none !important;
}

.uwcc-cart-popup .uwcc-buy-summary>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed var(--uwcc-default-border-color, #EEE);
    padding: 5px 0 !important;
    margin: 0;
}

.uwcc-cart-popup .uwcc-buy-summary>*:empty {
    display: none;
}

/*  */

.header_hor .l-subheader-cell .cart-header .items-count {
    display: flex !important;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table dl :is(dt, dd) {
    white-space: normal !important;
}

@media screen and (max-width: 1199px) {
    .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table dl :is(dt, dd) {
        width: 50% !important;
    }

}

/*
Loader css for coupon content in product detail page task : 86d0k6872
*/
.coupon-showing-class .tm-custom-price-totals dd.tm-coupon-container {
    background: #F4F6F5;
    border: 1px solid #707070 !important;
    position: relative !important;
    text-align: center !important;
    border-radius: 9px;
    padding: 0px 0px 10px 0px;
    width: calc(100% - 190px);
    flex: none;
    margin: auto;
    min-height: 100px;
}




.single-product .tm-coupon-info {
    min-width: 180px;
}

/* .single-product .coupon-showing-class .tm-coupon-info {
    float: right;
    position: relative;
}


.coupon-showing-class dl.tm-extra-product-options-totals.tm-custom-price-totals .tm-coupon-container {
    background: #F4F6F5;
    border: 1px solid #707070 !important;
    position: relative !important;
    text-align: center !important;
    border-radius: 9px;
    padding: 10px 0px 20px 0px;
    max-width: calc(100% - 190px);
    display: flex;
    align-items: center;
    justify-content: center;
} */

.tm-coupon-container .loader:before {
    content: "";
    width: 1em;
    height: 1em;
    border: 4px solid #ddd;
    border-top-color: red;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    z-index: 2;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.tm-coupon-container .loader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    opacity: 0.4;
}