/*
Theme Name: OTV
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Product Page */

.form-product-type input, .form-product-type select {
    margin-bottom: 0;
}

.wn-segmented-control {
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: .25rem;
}

.wn-segmented-control > * {
    flex: 1;
}

.wn-segmented-control input[hidden] {
    display: none;
}

.wn-buy-type-select {
    margin-bottom: 0;
    text-align: center;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid oklch(87.2% 0.01 258.338);
}

.wn-buy-type-select:hover {
    background-color: #d0cdcd;
}

.wn-buy-type-select:has(input[type="radio"]:checked) {
    background-color: var(--primary-color);
    color: #fff;
}

.wn-buy-type-select:has(input[type="radio"]:checked):hover {
    background-color: var(--primary-color);
    color: #fff;
}

.ux-quantity {
    flex: 1 1 100% !important;
    gap: .5rem;
}

.ux-quantity.quantity input[type=number] {
    max-width: initial;
    width: 100%;
    border-radius: 8px !important;
    border: 1px solid oklch(87.2% 0.01 258.338);
    box-shadow: none;
}

.ux-quantity.quantity .button {
    width: 25%;
    border-radius: 8px !important;
    border: 1px solid oklch(87.2% 0.01 258.338) !important;

}

#wn-custom-quantity::-webkit-outer-spin-button, #wn-custom-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-page-price.price-on-sale {
    display: flex;
    gap: .5rem;
    align-items: end;
}

.price.product-page-price ins span.woocommerce-Price-amount {
    color: var(--primary-color);
}

.price.product-page-price {
    margin-top: 0;
}

.price.product-page-price.price-on-sale del {
    font-size: .95rem;
}

.unit-info {
    font-size: 1rem;
    color: oklch(72.3% 0.219 149.579);
}

.product-price-info {
    border: 1px solid oklch(87.2% 0.01 258.338);
    border-radius: 8px;
    padding: .75rem;
    display: flex;
    flex-direction: column;
}

.total-price {
    margin-top: 12px;
}

.kg-info {
    border-bottom: 1px solid #e0e0e0;

}

.total-price-label, .kg-price-label {
    font-size: 1rem;
    margin-right: .25rem;
}

.wn-label {
    color: #222;
    font-weight: 600;
    margin-bottom: .25rem;
    font-size: 1rem;
}

.single_add_to_cart_button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

span.tieu-de {
    display: none !important;
}

.product-small .price {
    font-size: 1rem;
    margin-top: .5rem;
}
.product-short-description ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.single-product #woocommerce_products-4 .product-title {
    font-size: 16px;
}

.stuck .cart-icon strong {
    color: #000;
    border-color: #000;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.stuck .cart-icon strong {
    color: #008dc1;
    border-color: #008dc1;
}

}