/* VARIABLES */

:root {
    --bs-light-rgb: 255, 250, 243;
    --bs-bg-opacity: 1;
    --primary-color: #ed6912;
    --secondary-color: #000;
    --text-color:#000;
    --price-color:#b20000;
    --badge-blue-color: #008ddd;
    --badge-green-color:#70b00c;
    --border-color:#e2e4e8;
    --secondary-font:"Poppins";
    --third-font:"Play";
    --hover-color: #CC0D39;
    --primary-background:#383e47;
    --primary-arrow:#4d5259;
    --background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}


/* OVERRIDE */
@media (min-width: 1220px){
    .uk-container{
        max-width: 1424px;
    }
    .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{
    background: var(--background-color);
}
.header-top{
    font-size:14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--background-color);
}
.header-top .logo .image{
    max-width: 145px;
    height: 100px;
}
.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: 0 15px;
}
.header-top .toolbox .nav-link > *{
    font-size: 15px;
    text-transform: capitalize;
}
.header-top .toolbox .nav-link img{
    width: 22px;
    height: 22px;
}
.filte-link img{
    width: 30px !important;
    height: 30px !important;
}
.header-top .toolbox .nav-link i{
    font-size: 20px;
}
.header-top .toolbox .login{
    margin-right: 40px;
    width: 120px;
}
.header-top .filte-link{
    margin-left: 30px;
}
.navigation .uk-navbar-nav>li>a{
    padding:28px 8px;
    color:#000;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    font-size: 15px;
}
.navigation .uk-navbar-nav>li>a::after{
    content: "";
    background-image: url('https://pixio.dexignzone.com/xhtml/images/star.svg');
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-top: -5px;
}

/* MOBILE HEADER */


/* MAIN */
#homepage{
    background: var(--background-color);
}
.panel-slide{
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 75px;
    position: relative;
}
/*Panel-slide*/
.panel-slide .swiper-container{
    padding-top: 50px;
}
.panel-slide .content-info h2.heading-1{
    margin-bottom: 20px;
}
.panel-slide .banner-media .image{
    width: 420px;
}
.panel-slide .content-info h2.heading-1 > *{
    font-size: 80px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}
.panel-slide .swiper-meta-items{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.panel-slide .swiper-meta-items .price-name{
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.panel-slide .swiper-meta-items .price-num{
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
}
/* .panel-slide .swiper-container-thumbs .swiper-slide{
    width: 500px !important;
    padding-right: 80px;
} */
.panel-slide .btn{
    font-size: 16px;
    padding: 12px 30px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.panel-slide .btn-add{
    background: #000;
    color: #fff;
    margin-right: 16px;
}
.panel-slide .btn-detail{
    border: 1px solid #000;
}
.panel-slide .btn-detail:hover{
    background: #000;
    color: #fff !important;
    transition: 0.2s ease;
}
.panel-slide .bottom-content{
    position: absolute;
    display: flex;
    gap: 20px;
    bottom: 85px;
}
.panel-slide .bottom-content .txt .sub-title{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    line-height: 1.6;
}
.panel-slide .txt h3.heading-2{
    width: 55%;
    line-height: 1.2;
}
.panel-slide .txt h3.heading-2 > *{
    font-size: 20px;
    font-weight: 600;
}
.panel-slide .banner-media{
    position: relative;
    z-index: 1;
}
.panel-slide .swiper-container-thumbs .image{
    position: relative;
    z-index: 1;
}
.panel-slide .swiper-container-thumbs .image::after{
    content: "";
    background-image: url('https://pixio.dexignzone.com/xhtml/images/next-btn.png');
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 41px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    opacity: 1;
}
.panel-slide .swiper-container-thumbs .swiper-slide{
    transform: scale(1);
    transition: 0.2s ease;
}
.panel-slide .swiper-container-thumbs .swiper-slide:not(.swiper-slide-active) .banner-media {
    transform: scale(0.85);
}
.panel-slide .swiper-container-thumbs .swiper-button-next{
    position: absolute;
    top: 71% !important;
    right: 270px;
    z-index: 5;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 0;
    color: #fff;
    margin-top: 0;
    background-image: none;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0;
    border: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
}
.swiper-button-next::after{
    display: none;
}
.swiper-button-next img{
    width: 22px;
    height: 24px;
}
.panel-slide .star-1 {
    position: absolute;
    top: 40px;
    left: 47%;
    transform: translate(-43%, -10%);
    animation: rotate-360 20s infinite linear;
}
.panel-slide .star-2 {
    position: absolute;
    top: 25px;
    right: 13%;
    transform: translate(15%, -10%);
    animation: rotate-360 20s infinite linear;
}
.animation-btn {
    position: absolute;
    top: 65%;
    left: 39%;
    z-index: 999;
    width: 140px;
}
.animation-btn img{
    width: 16px;
    height: 16px;
}
.text-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: transparent;
    border-radius: 100%;
    animation: identifier 20s linear infinite;
    text-align: center;
}
.text__char {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 140px / 2);
    height: calc(140px / 2);
    width: 140px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}
@keyframes rotate-360 {
    from {
      transform: rotate(0deg); }
    to {
      transform: rotate(359deg); } }
@keyframes identifier {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }
/*Panel-catalogue-osd */
.panel-catalogue-osd .left-box{
    position: relative;
    background-color: #FEEB9D;
    padding: 80px 0;
    padding-left: 100px;
    padding-right: 100px;
    overflow: hidden;
    z-index: 1;
}
.panel-catalogue-osd .left-box::after{
    content: "";
    position: absolute;
    width: 30.77%;
    height: 50px;
    top: 0;
    background-size: 100%;
    left: 5%;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>');
}
.panel-catalogue-osd .right-box{
    background: #000;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 90px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.panel-catalogue-osd h3.heading-2{
    width: 85%;
}
.panel-catalogue-osd h3.heading-2 > *{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
}
.panel-catalogue-osd .text-content .description{
    margin-bottom: 45px;
}
.panel-catalogue-osd p{
    width: 70%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}
.panel-catalogue-osd .catalogue-item h4.heading-3{
    padding: 5px 20px;
    background: #fff;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid #000;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}
.panel-catalogue-osd .catalogue-item h4.heading-3 > *{
    font-size: 16px;
    font-weight: 500;
}
.panel-catalogue-osd .catalogue-item .image{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.panel-catalogue-osd .catalogue-item img{
    width: 160px;
    height: 170px;
}
.panel-catalogue-osd .pagination-align{
    position: relative;
    display: flex;
    align-items: center;
}
.panel-catalogue-osd .pagination-align > *{
    position: relative !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: none !important;
}
.panel-catalogue-osd .swiper-button-prev::after{
    display: none !important;
}
.swiper-button-lock{
    display: block;
}
.panel-catalogue-osd .swiper-button-next{
    margin-right: 30px;
}
.panel-catalogue-osd .swiper-button-next > *{
    transform: rotate(180deg);
    width: 35px;
    height: 35px;
}
.panel-catalogue-osd .swiper-button-prev > *{
    width: 35px;
    height: 35px;
}
.badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}
.text-row:after{
    content: "";
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100px;
    height: 100px;
    z-index: -1;
    border-radius: 50%;
}
.text-row.border-secondary:after {
    border: 25px solid #000;
}
.panel-catalogue-osd .left-box .icon-button {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translate(-8%, -50%);
}
.panel-catalogue-osd  .right-box .icon-button {
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translate(-10%, -50%);
}
.text-row.border-white:after {
    border: 25px solid #fff;
}
.panel-catalogue-osd .icon-button{
    width: 140px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
}
.border-white{
    --bs-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--bs-border-opacity)) !important;
}
.text-row.border-secondary .text__char {
    color: #fff;
}
.text-row.border-white .text__char {
    color: #000;
}
/*Panel-collection*/
.panel-collection{
    padding-top: 100px;
    padding-bottom: 70px;
}
.panel-collection .uk-grid{
    align-items: center;
}
.p-r{
    position: relative;
}
.collection-item .btn{
    position: absolute;
    left: 70px;
    bottom: 40px;
    z-index: 1;
    text-transform: capitalize;
    background: #FFFAF3;
}
.collection-item .btn > *{
    line-height: 1.2;
}
.collection-item .btn-xl{
    padding: 15px 20px;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 0;
}
.collection-item .btn-md:hover,
.collection-item .btn-xl:hover{
    background: #000;
    transition: 0.1s ease;
}
.collection-item .btn-md:hover a,
.collection-item .btn-xl:hover a{
    color: #fff !important;
}
.p-r .image{
    position: relative;
    border-radius: 40px;
}
.left-box .p-r .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: url('../resources/img/mask-image.svg');
    mask-size: auto 100%;
    mask-repeat: no-repeat;
    mask-position: right;
}
.panel-collection .about-content{
    margin-bottom: 55px;
    display: block !important;
    width: 80%;
}
.panel-collection h2.heading-1{
    margin-bottom: 15px;
    line-height: 1.2;
}
.panel-collection h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.panel-collection .description > *{
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}
.panel-collection .btn-md{
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 0;
}
.panel-collection .right-box{
    position: relative;
}
.panel-collection .right-box img{
    border-radius: 40px;
}
.panel-collection .service-btn{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.panel-collection .service-btn:hover{
    background: #CC0D39;
    transition: 0.1s ease;
}
/*Panel-content*/
.panel-content{
    padding-top: 70px;
    padding-bottom: 50px;
    overflow: hidden;
}
.panel-content .panel-body{
    position: relative;
    z-index: 1000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-2deg);
    overflow: hidden;
}
.panel-content ul{
    position: relative;
    z-index: 1;
    padding: 10px 20px 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: slideItems linear infinite ;
    animation-duration: 32.9528s;
}
.panel-content .item{
    padding: 15px 20px;
    display: flex;
    align-items: center;
    animation-play-state: paused; 
}
.panel-content .item h2.heading-1{
    margin-bottom: 0;
}
.panel-content .item h2.heading-1 > *{
    font-size: 50px;
    font-weight: 500;
    display: flex;
    letter-spacing: 5px;
    text-transform: uppercase;
    justify-content: center;
    ;line-height: 1;
    width: max-content;
}
@keyframes ticker {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); } }
.panel-content .item img{
    width: 61px !important;
    height: 60px !important;
    max-width: unset;
}
/*Panel-popular-products*/
.panel-popular-products{
    padding-top: 100px;
    padding-bottom: 70px;
}
.panel-popular-products .panel-head{
    margin-bottom: 30px;
}
.panel-popular-products .panel-head .uk-grid{
    align-items: center;
}
.panel-popular-products h2.heading-1{
    margin-bottom: 0;
    line-height: 1.2;
    padding-top: 6px;
}
.panel-popular-products h2.heading-1 > *{
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}
.filter-category{
    padding: 6px;
    border-radius: 40px;
    border: 1px solid #000;
    width: fit-content;
    margin-left: auto !important;
}
.filter-category li{
    padding: 5px 20px;
    border-radius: 60px;
    cursor: pointer;
}
 .filter-category li > *{
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 15px;
}
.filter-category .active{
    background: #000;
}
.filter-category .active > *{
    color: #fff;
}
.btn-rounded{
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -60px;
    border: 4px solid #fffaf3;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: -1;
    border-radius: 30px;
}
 .btn-rounded > *{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
 .image-content{
    position: relative;
}
.shop-meta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    gap: 5px;
    padding: 15px;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.shop-meta:hover .btn-rounded{
    bottom: -4px;
    transition: 0.2s ease;
    background: #000;
    z-index: 1;
}
.shop-meta:hover .btn-rounded:hover{
    background: var(--hover-color);
}
.product-item .image-content{
    overflow: hidden;
    border-radius: 20px;
}
.product-item:hover .image-content .image img{
    transform: translateY(-20px);
    transition: all 0.5s ease;
}
.shop-meta .meta-icon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    border: 0;
    border-radius: 32px;
    margin-bottom: 5px;
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-meta .meta-icon > *{
    width: 22px;
    height: 22px;
}













@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*/
.panel-slide .banner-media img{
    border-radius: 40px;
    height: 560px;
}

.product-item{
    position: relative;
}
.product-item .image{
    border-radius: 20px;
    /* height:440px; */
}
.product-item .image img{
    border-radius: 20px;
}
.product-item .category-name{
    font-size:12px;
    color:#999;
    margin-bottom:8px;
}
.product-item .title{
    line-height: 1.4;
    width: 60%;
    margin-bottom: 0;
}
.product-item .title > *{
    color:#000;
    font-size:14px;
    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: 20px 0;
    display: flex;
}
.product-price {
    margin-top: 3px;
    margin-left: auto;
    text-align: right;
}
.product-price .price{
    display: block;
}
.product-price .price-sale{
    color:#f00000;
    font-weight: 600;
    font-size:18px;
}
.product-price .price-old{
    margin-left:10px;
    font-size:12px;
    color:#000;
    text-decoration: line-through;
}
.product-item .product-preview{
    text-align: center;
}
.product-item .percent{
    position: absolute;
    top:20px;
    left: 20px;
    font-size:12px;
    padding: 5px 15px;
    line-height: 20px;
    background: #fff;
    color:#000;
    border-radius: 30px;
    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;
}
/*Panel-slide-promotion*/
.panel-slide-promotion .badge{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 1.4;
}
.panel-slide-promotion .sale-box h2{
    line-height: 1.2;
}
.panel-slide-promotion .sale-box h2 > *{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.panel-slide-promotion .sale-box h2 span{
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    display: block;
    letter-spacing: 0;
}
.panel-slide-promotion .btn{
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-block;
}
.panel-slide-promotion .btn:hover{
    background-color: #000;
    color: #fff;
}
.panel-slide-promotion .left-box .promotion-box{
    position: relative;
}
.panel-slide-promotion .left-box .promotion-box .sale-box{
    position: absolute;
    top: 50%;
    right: 30%;
    transform: translate(50%, -50%);
    fill: #fff;
    text-align: center;
    padding: 65px;
}
.panel-slide-promotion .sale-box::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../resources/img/image_9.svg');
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}
.panel-slide-promotion .right-box{
    position: relative;
}
.panel-slide-promotion .right-box .product-content{
    padding: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    flex-direction: column;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.panel-slide-promotion .right-box .badge{
    margin-bottom: 5px;
}
.panel-slide-promotion .product-content .product-name{
    font-weight: 700;
    max-width: 490px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 60px;
    text-transform: uppercase;
}
.panel-slide-promotion .right-box .btn{
    background: #000;
    color: #fff;
}
/*Panel-watched*/
.panel-watched{
    padding-top: 100px;
}
.panel-watched .row{
    align-items: center;
}
.panel-watched .dz-media{
    margin-right: 40px;
    z-index: 1;
    position: relative;
    overflow: visible;
}
.panel-watched .dz-media::after{
    content: "";
    width: 99.7%;
    height: 99.7%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    border: 1px solid #000;
    transition: all 0.8s;
    border-radius: 50% 50% 0 0;
}
.panel-watched .dz-media:hover::after{
    left: -18px;
    top: 18px;
    transition: all 0.8s ease;
}
.panel-watched .dz-media:hover img{
    transform: translate(10px, -10px);
    transition: all 0.8s ease;
}
.panel-watched .dz-media img{
    border-radius: 50% 50% 0 0;
    width: 100%;
}
.panel-watched .right-box h2.heading-1{
    line-height: 1.2;
    margin-bottom: 0;
}
.panel-watched .right-box h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.panel-watched .icon-button{
    width: 140px;
    padding: 10px;
    position: relative;
    border-radius: 50%;
    margin-left: auto;
    display: block;
}
.panel-watched .content .uk-grid{
    align-items: center;
}
.panel-watched .icon-button img{
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}
.panel-watched .product-item .image-content{
    margin-bottom: 15px;
}
.panel-watched .product-item .text-content{
    display: flex;
}
.panel-watched .product-item .text-content > *{
    margin-bottom: 0;
}
.panel-watched .product-item .text-content  .heading-4{
    width: 60%;
}
.panel-watched .product-item .text-content  .heading-4 > *:hover{
    color: var(--hover-color);
    transition: 0.2s ease;
}
.panel-watched .product-item .text-content .price{
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    padding-top: 2px;
}
.panel-watched .product-item .image-content .image img{
    transform: translateY(0);
}
.panel-watched .product-item .image-content .image{
    height: 225px;
}
.panel-watched .product-item .image-content .image:hover img{
    transform: scale(1.2);
}
.panel-watched .content{
    margin-bottom: 40px;
}
/*Panel-promotion*/
.panel-promotion{
    padding-top: 100px;
    overflow: hidden;
}
.panel-promotion .about-box{
    padding-left: 128px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.panel-promotion .about-box .dz-media{
    width: 45vw;
    position: relative;
    height: 670px;
    float: left;
    overflow: hidden;
}
.panel-promotion .image{
    position: relative;
}
.panel-promotion .about-box .dz-media img{
    mask-position: left;
    mask-image: url('../resources/img/image_14.svg');
    mask-size: auto 100%;
    mask-repeat: no-repeat;
}
.panel-promotion .text-overlay{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.panel-promotion .text-overlay h2.heading-1{
    line-height: 1.4;
}
.panel-promotion .text-overlay h2.heading-1 > *{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.panel-promotion .text-overlay .sub-title{
    margin-bottom: 30px;
}
.panel-promotion .text-overlay .sub-title > *{
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.2;
}
.panel-promotion .text-overlay .btn{
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 35px;
    display: inline-block;
    font-weight: 500;
    background: #fff;
    line-height: 1.2;
    border-radius: 10px;
}
.panel-promotion .product-item .image img{
    height: 320px;
}
.panel-promotion h6.title{
    width: 100%;
}
.panel-promotion h6.title > *{
    font-size: 14px;
}
.panel-promotion .dz-content{
    position: absolute;
    left: 50%;
    padding: 10px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    bottom: 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 12px;
}
.panel-promotion .dz-content .title{
    width: 100%;
    font-size: 14px;
}
.panel-promotion .dz-content .sale-title{
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #CC0D39;
}
.panel-promotion .dz-content .price{
    font-size: 16px;
    font-weight: 600;
    text-align: end;
}
.panel-promotion .dz-content .price del{
    font-size: 12px;
    font-weight: 400;
    color: #5E626F;
}
.panel-promotion .animation-text{
    left: 0;
    transform: translate(10%, 90%);
    overflow: visible;
    position: absolute;
    right: 0;
    bottom: 0;
}
.panel-promotion .animation-text text{
    text-transform: uppercase;
    animation: stroke 5s infinite alternate;
    stroke-width: 2;
    stroke: #fff;
    font-size: 140px;
    font-weight: 600;
    opacity: 0.5;
}
@keyframes stroke {
    0% {
      fill: rgba(255, 255, 255, 0);
      stroke: white;
      stroke-dashoffset: 25%;
      stroke-dasharray: 0 50%;
      stroke-width: 2; }
    70% {
      fill: rgba(255, 255, 255, 0);
      stroke: white; }
    80% {
      fill: rgba(255, 255, 255, 0);
      stroke: white;
      stroke-width: 3; }
    100% {
      fill: white;
      stroke: rgba(255, 255, 255, 0);
      stroke-dashoffset: -25%;
      stroke-dasharray: 50% 0;
      stroke-width: 0; 
    } 
}
/*Panel-discover*/
.panel-discover{
    padding-top: 70px;
    padding-bottom: 50px;
}
.panel-discover .row > *{
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.panel-discover .map-area{
    position: relative;
    z-index: 1;
    width: 1478px;
    height: 414px;
    margin-left: -9%;
    margin-top: 100px;
}
.panel-discover .map-area .map-line{
    height: 8%;
    position: absolute;
    top: 06.76%;
    width: 29.90%;
    left: 28.68%;
    transition: all 2s;
    overflow: hidden;
}
.map-area .map-line img {
    width: 100%;
}
.map-area .location-b{
    position: absolute;
    bottom: 92.8%;
    left: 56.40%;
    z-index: 99;
    transition: 0.2s;
}
@keyframes updown-2 {
    0% {
      transform: translateY(0px); }
    50% {
      transform: translateY(4px); }
    100% {
      transform: translateY(0px); } 
}
.map-area .location-b:not(.animated){
    opacity: 1;
    animation: updown-2 1s ease 0.2s infinite ;
}
.map-area .location-center{
    position: absolute;
    bottom: 71.8%;
    left: 44.5%;
    z-index: 99;
    transition: 0.4s; 
}
.map-area .location-a {
    position: absolute;
    bottom: 39.22%;
    left: 29.55%;
    z-index: 99;
    opacity: 0;
    transition: 0.5s; 
}
.map-area .location-a:not(.animated) {
    animation: updown-2 1s ease 0.2s infinite;
    opacity: 1; 
}
.panel-discover .box{
    width: 200px;
}
.panel-discover .map-area .area-box-1{
    position: absolute;
    top: -11%;
    left: 13%;
    z-index: 1;
    transition: 0.5s;
}
.panel-discover .map-area .area-box-1.animated{
    transform: rotate(-10.206deg) scale(0.8);
}
.shop-card{
    position: relative;
    z-index: 1;
    height: 100%;
}
.dz-media{
    position: relative;
    overflow: hidden;
}
.panel-discover .map-area .area-box-1 .shop-card{
    border-radius: 15px;
    background: #fff;
    box-shadow: 6px 0px 30px 0 rgba(82, 48, 0, 0.13);
}
.panel-discover .map-area .dz-media{
    transition: all 0.5s;
    border-radius: 15px 15px 0 0;
}
.panel-discover .map-area .dz-content{
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    display: block;
}
.panel-discover .dz-content h5.heading-4{
    margin-bottom: 6px;
}
.panel-discover .dz-content h5.heading-4 > *{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.panel-discover .dz-content .sale-title{
    color: #159E42;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.panel-discover .map-area .area-box-2{
    position: absolute;
    top: 8%;
    left: 59%;
    transform: rotate(15.72deg) scale(1.5);
    z-index: 1;
    transition: 0.8s;
}
.panel-discover .map-area .area-box-2.animated {
    transform: rotate(15.72deg) scale(0.7);
}
.panel-discover .map-area .area-box-3{
    position: absolute;
    bottom: 70%;
    left: 32%;
    z-index: 1;
    transition: 1s;
}
.panel-discover .map-area .area-box-3.animated {
    transform: rotate(6.093deg) scale(0.6);
    filter: blur(9px);
}
.panel-discover .map-area .dz-media{
    height: 180px;
}
.panel-discover a:hover{
    color: var(--hover-color);
    transition: 0.2s ease;
}
.panel-discover .section-head{
    width: 65%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.panel-discover .section-head h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}
.panel-discover .section-head .description > *{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
.panel-discover .section-head .view-all{
    position: relative;
    z-index: 10;
    text-transform: capitalize;
    white-space: nowrap;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.ml-10{
    margin-left: 10px;
}
.panel-discover .section-body .dz-media{
    border-radius: 15px 15px 0 0;
}
.panel-discover .section-body .dz-media img{
    height: 170px;
}
.panel-discover .section-body .dz-content{
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 15px;
    border-radius: 0 0 20px 20px;
    display: block;
}
/*Panel-best-seller*/
.panel-best-seller{
    padding-top: 100px;
}
.panel-best-seller .swiper-container{
    padding-top: 40px;
}
.panel-best-seller h2.heading-1{
    margin-bottom: 0;
    line-height: 1.2;
}
.panel-best-seller h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.panel-best-seller a:hover{
    color: var(--hover-color);
    transition: 0.2s ease;
}
.panel-best-seller .shop-card{
    position: relative;
    z-index: 1;
    height: 100%;
    background: linear-gradient(180deg, #FFF -30.2%, rgba(255, 255, 255, 0) 92.95%);
    margin-top: 50px;
    border-radius: 15px 15px 0 0;
    box-shadow: 5px -20px 30px 0 rgba(82, 48, 0, 0.13);
}
.panel-best-seller .shop-card .dz-media{
    padding: 20px;
    overflow: visible;
    padding-bottom: 0;
    cursor: pointer;
}
.panel-best-seller .shop-card .dz-content{
    padding: 25px 20px;
    align-items: center;
    text-align: start;
    background: transparent;
    display: flex;
    justify-content: space-between;
}
.panel-best-seller .shop-card .dz-content .sale-title{
    color: #CC0D39;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: block;
}
.panel-best-seller .shop-card .dz-content h6.title{
    margin-bottom: 0;
}
.panel-best-seller .shop-card  h6.title > *{
    font-weight: 600;
    font-size: 16px;
}
.panel-best-seller .shop-card .price{
    text-align: end;
    font-size: 18px;
    font-weight: 600;
}
.panel-best-seller .shop-card .price del{
    color: #5E626F;
    font-size: 14px;
    font-weight: 400;
}
.panel-best-seller .shop-card .dz-media img{
    margin-top: -70px;
}
.panel-best-seller .shop-card:hover .dz-media {
    transform: translateY(-10px); 
}   
.panel-best-seller .shop-card:hover .dz-media img {
    transform: translateY(-20px); 
    transition: 0.5s ease;
}
/*Panel-endow*/
.panel-endow{
    padding-top: 100px;
}
.panel-endow .panel-head{
    margin-bottom: 30px;
}
.panel-head h2.heading-1{
    line-height: 1.2;
    margin-bottom: 0;
}
.panel-head h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.container-fluid{
    padding-left: 16px;
    padding-right: 16px;
}
.panel-endow .endow-item{
    position: relative;
}
.panel-endow .text-content{
    display: flex;
    align-items: end;
    justify-content: center;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    flex-direction: column;
}
.panel-endow .main{
    width: min-content;
}
.panel-endow .text-content .main .offer{
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    background: #fff;
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
}
.panel-endow .text-content .main h2.heading-1{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}
.panel-endow .text-content .main h2.heading-1 span{
    font-size: 80px;
    font-weight: 700;
}
.panel-endow .image-content{
    height: 400px;
    border-radius: 20px;
}
.panel-endow .image-content img{
    border-radius: 20px;
}
.panel-endow .btn-collect{
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #000;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
.panel-endow .btn-collect:hover{
    background: #000;
    color: #fff;
    transition: 0.2s ease;
}
/*Panel-outstanding*/
.panel-outstanding{
    padding-top: 100px;
    padding-bottom: 70px;
}
.panel-outstanding a:hover{
    color: var(--hover-color);
    transition: 0.2s ease;
}
.panel-outstanding .dz-media{
    width: 150px;
    height: 165px;
    border-radius: 15px;
    margin-right: 15px;
    cursor: pointer;
}
.panel-outstanding .shop-card{
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 15px 17px;
    box-shadow: 5px 15px 30px 0px rgba(82, 48, 0, 0.13);
}
.panel-outstanding .dz-content{
    width: calc(100% - 180px);
}
.panel-outstanding .dz-content h5.heading-4{
    line-height: 1.4;
}
.panel-outstanding .dz-content h5.heading-4 > *{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.panel-outstanding .sale-title{
    color: #CC0D39;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.panel-outstanding  .price{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.panel-outstanding  .price del{
    font-size: 14px;
    font-weight: 400;
    color: #5E626F;
}
/*Panel-news*/
.panel-news{
    padding-top: 70px;
}
.panel-news .panel-head{
    margin-bottom: 30px;
}
.panel-news .left-content{
    width: 50%;
}
.panel-news h2.heading-1 > *{
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}
.panel-news .news-item{
    position: relative;
}
.panel-news .news-item .image,
.panel-news .news-item .image img{
    border-radius: 30px;
    cursor: pointer;
}
.dz-info h4.heading-3 > *{
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0px 0px 30px #000;
    color: #fff;
    line-height: 1.4;
}
.dz-info{
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-date{
    padding: 5px 12px;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1.2;
    z-index: 1;
    color: #000;
    background-color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
}
.panel-news .dz-media{
    position: relative;
}
/*Panel-brand*/
.panel-br a:hover{
    color: var(--hover-color);
}
.panel-br .panel-head{
    margin-bottom: 40px;
}
.panel-br .dz-media{
    border-radius: 20px;
    cursor: pointer;
    width: 300px;
    height: 200px;
    margin-bottom: 15px;
}
.panel-br .dz-media .logo{
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}
.panel-br .dz-media .company-img{
    border-radius: 20px;
}
.panel-br .dz-media::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    z-index: 0;
}
.panel-br .brand-item{
    width: 300px;
}
.panel-br .dz-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel-br .dz-content h4.heading-3{
    margin-bottom: 0;
}
.panel-br .dz-content h4.heading-3 > *{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
/*Panel-style*/
.panel-style{
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    max-height: 700px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.panel-style::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 103%;
    height: 100%;
    background-image: url('https://pixio.dexignzone.com/xhtml/images/collection.png');
    background-size: cover;
    z-index: -2;
    background-position: left;
}
.panel-style h2.heading-1{
    line-height: 1.3;
    margin: auto;
    margin-bottom: 30px;
    width: 70%;
    display: block;
    text-align: center;
}
.panel-style h2.heading-1 > *{
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
}
.text-center{
    text-align: center;
}
.panel-style .btn-cl{
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 500;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.panel-style .style{
    position: absolute;
}
@keyframes move1 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0); }
    25% {
      -webkit-transform: translate(-15px, -15px);
      transform: translate(-15px, -15px); }
    50% {
      -webkit-transform: translate(-8px, -8px);
      transform: translate(-8px, -8px); }
    75% {
      -webkit-transform: translate(-15px, 8px);
      transform: translate(-15px, 8px); }
    to {
      -webkit-transform: translate(0);
      transform: translate(0); } }
.panel-style .style-1{
    top: 10%;
    left: 5%;
    animation: move1 5s infinite linear;
}
.panel-style .style-1 img{
    border-radius: 100px 0 0 0;
}
.panel-style .style-2{
    bottom: 10%;
    left: 17%;
    animation: move2 5s infinite linear;
}
@keyframes move2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0); }
    25% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px); }
    50% {
      -webkit-transform: translate(8px, 8px);
      transform: translate(8px, 8px); }
    75% {
      -webkit-transform: translate(15px, -8px);
      transform: translate(15px, -8px); 
    }
}
.panel-style .style-2 img{
    border-radius: 110px 110px 0 0;
}
.panel-style .style-3{
    top: 10%;
    right: 5%;
    animation: move1 5s infinite linear;
}
.panel-style .style-3 img{
    border-radius: 0px 0px 110px 0px;
}
.panel-style .style-4{
    bottom: 10%;
    right: 17%;
    animation: move2 5s infinite linear;
}
@keyframes move2 {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0); }
    25% {
      -webkit-transform: translate(15px, 15px);
      transform: translate(15px, 15px); }
    50% {
      -webkit-transform: translate(8px, 8px);
      transform: translate(8px, 8px); }
    75% {
      -webkit-transform: translate(15px, -8px);
      transform: translate(15px, -8px); }
    to {
      -webkit-transform: translate(0);
      transform: translate(0); } }
.panel-style .style-4 img{
    border-radius: 130px;
}
.panel-style .style-5{
    top: 15%;
    left: 45%;
    animation: move1 5s infinite linear;
}
.panel-style .style-5 img{
    border-radius: 0px 50px 0 0;
}
/*Footer*/
.footer{
    background: var(--background-color);
    border-top: 1px solid #000;
}
.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;
}
.dz-info h3.title > *{
    color: #fff;
}
.post-detail h1.post-title{
    line-height: 1.4;
}
.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{
    height: 400px;
}
.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-upper .tool, .mobile-upper .mobile-widget {
    width: 25%;
}
.mobile-upper .mobile-logo{
    width: 50%;
    display: flex;
    justify-content: center;
}
.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 0;
    }
    .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;
    }
    .panel-br .brand-item {
        width: 100%;
    }
    .panel-br .dz-media {
        width: 100%;
        height: 100%;
    }
    .panel-outstanding {
        padding: 40px 0;
    }
    .panel-outstanding .panel-head{
        margin-bottom: 15px;
    }
    .panel-endow .image-content {
        height: 100%;
    }
    .panel-endow{
        padding-top: 40px;
    }
    .panel-endow .text-content .main h2.heading-1{
        font-size: 28px;
    }
    .panel-endow .text-content .main h2.heading-1 span {
        font-size: 35px;
    }
    .panel-endow .btn-collect{
        padding: 8px 10px;
        font-size: 12px;
    }
    /* .panel-endow .text-content{
        left: 30%;
        top: 50%;
        transform: translate(-50%, -50%);
    } */
    .panel-best-seller{
        padding-top: 40px;
    }
    .panel-content .item h2.heading-1 > *{
        font-size: 30px;
    }
    .panel-content{
        position: relative;
        z-index: 1;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .panel-collection .list-collection .uk-width-medium-1-2:not(:last-child){
        margin-bottom: 30px;
    }
    .panel-collection .service-btn {
        display: none;
    }
    .collection-item .btn-xl {
        font-size: 16px;
        padding: 12px 30px;
    }
    .panel-collection .left-box .p-r{
        margin-bottom: 30px;
    }
    .panel-collection .about-content {
        width: 100%;
        margin-bottom: 30px;
    }
    .panel-collection .description > * {
        font-size: 15px;
    }
    .panel-collection {
        padding: 40px 0;
    }
    .panel-catalogue-osd .right-box .icon-button {
        display: none;
    }
    .panel-catalogue-osd .right-box {
        padding: 40px;
    }
    .panel-catalogue-osd h3.heading-2 > *{
        font-size: 28px;
    }
    .panel-catalogue-osd .text-content .description{
        margin-bottom: 30px;
    }
    .panel-catalogue-osd p {
        font-size: 15px;
    }
    .panel-catalogue-osd .icon-button{
        display: none;
    }
    .panel-catalogue-osd .catalogue-item h4.heading-3 > *{
        font-size: 14px;
    }
    .panel-catalogue-osd .left-box{
        padding-right: 0;
        padding: 30px;
    }
    .panel-slide .content-info h2.heading-1 > *{
        font-size: 30px;
    }
    .panel-slide .swiper-meta-items .price-num {
        font-size: 28px;
    }
    .panel-slide{
        padding-left: 15px;
        padding-top: 0;
    }
    .panel-slide .star-1, .panel-slide .star-2{
        display: none !important;
    }
    .panel-slide .swiper-meta-items{
        margin-bottom: 20px;
    }
    .panel-slide .content-btn{
        display: flex;
        margin-bottom: 0 !important;
    }
    .panel-slide .btn {
        font-size: 10px;
    }
    .panel-slide .content-info h2.heading-1 {
        margin-bottom: 10px;
    }
    .panel-slide .animation-btn{
        display: none;
    }
    .panel-slide .image{
        width: 100% !important;
        height: 100% !important;
    }
    .panel-slide .banner-media img{
        height: auto !important;
    }
    .panel-slide .bottom-content{
        display: none;
    }
    .panel-slide > .uk-grid  > .uk-width-medium-1-2:first-child{
        margin-bottom: 20px;
    }
    .panel-slide .swiper-container-thumbs .swiper-button-next {
        right: 115px;
        top: 71.5% !important;
    }
    .product-item .image-content,
    .product-item .image{
        height: 200px !important;
    }
    .btn-rounded {
        padding: 10px 20px;
    }
    .filter .perpage{
        display: none;
    }
    .product-catalogue-wrapper h1.heading-2{
        line-height: 1.2;
    }
    .contact-page .heading-form{
        font-size: 14px;
    }
    /* .product-container .uk-width-large-1-10 {
        max-width: 100% !important; 
    }
    .product-container .uk-width-large-5-10 {
        width: 100% !important;
    }
    .product-container .panel-head .uk-grid{
        display: block;
    } */
    .product-detail__description {
        height: 100% !important;
    }
    .product-button__group .uk-width-large-1-2{
        width: 50%;
    }
    .product-button__group .btn-product-button {
        padding: 15px 10px 15px 10px;
    }
    .product-detail__hotline .uk-width-large-1-2:nth-child(2){
        margin-bottom: 40px !important;
    }
    .product-detail__hotline .uk-width-large-1-2:nth-child(3){
        margin-bottom: 40px !important;
    }
    .product-container .panel-head{
        margin-top: 0 !important;
    }
    .review-statistic {
        padding: 10px 15px !important;
    }
    .product-container .uk-width-large-1-10{
        max-width: 100% !important;
        order: 3;
    }
    .product-container .uk-width-large-5-10{
        width: 100% !important;
        order: 2;
    }
    .product-container .uk-width-large-4-10{
        order: 4;
    }
    .product-extra__feature .wrapper,
    .product-extra__feature .wrapper_extra{
        max-height: 100% !important;
        height: 100% !important;
        width: 100% !important;
    }
    .product-extra__feature .wrapper_extra{
        display: none;
    }
    .product-extra__feature .swiper-container-thumbs .swiper-wrapper{
        display: flex;
    }
    .product-extra__feature .swiper-container-thumbs .swiper-slide{
        width: 88px !important;
    }
    .product-promotion-take-gift {
        width: 100%;
        overflow: hidden;
    }
    .mobile-logo a,
    .mobile-logo img{
        height: 40px;
        display: inline-block;
    }
    .mobile-upper {
        padding: 15px 0;
    }
    .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;
    }
    .mobile-widget .btn-search .image > *{
        width: 18px;
        height: 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;
    }
    .panel-watched .product-item .text-content{
        display: block;
    }
    .panel-watched .product-item .image-content{
        margin-bottom: 10px;
    }
    .panel-watched .product-item .text-content .heading-4{
        width: 100%;
        margin-bottom: 5px;
    }
    .panel-outstanding .dz-content{
        width: 100%;
    }
}

@media (max-width: 475px){
    .panel-category-important .info .heading-5{
        font-size:30px;
    }
    .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){
    .panel-best-seller .shop-card .dz-content{
        display: block;
    }
    .panel-best-seller .shop-card .dz-content h6.title{
        height:60px;
        overflow: auto;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }
    .panel-best-seller .shop-card h6.title > *{
        font-size:12px;
    }
    .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-best-seller .shop-card .price {
        text-align: left;
    }
    .panel-slide-promotion .product-content .product-name{
        font-size: 26px;
    }
    .panel-endow .text-content .main .offer{
        padding: 5px 10px;
    }
}
@media(max-width:400px){
    .panel-slide .swiper-container-thumbs .swiper-button-next {
        right: 108px;
        top: 70.5% !important;
    }
}
