/* VARIABLES */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bs-light-rgb: 255, 250, 243;
    --bs-bg-opacity: 1;
    --primary-color: #e24141;
    --secondary-color: #000;
    --text-color:#000;
    --price-color:#b20000;
    --badge-blue-color: #008ddd;
    --badge-green-color:#70b00c;
    --border-color:#e2e4e8;
    --secondary-font:"Roboto Flex";
    --third-font:"Roboto Flex";
    --hover-color: #CC0D39;
    --primary-background:#383e47;
    --primary-arrow:#4d5259;
    --background-color: #fff;
}

html{
    font: unset !important;
}
*{
    font-family: "Roboto Flex", sans-serif !important;
}
body {
    margin: 0;
    color: #000;
}

/* OVERRIDE */
@media (min-width: 1220px){
    .uk-container{
        max-width: 1400px;
    }
    .uk-container-1320{
        max-width: 1320px;
    }
}

a{
    color:#000;
}

.page{
    padding:30px 0;
}

/* .heading-2{
    text-transform: uppercase;
    font-size:23px;
} */

.review-star .fa{
    margin-right:3px;
}
.star-rating {
    font-size: 25px;
    display: inline-block;
    position: relative;
}

.stars::before {
    content: "★★★★★";
    letter-spacing: 3px; /* Khoảng cách giữa các ngôi sao */
    color: #ccc; /* Màu của ngôi sao trắng */
}

.stars::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: gold; /* Màu của ngôi sao đầy đủ */
    width: var(--star-width); /* Sử dụng biến CSS để đặt giá trị width */
    letter-spacing: 3px;
}


.btn-product-button{
    padding: 15px 35px 13px 35px;
    width:100%;
    border: 1px solid #b20000;
    background-color: #b20000;
    font-size:13px;
    font-weight: 600;
    color:#fff;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 3px;
}
.panel-foot .buy-more .btn-buymore:hover,
.buy-more:hover,
.btn-product-button:hover{
    background: transparent !important;
    color:#b20000 !important;
}

.addToWishlist{
    background: transparent;
    border: 1px solid #b6b6b6;
    color:var(--text-color);
}
.addToWishlist:hover{
    color:#fff;
    border: 1px solid #383e47 !important;
    background-color: #383e47 !important;
}

.review-action .btn-review{
}
.cart-checkout {
}


/*********** PROJECT CSS ************/
/* HEADER  */
.pc-header{
    
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 999;
}
.top-header{
    padding:6px 0;
    background-color: #e24141;
}
.top-header .language{
    text-transform: uppercase;
    color:#fff;
    font-size:13px;
}
.top-header .language .lang-active{
    margin-left:20px;
    padding:5px 8px;
    background: #fff;
    border-radius: 15px;
    color:#000;
    font-size:13px;
    cursor: pointer;
}
.top-header .slogan{
    color:#fff;
    font-size:13px;
}
.top-header .slogan span{
    font-size:20px;
    font-weight: bold;
}
.top-header .source{
    padding:5px 8px;
    color:var(--primary-color);
    background: #fff;
    font-size:13px;
    border-radius: 100px;
    cursor: pointer;
}
.header-middle{
    background: #00000094;
    padding:20px 0;
}
.header-middle .logo{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.header-middle .logo img{
    max-width: 70%;
}

.first-menu ul li:nth-child(4),
.first-menu ul li:nth-child(5),
.first-menu ul li:nth-child(6){
    display: none;
}
.second-menu ul li:nth-child(1),
.second-menu ul li:nth-child(2),
.second-menu ul li:nth-child(3){
    display: none;
}

.mr15{
    margin-right: 15px;
}
.pc-header .toolbox{
    position: absolute;
    right: 2%;
}

.header-top .uk-flex{
    justify-content: center;
}
.header-top .toolbox .login .nav-link{
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #0000005c;
}
.header-top .toolbox  .login  .nav-link > *{
    font-weight: 500;
}
.header-top .toolbox .nav-link{
    padding: 8px;
}
.header-top .toolbox .nav-link > *{
    font-size: 15px;
    text-transform: capitalize;
}
.header-top .toolbox .nav-link img{
    width: 22px;
    height: 22px;
}
.header-top .toolbox .nav-link i{
    font-size: 20px;
}
.header-top .toolbox .login{
    margin-right: 40px;
    width: 120px;
}
.uk-navbar-nav>li:not(:last-child){
    margin-right: 20px;
}
.navigation .uk-navbar-nav>li>a{
    padding:15px 12px;
    color:#fff;
    text-transform: uppercase;
    font-weight:500;
    position: relative;
    font-size: 14px;
}
.cart-link .nav-link{
    position: relative;
}
.cart-link .nav-link .count{
    position: absolute;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #e24141;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top: -2px;
    right: -5px;
}
.main-menu > li:hover > a{
    color:#fff !important;
    background: var(--price-color);
}

#header .top-menu {
    width: 100%;
    height: 50px;
    background: #e21d2a;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 10;
    overflow: hidden;
}
.top-menu .uk-container,
.top-menu .uk-flex{
    height: 100%;
}
#header .top-menu .lang {
    display: flex;
    align-items: center;
}
#header .top-menu .current{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    text-align: center;
    line-height: 30px;
}
#header .top-menu .lang p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#header .top-menu .bright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}
#header .top-menu .bright p a {
    font-size: 20px;
    color: #fff;
    margin-bottom: -2px;
    font-weight: 600;
}
#header .divide .btn-white {
    background: #fff;
    border-radius: 40px;
    padding: 6px 20px;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 500;
}
/* MOBILE HEADER */


/* MAIN */
#homepage{
    background: var(--background-color);
}
/*Panel-slide*/


@media (max-width: 870px){
    .panel-slide .slide-overlay .slide-title{
        font-size:26px;
        line-height:28px;
    }
    .panel-slide .image{
        height: 500px;
    }
    .buyer-container .signup-form {
        width: 100% !important;
    }
}

@media (max-width: 475px){
    .panel-slide .image{
        height: 300px;
    }
    .panel-slide .swiper-button-prev, .panel-slide .swiper-button-next{
        width: 35px;
        height:35px;
        line-height: 35px;
    }
    .panel-slide .swiper-button-prev{
        left:10px;
    }
    .panel-slide .swiper-button-next{
        right:10px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size:15px;
    }
}


@media (max-width: 900px){
    .panel-brand .swiper-button-next{
        right:0;
    }
    .panel-brand .swiper-button-prev{
        left:0;
    }
}

@media (max-width: 715px){
    .panel-brand .panel-head{
        text-align: center;
        margin-bottom:30px;
    }
    .panel-brand .panel-head .description{
        display: none;
    }
    .panel-brand .panel-head .heading-1{
        font-size:22px;
    }
}

@media (max-width: 550px){
    .categories-item .image{
        height: 100px;
    }
}

@media (max-width: 475px){
    .categories-item .info .title{
        font-size:13px;
    }
}
/*Slide*/

.product-item{
    position: relative;
    border: 1px solid hsl(20 , 5.9% , 90%);
    border-radius: 10px;
}
.product-item .image{
    height:310px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-item .image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-item .category-name{
    font-size:12px;
    color:#999;
    margin-bottom:8px;
}
.product-item .title{
    line-height: 1.4;
    width: 60%;
    margin-bottom: 0;
    margin-bottom: 5px;
}
.product-item .title > *{
    color:#000;
    font-size:18px;
    font-weight: 600;
    text-transform: capitalize;
}
.product-item .title > *:hover{
    color: var(--hover-color);
    transition: 0.1s ease;
}
.product-item .star-rating{
    font-size:16px;
}

.product-item .badge-sale{
    position: absolute;
    top:45px;
    color:#fff;
    right:0;
    font-size:12px;
    padding: 0 7px;
    background: var(--badge-blue-color);
    border-radius: 4px;
}

.product-item .info{
    padding: 16px;
}
.product-price {
    margin-top: 3px;
    display: flex;
}
.product-price .price-sale{
    /* color:#f00000; */
    font-weight: 600;
    font-size:16px;
}
.product-price .price-old{
    margin-left:6px;
    font-size:14px;
    color: #78716c;
    text-decoration: line-through;
}
.product-item .product-preview{
    text-align: center;
}
.product-item .percent{
    position: absolute;
    top:20px;
    left: 20px;
    font-size:12px;
    padding: 4px 10px;
    line-height: 20px;
    background: var(--primary-color);
    color:#fff;
    border-radius: 8px;
    min-height: 22px;
    min-width: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-item .product-preview > *{
    width: 100%;
    display: block;
    color: #373e46;
    border-color: #808287;
    background-color: white;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    border:1px solid;
    padding:8px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}
.product-item .product-preview > *:hover{
    background: var(--price-color);
    color:#fff !important;
}
/*Footer*/
.footer{
    background: var(--background-color);
}
.footer .footer-top{
    padding: 90px 0 60px;
}
.footer .footer-logo{
    margin-bottom: 24px;
}
.footer .footer-logo .image{
    width: 145px;
    height: auto;
}
.footer ul{
    padding-left: 0;
}
.footer .widget-address li{
    padding: 4px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.footer .widget-address{
    margin-bottom: 24px;
}
.footer .subscribe_widget h6.heading-5 > *{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer .input-group input{
    height: 45px;
    border-radius: 10px;
    background: #FEEB9D;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    outline: none;
    width: 100%;
}
.footer .input-group input:focus{
    box-shadow: 0 0 0 0.25rem rgba(13, 119, 94, 0.65);
}
.footer .input-group input::placeholder{
    font-size: 14px;
    color: #000;
}
.footer button{
    transform: rotate(180deg);
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.footer button img{
    width: 22px;
    height: 24px;
}
.footer .input-group{
    position: relative;
}
.footer .input-group-addon{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.footer h3.heading-2{
    margin-bottom: 20px;
    line-height: 1.2;
}
.footer h3.heading-2 > *{
    font-weight: 600;
    font-size: 20px;
}
.footer ul .dz-media{
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 15px
}
.footer .widget_post ul li{
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}
.footer ul .dz-media img{
    border-radius: 10px;
}
.footer a:hover{
    color: var(--hover-color);
    transition: 0.2s ease;
}
.footer .widget_post .dz-content h6.heading-5{
    margin-bottom: 5px;
}
.footer .widget_post .dz-content .time{
    font-size: 13px;
    font-weight: 400;
    opacity: 0.6;
}
.footer .widget_post .dz-content h6.heading-5 > *{
    font-size: 16px;
    font-weight: 600;
}
.footer-menu__item ul li{
    padding-top: 8px;
    padding-bottom: 8px;
}
.footer-menu__item ul li a{
    font-size: 16px;
    font-weight: 500;
}
.footer .wp{
    padding: 28px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .visa{
    display: flex;
    align-items: center;
}
.footer .visa span{
    margin-right: 15px;
}
.footer .visa span,
.footer .copyright-text{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
@keyframes dzShine {
    100% {
      left: 125%; 
    } 
}


/* FOOTER */

/* EXTEND */
/* PRODUCT CATALOGUE */
.product-catalogue .panel-categories{
    padding-top:0;
}
.product-catalogue .panel-categories .panel-head{
    display: none;
}

.panel-aside{
    border:1px solid;
    border-color:var(--border-color);
    margin-bottom:25px;
}
.panel-aside .aside-head {
    border-bottom:1px solid;
    border-color:var(--border-color);
    padding:10px;
}
.panel-aside .aside-head > *{
    margin:0;
    text-transform: uppercase;
    font-size:16px;
    font-family: var(--primary-font);
}

.panel-aside .aside-body{
    padding:10px;
    padding-top:0;
}

.aside-category{
    padding:10px;
}

.aside-category .accordion-title,
.aside-category .uk-accordion-title{
    font-size:14px;
    font-weight: 400;
    padding:10px;
    border-bottom:1px dotted;
    border-color:#e2e4e8;
    position: relative;
}

.aside-category .accordion-title span,
.aside-category .uk-accordion-title span{
    display: inline-block;
    height:100%;
    position: absolute;
    right:5px;
    top:1px;
    line-height:40px;
    font-size:10px;
    color:#d0d0d0;
}

.aside-body .uk-accordion-item:last-child .uk-accordion-title{
    border-bottom:0;
}
.aside-category{
    padding-bottom:0;
}
.aside-body .uk-accordion-content{
    padding:10px;
    padding-left:20px;
}
.aside-body .uk-accordion-content ul li{
    margin-bottom:8px;
}
.aside-body .uk-accordion-content ul{
    padding:0
}
.aside-body .uk-accordion-content ul li > *{
    color:var(--hover-color);
    font-weight: 500;
    font-size:13px;
}
.aside-body .uk-accordion-content ul li > *:hover{
    color:var(--primary-color) !important;
}

.aside-body{
    position: relative;
}

.aside-body .swiper-button-next,
.aside-body .swiper-button-prev{
    top:30%;
    color:#000;
}

.aside-body .swiper-button-next:after,.aside-body .swiper-button-prev:after{
    color:#000;
}
/*Login*/
.login-social-item i{
    margin-right: 5px;
}
/* .header-top__widget a{
    width: 60px;
} */
.header-top__widget .widget-link{
    /* width: 100% !important; */
    font-size: 12px;
    margin-right:10px;
}
.header-top__widget span,
.header-top__widget i{
    margin-right: 10px;
    font-size:12px;
}
[data-uk-sticky].uk-active{
    z-index: 10000;
}

    
.mini-coupon-item{
    display: block;
    padding: 5px 5px;
}
.mini-coupon-item a{
    display: block;
    border: 1px solid #b20000 ;
    width: 120px;
    padding: 5px;
    color: #b20000;
    border-radius: 6px;
    text-align: center;
}
.mini-coupon-item .active,
.mini-coupon-item a:hover{
    transition: 0.1s ease;
    border: none;
    background: #b20000;
    color: #fff !important;
}
.product-info_voucher {
    display: flex;
    align-items: center;
    width: 100%;
}
.list-voucher{
    display: flex;
    width: calc(100% - 100px);
    overflow-x: scroll;
    scrollbar-width: thin;
}
.product-info_voucher .text_voucher{
    margin-right: 5px;
    width: 95px;
}
.voucher-discount{
    color: #ccc;
    font-weight: 500 !important;
    font-size: 14px;
    text-decoration: line-through;
}
.cart-item-price .uk-flex{
    flex-direction: column;
}
.voucher-value{
    color: #231F20;
}
/*Attribute*/
.attribute .attribute-item {
    margin-bottom:10px;
}
.attribute .attribute-item .label{
    color:#000;
    font-size:15px;
    margin-bottom:10px;
}
.attribute .attribute-item .label span{
    color: #FD9636;
}
.attribute .attribute-item .attribute-value > *{
    display: inline-block;
    border: 1px solid #8C9EC5;
    padding: 5px 8px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: 500;
}
.attribute  .outstock{
    border:1px dashed #8C9EC5 !important;
    opacity: 0.5 !important;
}
.attribute .active{
    color:#FD9636 !important;
    font-weight: 600 !important;
    border-color:#FD9636 !important;
    background: #F0F3F8 !important;
}

.attribute .color-item{
    border:1px solid #8C9EC5;
    /* width:50px; */
}
.product-promotion-take-gift .bg {
    background: url(https://file.hstatic.net/200000072226/file/hoamaid_05b6c20….png) repeat 50px 0px / auto 140% #D0081D;
    color: #fff;
    padding: 4px 10px;
}
.product-promotion-take-gift {
    margin-bottom: 10px;
    border: 2px solid #D0081D;
    border-radius: 5px;
}
.product-promotion-take-gift .content {
    padding: 8px;
}
.product-promotion-take-gift ul {
    padding-left: 0;
}
.product-promotion-take-gift li{
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.product-promotion-take-gift li .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color:#4c4c4c;
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    bottom: 100%;
}
.tooltip .tooltiptext a{
    color: #fff;
}
.tooltip .tooltiptext a:hover{
    color: #D0081D !important;
    transition: 0.2s ease;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
  }
.product-promotion-take-gift li .tooltip span{
    font-size: 13px;
}
.product-promotion-take-gift li i{
    color: #D0081D !important;
    font-size: 12px;
    margin-right: 5px;
}
.tooltip {
    display: flex;
    align-items: center;
}
.tooltip input {
    margin-right: 8px;
    margin-top: 3px;
    margin-left: 0;
    cursor: pointer;
}
.about-content h2.heading-1{
    margin-bottom: 10px;
}
.product-container h2.heading-4{
    position: relative;
    border-bottom: 1px solid #dee2e6;
}
.product-container h2 span{
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.product-container h2 span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: initial;
    bottom: -10px;
    width: 100%;
    background: #d92329;
    height: 2px;
}
.product-extra__feature{
    height: 100%;
}
.wrapper_extra{
    height: 225px;
}
.product-extra__feature .wrapper{
    max-height: calc(632px - 225px);
    overflow: hidden;
}
.product-extra__feature .swiper-container-thumbs .swiper-wrapper{
    display: block;
}
.product-extra__feature .image{
    padding: 3px 3px;
    height: 60px;
}
/*Blog-item*/
.blog-item{
    position: relative;
}
.blog-item .image,
.blog-item img{
    border-radius: 30px;
}

.blog-item .image{
    margin-bottom:10px;
}

.blog-item .dz-info .title{
    font-size:14px;
}

.post-detail h1.post-title{
    line-height: 1.4;
    font-size:14px;
}
.post-detail .detail-wrapper .content{
    text-align: justify;
}
.post-detail .aside {
    padding: 25px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 5px;
}
.post-detail .aside .aside-heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.post-detail .aside .aside-post-item {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.post-detail .aside .aside-post-item .image {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.post-detail .aside .aside-post-item .info {
    width: calc(100% - 100px);
}
.post-detail .aside .aside-post-item .info a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.post-detail .aside .aside-post-item .image img {
    border-radius: 8px;
}
/*product-catalogue*/
.product-catalogue .product-item .image-content .image{
    /* height: 400px; */
    height: 256px;
    display: block;
}
.product-catalogue .product-item .shop-meta{
    left: -15px;
}
/*Contact-page*/
.contact-page .mg{
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-page .contact-infor{
    padding: 15px;
    border-radius: 10px;
}
.contact-page .contact-infor .image{
    display: inline-block;
    max-width: 145px;
    height: 45px;
}
.contact-page .contact-form{
    padding: 15px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.contact-page .heading-form {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}
.contact-form .input-text {
    width: 100%;
    height: 45px !important;
    border-radius: 5px;
}
.contact-form textarea {
    height: 100px;
    margin-top: 20px !important;
    width: 100%;
    border-radius: 5px;
}
.contact-form button{
    border:0;
    margin-top:20px;
    background-color: #000;
    font-size:14px;
    text-transform: uppercase;
    color:#fff;
    padding:10px 25px;
    border-radius: 5px;
    cursor: pointer;
    width: 147px;
    display: block;
    margin-left: auto;
}
.contact-form button:hover{
    opacity: 0.7;
    transition: 0.3s ease;
}
.mape iframe{
    width: 100%;
}
.panel-outstanding .panel-head{
    margin-bottom: 40px;
}
.productContent ul{
    padding-left: 15px;
}
.productContent ul li{
    list-style: disc !important;
}
.productContent ul li:not(:last-child){
    margin-bottom: 3px !important;
}
.mobile-widget .wishlist-link,
.mobile-widget .cart-link{
    margin-right: 10px;
}

.mobile-header{
    padding:30px 0;
}

.mobile-upper .mobile-logo{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.main-menu{
    position: relative;
}
.mega-menu{
    top: 150%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -375%;
    width: 1384px;
    padding: 50px;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.mega-menu .uk-width-medium-1-4{
    margin-bottom: 10px;
}
.mega-menu .menu-column h3.heading-2 {
    padding-bottom: 10px;
    position: relative;
}
.mega-menu .menu-column h3.heading-2::before{
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    border: 1px solid #000;
    bottom: 0;
    left: 0;
}
.mega-menu .menu-column h3.heading-2 > a{
    font-size: 15px;
    text-transform: uppercase;
}
.mega-menu .menu-column h3.heading-2 > a:hover{
    color: var(--hover-color);
    transition: 0.1s ease;
}
.mega-menu .uk-nav a{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mega-menu .uk-nav a:hover{
    color: var(--hover-color);
    background: none !important;
    box-shadow: none !important;
    transition: 0.1s ease;
}
.main-menu .children:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    top: 100% !important;
    transition: 1s all ease !important;
}
.mega-menu .album-item.image{
    height: 175px;
    border-radius: 8px;
    cursor: pointer;
}
.album-item.image:not(:last-child){
    margin-bottom: 25px;
}
.album-item.image img{
    border-radius: 8px;
}
.mega-menu .album-item.rgt{
    height: 375px;
}
#search-modal .uk-modal-dialog, #search-modal input[name="keyword"]{
    background: var(--background-color);
}
#search-modal button{
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#search-modal input[name="keyword"]{
    font-size: 16px;
    color: #000;
}
#search-modal input[name="keyword"]::placeholder{
    font-size: 16px;
    color: #000;
    opacity: 0.7;
}
#search-modal select{
    height: 45px;
    background: none !important;
    font-size: 16px;
    cursor: pointer;
}
.nice-select.form-row{
    background: none;
    border: none;
    padding-left: 0;
}
#search-modal span{
    font-size: 16px;
    color: #000;
}
.quick-search-label{
    font-size: 14px !important;
}
#search-modal .product-price .price-sale {
    font-size: 14px;
}
#search-modal .product-price{
    text-align: left;
}
@media (max-width: 950px){
    .panel-style{
        display: none;
    }
    .panel-category-important .info{
        padding-left:70px;
        padding-right:30px;
    }
    .panel-news .right-content{
        display: none;
    }
    .panel-news .left-content{
        width: 100%;
    }
    .panel-news h2.heading-1 > *{
        font-size: 20px;
    }
    .panel-news {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .panel-news .panel-head{
        margin-bottom: 15px;
    }
    .panel-head h2.heading-1 > *{
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
    }
    .panel-br .panel-head{
        margin-bottom: 15px;
    }
    .panel-discover{
        display: none;
    }
    .panel-promotion {
        padding-top: 40px;
    }
    .panel-promotion .row .col-lg-6{
        width: 100%;
    }
    .panel-promotion .about-box {
        padding-left: 0;
    }
    .panel-promotion .about-box .dz-media{
        width: 100%;
        height: 100%;
    }
    .panel-promotion .text-overlay h2.heading-1 > *{
        font-size: 26px;
    }
    .panel-promotion .text-overlay .sub-title > *{
        font-size: 16px;
    }
    .panel-promotion .text-overlay .sub-title{
        margin-bottom: 20px;
    }
    .panel-promotion .col-lg-6:first-child{
        order: 3;
    }
    .panel-promotion .col-lg-6:last-child{
        order: 2;
        margin-bottom: 30px;
    }
    .col-lg-5,.col-lg-7{
        width: 100%;
    }
    .panel-watched .right-box .content .uk-width-medium-1-3{
        display: none;
    }
    .panel-watched .dz-media{
        margin-right: 0;
    }
    .panel-watched .right-box h2.heading-1 > * {
        font-size: 18px;
    }
    .panel-watched  .col-lg-5{
        margin-bottom: 20px;
    }
    .panel-watched .content {
        margin-bottom: 20px;
    }
    .panel-watched .product-seen .uk-width-medium-1-3{
        margin-bottom: 20px;
    }
    .panel-watched .product-item .image-content .image{
        height: auto;
    }
    .panel-slide-promotion .product-content .product-name {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 1.3;
        width: 80%;
    }
    .panel-slide-promotion .badge {
        font-size: 12px;
        font-weight: 600;
    }
    .panel-slide-promotion .right-box .product-content{
        padding: 50px 25px;
    }
    .panel-slide-promotion .sale-box h2 span {
        font-size: 50px;
    }
    .panel-slide-promotion .sale-box h2 > *{
        font-size: 16px;
    }
    .panel-slide-promotion .btn{
        font-size: 13px;
        padding: 8px 16px;
    }
    .panel-slide-promotion .left-box .promotion-box .sale-box {
        padding: 40px;
    }
    .panel-watched{
        padding-top: 40px;
    }
    .panel-popular-products{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .filter-category li > * {
        font-size: 13px;
    }
    .filter-category{
        width: 100%;
    }
    .panel-popular-products h2.heading-1{
        margin-bottom: 10px;
    }
    .product-price .price-sale{
        font-size: 14px;
    }
    .product-item .info {
        padding: 10px 8px;
    }
    .product-item .percent{
        top: 10px;
        left: 10px;
    }
    .shop-meta .meta-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    .shop-meta .meta-icon img{
        width: 18px;
        height: 18px;
    }
    .header-form.active {
        display: block;
    }
    .product-price .price-old {
        margin-left: 0;
    }
}

@media (max-width: 576px){
    .product-seen .uk-width-medium-1-3{
        width: 50% !important;
    }
    .panel-category-important .info{
        padding-left:35px;
        margin-top:30px;
    }
    .footer .wp{
        padding: 20px 0;
    }
    .footer .wp .uk-flex{
        display: block;
    }
    .footer .visa{
        display: block;
    }
    .footer .visa span{
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px;
    }
    .wp .copyright-text{
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
    }
    .footer .footer-top{
        padding: 40px 0 30px;
    }
    .footer .footer-top .uk-width-medium-1-6:not(:last-child),
    .footer .footer-top .uk-width-medium-1-4{
        margin-bottom: 20px;
    }
    
    .footer .widget-address li{
        padding: 4px 0;
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }
    .footer-menu__item ul li a{
        font-size: 14px;
        font-weight: 400;
    }
    .footer h3.heading-2 {
        margin-bottom: 10px;
    }
    .footer h3.heading-2 > * {
        font-size: 18px;
    }
    .mobile-upper,
    .mobile-header,
    .pc-header{
        background: #fff;
        position: relative;
        z-index: 1000;
    }
    .header-form {
        padding: 1rem;
        box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 0.6rem;
        z-index: 1000;
        position: absolute;
        right: 5px;
        display: none;
        top: 55px;
    }
    .form-full {
        width: 100%;
        padding: 0.5rem 0;
    }
    .header-form .btn-search {
        border-radius: 10px;
        padding: 0.8rem 1.5rem;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: white;
        outline: none;
        margin-right: 0 !important;
    }
    .header-form .form-btn {
        background-color: #000;
        padding: 0.6rem 1.5rem 0.6rem;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        outline: none;
        border: none;
        font-family: 'Roboto Mono', sans-serif !important;
    }
    .header-form .form-btn :hover{
        opacity: 0.7;
        transition: 0.2s ease;
    }
    .btn-search{
        position: relative;
    }
    .filter-category li{
        padding: 5px 15px;
    }
}

@media (max-width: 475px){
    .panel-head h2.heading-1 > *{
        font-size: 15px;
    }
    .ml10{
        margin-left: 5px !important;
    }
    .panel-head .view-all{
        padding-top: 6px;
    }
}
.navigation{
    margin-right:0 !important;
}

@media (min-width: 1220px){
    .product-container-1260{
        max-width:1280px;
        padding-left:64px;
        padding-right:64px;
    }
}

@media (max-width: 600px){
    .product-item .info{
        display: block;
    }
    .product-item .title{
        width:100%;
    }
    .product-price{
        text-align: left !important;
    }
    .product-price .price{
        text-align: left;
    }
    .product-item .title > *{
        font-size:12px;
    }
    .product-item .image-content, .product-item .image{
        height:150px !important;
    }
    .shop-meta .btn-rounded{
        display: none;
    }
    .contact-page input[name="email"]{
        margin-bottom: 20px;
    }
}
/*Panel-slide*/
.panel-slide .slide-item .image{
    position: relative;
    height: 100vh;
}
.panel-slide .slide-item .image::before{
    content: "";
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
.panel-slide .swiper-pagination-bullet{
    background: #ffffff80;
}
.panel-slide .swiper-pagination-bullet-active{
    width: 32px;
    height: 8px;
    border-radius: 10px;
    background: var(--primary-color);
}
.panel-slide .slide-item{
    position: relative;
}
.panel-slide .text-overlay{
    content: "";
    width: 600px;
    top: 50%;
    left: 30%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.panel-slide .name{
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.panel-slide .desc{
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.panel-slide .btn{
    display: inline-block;
    height: 44px;
    background: var(--primary-color);
    width: 160px;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
}
.panel-slide .btn:hover{
    opacity: 0.8;
    transition: 0.2s ease;
}
.panel-slide .btn svg{
    width: 16px;
    height: 16px;
}
.panel-slide .btn span{
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
}
/*Panel-product-outstand*/
.panel-product-outstand{
    padding: 60px 0;
}
.panel-product-outstand .panel-head{
    margin-bottom: 30px;
}
.panel-product-outstand .panel-head{
    /* text-align: center; */
}
.panel-product-outstand h2.heading-1{
    line-height: 1.2;
    margin-bottom: 15px;
}
.panel-product-outstand h2.heading-1 > *{
    font-size: 38px;
    text-transform: capitalize;
}
.panel-product-outstand .panel-head p{
    font-size: 16px;
    color: #78716c;
    margin-bottom: 30px;
}
.tab{
    /* padding: 6px; */
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    background: var(--primary-color);
}
.tab .item{
    padding: 15px 20px;
    /* border-radius: 8px; */
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    /* font-weight: 600; */
    font-size:13px;
}
.tab .item.uk-active{
    /* background: #fff; */
    color: var(--primary-color);
    background: var(--price-color);
    color:#fff;
    font-weight: 400;
    font-size:13px;
}
.panel-product-outstand .wrapper{
    display: none;
}
.panel-product-outstand .wrapper.uk-active{
    display: block;
}
.panel-product-outstand .wrapper{
    margin-bottom: 30px;
}
.btn-all{
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:1px solid rgb(255 203 203 / 1);
    height: 44px;
    padding: 0 30px;
    border-radius: 8px;
}
.btn-all:hover{
    background: rgb(255 224 224 / 1);
    transition: 0.1s ease;
}
.panel-product-outstand .btn{
    text-align: center;
    background-color: rgb(255 245 245 / 0.7);
    padding: 40px 0;
    border-radius: 8px;
}
.panel-product-outstand .btn svg{
    width: 16px;
    height: 16px;
    margin-left: 15px;
}
/*panel-about-us*/
.panel-about-us{
    position: relative;
    padding: 60px 0;
}
.bg-wp{
    position: relative;
    background: rgb(255 245 245 / 0.7);
}
.bg-wp::before{
    content: "";
    background-image: url('/userfiles/image/background.svg');
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.05;
    z-index: -1;
}
.panel-about-us .image,
.panel-about-us img{
    border-radius: 12px;
    cursor: pointer;
    z-index: 10;
    position: relative;
}
.about-us .cat-name{
    font-size: 14px;
    color: rgb(197 48 48 / 1);
    font-weight: 600;
    padding: 5px 16px;
    background: rgb(255 224 224 / 1);
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 20px;
}
.about-us .desc{
    width: 95%;
    margin-bottom: 20px;
}
.about-us .desc > *{
    font-size: 35px;
    line-height: 1.2;
    text-transform: capitalize;
}
.about-us .content{
    width: 95%;
    margin-bottom: 30px;
}
.about-us .content > *{
    font-size: 16px;
    line-height: 1.4;
    color: #78716c;
    text-align: justify;
}
.about-us .item{
    display: flex;
}
.about-us .item .image{
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}
.about-us .item svg{
    width: 12px;
    height: 12px;
    color: #fff;
}
.about-us .item .txt .name{
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
    margin-bottom: 5px;
}
.about-us .item .txt .des{
    font-size: 13px;
    opacity: 0.9;
}
.about-us .btn{
    display: inline-block;
    height: 44px;
    background: var(--primary-color);
    width: 160px;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    line-height: 44px;
    text-align: center;
    font-weight: 600;
}
.about-us .btn svg{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.about-us .list{
    margin-bottom: 30px;
}
/*panel-news*/
.panel-news{
    padding: 60px 0;
}
.panel-news .panel-head{
    margin-bottom: 30px;
}
.panel-news h2.heading-1 > * {
    font-size: 35px;
    line-height: 1.2;
    text-transform: capitalize;
}
.panel-news .panel-head p{
    font-size: 16px;
    line-height: 1.4;
    color: #78716c;
    text-align: justify;
    width: 40%;
}
.panel-news .text{
    padding: 24px;
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.panel-news .text h3.heading-2{
    margin-bottom: 15px;
    line-height: 1.4;
    height: 45px;
}
.panel-news .text h3.heading-2 > *{
    font-size: 16px;
}
.panel-news .news-item{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.panel-news .text .desc{
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.panel-news .text .desc > *{
    font-size: 16px;
    color: #78716c;
    line-height: 1.4;

}
.panel-news .text .btn{
    color: var(--primary-color);
    font-weight: 600;
}
.panel-news .text svg{
    width: 12px;
    height: 12px;
    color: var(--primary-color);
}
.panel-news .news-item .image,
.panel-news .news-item img{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.panel-news h3.heading-2 a:hover{
    color: var(--primary-color);
    transition: 0.2s ease;
}
.panel-news .btn-all{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.panel-news .btn-all svg{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.panel-news h2.heading-1{
    margin-bottom: 20px;
}
.footer-top{
    background: var(--primary-color);
    padding: 40px 0;
}
.footer-top .intro h2{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.footer-top .intro .slogan{
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
}
.footer-top .intro .social{
    display: flex;
    gap: 10px;
}
.footer-top .intro .social a{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #ffffff1a;
    display: inline-block;
    border-radius: 50%;
}
.footer-top .intro .social a svg{
    color: #fff;
    display: inline-block;
}
.footer-top h2{
    color: #fff;
    margin-bottom: 15px;
}
.footer-top ul{
    padding-left: 0;
}
.footer-top ul li{
    padding: 6px 0;
}
.footer-top p ,
.footer-top ul li a{
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}
.footer-top p svg{
    margin-right: 3px;
}
.footer-bot{
    background: var(--primary-color);
}
.footer-bot .uk-container{
    border-top: 1px solid #ffffff1a;
    padding: 15px 0;
}
.footer-bot p{
    color: #fff;
    margin-bottom: 0;
    opacity: 0.8;
}
.footer-bot ul{
    padding-left: 0;
    margin-left: 0;
    display: flex;
    gap: 20px;
}
.footer-bot ul a{
    color: #fff;
    opacity: 0.8;
}
.pc-header.re{
    position: relative;
}
.mobile-logo{
    width: 120px;
}
.mobile-logo img{
    max-width: 100%;
}

.mobile-upper.uk-active .mobile-logo{
    width:50px;
}

@media(max-width:767px){
    .panel-slide .slide-item .image{
        height: auto !important;
    }
    .panel-slide .text-overlay{
        display: none;
    }
    .panel-product-outstand {
        padding: 30px 0;
    }
    h2.heading-1 > * {
        font-size: 22px !important;
    }
    .panel-product-outstand {
        font-size: 14px;
    }
    .tab {
        flex-wrap: wrap;
        width: auto !important;
    }
    .panel-product-outstand .panel-head p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .about-us .desc > *{
        font-size: 18px;
        line-height: 1.3;
    }
    .about-us .content > * {
        font-size: 14px;
    }
    .panel-about-us .uk-width-medium-1-2{ 
        margin-bottom: 30px;
    }
    .panel-news {
        padding: 30px 0;
        background: #fff;
    }
    .panel-news  .uk-flex{
        display: block;
    }
    .panel-product-outstand .btn{
        background: #fff;
    }

    .filter .perpage {
        display: none;
    }
    .filter-item{
        display: block !important;
    }
    .product-detail__hotline .uk-grid .uk-width-large-1-2:not(:first-child){
        display: none;
    }

    .panel-news .panel-head p {
        font-size: 15px;
        width: 100%;
    }

    .panel-news .uk-width-medium-1-3{
        margin-bottom: 25px;
    }

    .footer-top .uk-width-medium-1-4{
        margin-bottom: 25px;
    }

    .footer-top p, .footer-top ul li a{
        font-size: 13px;
    }

    .footer-bot ul{
        display: none;
    }

    .footer-bot p {
        font-size: 13px;
    }

    .footer-top h2 {
        font-size: 16px;
    }
    .menu-svg path {
        fill: none;
        -webkit-transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: #000;
        stroke-width: 5;
        stroke-linecap: round;
    }
    .menu-svg path:nth-child(1) {
        stroke-dasharray: 40 160;
    }
    .menu-svg path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s, -webkit-transform 0.4s;
    }
    .panel-about-us {
        padding: 30px 0;
    }
    
}
.product-item .description{
    height:35px;
    color:#777;
    overflow: hidden;
    margin-bottom:15px;
    font-size:13px;
    line-height:18px;
}
.category-title{
    margin-bottom:20px;
    font-size:13px;
    text-transform: uppercase;
    color: var(--price-color);
}

.panel-product-outstand{
    background: rgb(255 245 245 / 0.7);
}
.mobile-upper.uk-active{
    padding:20px 0;
}
.mobile-upper.uk-active .mobile-logo{
    width:100px;
}

@media (max-width: 500px){
    .product-extra__feature .image{
        height:40px;
    }
}

@media (max-width: 768px){
    .detail-wrapper .content img{
        width:100% !important;
        height:auto !important;
    }
}
.panel-slide .slide-item .image::before{
    display: none;
}

.footer-image{
    filter: brightness(0) invert(1);
}