﻿*{margin:0;padding:0;box-sizing:border-box}a{color:inherit;text-decoration:none;background:none;border:none;padding:0;margin:0;font-size:inherit;font-weight:normal}body{font-family:"Quicksand", sans-serif !important;overflow-x:hidden;line-height:inherit;margin:0}body #header-mobile{display:none}body #sidebar-popup-mobile{display:none}body #main-mobile{display:none}body #sidebar-popup-pc{display:flex;width:100%;gap:20px;height:530px}body #footer-mobile{display:none}body button{font-family:"Quicksand", sans-serif !important}body input[type="number"]::-webkit-outer-spin-button,body input[type="number"]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body input[type="number"]{-moz-appearance:textfield}body *,body *::before,body *::after{outline:none !important;box-shadow:none !important}body :focus,body :focus-visible,body :focus-within,body :target{outline:none !important;box-shadow:none !important}body *:not(input):not(textarea):not([contenteditable]){outline:none}body::-webkit-scrollbar{width:4px;border-radius:8px;background-color:#f1f1f1;transition:width 0.3s ease-in-out}body::-webkit-scrollbar-thumb{width:4px;border-radius:8px;background-color:#868686}body #main-pc{position:relative;scrollbar-width:thin;scrollbar-color:#868686 #f1f1f1}body .main-body{padding:10px;max-width:1440px;margin:0 auto;border-radius:10px;background:#fff;margin-top:10px;width:100%}body .main-container-wrapper{width:100%;max-width:100%;margin:0 auto;overflow:hidden;background:#FFEFF3}body .header{width:100%;position:sticky;top:0;z-index:1000;background-color:#fff;transition:transform 0.3s ease-out, top 0.3s ease-in-out}body .header .header-top{display:flex;max-width:1440px;width:100%;margin:auto;justify-content:space-between;align-items:center;padding:10px;background-color:#fff;border-radius:10px}body .header .header-top .logo img{width:100%;cursor:pointer}body .header .header-top .main-nav .navbar-item{margin:0 16px;color:#333;text-decoration:none;font-size:16px;font-weight:700}body .header .header-top .main-nav .navbar-item:hover{color:#ff8800}body .header .header-top .main-nav .dropbtn{padding:16px;font-size:16px;border:none;background-color:#fff}body .header .header-top .main-nav .dropdown{position:relative;display:inline-block;cursor:pointer}body .header .header-top .main-nav .dropdown:hover .dropbtn{color:#ff8800}body .header .header-top .main-nav .dropdown .dropdown-content{display:none;left:-698px;position:absolute;background-color:#fff;width:1440px;box-shadow:0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index:999}body .header .header-top .main-nav .dropdown .dropdown-content a{color:black;padding:12px 16px;text-decoration:none;display:block}body .header .header-top .main-nav .dropdown .dropdown-content a:hover{background-color:#ddd}body .header .header-top .main-nav .dropdown .dropdown-content .dropdown-item{width:25%;padding:20px}body .header .header-top .main-nav .dropdown .dropdown-content .dropdown-item img{width:100%;height:auto;border-radius:8px;margin-bottom:8px}body .header .header-top .main-nav .dropdown .dropdown-content .dropdown-item p{font-size:14px;color:#000;font-weight:bold;margin:0;margin-bottom:20px}body .header .header-top .main-nav .dropdown:hover .dropdown-content{display:flex}body .header .header-top .header-info{display:flex;align-items:center;gap:20px}body .header .header-top .header-info .shipping-info{display:flex;align-items:center;font-size:16px;background-color:#f9f1e6;color:#FFF7E8;padding:8px 12px;border-radius:8px}body .header .header-top .header-info .shipping-info .icon{font-size:18px;margin-right:8px}body .header .header-top .header-info .shipping-info span{color:#000000}body .header .header-top .header-info .shipping-info span b{color:#e93333}body .header .header-top .header-info .order-tracking{display:flex;align-items:center;font-size:16px;color:#ff8800;font-weight:100}body .header .header-top .header-info .order-tracking .order-icon{font-size:24px;margin-right:8px}body .header .header-top .header-info .order-tracking span{color:#333}body .header .header-bottom{display:flex;align-items:center;padding:10px 20px;background:url(https://feelex.vn/wp-content/uploads/2025/01/Mask-group-2.png) 100%, #FFA20D}body .header .header-bottom .header-container{display:flex;align-items:center;max-width:1440px;width:100%;margin:auto;justify-content:space-between;padding:0 10px}body .header .header-bottom .header-container .category-button{width:280px;display:flex;align-items:center;background-color:#ffb341;color:#fff;border:none;border-radius:8px;padding:16px 10px;font-size:18px;font-weight:bold;cursor:pointer}body .header .header-bottom .header-container .category-button .icon{font-size:18px;margin-right:8px}body .header .header-bottom .header-container .search-bar{position:relative;display:flex;align-items:center;flex-grow:1;margin:0 20px}body .header .header-bottom .header-container .search-bar input{width:100%;padding:16px 10px;border:none;border-radius:10px;background-color:#f9f5ed;font-size:16px;color:#8c8c8c;outline:none}body .header .header-bottom .header-container .search-bar input::placeholder{color:#8c8c8c}body .header .header-bottom .header-container .search-bar .search-button{background:none;border:none;cursor:pointer;font-size:16px;color:#f5a623;outline:none;padding:0;margin-left:-30px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown{display:none;position:absolute;top:55px;left:0;width:100%;background-color:#fff;border:1px solid #ddd;border-radius:5px;padding:16px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);z-index:1000}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .spinner{border:4px solid #f3f3f3;border-top:4px solid #f5a623;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite;margin:20px auto;display:none}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .suggestions-section{margin-bottom:16px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .suggestions-section h3{font-size:14px;font-weight:bold;color:#333;margin-bottom:10px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .suggestions-section .suggestions-tags{display:flex;flex-wrap:wrap;gap:10px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .suggestions-section .suggestions-tags .suggestion-tag{background-color:#f5f5f5;color:#333;padding:5px 10px;border-radius:20px;font-size:14px;cursor:pointer;display:inline-flex;align-items:center}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .suggestions-section .suggestions-tags .suggestion-tag:hover{background-color:#ddd}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section h3{font-size:14px;font-weight:bold;color:#333;margin-bottom:10px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list{list-style:none;padding:0;margin:0;max-height:300px;overflow-y:auto;padding-right:10px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #ddd}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item:first-child{border-top:none}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item img{width:50px;height:50px;border-radius:5px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info p{margin:0;font-size:14px;color:#333}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info p:hover{color:#f5a623}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info .product-price-item{color:#f5a623;font-weight:bold;font-size:16px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info .product-price-item .product-price ins{text-decoration:none;font-size:20px;margin-right:8px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info .product-price-item .product-price del{color:#999 !important;font-weight:normal;margin-left:5px;font-size:16px}body .header .header-bottom .header-container .search-bar .suggestions-dropdown .products-section .product-list .product-item .product-info .product-price-item .product-price .woocs_price_code{gap:0}body .header .header-bottom .header-container .contact-info{display:flex;align-items:center;gap:16px;color:#fff;font-size:16px}body .header .header-bottom .header-container .contact-info .hotline-button{display:inline-flex;align-items:center;padding:5px 10px;background-color:#FFBD46;border:none;border-radius:10px;color:#ffffff;font-size:16px;font-weight:500;cursor:pointer;outline:none;transition:background-color 0.3s ease}body .header .header-bottom .header-container .contact-info .hotline-button:hover{color:#333}body .header .header-bottom .header-container .contact-info .hotline-button .hotline-icon{font-size:18px;margin-right:8px}body .header .header-bottom .header-container .contact-info .hotline-button .hotline-text{display:flex;flex-direction:column;align-items:flex-start}body .header .header-bottom .header-container .contact-info .hotline-button .hotline-text span{line-height:1.2}body .header .header-bottom .header-container .contact-info .account-button{display:inline-flex;align-items:center;padding:14px;background-color:#FFBD46;border:none;border-radius:10px;color:#ffffff;font-size:16px;font-weight:500;cursor:pointer;outline:none;transition:background-color 0.3s ease}body .header .header-bottom .header-container .contact-info .account-button:hover{color:#333}body .header .header-bottom .header-container .contact-info .account-button .account-icon{font-size:18px;margin-right:5px}body .header .header-bottom .header-container .contact-info img{width:20px;margin-right:5px;height:auto}body .header .header-bottom .header-container .contact-info .modal{display:none;position:fixed;z-index:1000;left:0 !important;top:0 !important;width:100% !important;height:100% !important;background-color:rgba(0, 0, 0, 0.5);align-items:center;justify-content:center}body .header .header-bottom .header-container .contact-info .modal .modal-content{background-color:#fff;padding:20px;border-radius:8px;width:400px;max-width:90%;position:relative;text-align:center}body .header .header-bottom .header-container .contact-info .modal .modal-content h2{margin-bottom:20px;color:#000}body .header .header-bottom .header-container .contact-info .modal .modal-content .close-btn{position:absolute;top:0px;right:10px;font-size:30px;cursor:pointer;color:#333}body .header .header-bottom .header-container .contact-info .modal .modal-content input[type="text"],body .header .header-bottom .header-container .contact-info .modal .modal-content input[type="email"],body .header .header-bottom .header-container .contact-info .modal .modal-content input[type="password"]{width:100%;padding:10px;margin:10px 0;border-radius:4px;border:1px solid #ddd}body .header .header-bottom .header-container .contact-info .modal .modal-content #reg_passmail{color:#333}body .header .header-bottom .header-container .contact-info .modal .modal-content .login-btn,body .header .header-bottom .header-container .contact-info .modal .modal-content .register-btn{background-color:#f5a623;color:white;padding:10px;width:100%;border:none;border-radius:4px;cursor:pointer;font-size:16px}body .header .header-bottom .header-container .contact-info .modal .modal-content .error-message{color:red;font-size:14px;margin:10px;text-align:left}body .header .header-bottom .header-container .contact-info .modal .modal-content .additional-options{margin-top:20px;font-size:14px;display:flex;justify-content:space-evenly}body .header .header-bottom .header-container .contact-info .modal .modal-content .additional-options a{color:#333;text-decoration:underline;margin-left:5px}body .header .header-bottom .header-container .contact-info .modal .modal-content hr{margin:20px 0}body .header .header-bottom .header-container .contact-info .modal .modal-content .social-login{display:flex;justify-content:space-around;margin-top:20px}body .header .header-bottom .header-container .contact-info .modal .modal-content .social-login .social-btn{display:flex;align-items:center;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:bold;font-size:14px;border:1px dashed #ddd}body .header .header-bottom .header-container .contact-info .modal .modal-content .social-login .social-btn i{margin-right:8px}body .header .header-bottom .header-container .contact-info .modal .modal-content .social-login .facebook-btn{background-color:#3b5998;color:white}body .header .header-bottom .header-container .contact-info .modal .modal-content .social-login .google-btn{background-color:#db4437;color:white}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body .header .header-bottom .header-container .contact-info .cart-button{display:flex;align-items:center;background-color:#FFBD46;color:#fff;padding:16px 10px;border-radius:8px;position:relative;font-size:16px;font-weight:bold;cursor:pointer;gap:5px}body .header .header-bottom .header-container .contact-info .cart-button:hover{color:#333}body .header .header-bottom .header-container .contact-info .cart-button i{font-size:18px}body .header .header-bottom .header-container .contact-info .cart-button .cart-badge{position:absolute;top:30px;right:80px;background-color:#fff;color:#FFBD46;border-radius:30px;padding:1px 5px;font-size:10px;font-weight:bold;line-height:15px}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown{display:none;position:absolute;top:105%;right:0;background-color:#fff;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);border-radius:8px;width:500px;padding:25px 16px;z-index:10}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items{list-style:none;padding:0;margin:0}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item{display:flex;align-items:center;margin-bottom:10px}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item img{width:40px;height:40px;border-radius:4px;margin-right:10px}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item .item-name{flex-grow:1;font-size:16px;color:#333}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item .item-quantity{font-size:12px;color:#666}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item .remove-item-button{background-color:#ff4d4d;color:white;border:none;padding:5px 10px;border-radius:5px;cursor:pointer;font-size:12px;margin-left:10px;transition:background-color 0.3s}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-items .cart-item .remove-item-button:hover{background-color:#e60000}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-total{font-weight:bold;font-size:16px;color:#ff6600;text-align:right;margin-top:10px;margin-bottom:10px}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions{display:flex;gap:10px;text-align:center}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .view-cart,body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .checkout,body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .clear-cart-button{flex:1;padding:8px;border:none;border-radius:4px;cursor:pointer;font-weight:bold}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .clear-cart-button{background:#ff5e5e}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .clear-cart-button:hover{background:#e53935}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .clear-cart-button:disabled{background:#ccc;cursor:not-allowed}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .checkout{background:#FFA20D;color:#fff}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .checkout:hover{background:#fc9b00}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .checkout:disabled{background:#ccc;cursor:not-allowed}body .header .header-bottom .header-container .contact-info .cart-button .cart-dropdown .cart-actions .view-cart{background-color:#ffa500;color:#fff}body .header .header-bottom .header-container .contact-info .cart-button:hover .cart-dropdown{display:block}body .main-container{display:flex;max-width:100%;margin:auto;gap:16px;position:relative}body .main-container .sidebar{flex:2;max-width:280px;box-shadow:#ccc 0px 0px 5px !important;border-radius:8px;padding:0 16px;z-index:500;background-color:#ffffff;width:100%}body .main-container .sidebar .category-list{list-style:none;padding:0}body .main-container .sidebar .category-list li{height:50px;padding-top:10px}body .main-container .sidebar .category-list li a{text-decoration:none;color:#333;display:flex;align-items:center}body .main-container .sidebar .category-list li a:hover{color:#ff9800}body .main-container .sidebar .category-list li a .icon{margin-right:8px}body .main-container .sidebar .category-list li a .icon img{width:35px;height:35px}body .main-container .sidebar .category-list li a .arrow{margin-left:auto;font-size:24px}body .main-container .content{max-width:765px;flex:6;border-radius:8px;position:relative;width:100%}body .main-container .right-content{flex:4;max-width:335px;height:auto;display:flex;flex-direction:column;overflow:hidden;position:relative;width:100%;flex:3}body .main-container .right-content{overflow:hidden;width:300px;height:500px}body .main-container .right-content-wrapper{display:flex;flex-direction:column}body .main-container .box{width:100%;flex-shrink:0;margin-bottom:20px;transition:none}body .main-container .box:hover{opacity:0.9}body .main-container .box img{width:100%;height:100%;object-fit:cover;border-radius:8px}body .policy-section{display:flex;width:100%;margin:auto;padding:16px 0}body .policy-section .policy-item{display:flex;width:20%;align-items:center;background-color:#fff;border:1px solid #e0e0e0;padding:16px;text-align:left}body .policy-section .policy-item .policy-icon{font-size:24px;color:#FFA500;margin-right:16px}body .policy-section .policy-item .policy-text .title{font-size:15px;font-weight:bold;color:#000;margin:0}body .policy-section .policy-item .policy-text .subtitle{font-size:13px;color:#666;margin:0}body .policy-section .first-policy-item{border-radius:8px 0 0 8px}body .policy-section .last-policy-item{border-radius:0 8px 8px 0}body .flashsale-container{margin:10px auto;background:url(https://feelex.vn/wp-content/uploads/2025/01/desktop.png) no-repeat center center, linear-gradient(90deg, rgba(255, 163, 0, 0.25) 0%, rgba(254, 205, 117, 0.25) 24%, rgba(255, 197, 90, 0.25) 74%, rgba(221, 45, 129, 0.25) 100%);background-size:cover;position:relative;overflow:hidden;border-radius:10px}body .flashsale-container .grid-image{margin:auto;max-width:1440px;padding:40px 20px}body .flashsale-container .grid-image .flashsale-icon{fill:#ef0000;margin-right:7px;width:32px;height:42px}body .flashsale-container .flashsale-header{display:flex;align-items:center;justify-content:left}body .flashsale-container .flashsale-header .flashsale-title{font-size:24px;font-weight:bold;color:#d42e2e;margin-right:20px}body .flashsale-container .flashsale-header .countdown-timer{display:flex;align-items:center;font-size:18px;font-weight:bold;color:#333}body .flashsale-container .flashsale-header .countdown-timer .time-box{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;background-color:#fff;border:1px solid #ddd;border-radius:10px;margin:0 2px;font-weight:500}body .flashsale-container .flashsale-header .see-all{margin-left:auto;font-size:16px;color:#f11d1d;text-decoration:none;font-weight:bold}body .flashsale-container .flashsale-header .see-all:hover{color:#f81515;font-size:17px}body .flashsale-container .product-row{display:grid;grid-template-columns:repeat(6, 1fr);gap:16px;max-width:100%;padding:20px 0}body .flashsale-container .product-row .product-card{position:relative;background-color:#fff;border:1px solid #e0e0e0;border-radius:15px;text-align:center;transition:transform 0.3s, box-shadow 0.3s;margin-bottom:20px;display:flex;flex-direction:column;justify-content:space-between}body .flashsale-container .product-row .product-card .custom-sale-label{position:absolute;background:linear-gradient(45deg, #ff0000, #ff7f00);color:white;font-size:14px;font-weight:bold;padding:5px 10px;border-radius:5px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);text-transform:uppercase;animation:pulse 1.5s infinite;z-index:10;display:flex;align-items:center;top:10px;left:10px}body .flashsale-container .product-row .product-card .custom-sale-label .flame{font-size:16px;margin-left:5px;animation:flicker 0.6s infinite alternate}body .flashsale-container .product-row .product-card .custom-sale-label .flame img{width:16px;height:16px}body .flashsale-container .product-row .product-card a.color-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 8px rgba(255, 0, 0, 0.5)}50%{transform:scale(1.1);box-shadow:0 6px 12px rgba(255, 127, 0, 0.7)}100%{transform:scale(1);box-shadow:0 4px 8px rgba(255, 0, 0, 0.5)}}@keyframes flicker{0%{opacity:0.8}50%{opacity:1}100%{opacity:0.8}}body .flashsale-container .product-row .product-card .new{position:absolute;top:5px;right:5px;background:#ffffff;color:#004794;font-weight:700;font-size:12px;padding:4px 10px;border-radius:34px;z-index:10;border:1px solid}body .flashsale-container .product-row .product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0, 0, 0, 0.2)}body .flashsale-container .product-row .product-card:hover .primary-image{opacity:0;display:none}body .flashsale-container .product-row .product-card:hover .secondary-image{display:block;transition:0.4s ease-out}body .flashsale-container .product-row .product-card .sale-badge{position:absolute;top:10px;left:10px;background-color:#ff5252;color:#fff;padding:4px 8px;font-size:12px;font-weight:bold;border-radius:4px}body .flashsale-container .product-row .product-card .new-badge{position:absolute;top:10px;right:10px;background-color:#ff9800;color:#fff;padding:4px 8px;font-size:12px;font-weight:bold;border-radius:4px}body .flashsale-container .product-row .product-card .product-image{height:auto;transition:transform 0.3s ease, opacity 0.3s ease;border-radius:15px 15px 0 0;width:100%;margin-bottom:5px}body .flashsale-container .product-row .product-card .product-rating{text-align:left;padding:0 16px;display:flex;align-items:center}body .flashsale-container .product-row .product-card .product-rating img{width:12px;height:12px}body .flashsale-container .product-row .product-card .product-name{padding:0 16px}body .flashsale-container .product-row .product-card .product-name a{font-size:16px;color:black;margin:8px 0;font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;min-height:calc(1.2em * 2);-webkit-box-orient:vertical;text-align:left}body .flashsale-container .product-row .product-card .product-name a:hover{color:#f5a623}body .flashsale-container .product-row .product-card .product-price-item{color:#ef0000;font-size:20px;font-weight:bold;margin:4px 0;text-align:left;padding:0 15px}body .flashsale-container .product-row .product-card .product-price-item ins{text-decoration:none;font-size:20px;margin-right:8px}body .flashsale-container .product-row .product-card .product-price-item del{color:#727272;font-size:16px;margin-right:8px;font-weight:500}body .flashsale-container .product-row .product-card .product-price-item .product-old-price{color:#727272;text-decoration:line-through;font-size:16px;margin-right:8px}body .flashsale-container .product-row .product-card .bd-progress-container{padding:0 15px}body .flashsale-container .product-row .product-card .bd-progress-container .bd-progress-wrapper{border-radius:30px;background-color:#fdebeb;position:relative}body .flashsale-container .product-row .product-card .bd-progress-container .bd-progress-wrapper .bd-progress-text{position:relative;line-height:24px;font-size:14px;font-weight:500;text-align:center;display:flex;align-items:center;justify-content:center;margin:5px 0}body .flashsale-container .product-row .product-card .rating{display:flex;align-items:center;color:#333;font-size:16px;margin:8px 0;padding:0 16px}body .flashsale-container .product-row .product-card .rating img{width:12px;height:12px;margin-right:5px}body .flashsale-container .product-row .product-card .product-button{padding:0 16px 16px}body .flashsale-container .product-row .product-card .product-button .add-to-cart{width:100%}body .flashsale-container .product-row .product-card .product-button .add-to-cart,body .flashsale-container .product-row .product-card .product-button .add-to-cart-quickview{display:inline-block;padding:10px 20px;background-color:#ff5e5e;color:#fff;text-decoration:none;border-radius:5px;font-weight:bold;margin:10px 0;transition:background-color 0.3s}body .flashsale-container .product-row .product-card .product-button .add-to-cart:hover,body .flashsale-container .product-row .product-card .product-button .add-to-cart-quickview:hover{background-color:#e53935}body .flashsale-container .product-row .product-card .product-button .show-popup{display:inline-block;padding:10px 20px;background-color:#ff5e5e;color:#fff;text-decoration:none;border-radius:5px;font-weight:bold;margin:5px 0;transition:background-color 0.3s;width:100%}body .flashsale-container .product-row .product-card .product-button .show-popup:hover{background-color:#e53935}body .product-category-section{margin:auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px}body .product-category-section .category-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0}body .product-category-section .category-header .category-title{display:flex;align-items:center;font-weight:bold;font-size:16px;gap:10px}body .product-category-section .category-header .category-title .icon{margin-right:8px;font-size:18px}body .product-category-section .category-header .view-all{font-size:14px;color:#666;text-decoration:none}body .product-category-section .category-header .view-all:hover{text-decoration:underline}body .product-category-section .category-item{background-color:#fff;border-radius:10px;width:164px;text-align:center;padding:5px;box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease}body .product-category-section .category-item:hover{transform:translateY(-5px)}body .product-category-section .category-item img{width:100%;height:auto;margin-bottom:10px;border-radius:8px}body .product-category-section .category-item p{font-size:16px;font-weight:500;color:#333;margin:0}body .product-category-section .category-item:nth-child(1){background-color:#ffe6e6}body .product-category-section .category-item:nth-child(2){background-color:#ffece1}body .product-category-section .category-item:nth-child(3){background-color:#e6f2ff}body .product-category-section .category-item:nth-child(4){background-color:#e6f9f1}body .product-category-section .category-item:nth-child(5){background-color:#fff9e6}body .product-category-section .category-item:nth-child(6){background-color:#fdeaff}body .product-category-section .category-item:nth-child(7){background-color:#e6e8ff}body .product-category-section .category-item:nth-child(8){background-color:#bbf4ff}body .product-category-section .category-item:nth-child(9){background-color:#f8d6d6}body .product-grid{max-width:1440px;margin:auto}body .product-grid .category-filter{display:flex;gap:10px;justify-content:center;margin-bottom:20px}body .product-grid .category-filter .filter-button{padding:8px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:20px;font-size:16px;color:#333;cursor:pointer;transition:background-color 0.3s, color 0.3s}body .product-grid .category-filter .filter-button.active{background-color:#333;color:#fff;font-weight:bold}body .product-grid .category-filter .filter-button:hover{background-color:#333;color:#fff}body .product-grid .product-row{display:flex;overflow-x:auto;gap:16px;max-width:100%}body .product-grid .product-row .product{border:1px solid #e0e0e0;border-radius:8px;text-align:center;padding:16px;background-color:#fff;position:relative}body .product-grid .product-row .product .discount{position:absolute;top:10px;left:10px;background-color:#ff5e5e;color:white;padding:5px 10px;font-size:12px;font-weight:bold;border-radius:5px}body .product-grid .product-row .product .new{position:absolute;top:10px;right:10px;background:#ffffff;color:#004794;font-weight:500;font-size:14px;padding:5px 10px;border-radius:5px;z-index:10;box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);background:#fff}body .product-grid .product-row .product img{max-width:200px;margin:0 auto}body .product-grid .product-row .product .product-title{font-size:16px;color:#333;margin:10px 0}body .product-grid .product-row .product .product-price-item{font-size:16px;color:#ff5e5e;font-weight:bold;margin:5px 0}body .product-grid .product-row .product .product-old-price{font-size:16px;color:#999;text-decoration:line-through;margin-top:2px;margin-bottom:10px}body .product-grid .product-row .product .product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}body .product-grid .product-row .product .product-footer .product-rating{font-size:12px;color:#000;margin:5px 0}body .product-grid .product-row .product .product-footer .buy-button{display:inline-flex;align-items:center;justify-content:center;background-color:#FFA20D;color:white;padding:10px 16px;border-radius:5px;text-decoration:none;font-weight:bold;margin-top:10px;gap:8px;transition:background-color 0.3s}body .product-grid .product-row .product .product-footer .buy-button:hover{color:#333}body .product-grid .product-row .product .product-footer .buy-button i{font-size:16px}body .product-grid .product-row .product .new-label{position:absolute;top:10px;right:10px;background-color:#ff5e5e;color:white;padding:5px 10px;font-size:12px;font-weight:bold;border-radius:5px}body .product-sections{transform:translateY(20px);transition:opacity 0.5s ease, transform 0.5s ease}body .product-sections.visible{opacity:1;transform:translateY(0)}body .product-sections .product-section{padding:0 10px}body .product-sections .product-section .product-container{width:100%;max-width:1440px;margin:auto}body .product-sections .product-section .product-container .custom-tabs{display:flex;gap:10px;list-style:none;padding:0;margin:20px 0}body .product-sections .product-section .product-container .custom-tabs .ui-tabs-tab{display:inline-block;padding:10px 15px;border:1px solid #ddd;border-radius:10px;text-decoration:none;font-size:1em;transition:background-color 0.3s, color 0.3s}body .product-sections .product-section .product-container .custom-tabs .ui-tabs-tab:hover{background-color:#f5f5f5;color:#333}body .product-sections .product-section .product-container .custom-tabs .ui-tabs-active{background-color:#d7d7d7;color:#000;font-weight:bold;border-color:#ddd}body .product-sections .product-section .product-container .custom-tabs .ui-tabs-active:hover{background-color:#f4f4f4;color:#333}body .product-sections .product-section .product-container .product-card{border:1px solid #eee;border-radius:10px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);position:relative}body .product-sections .product-section .product-container .product-card .discount{position:absolute;top:0px;left:-5px;background:#FFF7E8;color:#E93333;font-weight:bold;font-size:16px;padding:5px 10px;border-radius:5px;z-index:10;box-shadow:0px 2px 5px rgba(0, 0, 0, 0.2)}body .product-sections .product-section .product-container .product-card .new{position:absolute;top:5px;right:5px;color:#ffa20d;font-weight:500;font-size:14px;padding:4px 10px;border-radius:10px;z-index:10;border:1px solid;background:#fff}body .product-sections .product-section .product-container .product-card .product-image{width:100%;height:auto;object-fit:contain;margin-bottom:10px;border-radius:15px 15px 0 0}body .product-sections .product-section .product-container .product-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0, 0, 0, 0.2)}body .product-sections .product-section .product-container .product-card:hover .primary-image{opacity:0;display:none}body .product-sections .product-section .product-container .product-card:hover .secondary-image{display:block;transition:0.4s ease-out}body .product-sections .product-section .product-container .product-card .secondary-image{display:none}body .product-sections .product-section .product-container .product-card .product-title{font-size:16px;color:#333;margin-bottom:28px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;min-height:calc(2 * 1.5em);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:24px;max-height:3em;font-weight:700;padding:0 16px}body .product-sections .product-section .product-container .product-card .product-title:hover{color:#f5a623}body .product-sections .product-section .product-container .product-card .product-price-item{font-size:18px;font-weight:bold;color:#e93333;padding:0 15px}body .product-sections .product-section .product-container .product-card .product-price-item .old-price{font-size:16px;color:#727272;text-decoration:line-through;display:block;margin-top:5px;font-weight:400}body .product-sections .product-section .product-container .product-card .product-price-item ins{text-decoration:none;padding-right:10px}body .product-sections .product-section .product-container .product-card .product-price-item del{text-decoration:line-through;text-decoration-color:#727272}body .product-sections .product-section .product-container .product-card .product-price-item del .woocommerce-Price-amount{color:#727272;font-size:16px;font-weight:400}body .product-sections .product-section .product-container .product-card .product-rating{display:flex;align-items:center;color:#333;font-size:16px;margin:16px 0;padding:0 16px}body .product-sections .product-section .product-container .product-card .product-rating img{width:12px;height:12px;margin-right:5px}body .product-sections .product-section .product-container .product-card .buy-button{background-color:rgba(255, 189, 70, 0.15);color:#ffac18;border-radius:5px;padding:4px 8px;font-size:14px;position:absolute;bottom:10px;right:10px;text-decoration:none;width:40px;height:40px;display:inline-flex;align-items:center;overflow:hidden;transition:width 0.3s ease;cursor:pointer}body .product-sections .product-section .product-container .product-card .buy-button img{width:24px;height:24px;margin-right:0;transition:margin 0.3s ease, width 0.3s ease}body .product-sections .product-section .product-container .product-card .buy-button .button-text{display:inline-block;opacity:0;white-space:nowrap;margin-left:5px;transition:opacity 0.3s ease;font-weight:700}body .product-sections .product-section .product-container .product-card .buy-button:hover{width:150px}body .product-sections .product-section .product-container .product-card .buy-button:hover img{margin-right:5px}body .product-sections .product-section .product-container .product-card .buy-button:hover .button-text{opacity:1}body .product-sections .product-section .product-container .product-banner{display:flex;gap:20px;height:auto;margin-top:20px}body .product-sections .product-section .product-container .product-banner .item-banner{display:flex;justify-content:space-between;width:50%}body .product-sections .product-section .product-container .product-banner .item-banner img{width:100%;height:auto;border-radius:10px}body .chart-section{padding:20px 10px 10px 10px}body .section-container{width:100%;display:flex;justify-content:center;padding:20px}body .section-container .image-wrapper{width:1440px;max-width:100%;text-align:center}body .section-container .image-wrapper img{width:100%;height:auto;border-radius:8px}body .review-section{width:100%;padding:10px}body .review-section .container{background-color:#eaf4ff;max-width:1440px;margin:0 auto;padding:16px;border-radius:10px}body .review-section .container h2{font-size:1.5em;color:#333;margin-bottom:20px}body .review-section .container .review-card{background-color:#ffffff;border:1px solid #e0e8f0;border-radius:10px;padding:16px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1) !important;min-height:310px}body .review-section .container .review-card .review-header{display:flex;align-items:center;margin-bottom:10px}body .review-section .container .review-card .review-header .review-avatar{width:60px;height:50px;border-radius:50%;margin-right:10px}body .review-section .container .review-card .review-header .review-info{font-size:16px}body .review-section .container .review-card .review-header .review-info .review-name{font-weight:bold;color:#333}body .review-section .container .review-card .review-header .review-info .review-product{color:#28a745;font-size:14px}body .review-section .container .review-card .review-text{font-size:16px;color:#555;margin-bottom:16px}body .review-section .container .review-card .review-footer{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:40%;margin:0 auto;padding:5px;border:1px solid #ccc;border-radius:15px}body .review-section .container .review-card .review-footer .review-product-image{width:60px;height:auto;border-radius:5px}body .review-section .container .review-card .review-footer .review-rating{font-size:18px;color:#ffc107}body .feelex-section{padding:10px}body .feelex-section .container{max-width:1440px;margin:auto}body .feelex-section .custom-tabs{display:flex;gap:10px;list-style:none;padding:0;margin:20px 0}body .feelex-section .custom-tabs .ui-tabs-tab{display:inline-block;padding:10px 20px;border:1px solid #ddd;border-radius:10px;text-decoration:none;font-size:16px;transition:background-color 0.3s, color 0.3s}body .feelex-section .custom-tabs .ui-tabs-tab:hover{background-color:whitesmoke;color:#333}body .feelex-section .custom-tabs .ui-tabs-active{background-color:#d7d7d7;color:#000;font-weight:bold;border-color:#ccc}body .feelex-section .custom-tabs .ui-tabs-active:hover{background-color:#f4f4f4;color:#000}body .feelex-section .owl-carousel{position:relative}body .feelex-section .owl-carousel .carousel-item{border-radius:8px;background-color:#fff;margin:5px}body .feelex-section .owl-carousel .carousel-item img{width:100%;height:auto;border-radius:8px}body .feelex-section .owl-carousel .carousel-item h3{font-size:1.2em;margin:8px 0;color:#333}body .feelex-section .owl-carousel .carousel-item p{font-size:0.9em;color:#666;padding:0 10px 10px}body .feelex-section .owl-carousel .owl-dots{text-align:center;padding-top:16px}body .feelex-section .owl-carousel .owl-dots .owl-dot{display:inline-block;width:10px;height:10px;margin:5px;background-color:#ddd;border-radius:50%;cursor:pointer}body .feelex-section .owl-carousel .owl-dots .owl-dot.active{background-color:#ffae00}body .popup{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);padding:20px;background-color:#fff;border:1px solid #ccc;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);z-index:1000}body .popup-variation{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:999}body .close-btn{padding:5px 5px;border:none;cursor:pointer;float:right}body #loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;z-index:9999}body #loading-spinner .spinner{border:8px solid #f3f3f3;border-top:8px solid #FFA20D;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;z-index:1000}body .popup-overlay .popup-content{background:#fff;padding:20px 30px;border-radius:8px;width:450px;text-align:center;box-shadow:0px 4px 8px rgba(0, 0, 0, 0.2);position:fixed}body .popup-overlay .popup-content p{font-size:16px;margin-bottom:20px;color:#333}body footer .footer-top{display:flex;justify-content:center;align-items:flex-end;background:linear-gradient(to bottom, #fff 50%, #fff8e1 50%);height:480px;position:relative;margin:0 auto;box-sizing:border-box}body footer .footer-top .content-wrapper{max-width:1440px;width:100%;margin:0 auto;height:100%;display:flex;justify-content:center;align-items:flex-end;padding:0 20px}body footer .footer-top .content-wrapper .footer-features,body footer .footer-top .content-wrapper .footer-hotline{height:50%;padding:10px 0;box-sizing:border-box}body footer .footer-top .content-wrapper .footer-features{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;flex:6}body footer .footer-top .content-wrapper .footer-features .feature{display:flex;gap:10px;align-items:center}body footer .footer-top .content-wrapper .footer-features .feature img{width:20%}body footer .footer-top .content-wrapper .footer-features .feature .feature-text strong{font-size:16px;font-weight:bold;color:#f89a14}body footer .footer-top .content-wrapper .footer-features .feature .feature-text p{margin:0;font-size:14px;color:#f89a14}body footer .footer-top .content-wrapper .footer-hotline{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}body footer .footer-top .content-wrapper .footer-hotline span{font-size:18px;color:#f89a14;font-weight:bold;margin-bottom:10px}body footer .footer-top .content-wrapper .footer-hotline .hotline-button{background-color:#ff9800;color:#fff;border:none;padding:10px 50px;font-size:18px;border-radius:30px;cursor:pointer;font-weight:bold}body footer .footer-top .content-wrapper .footer-image{flex:5;position:relative;overflow:hidden;height:100%}body footer .footer-top .content-wrapper .footer-image img{position:absolute;bottom:0;left:0;width:100%;object-fit:contain}body footer .footer-mid{display:flex;margin:0 auto;padding:50px 20px;max-width:1440px;gap:160px;width:100%}body footer .footer-mid h4{font-size:18px;color:#000;margin-bottom:10px}body footer .footer-mid a{font-size:16px;color:#333;margin-bottom:5px}body footer .footer-mid a:hover{color:#ff9800}body footer .footer-mid .footer-info{display:flex;flex-direction:column}body footer .footer-bottom{display:flex;align-items:center;max-width:1440px;margin:0 auto;gap:50px;width:100%;padding:0 20px}body footer .footer-bottom .shipping-image{display:flex;align-items:center;gap:20px;padding:10px 0}body footer .footer-note{display:flex;justify-content:center;align-items:center;padding:20px 10px;color:#333;font-size:14px;border-top:1px solid #414141;max-width:1440px;margin:0 auto;text-align:center;width:100%}body .quantity-selector{display:flex;align-items:center;gap:10px;border-radius:10px;width:auto}body .quantity-selector label{margin-right:10px;font-size:16px}body .quantity-selector button{width:34px;height:34px;font-size:20px;background:none;color:#000;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.3s ease}body .quantity-selector button:hover{background-color:#e0e0e0}body #decrease-quantity{border-radius:50% 0 0 50%}body #increase-quantity{border-radius:0 50% 50% 0}body .quantity-selector input{width:40px;height:34px;font-size:18px;text-align:center;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc}body .select-item-variable{display:flex;align-items:center;justify-content:flex-start;width:100%}body .select-item label{margin-right:10px}body .select-item select{width:200px;padding:5px}body .select-item{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:20px}body #variation-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);display:none;justify-content:center;align-items:center;z-index:9999;overflow:visible}body #variation-popup #popup-regular-price,body #variation-popup #popup-sale-price{font-size:22px;font-weight:700;color:#FFA20D}body .popup-product-image{max-width:100%;height:auto}body .popup-right{flex:1;padding:0 10px;width:50%}body .popup-right .product-rating{margin:10px 0}body #variation-price .woocommerce-Price-amount{color:#FFA20D;font-size:32px;font-weight:700;font-style:normal;margin:10px 0}body #variation-price{margin:10px 0}body .close-popup-btn{position:absolute;top:0;right:0;background:transparent;border:none;font-size:48px;color:#6e6e6e;cursor:pointer;z-index:999;line-height:25px;padding:10px}body .close-popup-btn:hover{color:#000;background:none}body .variation-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.6);display:none;z-index:9999}body .popup-content{display:flex;background-color:white;width:100%;margin:auto;margin-top:5%;border-radius:10px;padding:20px 25px;overflow-y:auto;max-width:950px;justify-content:space-between;background:#FFF;position:relative}body .popup-left{width:50%;padding-right:10px;flex:1;text-align:center}body .popup-image-slider{display:flex;overflow-x:auto;justify-content:space-evenly;align-items:center}body .popup-image-slide{margin-right:10px}body .popup-product-thumbnail{width:90px;height:90px;object-fit:cover;border-radius:5px}body #product-rating{font-size:16px;margin:20px 0}body .select-item{display:flex;justify-content:space-between;gap:20px;margin:20px 0}body .select-item-variable select{width:70%;padding:10px;border-radius:5px;border:1px solid #ccc;background:#eee}body .quantity-selector{display:flex;align-items:center;gap:10px;margin:20px 0}body button{color:white;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px}body button:disabled{background-color:#ccc;cursor:not-allowed}body .popup-image-nav{position:absolute;background-color:#00afd0;color:white;font-size:14px;padding:5px;cursor:pointer;border:none;z-index:1;border-radius:50%;width:28px;display:flex;justify-content:center;align-items:center}body .prev-btn{left:33%}body .next-btn{right:50%}body .quantity{display:flex;border:1px solid #ccc;border-radius:30px}body #add-to-cart-with-variation,body #add-to-cart-with-variation-buy-now{border-radius:30px;color:#000;line-height:18px}body #add-to-cart-with-variation:disabled,body #add-to-cart-with-variation-buy-now:disabled{opacity:0.5}body #add-to-cart-with-variation:hover,body #add-to-cart-with-variation-buy-now:hover{background:#ccc}body #product-select,body #quantity:focus,body .select-item-variable select{outline:none;box-shadow:none}body #product-select,body #quantity:focus-visible,body .select-item-variable select{outline:none;box-shadow:none}body .parent-class{display:none}body #quantity::-webkit-outer-spin-button,body #quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body #quantity{-moz-appearance:textfield}body .popup-product-image-container{display:flex;width:100%;justify-content:center;align-items:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px 0}body .prev-btn,body .next-btn{flex:1;cursor:pointer}body .slide-image{flex:10;display:flex;justify-content:center;align-items:center}body .popup-image-slide-item{margin:0 5px}body .item-name{width:min-content}body #popup-product-image{border:1px solid #ccc;border-radius:10px}body .buy-now-quickview{background:#e93333 !important;color:#fff !important}body .buy-now-quickview:hover{background:#ff0b0b !important}body .add-to-cart-quickview{background:#ffbf06 !important;color:#fff !important}body .add-to-cart-quickview:hover{background:#fdb10e !important}body .detail-product-id{width:150px;padding:10px 20px;background:#ffbf06;border-radius:30px;color:#fff}body .detail-product-id:hover{background:#fdb10e}body .description-image{display:flex;align-items:center;justify-content:center;margin:20px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:20px 0}body .image-item{display:flex;flex-direction:row;align-items:center}body .image-title{font-size:12px;margin-left:5px}body .button--popup{display:flex;gap:20px;margin:20px 0;justify-content:center}body .sidebar-popup{display:none;position:absolute;width:900px;background-color:#fff;padding:10px 20px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);z-index:999;border-radius:8px;left:280px;height:530px}body .banner-wrapper{cursor:pointer}body .banner-wrapper img{height:530px;object-fit:cover}body .overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);z-index:499}body .popup-content-slide{display:flex;gap:10px}body .popup-content-slide .popup-item{padding:5px;width:100%;text-align:center;border-radius:8px;display:flex;flex-direction:column;gap:20px;height:fit-content}body .item-link{display:flex;text-align:center;width:100%;align-items:center;gap:20px}body .icon-image-link img{width:70px;height:70px;object-fit:cover}body .item-variable{margin-bottom:20px}body .popup-item{display:flex;justify-content:space-between;gap:20px}body .popup-item .adv-thumb-link{display:block;position:relative;line-height:0;width:100%}body .popup-item .adv-thumb-link img{width:100%;height:100%;object-fit:cover;transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out}body .popup-item .adv-thumb-link-item{width:95%}body .popup-item img{max-width:100%;height:auto}body .title{text-align:left}body .title:hover{color:#FFA20D}body .title-item{padding:16px 0;font-weight:700}body .item-link-title{padding:5px 0}body .swiper-container{position:relative}body .swiper-slide{display:flex;justify-content:center;align-items:center}body .swiper-pagination{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;z-index:10}body .swiper-pagination-bullet{width:16px;height:16px;margin:0 5px;border-radius:50%;transition:background 0.3s;background-color:#ccc}body .swiper-pagination-bullet-active{background:white}body .view-all-products{display:inline-block;padding:10px 15px;border:1px solid #ddd;border-radius:10px;text-decoration:none;font-size:1em;transition:background-color 0.3s, color 0.3s;cursor:pointer}body .view-all-products:hover{background-color:#f5f5f5;color:#333}body .header-product{width:100%;display:flex;align-items:center;justify-content:space-between}body .header-product .title-product{display:flex;align-items:center;font-weight:bold;font-size:16px;gap:10px}body .header-product .icon{margin-right:8px;font-size:18px}body .product-carousel .owl-item{width:272px;margin-right:10px}body .blog-carousel .owl-item{width:352.5px;margin-right:10px}body .no-carousel{display:block}body .no-carousel .owl-carousel{display:block !important}body .secondary-image{display:none}body .banner-carousel .owl-nav{position:absolute;top:30%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none}body .banner-carousel .owl-dots{padding-top:16px;position:absolute;top:90%;width:100%;text-align:center}body .banner-carousel .owl-dots .owl-dot{display:inline-block;width:15px;height:15px;margin:5px;background-color:#ddd;border-radius:50%;cursor:pointer}body .banner-carousel .owl-dots .owl-dot.active{background-color:#ffae00;width:30px;border-radius:10px}body .banner-carousel img{object-fit:fill;border-radius:10px}body .view-count-down{display:flex !important;flex-direction:column;align-items:stretch;background:#fff;border-radius:8px;width:450px;text-align:center;position:fixed;background-color:white;padding:20px 25px}body .view-count-down .view-title{background-color:#eee;font-size:16px;line-height:24px;border-radius:5px;padding:10px 0px}body .view-count-down .popup-buttons{display:flex;justify-content:space-around;margin:15px 0}body .view-count-down .popup-buttons .popup-button{padding:10px 20px;border:none;border-radius:5px;font-size:14px;cursor:pointer;transition:background-color 0.3s}body .view-count-down .popup-buttons #continue-shopping{background:#FFA20D;color:white}body .view-count-down .popup-buttons .cart-button{background:#FFA20D;color:white;text-decoration:none;display:inline-block}body .submit{margin:10px 0}body .submit .elbzotech-bt-default{padding:10px 20px;background:#f8af2d;border:none;width:100%;cursor:pointer;font-size:16px;color:#fff}body .container-main{display:flex;align-items:center;max-width:1440px;margin:0 auto;padding:10px 80px;background-color:#ffd59b30;gap:50px;border-radius:10px}body .container-main .box-item{margin:5px 0}body .container-main .button{padding:10px 20px;background:#FFA20D;color:white;width:max-content;border-radius:50px}body .container-main .title-1{font-size:56px;font-weight:bold;line-height:56px}body .container-main .box-1{display:flex;flex-direction:column}body .container-main .box-1 img{width:120px;height:auto}body .container-main .box-1 span{font-size:18px}body .container-main .box-1 a{margin:10px 0}body .container-target{display:flex;justify-content:center;margin-top:20px}body .container-target img{width:1440px}body .rc-anchor-light.rc-anchor-normal,body .rc-anchor-light.rc-anchor-compact{display:none !important}body .progress-wrap{position:fixed;right:50px;bottom:50px;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.2);z-index:10000;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 200ms linear;transition:all 200ms linear}body .progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0)}body .progress-wrap::after{position:absolute;font-family:"Font Awesome 5 Free";font-weight:900;content:"";text-align:center;line-height:46px;font-size:18px;color:#1f2029;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:1;-webkit-transition:all 200ms linear;transition:all 200ms linear}body .lightScrollIcon::after{color:#ecedf3 !important}body .progress-wrap:hover::after{opacity:0}body .progress-wrap::before{position:absolute;font-family:"Font Awesome 5 Free";font-weight:900;content:"";text-align:center;line-height:46px;font-size:18px;opacity:0;background-image:linear-gradient(298deg, #da2c4d, #f8ab37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;-webkit-transition:all 200ms linear;transition:all 200ms linear}body .progress-wrap:hover::before{opacity:1}body .progress-wrap svg path{fill:none}body .progress-wrap svg.progress-circle path{stroke:#ffa20d;stroke-width:4;box-sizing:border-box;-webkit-transition:all 200ms linear;transition:all 200ms linear}body .float-contact{position:fixed;bottom:100px;right:50px;z-index:99999}body .chat-zalo,body .chat-facebook,body .call-hotline{display:block;margin-bottom:6px;line-height:0}body .swiper-wrapper{height:auto !important}body .slick-slide{height:auto !important}body .slick-next,body .slick-prev{height:40px !important;display:flex !important;justify-content:center;align-items:center}body .thumbnail_image.slick-current{border:1px solid #ccc !important}body .category-sidebar{display:none}body .category-sidebar .sidebar{min-width:280px;box-shadow:#ccc 0px 0px 5px !important;border-radius:8px;padding:0 16px;z-index:500;background-color:#ffffff}body .category-sidebar .sidebar .category-list{list-style:none !important;padding:0}body .category-sidebar .sidebar .category-list li{height:50px;padding-top:10px}body .category-sidebar .sidebar .category-list li a{text-decoration:none;color:#333;display:flex;align-items:center}body .category-sidebar .sidebar .category-list li a:hover{color:#ff9800}body .category-sidebar .sidebar .category-list li a .icon{margin-right:8px}body .category-sidebar .sidebar .category-list li a .icon img{width:35px;height:35px}body .category-sidebar .sidebar .category-list li a .arrow{margin-left:auto;font-size:24px}body .category-sidebar.active{display:block;position:absolute;width:100%;height:100vh;background:rgba(0, 0, 0, 0.5);z-index:999}body .category-sidebar .category-sidebar-item{max-width:1440px;margin:0 auto;height:auto;display:flex;padding:10px;position:relative}body .category-sidebar .category-sidebar-item .sidebar-popup{display:none;position:absolute;width:900px;background-color:#fff;padding:10px 20px;box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);z-index:500;border-radius:8px;left:20%;height:500px}#event-banner{background:#FFEFF3;display:flex;justify-content:center;align-items:center;padding:10px}#event-banner a{color:#d75474;font-size:20px;font-weight:700}#event-banner a strong{color:#B44661;text-decoration:underline}#cclw_order_details_table .cclw_order_review_table .cclw_cart_totals div{padding:5px 0 !important}