body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message,
.woocommerce select,
.woocommerce select:focus {
    background: transparent;
}
:where(.woocommerce) .button,
:where(.woocommerce) input[type=submit],
.wc-proceed-to-checkout a.checkout-button{
    font-size: 1em !important;
}
body :not(.woocommerce-message, .woocommerce-Message)>.button:not(.alt, .checkout, .view, .pay, [name*=save_]),
body :not(.woocommerce-message, .woocommerce-Message)>input[type=submit]:not(.alt, .checkout, .view, .pay, [name*=save_]){
    border-color: transparent;
    line-height: 38px;
    background: #ffffff2b;
    border-radius: 4px;
    color: white !important;
}
.woocommerce-mini-cart__empty-message{
    padding: 20px;
}


.uk-panel .jp_singleproduct_short.toggled {
    max-height: 85px;
    overflow: hidden;
}

.uk-panel .jp_muangay_buttons.large {
    display: flex;
    gap: 10px;
}

.uk-panel .jp_muangay_buttons.large button {
    width: 100%;
    white-space: nowrap;
}

.woocommerce-loop-product__link {
    position: relative;
}

.woocommerce-loop-product__link span.time {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
}

@media(max-width:480px) {
    .woocommerce-loop-product__link span.time {
        top: 12px;
        left: 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
}

/*Chỉ trang home */
@media (max-width: 639px) {
    body.home .products .product {
        width: 50%;
    }
}

.products .product .woocommerce-LoopProduct-link img {
    width: 100%;
}

.products .product .scale_img {
    margin-bottom: 15px;
}


.products .product a.woocommerce-LoopProduct-link .uk-grid.jp_hide_right .left.uk-first-column {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
}


.products .product .woocommerce-loop-product__title {
    min-height: 3.25em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce-pagination {
    display: none;
}


.woocommerce-ordering {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}




/*CART*/
body.woocommerce-cart .cart_totals{
    width: 100%;
}


form.cart .single_add_to_cart_button{
    font-size: 18px !important;
    width: 100%;
}