/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2026 | 14:33:48 */
/* =====================================================
   RESET TABLE WOO
===================================================== */
.add-to-cart table.variations{
    margin:0;
}

.add-to-cart table.variations tbody,
.add-to-cart table.variations tr,
.add-to-cart table.variations th,
.add-to-cart table.variations td{
    border:none;
    padding:0;
    background:transparent;
}

/* =====================================================
   SIZE ROW PC
===================================================== */
@media (min-width:769px){

    .add-to-cart table.variations tr{
        display:flex;
        align-items:center;
        gap:30px;
    }

    .add-to-cart table.variations th.label{
        min-width:85px;
        font-weight:600;
        font-size:15px;
        letter-spacing:.5px;
    }

    .add-to-cart table.variations td.value{
        flex:1;
    }

    .add-to-cart .variable-items-wrapper{
        display:flex;
        flex-wrap:wrap;
        gap:14px;
    }
}

/* =====================================================
   SIZE BUTTON STYLE
===================================================== */
.add-to-cart .variable-item{
    background:#f3f3f3;
    border:none !important;
    border-radius:999px;
    padding:11px 20px;
    min-width:60px;
    text-align:center;
    font-weight:500;
    font-size:14px;
    transition:all .2s ease;
}

.add-to-cart .variable-item:hover{
    background:#e7e7e7;
}

.add-to-cart .variable-item.selected{
    background:#000 !important;
    color:#fff !important;
    transform:scale(1.05);
}

/* Ẩn reset */
.add-to-cart .reset_variations{
    display:none !important;
}

/* =====================================================
   QUANTITY + BUTTON GROUP
===================================================== */
.add-to-cart .variations_button{
    display:flex;
    align-items:center;
    margin-top:35px;
}

/* Quantity */
.add-to-cart .quantity{
    background:#333;
    border-radius:50px 0 0 50px;
    padding:8px 25px;
    display:flex;
    align-items:center;
}

.add-to-cart .quantity input.qty{
    background:transparent;
    border:none;
    color:#fff;
    width:35px;
    text-align:center;
    font-size:15px;
    font-weight:600;
}

/* Remove number arrows */
.add-to-cart input.qty::-webkit-outer-spin-button,
.add-to-cart input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.add-to-cart input.qty{
    -moz-appearance:textfield;
}

/* Button */
.add-to-cart .single_add_to_cart_button{
    background:#000 !important;
    color:#fff !important;
    border:none !important;
    border-radius:0 50px 50px 0 !important;
    padding:18px 55px !important;
    font-size:16px;
    font-weight:600;
    letter-spacing:.3px;
    transition:all .25s ease;
    box-shadow:none !important;
}

.add-to-cart .single_add_to_cart_button:hover{
    background:#111 !important;
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width:768px){

    .add-to-cart table.variations tr{
        display:block;
    }

    .add-to-cart table.variations th.label{
        margin-bottom:12px;
        display:block;
    }

    .add-to-cart .variable-items-wrapper{
        display:flex;
        flex-wrap:wrap;
        gap:10px;
    }

    .add-to-cart .variations_button{
        flex-direction:column;
        gap:15px;
    }

    .add-to-cart .quantity{
        width:100%;
        border-radius:50px;
        justify-content:center;
    }

    .add-to-cart .single_add_to_cart_button{
        width:100%;
        border-radius:50px !important;
        text-align:center;
        padding:18px !important;
    }
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
	margin: 0 !important;
}

/* ===== INPUT ===== */
.add-to-cart .quantity input.qty{
    background:transparent;
    border:none;
    color:#fff !important;
    width:40px;
    text-align:center;
    font-size:16px;
    font-weight:600;
}

/* Ẩn mũi tên mặc định */
.add-to-cart input.qty::-webkit-outer-spin-button,
.add-to-cart input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.add-to-cart input.qty{
    -moz-appearance:textfield;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
}

/* ===== GROUP WRAPPER ===== */
.add-to-cart .variations_button{
    display:flex;
    align-items:stretch; /* QUAN TRỌNG */
    margin-top:30px;
}

/* ===== SET CHIỀU CAO CHUNG ===== */
.add-to-cart .quantity,
.add-to-cart .single_add_to_cart_button{
    height:56px;
}

/* ===== QUANTITY ===== */
.add-to-cart .quantity{
    background:#333;
    border-radius:50px 0 0 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 25px;
}

/* Input */
.add-to-cart .quantity input.qty{
    background:transparent;
    border:none;
    color:#fff !important;
    width:40px;
    text-align:center;
    font-size:16px;
    font-weight:600;
}

/* Ẩn mũi tên */
.add-to-cart input.qty::-webkit-outer-spin-button,
.add-to-cart input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.add-to-cart input.qty{
    -moz-appearance:textfield;
}

/* ===== BUTTON ===== */
.add-to-cart .single_add_to_cart_button{
    background:#000 !important;
    color:#fff !important;
    border:none !important;
    border-radius:0 50px 50px 0 !important;
    padding:0 45px !important;
    font-size:16px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    height:56px;
}

/* Hover */
.add-to-cart .single_add_to_cart_button:hover{
    background:#111 !important;
}

/* ===== MOBILE ===== */
@media (max-width:768px){

    .add-to-cart .variations_button{
        flex-direction:column;
        gap:15px;
    }

    .add-to-cart .quantity,
    .add-to-cart .single_add_to_cart_button{
        width:100%;
        border-radius:50px !important;
    }
}

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child))
{
	margin: 0 !important;
}

/* Sale badge custom */
.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;

    min-height: auto;
    min-width: auto;
    padding: 5px 10px !important;

    background-color: #ff6a00; /* cam chủ đạo */
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    border-radius: 4px;
    text-align: center;
	    padding: 5px 10px;
    border-radius: 15px;

    z-index: 9;
}

.woocommerce ul.products li.product .onsale {
    top: 15px !important;
    right: 10px !important;
}

/* Nút sản phẩm trong archive */
.woocommerce ul.products li.product .button {
    background-color: #ff6a00;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400; /* chữ mảnh */
    text-transform: none;
    transition: all 0.25s ease;
}

/* Hover */
.woocommerce ul.products li.product .button:hover {
    background-color: #e65c00; /* cam đậm hơn nhẹ */
    color: #ffffff;
    transform: translateY(-2px);
}

/* Khi đang loading add to cart */
.woocommerce ul.products li.product .button.loading {
    opacity: 0.7;
}

/* Remove outline xấu */
.woocommerce ul.products li.product .button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,106,0,0.3);
}

/* Giá chung */
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
}

/* Giá gốc (bị gạch ngang) */
.woocommerce ul.products li.product .price del {
    color: #ff6a00; /* cam chủ đạo */
    opacity: 1;
    font-weight: 400;
    margin-right: 6px;
}

/* Giá sale (giá hiện tại) */
.woocommerce ul.products li.product .price ins {
    color: #000000; /* đen */
    text-decoration: none;
    font-weight: 600;
}

/* Bỏ underline của ins nếu theme có */
.woocommerce ul.products li.product .price ins span {
    text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #ff6a00;
}

.dev-filter {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.filter-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-group h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.filter-option:hover {
    background: #f5f5f5;
}

.filter-option input {
    accent-color: #000;
    width: 15px;
    height: 15px;
}

.filter-option span {
    flex: 1;
}

.filter-btn {
    margin-top: 10px;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #222;
    transform: translateY(-1px);
}

/* Mỗi product độc lập */
ul.products li.product {
    position: relative;
}

/* Link bao ảnh */
ul.products li.product .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

/* Nút quick view */
ul.products li.product .woosq-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);

    width: 42px;
    height: 42px;

    background: #ffffff;
    border: none;
    border-radius: 8px; /* bo nhẹ */

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 4px 12px rgba(0,0,0,0.12);

    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9;
}

/* Icon đen */
ul.products li.product .woosq-btn .woosq-btn-icon {
    color: #000000;
    transition: 0.3s;
}

/* Hover đúng item thì mới hiện */
ul.products li.product:hover .woosq-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
}

/* Hover vào nút */
ul.products li.product .woosq-btn:hover {
    background: #f5f5f5;
    transform: translate(-50%, -50%) scale(1.05);
}

/* Xóa khoảng dư container */
.header-top {
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

/* Xóa margin của widget */
.header-top .eael-dual-header {
    margin: 0 !important;
}

.header-top .eael-dch-title {
    margin: 0 !important;
    line-height: 1.2;
}

/* Giá tiền */
.elementor-menu-cart__product-price,
.elementor-menu-cart__subtotal .woocommerce-Price-amount {
    color: #000000 !important;
    font-weight: 600;
}

/* Style chung cho 2 nút */
.elementor-menu-cart__footer-buttons .elementor-button {
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Nút Xem giỏ hàng (outline cam) */
.elementor-button--view-cart {
    background: #ffffff !important;
    color: #FF6200 !important;
    border: 2px solid #FF6200 !important;
}

.elementor-button--view-cart:hover {
    background: #FF6200 !important;
    color: #ffffff !important;
}

/* Nút Thanh toán (cam nổi bật) */
.elementor-button--checkout {
    background: #FF6200 !important;
    color: #ffffff !important;
    border: 2px solid #FF6200 !important;
}

.elementor-button--checkout:hover {
    background: #e55600 !important;
    border-color: #e55600 !important;
}

.elementor-button--checkout {
    box-shadow: 0 4px 12px rgba(255,98,0,0.3);
}

/* Ẩn email */
.glsr-field-email {
    display: none !important;
}

/* Ẩn checkbox xác nhận */
.glsr-field-choice {
    display: none !important;
}

.glsr-field[data-field="title"] {
    display: none !important;
}

.glsr-button {
    background: #FF6200 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 20px;
    border: none !important;
    font-weight: 600;
}

.glsr-button:hover {
    background: #e55600 !important;
}

/* Khung tab */
.e-n-tabs-heading {
    display: flex !important;
    gap: 18px;
    border-bottom: 1px solid #eaeaea; /* vệt nền nhẹ */
    padding-bottom: 12px;
    margin-bottom: 25px;
    background: transparent !important;
}

/* Xoá pseudo */
.e-n-tab-title::after {
    display: none !important;
}

/* Tab thường */
.e-n-tab-title {
    background: #f3f3f3 !important;
    border: none !important;
    padding: 12px 36px !important; /* padding ngang rộng */
    font-weight: 600;
    font-size: 15px;
    color: #333;
    border-radius: 999px !important;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover */
.e-n-tab-title:hover {
    background: #ffe8db !important;
    color: #FF6200 !important;
}

/* Active */
.e-n-tab-title[aria-selected="true"] {
    background: #FF6200 !important;
    color: #fff !important;
}

/* Vệt cam dưới tab active */
.e-n-tab-title[aria-selected="true"]::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 70%;
    height: 3px;
    background: #FF6200;
    border-radius: 3px;
}

/* ===== CONTAINER MENU ===== */
.elementor-nav-menu--dropdown {
    background: #ffffff !important;
    padding: 20px !important;
    border-radius: 12px;
}

/* ===== ITEM CHÍNH ===== */
.elementor-nav-menu--dropdown .elementor-item {
    padding: 14px 16px !important;
    font-size: 15px;
    font-weight: 500;
    color: #222 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Hover */
.elementor-nav-menu--dropdown .elementor-item:hover {
    background: #fff3ec !important;
    color: #FF6200 !important;
}

/* Active */
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    background: #FF6200 !important;
    color: #fff !important;
}

/* ===== BORDER PHÂN CÁCH ===== */
.elementor-nav-menu--dropdown li {
    border-bottom: 1px solid #f1f1f1;
}

.elementor-nav-menu--dropdown li:last-child {
    border-bottom: none;
}

/* ===== SUBMENU ===== */
.elementor-nav-menu--dropdown .sub-menu {
    background: #fafafa !important;
    margin-top: 8px;
    padding: 8px 0;
    border-radius: 8px;
}

/* Item submenu */
.elementor-nav-menu--dropdown .elementor-sub-item {
    padding: 10px 20px !important;
    font-size: 14px;
    color: #555 !important;
    transition: 0.3s;
}

/* Hover submenu */
.elementor-nav-menu--dropdown .elementor-sub-item:hover {
    color: #FF6200 !important;
    background: #fff3ec !important;
}

/* ===== MŨI TÊN XOAY ===== */
.elementor-nav-menu--dropdown .sub-arrow svg {
    transition: transform 0.3s ease;
}

.elementor-nav-menu--dropdown .menu-item-has-children[aria-expanded="true"] > a .sub-arrow svg {
    transform: rotate(180deg);
}