
body{
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

img.lazyloading {
    opacity: 0.01;
}
img.lazyloaded {
    opacity: 1;
}

header .content{
    max-width: 1680px;
}

header .topBar .holine {
    min-width: 191px;
    background-color: #000;
}

header .topBar .holine a{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 34px;
}

header .topBar .holine a svg{
    margin-right: 11px;
}

header .topBar .text {
    flex: 1;
    white-space: nowrap;
}

header .topBar .text p{
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    margin: 0;
    /*animation: marquee 15s linear infinite;*/
    /*white-space: nowrap;*/
}

header .main .content>div{
    flex: 1;
}


.menu{
    background-color: #fff;
    top: 100%;
    /*left: -15px;*/
    min-width: 185px;
    z-index: 1;
    display: none;
}

.menu ul{
    list-style-type: none;
}

.menu>ul ul{
    /*display: none;*/
    top: 0;
    left: 100%;
    min-width: 100%;
    display: none;
    background-color: #fff;
}

.menu a{
    font-weight: 500;
    line-height: 49px;
    color: #000;
    padding: 0 20px;
    height: 49px;
    white-space: nowrap;
}

.menu li:hover>a,.menu li>a.active{
    background: #545454;
    color: #fff;
}


header .main .right>a{
    font-size: 13px;
    line-height: 16px;
}

header .main .right .cart>a{
    color: #D99E08;
    font-size: 13px;
    line-height: 16px;
}

header .formSearch {
    /*padding: 8px;*/
    /*background: rgba(255, 255, 255, .35);*/
    /*top: 100%;*/
    right: 0;
    display: none;
    /*z-index: 2;*/
}

header .formSearch input {
    border: 1px solid #c4c4c4;
    font-size: 12px;
    height: 30px;
    padding: 0 30px 0 8px;
    /*width: 25px;*/
    transition: all .3s;
    color: #585858;
    font-weight: 500;
    /*width: 200px;*/
}

header .formSearch.active input{
    width: 200px;
}

header .formSearch button {
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
}

.top-cart-content{
    display: none;
}

header .main .right .cart>a span {
    margin-left: 6px;
    font-weight: 600;
}

a{
    text-decoration: none;
}

input,select,button,textarea{
    outline: none;
    box-shadow: none;
    background-color: #fff;
}

input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.bannerMain .item>div{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bannerMain .content a{
    font-weight: 500;
    color: #000;
}

.bannerMain:not(.slick-slider) .item > div{
    display: none;
}

.bannerMain .slick-dots {
    font-size: 0;
}

.bannerMain .slick-dots button{
    padding: 0;
    width: 56px;
    height: 3px;
    background-color: #C4C4C4;
    border: none;
}

.bannerMain .slick-dots li.slick-active button{
    background-color: #555555;
}

.bannerMain .content .description{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    max-width: 287px;
}

.bannerMain .content .name{
    font-weight: 600;
    font-size: 33px;
    line-height: 38px;
    max-width: 466px;
}

.bannerMain .container{
    height: 100%;
}

.bannerMain .container>div{
    top: 50%;
    left: 0;
}

.product-item .image{
    padding-bottom: 132%;
}

.product-item .image img{
    object-fit: cover;
    height: 100%;
}

.product-item .listColor{
    margin-bottom: 15px;
}

.product-item .listColor a{
    /*background-color: red;*/
    width: 16px;
    height: 16px;
}

.product-item .listColor a:not(:last-child){
    margin-right: 9px;
}

.product-item .listColor a::before{
    width: 20px;
    height: 20px;
}

.product-item .listColor a::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    border: 1px solid #B9B9B9;
}

.product-item .listColor a.active::before{
    width: 24px;
    height: 24px;
}

.product-item .listColor a.active::before{
    border-width: 2px;
    border-color: #000;
}

.productHome .head{
    margin-bottom: 69px;
}

.product-item .wrapper{
    border: 1px solid transparent;
}

.product-item .badges{
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #747474;
    padding: 2px 3px;
    border: 1px solid #747474;
    margin-top: 15px;
}

.product-item.item .name{
    font-size: 16px;
    line-height: 20px;
}

.hoverOff .price{
    color: #3a3a3a;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.hoverOff .oldPrice{
    font-size: 14px;
    line-height: 17px;
}

.hoverOn{
    display: none;
}

.hoverOn .infor{
    padding: 22px 24px;
}

.hoverOn .oldPrice{
    font-size: 12px;
    line-height: 15px;
}

.oldPrice{
    text-decoration-line: line-through;
    color: #000;
    font-weight: 600;
}

.hoverOn .price{
    font-size: 14px;
    line-height: 17px;
    color: #3a3a3a;
    font-weight: 600;
}

.hoverOn .action{
    margin-top: 11px;
}

.hoverOn .action a{
    line-height: 20px;
    font-size: 17px;
    height: 40px;
}

.hoverOn .action a{
    background: #656565;
    color: #fff;
}

.policyBlock{
    margin-top: 93px;
}

.policyBlock .item{
    padding-top: 55px;
    padding-bottom: 55px;
    background: #F8F8F8;
}

.policyBlock .item p:first-child{
    color: #585858;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.policyBlock .item p:not(:first-child){
    font-size: 12px;
    margin: 0;
    color: #585858;
    line-height: 15px;
}

.cateBlock {
    margin-top: 189px;
}

.cateBlock .listCate{
    margin-top: 99px;
}

.cateBlock .listCate .item a.name{
    color: #414141;
    font-weight: 500;
}

.bannerBig img{
    width: 100%;
}

.bannerBig .content{
    top: 50%;
    left: 50%;
}

.bannerBig .content .name{
    font-size: 35px;
    line-height: 35px;
    max-width: 454px;
}

.bannerBig .content .intro{
    font-weight: 500;
    font-size: 12px;
}

.bannerBig .content a{
    color: #000000;
    font-weight: 500;
}

.instagram{
    margin-top: 93px;
}

.instagram .head{
    margin-bottom: 30px;
}

.instagram h2{
    font-size: 35px;
    line-height: 36px;
}

.instagram .name{
    font-size: 12px;
    line-height: 36px;
    color: #000000;
}


/* product-page */

.product-page>div>.head{
    margin-bottom: 33px;
    margin-top: 60px;
}

.product-page .left .title{
    line-height: 21px;
    font-size: 18px;
    font-weight: 600;
}

.product-page .filter-properties{
    padding: 35px 0;
}

.product-page .filter-properties::before{
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    top: 0;
    width: 132px;
    background-color: #D8D8D8;
}

.product-page .filter-properties .name{
    line-height: 19px;
    font-size: 16px;
    margin-bottom: 20px;
}

.product-page .left ul{
    list-style-type: none;
    font-size: 12px;
    line-height: 15px;
}

.product-page .left ul li{
    margin-top: 15px;
}

.product-page .left ul a{
    font-weight: 300;
    color: #6B6B6B;
}

.product-page .left ul a.active,.product-page .left ul a:hover{
    font-weight: 600;
}

.filter-color a>span{
    width: 14px;
    height: 14px;
    border: 1px solid #000;
}

.bread{
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
}

.bread a{
    font-weight: 300;
    color: #6B6B6B;
}

.sortBy{
    line-height: 13px;
    color: #000000;
}

.sortBy span{
    font-weight: 500;
    margin-right: 9px;
}

.sortBy select{
    border: none;
    font-weight: 300;
    height: 26px;
    background-color: #fff;
    padding-left: 11px;
}

.product-item .image a{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: 314px;*/
}

.product-page .image img{
    height: 100%;
    object-fit: cover;
}

.product-page .hoverOff .price,.product-page .hoverOn .price{
    font-weight: 500;
}

.priceSale{
    color: #3A3A3A !important;
    font-weight: 600;
}

.product-page .product-item .badges{
    margin-top: 9px;
}

.product-page .hoverOn .infor{
    padding: 19px 21px;
}

.product-page .hoverOn .action a{
    font-size: 15px;
    line-height: 18px;
    height: 35px;
}

.product-page .listColor{
    margin-bottom: 13px;
}

.product-page .product-item .listColor a{
    width: 14px;
    height: 14px;
}


.product-page .product-item .listColor a:not(:last-child){
    margin-right: 8px;
}

.product-page .product-item .listColor a::before{
    width: 18px;
    height: 18px;
}

.product-page .product-item .listColor a.active::before{
    width: 21px;
    height: 21px;
}



/*  Cart page */

.cartPage .left .bread{
    margin-bottom: 24px;
}

.cartPage .titlePage{
    margin-bottom: 20px;
}

.cartPage .titlePage h1{
    font-size: 32px;
    line-height: 39px;
}

.cartPage .titlePage a,.checkoutPage .titlePage a{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #000;
}


.cartPage .right .content,.checkoutPage .right .content {
    background: #F1F1F1;
    border-radius: 3px;
}

.cartPage .right .content{
    padding: 22px;
}

.checkoutPage .right .content {
    padding: 22px 30px;
}

.cartPage .right .content .titleBox{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 13px;
    font-weight: 500;
}

.cartPage .right .detail{
    padding: 25px 0;
}

.cartPage .right .detail p {
    font-size: 12px;
    line-height: 15px;
    color: #2F2F2F;
}

.cartPage .right .detail p:first-child{
    margin-bottom: 14px;
}

.cartPage .right .total,.checkoutPage .right .total{
    padding-top: 20px;
}

.cartPage .right .detail p span:first-child,.cartPage .right .total p span:first-child{
    font-weight: 500;
}

.cartPage .right .detail p span:last-child,.cartPage .right .total p span:last-child{
    font-weight: 600;
}

.cartPage .right .total p,.checkoutPage .right .total p{
    font-size: 16px;
    line-height: 20px;
}

.cartPage .right .total a,.checkoutBtn {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    background: #53B33B;
    border-radius: 3px;
    height: 43px;
    margin-top: 13px;
}

.cartPage .listItem .head{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    background: #F0F0F0;
    border-radius: 3px;
    height: 47px;
    margin-bottom: 24px;
    padding: 0 60px 0 25px;
}

.cartPage .listItem .inforItem .name{
    font-size: 14px;
    line-height: 17px;
}

.cartPage .listItem .inforItem>div:first-child{
    flex: 1;
}

.cartPage .listItem .imageItem,.cartPage .listItem .sumItem{
    width: 115px;
}

.cartPage .listItem .item{
    padding: 20px 60px 20px 25px;
    border: 1px solid #878787;
}

.cartPage .listItem button{
    border: 1px solid #EEEEEE;
    width: 28px;
}

.cartPage .listItem input{
    margin: 0 -1px;
}

.cartPage .listItem .item>div:not(.imageItem){
    flex: 1;
}

.cartPage .listItem .inforItem,.cartPage .head .product{
    line-height: 0;
    flex: 1;
}

.cartPage .listItem .badges,.productDetail-page .right .badges,#modalQuickView .right .badges{
    color: #747474;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    border: 1px solid #747474;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.cartPage .listItem .inforItem .code{
    font-size: 8px;
    line-height: 10px;
    color: #878787;
}

.cartPage .listItem .item:not(:last-child){
    margin-bottom: 20px;
}

.cartPage .listItem input{
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    /*height: 36px;*/
}

.cartPage .listItem input::-webkit-outer-spin-button,.cartPage .listItem input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.cartPage .listItem .priceItem span{
    font-size: 12px;
    line-height: 15px;
    color: #3A3A3A;
    font-weight: 600;
}

.cartPage .listItem .totalItem span{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #060606;
}

.removeItem{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.suggestPro{
    margin-top: 107px;
    margin-bottom: 20px;
}

.suggestPro .title{
    border-top: 1px solid #878787;
    padding-top: 45px;
    margin-bottom: 50px;
}

.suggestPro .title h2{
    font-size: 40px;
    line-height: 1;
}

.productDetail-page .bread{
    padding: 23px 0 26px;
}

.productDetail-page .right .badges,#modalQuickView .right .badges{
    margin-bottom: 12px;
}

.productDetail-page h1,#modalQuickView p.name{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 110%;
}

.productDetail-page .right .quantity,#modalQuickView  .right .quantity{
    margin-top: 12px;
}

.productDetail-page .right .quantity p,.productDetail-page .inforDetail .color p,#modalQuickView .right .quantity p,#modalQuickView .inforDetail .color p {
    font-weight: 500;
    line-height: 15px;
    color: #6B6B6B;
}

.productDetail-page .right .quantity button,#modalQuickView  .right .quantity button{
    border: 1px solid #EEEEEE;
    background-color: transparent;
    width: 25px;
}

.productDetail-page .right .quantity input,#modalQuickView  .right .quantity input{
    width: 46px;
    border: 1px solid #EEEEEE;
    margin: 0 -1px;
    font-size: 12px;
    line-height: 14px;
    height: 27px;
}

.productDetail-page .inforDetail,#modalQuickView .inforDetail{
    font-size: 12px;
    line-height: 1;
}

.productDetail-page .inforDetail .price,#modalQuickView .inforDetail .price {
    font-size: 14px;
}

.productDetail-page .inforDetail .price span,#modalQuickView .inforDetail .price span{
    line-height: 17px;
    color: #878787;
}

.productDetail-page .inforDetail .price span:first-child,#modalQuickView  .inforDetail .price span:first-child{
    font-weight: 600 !important;
}

.productDetail-page .inforDetail .price span.oldPrice,#modalQuickView  .inforDetail .price span.oldPrice{
    font-size: 13px;
}

.productDetail-page .inforDetail .color,#modalQuickView .inforDetail .color{
    margin-top: 16px;
}

.productDetail-page .inforDetail .listColor a,#modalQuickView .inforDetail .listColor a{
    margin-top: 13px;
}

.productDetail-page .inforDetail .listColor a:not(:last-child),#modalQuickView .inforDetail .listColor a:not(:last-child){
    margin-right: 20px;
}

.listColor a span:first-child{
    width: 19px;
    height: 19px;
    margin-right: 10px;
    border: 1px solid #000000;
}

.listColor a.active span:first-child::before{
    content: '';
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    border: 1px solid #000000;
    top: -4px;
    left: -4px;
}

.listColor a.deactive{
    pointer-events: none;
}

.listColor a span:last-child{
    font-size: 12px;
    color: #6B6B6B;
}

.productDetail-page .groupAction,#modalQuickView .groupAction{
    margin-top: 30px;
}

.productDetail-page .groupAction button,#modalQuickView .groupAction button,.addSelect {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #000000;
    border: 1px solid #000;
    height: 41px;
}

.productDetail-page .groupAction button:not(:last-child){
    margin-bottom: 10px;
}

.productDetail-page .TabsInfor>ul li{
    margin-top: 22px;
}

.productDetail-page .TabsInfor>ul li:not(:last-child){
    margin-right: 26px;
}
.productDetail-page .TabsInfor>ul li a{
    line-height: 140%;
    border-bottom: 1px solid transparent;
    color: #000;
    background-color: transparent;
}

.productDetail-page .TabsInfor>ul li a.active{
    font-weight: 600;
    border-color: #000000;
}

.productDetail-page .TabsInfor>ul{
    margin-bottom: 28px;
}

.productDetail-page .tab-content{
    line-height: 22px;
}

.relativeProduct{
    margin-top: 33px;
}

.relativeProduct .image .item{
    max-width: 96px;
}

.relativeProduct .image .item>div:first-child{
    padding-bottom: 100%;
}

.relativeProduct .image .item .colorView a{
    width: 9px;
    height: 9px;
    border: 0.5px solid #000;
}

.relativeProduct .image .item .colorView a:not(:last-child){
    margin-right: 4px;
}

.relativeProduct .image>span{
    margin: 0 20px;
}

.relativeProduct .image .item a{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.relativeProduct .image .item a img{
    object-position: center;
    object-fit: cover;
    height: 100%;
}

.relativeProduct .title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.relativeProduct .totalRelative{
    margin-bottom: 30px;
    margin-top: 38px;
}

.relativeProduct .infor{
    margin-top: 36px;
}

.relativeProduct .infor .item{
    cursor: pointer;
}

.relativeProduct .infor .item:not(:last-child){
    margin-bottom: 15px;
}

.relativeProduct .infor .name{
    color: #313131;
    font-weight: 500;
}

.relativeProduct .infor .name span:first-child{
    width: 16px;
    height: 16px;
    border: 1px solid #c4c4c4;
}

.relativeProduct .infor .name span.nameActive{
    margin: 0 19px;
    flex: 1;
    line-height: 1.4;
}

.relativeProduct .infor .item.active .name span:first-child{
    background: #C4C4C4;
}

.relativeProduct .infor .price{
    color: #767676;
}

.productDetail-page .suggestPro{
    margin-top: 39px;
    padding-bottom: 65px;
}

.productDetail-page .suggestPro .item>div{
    width: 100%;
    height: 100%;
}

.productDetail-page .suggestPro .title{
    padding-top: 66px;
    margin-bottom: 35px;
}


.productDetail-page .listThumb .item.slick-current,#modalQuickView .listThumb .item.slick-current{
    border-color: #000;
}

.productDetail-page .listThumb .item a{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.productDetail-page .listThumb .item img,#modalQuickView .listThumb .item img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.checkoutPage .bread{
    margin-bottom: 42px;
}

.checkoutPage .right .coupon{
    padding: 20px 0;
}

.checkoutPage .right .coupon input{
    flex: 1;
    border-radius: 12px;
    border: 1px solid #C1C1C1;
    height: 35px;
    font-size: 13px;
    padding: 0 13px;
}
.checkoutPage .listProduct a {
    display: flex;
    column-gap: 10px;
}

.checkoutPage .listProduct a img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
}
.checkoutPage .right .coupon button{
    font-size: 14px;
    background: #CECECE;
    border-radius: 12px;
    color: #fff;
    width: 120px;
    border: none;
}
.listProduct span .unit {
    color: #777777;
    font-weight: 400;
    font-size: 14px;
}
.checkoutPage .listProduct a span {
    font-weight: 400;
}
.cart-container a {
    color: #000;
}
.listProduct >div>p>span {
    font-weight: 600;
}
.checkoutBtn {
    width: 50% !important;
    margin: 0 0 0 auto;
    display: block;
    background: #000;
    margin-right: 30px;
}
#moneyCoupon{
    font-size: 14px;
    line-height: 17px;
}

#moneyCoupon span{
    margin-top: 10px;
    display: inline-block;
}


.checkoutPage .right .detail{
    padding: 15px 0;
}

.checkoutPage .right .content .titleBox {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
    font-weight: 600;
}

.checkoutPage .right .detail p,.listProduct >div {
    font-size: 14px;
    line-height: 17px;
}

.checkoutPage .right .detail p:not(:last-child){
    margin-bottom: 15px;
}

.checkoutPage .right .total p {
    font-weight: 600;
}

.checkoutPage .right .total p span:first-child{
    color: #6B6B6B;
}

.checkoutPage .right .total p span:last-child{
    color: #000;
}

.checkoutPage .right .detail p span:first-child {
    color: #000;
    font-size: 14px;
}

.checkoutPage .right .detail p span:last-child{
    font-weight: 500;
    color: #000;
}

.checkoutPage .left .head {
    border-radius: 3px;
    height: 47px;
    margin-top: 35px;
}

.checkoutPage .left .head h1{
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    color: #000;
}

.checkoutPage .information-customer{
    margin-top: 21px;
}

.checkoutPage .information-customer input,.checkoutPage .information-customer select{
    height: 40px;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    font-size: 14px;
    line-height: 13px;
    color: #464646;
    width: 100%;
    padding: 0 15px;
}

.information-customer .title{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.information-customer>div:not(:first-child){
    margin-top: 20px;
}
#customer-description {
    width: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 12px;
    font-size: 14px;
    padding: 10px;
    height: 40px;
}
.checkoutPage .right .content:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #F0F0F0;
    z-index: -1;
    box-shadow: 0 -1px 0 #F0F0F0 inset;
    left: 0;
    background-position: left top;
    box-shadow: 1px 0 0 #F0F0F0 inset;
}

#formCheckOut .right {
    background-position: left top;
    position: relative;
}

.checkoutPage {
    overflow: hidden;
}
#paymentMethod h2 {
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
    margin-top: 35px;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}
.checkoutPage .listProduct {
    padding: 42px 0;
}

.checkoutPage .listProduct .item:not(:last-child){
    margin-bottom: 32px;
}

.listProduct span{
    font-weight: 600;
    color: #060606;
}

.listProduct a{
    color: #000000;
    font-weight: 500;
}

.payment-Method .tab-content {
    flex: 1;
    border: 1px solid #464646;
    border-radius: 3px;
    font-size: 12px;
    padding: 15px;
}

.payment-Method button{
    line-height: 20px;
    border: 1px solid #464646;
    border-radius: 3px;
    height: 41px;
    background-color: #fff;
}

.service-page .bread{
    margin-top: 27px;
}

.service-page .head{
    margin-top: 60px;
}

.service-page .content{
    margin-top: 61px;
}

.service-page.policy .head{
    margin-top: 97px;
}


.service-page.policy .instagram .head{
    margin-top: 18px;
}

.service-page .head h1{
    font-size: 40px;
    line-height: 49px;
}

.service-page .head .intro {
    font-weight: 300;
    font-size: 14px;
    line-height: 146%;
    margin-top: 18px;
    max-width: 636px;
}

.service-page .head .intro p{
    margin: 0;
}

.service-page .cateBlock{
    margin-top: 114px;
}

.service-page.policy .cateBlock .title{
    margin-bottom: 55px;
}

.service-page .cateBlock .title{
    margin-bottom: 31px;
}

.service-page .cateBlock h2{
    font-size: 40px;
    line-height: 41px;
}

.service-page.policy .content{
    margin-top: 104px;
}

.question-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #BABABA;

}

.question-item>p {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    padding-top: 20px;
}

.question-item>p>a{
    color: #000000;
}

.question-item>p>a>span:last-child{
    width: 20px;
}

.question-item>p>a>span:last-child{
    background-position: center;
    background-repeat: no-repeat;
}

.question-item:not(.active)>p>a>span:last-child{
    background-image: url("/tp/T0368/img/Vector 1.svg");
}

.question-item.active>p>a>span:last-child{
    background-image: url("/tp/T0368/img/Line.svg");
}

.question-item .answer{
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    margin-top: 11px;
    display: none;
}

.question-item .answer p {
    margin: 0;
}

.banner-kit{
    margin-top: 136px;
}

.banner-kit .item:nth-child(2n+2){
    padding-left: 15px;
}

.banner-kit .item:nth-child(2n+1){
    padding-right: 15px;
}

.banner-kit .name{
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin-top: 14px;
}

.banner-kit .item:first-child{
    margin-bottom: 48px;
}

.videoBag{
    margin-bottom: 40px;
}

.videoBag iframe{
    height: 425px;
}

.bockForm{
    background: #F4F4F4;
    margin-top: 129px;
    padding: 40px;
}

.bockForm .title {
    margin-bottom: 39px;
}

.bockForm .title p{
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
}

.bockForm form{
    max-width: 575px;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
}

.bockForm form button{
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    width: 172px;
    background-color: #53B23B;
    border: 1px solid #53B23B;
    height: 36px;
}

.bockForm form input,.bockForm form textarea{
    width: 100%;
    border: 1px solid;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 21px;
    font-weight: 300;
}

.bockForm form input{
    height: 35px;
    padding: 0 8px;
}

.bockForm form textarea{
    height: 137px;
    padding: 8px;
}

.jobPage .head{
    margin-top: 119px;
}

.jobPage .form-job{
    margin-top: 115px;
    background: #F4F4F4;
    padding: 68px 109px;
}

.jobPage .head h1{
    font-size: 42px;
    line-height: 51px;
}

.jobPage .head a{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #000000;
    border-radius: 3px;
    width: 171px;
    height: 46px;
}

.jobPage .content{
    margin-top: 65px;
}

.form-job .title p{
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
}

.form-job .title span{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.form-job form{
    margin-top: 40px;
    max-width: 434px;
}

.form-job form label{
    flex: 1;
    font-size: 12px;
    line-height: 14px;
}

.form-job input,.form-job textarea{
    border: 1px solid #979797;
    max-width: 303px;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
}

.form-job input{
    padding: 0 5px;
    height: 30px;
}

.form-job textarea{
    padding: 5px;
    height: 73px;
}

.form-job button{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #000000;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #000;
    height: 46px;
    margin-top: 22px;
}

.form-job .data-field {
    margin-bottom: 19px;
}

.aboutPage .about {
    margin-top: 130px;
}

.aboutPage .about .head .title,.coreValue .head .title {
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
}

.aboutPage .about .intro,.coreValue .intro {
    margin-top: 13px;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
}

.aboutPage .about .intro p,.coreValue p,.contentCore .top .boxText p:not(:first-child){
    margin-bottom: 0;
}

.aboutPage .bannerAbout{
    margin-top: 187px;
}

.aboutPage .about .item{
    max-width: 335px;
}

.coreValue{
    margin-top: 100px;
    max-width: 978px;
}

.contentCore{
    margin-top: 193px;
}

.contentCore .top .boxText{
    max-width: 361px;
    margin-left: 36px;
    margin-top: 122px;
}

.contentCore .top .imgBig{
    max-width: 302px;
    margin-top: 80px;
}

.contentCore .top  .imgSmall{
    max-width: 234px;
    right: 341px;
    top: -63px;
}

.contentCore .top .boxText p:first-child{
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
    color: #0B0B0B;
}

.contentCore .top .boxText p:not(:first-child),.contentCore .right .boxText p{
    font-weight: 300;
    font-size: 16px;
    line-height: 146%;
}

.contentCore .bottom {
    margin-top: 185px;
}

.contentCore .bottom .left{
    max-width: 576px;
}

.contentCore .right{
    max-width: 373px;
}

.contentCore .right .image{
    margin-top: 50px;
}

.listJobs{
    margin-top: 176px;
    border-top: 1px solid #979797;
}

.listJobs .head{
    margin-bottom: 18px;
    margin-top: 69px;
}

.listJobs .head h2{
    font-size: 30px;
    line-height: 37px;
}

.listJobs a{
    color: #000;
}

.listJobs .item:not(:last-child){
    border-bottom: 1px dashed #979797;
}

.listJobs .item {
    padding: 26px 0;
}

.listJobs .name,.listJobs .item .infor {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.collectionPage .banner .boxText {
    color: #fff;
    width: 476px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.collectionPage .banner .boxText h1{
    font-weight: 500;
    font-size: 37px;
    line-height: 40px;
}

.collectionPage .banner .boxText .intro {
    margin-top: 30px;
}

.collectionPage .banner .boxText p{
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 141%;
}

.collecCustom{
    margin-top: 79px;
}

.bannerBt .head h2{
    font-weight: normal;
    font-size: 40px;
    line-height: 49px;
}

.bannerBt .content{
    margin-top: 107px;
    padding: 45px;
}

.bannerBt .image {
    max-width: 601px;
}

.bannerBt .boxText {
    max-width: 550px;
    font-size: 18px;
    line-height: 40px;
    color: #030303;
}

.bannerBt .boxText p{
    margin: 0;
}

.bannerBt{
    margin-top: 87px;
}

.bannerMd{
    margin-top: 51px;
}

.bannerMd .head h2{
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    color: #030303;
}

.bannerMd .intro{
    margin-top: 50px;
}

.bannerMd .intro p{
    margin: 0;
    font-size: 18px;
    line-height: 69px;
}

.bannerMd .content{
    padding: 25px 0;
    margin-top: 94px;
}

.bannerMd .content .item:not(:last-child){
    margin-right: 30px;
}



.paginator{
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}

.paginator *{
    display: inline-block;
}

.paginator a,.paginator span{
    margin: 0 10px;
    color: #000;
}

.paging-next,.paging-previous {
    height: 35px;
    width: 35px;
    border: 1px solid;
    background-image: url("/tp/T0368/img/right.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.paging-previous {
    transform: scaleX(-1);
}

span.currentPage{
    position: relative;
}

span.currentPage::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #000;
    width: 13px;

}

.paginator .labelPages,.paginator .titlePages{
    display: none;
}

.banner-collection--middle a{
    border: 1.55075px solid #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    top: 50%;
    padding: 18px 0;
    max-width: 219px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.collection-banner__title{
    margin-top: 58px;
    margin-bottom: 22px;
}

/*.collection-product .item{*/
/*    max-width: 23%;*/
/*}*/

.collection-product__title{
    margin-bottom: 34px;
    margin-top: 88px;
}

.collection-orther__title{
    margin-top: 88px;
    margin-bottom: 22px;
}

/*.collection-product .item:not(:last-child){*/
/*    margin-right: 2.666%;*/
/*}*/

.collection-orther{
    margin-left: -12px;
    margin-right: -12px;
}

.collection-orther-slider .item{
    margin: 0 20px;
}

.collection-orther-slider button{
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: transparent;
}

.collection-orther-slider button.slick-prev{
    left: 0;
}

.collection-orther-slider button.slick-next{
    right: 0;
}

.banner-collection--content{
    top: 50%;
    transform: translateY(-50%);
    left: 56%;
    color: #fff;
}

.banner-collection--content h2{
    margin-bottom: 5px;
}

.banner-collection--content h2 a{
    color: #fff;
}

.banner-collection--content p{
    font-size: 20px;
    line-height: 24px;
}

footer{
    background: #fff;
    margin-top: 108px;
    /*padding-bottom: 60px;*/
    /*font-family: 'Roboto';*/
}

footer a{
    display: inline-block;
}

footer .logo {
    margin-bottom: 28px;
}

footer .content{
    padding-top: 48px;
    border-top: 1px solid #D8D8D8;
}

footer .subForm p{
    /*font-size: 12px;*/
    line-height: 150%;
    color: #333333;
}

footer .subForm input{
    border: 1px solid #797979;
    height: 38px;
    padding: 0 14px;
    color: #797979;;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    flex: 1;
}

footer .subForm button{
    background: #030303;
    color: #eeeeee;
    border-color: #000;
    font-weight: 300;
    font-size: 10px;
    line-height: 135%;
}

footer .footerCol{
    padding: 0;
}

footer .footerCol.left ul{
    /*font-weight: 300;*/
    font-size: 13px;
    line-height: 150%;
    /*text-align: right;*/
    color: #333333;
}

footer .copyRight{
    font-size: 13px;
    padding: 10px 0;
    margin-top: 25px;
}

footer .footerCol ul,footer .bottom ul,footer .copyRight ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

footer .footerCol.left ul li:not(:last-child){
    margin-bottom: 4px;
}

footer .footerCol ul li a,.menuFooterMb ul a{
    color: #333333;
}

footer .bottom{
    margin-top: 24px;
}

footer .bottom .copyRight{
    font-weight: 300;
    font-size: 9px;
    line-height: 150%;
}

footer .copyRight a,footer .copyRight {
    color: #fff;
}

footer .copyRight{
    background-color: #000;
}

footer .copyRight ul{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

footer .copyRight li{
    position: relative;
}

footer .copyRight li:not(:last-child){
    margin-right: 13px;
}

footer .copyRight li:not(:first-child)::before{
    position: absolute;
    left: -6px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 0.5px;
    height: 10px;
    background-color: #fff;
}

footer .bottom .menuFt{
    font-size: 12px;
    line-height: 110%;
}

footer .bottom .menuFt ul{
    display: flex;
}

footer .bottom .menuFt a{
    color: #333333;
    display: inline-block;
    transition: font-weight 0.3s;
}


footer .bottom .menuFt li:not(:first-child){
    margin-left: 50px;
}

footer .social-footer a:not(:last-child){
    margin-right: 18px;
}

.popUp-language{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 3;
    display: none;
}

.popUp-language > div{
    /*height: 100%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 559px;
    width: 100%;
}
.submenu-dropdown .submenu-item .submenu-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
}
.submenu-dropdown .submenu-item:hover .submenu-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.submenu-dropdown .submenu-item {
    position: relative;
}
.popUp-language .content{
    background-color: #fff;
    padding: 7.5% 13%;
}

.popUp-language .content p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    /*margin-top: 30px;*/
}

.popUp-language .content a.select-language{
    background-color: #000;
    color: #fff;
    line-height: 52px;
}

.popUp-language .content a:not(.select-language){
    text-decoration-line: underline;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 10px;
    text-underline-position: under;
}

.popUp-language .content span{
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.signin-signup .modal-body{
    padding: 20px;
}

.signin-signup .content{
    padding: 43px 7.25% 32px;
    border: 1px solid #000000;
}

.signin-signup .content .forget a{
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    text-underline-position: under;
}

.signin-signup input{
    padding: 12px;
    /*font-weight: 300;*/
    font-size: 12px;
    line-height: 15px;
    color: #464646;
}

.signin-signup input{
    margin-bottom: 20px;
}

.signin-signup button{
    /*font-size: 16px;*/
    line-height: 20px;
    /*margin-top: 20px;*/
    transition: background-color 0.3s, color 0.3s;
}

.signin-signup button:not(.nextModal),.signin-signup button.nextModal:hover{
    background-color: #030303;
    color: #fff;
}

.signin-signup button.nextModal{
    margin-top: 23px;
}

.signin-signup input,.signin-signup button{
    width: 100%;
    border-radius: 3px;
    height: 48px;
    border: 0.5px solid #464646;
}

.signin-signup .head{
    margin-bottom: 23px;
}

.signin-signup .head .title{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

.signin-signup .head p:not(.title){
    font-size: 14px;
    line-height: 17px;
}

.wrapper-imgMain{
    padding-bottom: 139%;
}

.wrapper-imgMain>a{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper-imgMain .imgMain{
    height: 100%;
    object-fit: cover;
}

#back{
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: 0 0;
}

#back a{
    width: 30px;
    height: 30px;
    background: #fff;
    opacity: 0.6;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

#back a:not(:last-child){
    margin-bottom: 5px;
}

#back a:hover{
    background: #ddd;
    opacity: 1;
}

#back a:hover path{
    stroke: #000;
}

#back .return-top svg{
    transform: rotate(180deg);
}

#back svg{
    width: 12px;
    height: 12px;
}

.appendDetail{
    border: 1px solid rgba(0, 0, 0, .8);
    box-shadow: 0 5px 10px 0 #00000017;
    background-color: #fff;
    padding: 25px 20px;
    left: 0;
    right: 0;
    bottom: 100%;
}

.appendDetail.modalSuggest .color{
    margin-bottom: 15px;
}

.appendDetail.modalSuggest .btnCartConfirm {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    height: 26px;
}

.appendDetail.modalSuggest .color p{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.collection-orther h3{
    margin-top: 23px;
    font-size: 24px;
}

.collection-orther h3 a{
    color: #000;
}
.pre-order {
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    color: #F0803B;
    padding: 8px 5px;
    border: 1px solid #fff;
    margin-top: 2px;
    position: absolute;
    background: #fff;
    left: 2px;
    top: 0;
}
/* 1365 */
@media (max-width: 1365px) {
    .product-item.item .name{
        font-size: 11px;
        line-height: 13px;
    }

    .hoverOn .infor{
        padding: 17px 15px;
    }

    .hoverOff .oldPrice,.hoverOn .oldPrice{
        font-size: 8px;
        line-height: 10px;
    }

    .hoverOff .price,.hoverOn .price{
        font-size: 10px;
        line-height: 12px;
    }

    .product-item .listColor a{
        width: 12px;
        height: 12px;
    }

    .product-item .listColor a::before{
        width: 16px;
        height: 16px;
    }

    .product-item .listColor a.active::before{
        width: 20px;
        height: 20px;
    }

    .bannerMain .content .name{
        font-size: 22px;
        line-height: 26px;
    }

    .bannerMain .content .description,.bannerMain .content a{
        font-size: 8px;
        line-height: 140%;
    }

    .bannerMain .content a{
        height: 30px;
    }

    .menu a{
        padding: 0 15px;
    }

    .bannerBig .content .name{
        font-size: 24px;
        line-height: 24px;
    }

    .bannerBig .content .intro{
        font-size: 8px;
    }

    .hoverOn .action a{
        height: 27px;
        font-size: 11px;
    }

    .product-item .badges{
        margin-top: 8px;
        font-size: 5px;
        line-height: 7px;
        padding: 1px 3px;
    }

    .productHome .head{
        margin-bottom: 47px;
    }

    .productHome{
        margin-top: 66px;
    }

    .policyBlock .item p:first-child{
        font-size: 11px;
        line-height: 13px;
    }
    .policyBlock .item p:not(:first-child){
        font-size: 8px;
        line-height: 10px;
    }
    .policyBlock .item{
        padding-top: 37px;
        padding-bottom: 37px;
    }

    .instagram h2{
        font-size: 24px;
        line-height: 24px;
    }

    .instagram .head svg{
        width: 134px;
    }

    .product-item .listColor{
        margin-bottom: 8px;
    }

    .hoverOn .action{
        margin-top: 8px;
    }

    footer{
        margin-top: 46px;
        /*padding-bottom: 29px;*/
    }

    footer .footerCol.left ul{
        font-size: 9px;
    }

    /*footer .footerCol.left ul li:not(:last-child){*/
    /*    margin-bottom: 9px;*/
    /*}*/

    footer .logo {
        margin-bottom: 16px;
    }

    footer .subForm p{
        font-size: 11px;
    }

    /*footer .subForm{*/
    /*    margin-top: 16px;*/
    /*}*/

    footer .logo img{
        max-width: 93px;
    }

    footer .bottom .menuFt{
        font-size: 8px;
    }

    footer .bottom .menuFt li:not(:first-child){
        margin-left: 24px;
    }

    footer .copyRight {
        font-size: 9px;
        padding: 8px 0;
        margin-top: 18px;
    }

    header .topBar .holine{
        font-size: 11px;
        min-width: 137px;
    }

    header .topBar .holine a{
        font-size: 11px;
        line-height: 13px;
        height: 24px;
    }

    header .topBar .holine a svg{
        width: 13px;
        height: 13px;
        margin-right: 8px;
    }

    .bannerBig .content .name{
        max-width: 311px;
    }

    .instagram .name{
        font-size: 8px;
        line-height: 24px;
    }


    .collectionPage .banner .boxText{
        width: 326px;
    }

    .collectionPage .banner .boxText h1{
        font-size: 25px;
        line-height: 27px;
    }

    .collectionPage .banner .boxText p{
        font-size: 8px;
    }

    .collectionPage .banner .boxText .intro{
        margin-top: 24px;
    }

    .bannerMd{
        margin-top: 35px;
    }

    .bannerMd .head h2{
        font-size: 29px;
        line-height: 35px;
    }

    .bannerMd .intro{
        margin-top: 30px;
    }

    .bannerMd .intro p{
        font-size: 12px;
        line-height: 47px;
    }

    .bannerMd .content{
        margin-top: 64px;
    }

    .bannerMd .content{
        padding: 15px 0;
    }

    .bannerMd .content .item:not(:last-child){
        margin-right: 20px;
    }

    .bannerBt{
        margin-top: 60px;
    }

    .bannerBt .head h2{
        font-size: 27px;
        line-height: 33px;
    }

    .bannerBt .content{
        margin-top: 73px;
    }

    .bannerBt .boxText{
        font-size: 12px;
        line-height: 27px;
    }

    .collecCustom{
        margin-top: 54px;
    }

    .service-page .content{
        margin-top: 42px;
    }

    .question-item{
        padding-bottom: 14px;
    }

    .question-item>p{
        font-size: 15px;
        line-height: 18px;
        padding-top: 14px;
    }

    .question-item .answer{
        font-size: 8px;
    }

    .videoBag{
        margin-bottom: 30px;
    }

    .banner-kit .name{
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }

    .banner-kit .item:nth-child(2n+1){
        padding-right: 10px;
    }

    .banner-kit .item:nth-child(2n+2){
        padding-left: 10px;
    }

    .banner-kit .item:first-child{
        margin-bottom: 33px;
    }

    .banner-kit{
        margin-top: 93px;
    }

    .bockForm{
        padding: 26px 0 36px 0;
        margin-top: 88px;
    }

    .bockForm .title{
        margin-bottom: 28px;
    }

    .bockForm .title p{
        font-size: 27px;
        line-height: 33px;
    }

    .bockForm form input, .bockForm form textarea{
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 14px;
    }

    .bockForm form input{
        height: 25px;
    }

    .bockForm form{
        max-width: 74%;
    }

    .bockForm form textarea{
        height: 94px;
    }

    .bockForm form button{
        width: 118px;
        font-size: 10px;
        line-height: 11px;
        height: 25px;
    }

    .service-page .cateBlock h2{
        font-size: 27px;
        line-height: 28px;
    }

    .service-page .cateBlock .title{
        margin-bottom: 21px;
    }

    .service-page .head h1{
        font-size: 27px;
        line-height: 33px;
    }

    .service-page .head .intro{
        font-size: 10px;
        margin-top: 12px;
    }

    .service-page.policy .content{
        margin-top: 70px;
    }

    .service-page.policy .head{
        margin-top: 66px;
    }

    .question-item:not(.active)>p>a>span:last-child{
        background-size: 12px;
    }

    .service-page .cateBlock{
        margin-top: 78px;
    }

    .service-page.policy .instagram .head{
        margin-top: -27px;
    }

    .cartPage .right .content{
        padding: 10px 15px 15px;
    }

    .cartPage .right .content .titleBox{
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 9px;
    }

    .cartPage .right .total a, .checkoutBtn{
        height: 29px;
        font-size: 10px;
        line-height: 13px;
    }

    .cartPage .right .total p,.checkoutPage .right .total p{
        font-size: 11px;
        line-height: 13px;
    }

    .cartPage .right .detail p{
        font-size: 8px;
        line-height: 10px;
    }

    .cartPage .right .detail p:first-child{
        margin-bottom: 10px;
    }

    .cartPage .right .detail{
        padding: 20px 0 15px;
    }

    .cartPage .titlePage h1{
        font-size: 22px;
        line-height: 27px;
    }

    .cartPage .titlePage a, .checkoutPage .titlePage a{
        font-size: 8px;
        line-height: 10px;
    }

    .cartPage .titlePage{
        margin-bottom: 14px;
    }

    .cartPage .left .bread{
        margin-bottom: 16px;
    }

    .bread {
        font-size: 8px;
        line-height: 10px;
    }

    .cartPage .listItem .head{
        font-size: 8px;
        line-height: 10px;
        height: 32px;
        padding: 0 30px 0 17px;
    }

    .cartPage .listItem .totalItem span{
        font-size: 11px;
        line-height: 13px;
    }

    .cartPage .listItem .priceItem span{
        font-size: 10px;
        line-height: 12px;
    }

    .suggestPro{
        margin-top: 73px;
    }

    .suggestPro .title h2{
        font-size: 27px;
        line-height: 27px;
    }

    .suggestPro .title{
        padding-top: 30px;
        margin-bottom: 35px;
    }

    .cartPage .listItem .item{
        padding: 13px 30px 13px 17px;
    }

    .cartPage{
        margin-top: 26px;
    }

    .checkoutPage .left .head{
        height: 32px;
    }

    .checkoutPage .left .head h1{
        font-size: 20px;
        line-height: 17px;
    }
    #paymentMethod h2 {
        font-size: 20px;
    }

    #paymentMethod .b label {
        font-size: 14px;
    }
    .checkoutPage .information-customer{
        margin-top: 14px;
    }

    .checkoutPage .information-customer input, .checkoutPage .information-customer select,.checkoutPage .right .coupon input,.checkoutPage .right .coupon button{
        height: 25px;
        font-size: 7px;
        line-height: 9px;
    }

    .information-customer>div:not(:first-child){
        margin-top: 15px;
    }

    .information-customer .title{
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 15px !important;
    }

    .information-customer .address>div:last-child{
        margin-top: 12px;
    }

    .payment-Method button{
        font-size: 11px;
        line-height: 13px;
        height: 30px;
    }

    .checkoutPage .right .content .titleBox{
        font-size: 14px;
        line-height: 17px;
    }

    .checkoutPage .right .content .titleBox{
        margin-bottom: 22px;
    }

    .checkoutPage .right .detail p:not(:last-child){
        margin-bottom: 15px;
    }

    .checkoutPage .right .detail p, .listProduct>div{
        font-size: 10px;
        line-height: 12px;
    }

    .checkoutPage .right .detail{
        padding: 10px 0;
    }

    .cartPage .right .total, .checkoutPage .right .total{
        padding-top: 12px;
    }

    .checkoutPage .listProduct .item:not(:last-child){
        margin-bottom: 22px;
    }

    .checkoutPage .listProduct{
        padding: 28px 0;
    }

    .checkoutPage .bread{
        margin-bottom: 28px;
    }

}



@media (max-width: 1199px) {

    .product-page .image{
        padding-bottom: 130%;
    }
    .bannerMain .container>div{
        transform: translateY(-50%);
    }

    .collection-orther h3{
        font-size: 20px;
    }

}



@media (min-width: 576px) and (max-width: 991px) {
    .productHome .product-item.item{
        width: 50%;
    }

    .productHome .product-item.item:first-child{
        margin-bottom: 40px;
    }

    .productHome .product-item.item:nth-child(2n + 1){
        padding-right: 10px;
    }

    .productHome .product-item.item:nth-child(2n + 2){
        padding-left: 10px;
    }

    .collection-orther h3{
        font-size: 18px;
    }

}


@media (max-width: 991px) {

    .topBar{
        background-color: #6B6B6B;
        color: #fff;
    }

    header .topBar .text p{
        line-height: 30px;
    }

    header .topBar .text p:not(:last-child){
        display: none;
    }

    header .main .left>div{
        margin-left: 24px;
    }

    header .main .right .cart{
        margin-right: 24px;
    }

    header .formSearch{
        top: 100%;
    }

    .cartPage .titlePage,.checkoutPage .titlePage{
        background: #F0F0F0;
        height: 46px;
        padding: 0 12px;
        margin-top: 27px;
    }

    .cartPage .titlePage h1,.checkoutPage .titlePage h1{
        font-size: 16px;
        line-height: 20px;
    }

    .cartPage .right {
        margin-top: 44px;
    }

    .checkoutPage .right{
        margin-top: 30px;
    }

    .bannerBig .content .name{
        font-size: 20px;
        line-height: 22px;
    }


    .bannerBig .content{
        max-width: 40%;
    }

    .cateBlock .item {
        width: 50%;
    }

    .bannerMain .content .name{
        font-size: 20px;
        line-height: 20px;
    }

    .cateBlock .item:first-child{
        margin-bottom: 39px;
    }

    .service-page .cateBlock .item:nth-child(n+4){
        margin-top: 32px;
    }
    .product-page .right .product-wrapper .product-info a {
        font-size: 13px;
    }

    .product-page .right .product-wrapper .product-info .wrap-price p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .pagePd{
        padding-top: 81px;
    }

    .product-page.pagePd{
        padding-top: 156px;
    }

    header,.product-page .left,.product-page>div>.head{
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        background-color: #fff;
    }

    header{
        top: 0;
        z-index: 2;
    }

    .product-page>.wrapper{
        padding: 0 18px;
    }
    header .main .left>div{
        height: 50px;
    }

    .menu{left: -10px}

    .menu a{
        font-size: 14px;
    }

    .productHome {
        margin-top: 47px;
    }


    .policyBlock .item{
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .product-item.item .name{
        margin-top: 5px;
    }

    .hoverOff .oldPrice{
        font-size: 10px;
        line-height: 12px;
    }

    .product-item.item .name,.hoverOff .price {
        font-size: 12px;
        line-height: 15px;
    }

    .policyBlock .item:not(:first-child){
        border-top: 0.5px solid #D8D8D8;
    }

    .policyBlock,.policyBlock .row,.instagram .row {
        --bs-gutter-x: 40px;
    }

    .cateBlock .row,.cateBlock .container,.instagram{
        --bs-gutter-x: 20px;
    }

    .policyBlock{
        margin-top: 72px;
    }

    .policyBlock .item p:first-child{
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .policyBlock .item p:not(:first-child){
        font-size: 12px;
        line-height: 18px;
        font-weight: 300;
    }

    .cateBlock{
        margin-top: 40px;
    }

    .cateBlock .listCate{
        margin-top: 82px;
    }

    .cateBlock .listCate .item a.name{
        font-size: 12px;
        line-height: 15px;
        margin-top: 13px;
    }

    .bannerBig .content a{
        font-size: 14px;
        line-height: 17px;
        text-decoration-line: underline;
    }

    .bannerBig .content{
        left: 20px;
        transform: translateY(-50%);
    }

    .bread li:not(:last-child){
        display: none;
    }

    .product-page>div>.head{
        margin: 0;
        padding: 10px 18px 14px;
        top: 81px;
    }

    .product-page .left{
        padding: 0 18px;
        top: 122px;
    }

    .product-page .left .head{
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
    }

    .product-page .left .head ~ div{
        position: absolute;
        width: 198px;
        padding: 0 18px;
        background-color: #fff;
        top: 100%;
        left: -18px;
        overflow-y: auto;
        display: none;
    }

    .product-page .left .title{
        margin-bottom: 0;
        font-weight: 600;
        font-size: 12px;
        line-height: 32px;
    }

    .product-page .left .title.active::before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .sortBy{
        font-size: 10px;
    }

    .sortBy select{
        height: 17px;
    }

    .product-page .filter-properties:first-child:before{
        display: none;
    }

    .product-page .right .product-item{
        width: calc(50% - 3.5px);
        margin-bottom: 33px;
    }

    .product-page .right .product-item:nth-child(2n+1){
        margin-right: 7px;
    }

    .product-item .badges{
        font-size: 6px;
        line-height: 7px;
        margin-top: 8px;
    }

    .product-page .hoverOff .price, .product-page .hoverOn .price,.product-page .right .product-item .name{
        font-size: 12px;
        line-height: 15px;
    }

    .product-page .oldPrice{
        font-size: 10px;
        line-height: 12px;
    }

    .productDetail-page .listThumb .item > div{
        padding-bottom: 139%;
    }

    .productDetail-page .TabsInfor>ul li{
        margin-top: 36px;
    }

    .productDetail-page .TabsInfor>ul{
        margin-bottom: 24px;
    }

    .productDetail-page .suggestPro .title{
        padding-top: 37px;
        margin-bottom: 22px;
    }

    .suggestPro .title h2{
        font-size: 20px;
        line-height: 20px;
    }

    .relativeProduct{
        margin-top: 52px;
    }

    .paginator{
        margin-top: 20px;
        font-size: 10.5px;
        line-height: 12px;
    }

    .paging-next, .paging-previous{
        width: 23px;
        height: 23px;
        background-size: 4px;
    }

    .paginator a, .paginator span{
        margin: 0 7px;
    }

    span.currentPage:after{
        width: 9px;
        height: 1px;
    }

    .bread{
        font-size: 14px;
        line-height: 17px;
    }

    .productDetail-page>div{
        padding: 0 23px;
    }

    .productDetail-page .inforDetail{
        margin-top: 16px;
    }

    .productDetail-page .right .badges{
        font-size: 8px;
        line-height: 10px;
    }

    .productDetail-page h1{
        font-size: 18px;
        line-height: 110%;
    }

    .productDetail-page .inforDetail .price{
        font-size: 16px;
        margin-top: 19px;
    }

    .productDetail-page .inforDetail .price span{
        line-height: 20px;
    }

    .productDetail-page .inforDetail .price span.oldPrice{
        font-size: 14px;
    }
    .productDetail-page .inforDetail .color{
        margin-top: 23px;
    }

    .productDetail-page .inforDetail .listColor a{
        margin-top: 9px;
    }

    .productDetail-page .groupAction{
        margin-top: 34px;
    }

    .productDetail-page .groupAction button, .addSelect{
        font-size: 12px;
        line-height: 15px;
        height: 43px;
    }


    .product-page .right{
        margin-top: 24px;
        width: 100%;
    }

    .relativeProduct .title{
        font-size: 18px;
        line-height: 22px;
    }

    .relativeProduct .totalRelative{
        margin-bottom: 10px;
        margin-top: 26px;
        order: 2;
    }

    .relativeProduct .infor{
        margin-top: 64px;
        order: 1;
    }

    .addSelect{
        order: 3;
    }

    .productDetail-page .groupAction button:not(:last-child){
        margin-bottom: 7px;
    }

    .productDetail-page .right .quantity>div {
        margin-top: 5px;
    }

    .productDetail-page .right .quantity button{
        width: 28px;
    }

    .productDetail-page .right .quantity input{
        height: 30px;
        width: 50px;
    }

    .productDetail-page .right .badges{
        margin-bottom: 9px;
    }

    .bannerBig .content{
        max-width: 50%;
    }

    .instagram{
        margin-top: 74px;
    }

    .instagram .list-image {
        min-width: 100%;
        width: auto;
        overflow-x: auto;
    }

    .instagram .item{
        width: calc(100vw / 100 * 40);
        flex: inherit;
        padding-left: 20px;
    }

    .instagram .name{
        font-size: 10px;
        line-height: 20px;
    }

    .instagram .item:last-child{
        margin-right: 20px;
    }

    .instagram .list-image::-webkit-scrollbar {
        display: none;
    }

    .instagram h2{
        font-size: 16px;
        line-height: 19px;
    }

    .instagram .head{
        padding: 0 20px;
        margin-bottom: 11px;
    }

    .instagram .head svg{
        width: 158px;
        height: 11px;
    }

    .cartPage .container,.checkoutPage .container,.service-page>.container{
        padding: 0 23px;
    }

    .cartPage .titlePage a,.checkoutPage .titlePage a{
        font-size: 10px;
        line-height: 12px;
    }

    .cartPage .listItem .item{
        border: 0.5px solid #f0f0f0;
        padding: 34px 12px 18px;
    }

    .cartPage .listItem .qttItem{
        margin-top: 12px;
    }

    .cartPage .listItem .item .imageItem{
        margin-right: 22px;
        max-width: 87px;
        width: calc(100vw / 100 * 21);
    }

    .cartPage .listItem .inforItem .name{
        font-size: 12px;
        line-height: 15px;
    }

    .cartPage .listItem .badges{
        font-size: 8px;
        line-height: 10px;
        margin: 0;
    }

    .cartPage .right .content{
        border-radius: 5px;
    }

    .cartPage .right .total,.checkoutPage .right .total{
        position: fixed;
        background: #F5F5F5;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
        border-radius: 15px;
        bottom: 17px;
        left: 12px;
        right: 12px;
        z-index: 1;
        padding: 15px;
        border: none !important;
    }

    .cartPage .right .total p,.checkoutPage .right .total p{
        font-size: 14px;
        line-height: 17px;
    }

    .cartPage .right .detail{
        padding: 10px 0 0;
    }

    .cartPage .right .detail p:first-child{
        margin-bottom: 5px;
    }

    .removeItem{
        top: 1px;
        right: 3px;
    }

    .removeItem svg{
        width: 13px;
        height: 13px;
    }

    .cartPage .listItem input{
        height: 30px;
        border-radius: 0;
        font-size: 12px;
        line-height: 15px;
        font-weight: 300;
        color: #000;
        border: 1px solid #EEEEEE;
        width: 50px;
        /*margin: 0 -1px;*/
    }

    .cartPage .listItem .qttItem label{
        margin-bottom: 5px;
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
        color: #6B6B6B;
    }

    .cartPage .suggestPro{
        margin-top: 16px;
        margin-bottom: 79px;
    }

    .cartPage .suggestPro .title{
        border: none;
        margin-bottom: 19px;
    }

    .checkoutPage .suggestPro{
        margin-top: 0;
        margin-bottom: 41px;
    }

    .checkoutPage .suggestPro .title{
        border: none;
        padding-top: 55px;
        margin-bottom: 23px;
    }

    .cartPage .right .total a, .checkoutBtn{
        font-size: 16px;
        line-height: 20px;
        height: 45px;
    }

    .checkoutPage .right .content{
        padding: 22px 23px 26px;
    }

    .checkoutPage .right .detail p span:first-child{
        font-weight: 500;
        color: #000;
    }

    .checkoutPage .right .detail{
        padding: 19px 0 0;
    }

    .listProduct a,.listProduct span{
        color: #6B6B6B;
        font-weight: 500;
    }

    .checkoutPage .listProduct .item:not(:last-child){
        margin-bottom: 23px;
    }

    .checkoutPage .listProduct{
        padding: 23px 0;
    }
    .checkoutPage .right .content .titleBox{
        margin-bottom: 15px;
    }

    .productDetail-page .listThumb .slick-dots{
        /*font-size: 0;*/
        line-height: 1;
        bottom: 0;
        margin-bottom: 13px;
        left: 50%;
        transform: translateX(-50%);

    }

    .productDetail-page .listThumb .slick-dots li button{
        margin: 0;
        background: #fff;
        height: 2px;
        /*width: 55px;*/
        border: none;
        color: transparent;
    }

    .productDetail-page .listThumb .slick-dots li.slick-active button{
        background: #555555;
    }

    /*.productDetail-page .listThumb .slick-dots li{*/
    /*    margin: 16px 8px 0;*/
    /*}*/

    .service-page .head{
        margin-top: 24px;
    }

    .service-page.policy .head{
        margin-top: 26px;
    }

    .service-page .head h1{
        font-size: 20px;
        line-height: 24px;
    }

    .service-page .head .intro{
        margin-top: 10px;
        font-size: 10px;
    }

    .service-page .content{
        margin-top: 25px;
    }

    .videoBag{
        margin-bottom: 10px;
    }

    .service-page.policy .content{
        margin-top: 18px;
    }

    .question-item>p{
        font-size: 14px;
        line-height: 20px;
    }

    .question-item>p>a>span:last-child{
        height: 20px;
    }

    .question-item>p>a>span:last-child{
        background-size: 9px;
    }

    .question-item .answer{
        font-size: 10px;
        line-height: 150%;
    }

    .service-page .cateBlock h2{
        font-size: 20px;
        line-height: 20px;
    }

    .service-page.policy .cateBlock .title{
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .service-page .cateBlock{
        margin-top: 13px;
        /*padding: 0;*/
    }

    .banner-kit .item:nth-child(2n+2){
        padding-left: 7px;
    }

    .banner-kit .item:nth-child(2n+1){
        padding-right: 7px;
    }

    .banner-kit .name{
        font-size: 12px;
        line-height: 15px;
        margin-top: 7px;
    }

    .banner-kit .item:first-child{
        margin-bottom: 18px;
    }

    .bockForm{
        padding: 0;
        background-color: #fff;
        margin-top: 44px;
    }

    .banner-kit{
        margin-top: 15px;
    }

    .banner-kit__title{
        margin-top: 28px;
    }

    .banner-kit__title{
        font-size: 19px;
        line-height: 19px;
        font-weight: 500;
    }

    .bockForm .title{
        margin-bottom: 15px;
    }

    .bockForm form input,.bockForm form textarea{
        margin-bottom: 12px;
    }

    .bockForm form input{
        height: 37px;
        font-size: 12px;
        line-height: 15px;
        padding: 0 12px;
        border: 0.5px solid #464646;
        border-radius: 3px;
    }

    .bockForm form textarea{
        padding: 8px 12px;
        border-radius: 3px;
        border: 0.5px solid #464646;
        height: 105px;
    }

    .bockForm .title p{
        font-size: 17px;
        line-height: 21px;
    }

    .bockForm form button{
        border-radius: 5px;
        height: 36px;
        width: 118px;
        font-size: 12px;
        line-height: 14px;
    }

    .bockForm form{
        margin-bottom: -16px;
    }

    .aboutPage .about .head .title, .coreValue .head .title{
        font-size: 18px;
        line-height: 22px;
    }

    .aboutPage .about .intro, .coreValue .intro{
        font-size: 12px;
    }

    .aboutPage .about,.coreValue{
        margin-top: 33px;
    }

    .aboutPage .bannerAbout{
        margin-top: 35px;
    }

    .payment-Method button {
        height: 45px;
    }

    .payment-Method button.active{
        background-color: #000;
        color: #fff;
    }

    .checkoutPage .information-customer input, .checkoutPage .information-customer select, .checkoutPage .right .coupon input, .checkoutPage .right .coupon button {
        height: 35px;
        font-size: 11px;
        line-height: 13px;
    }


    .contentCore .top .boxText p:first-child{
        font-size: 18px;
        line-height: 22px;
    }

    .aboutPage .about .item:not(:last-child){
        margin-bottom: 40px;
        margin-right: 0;
    }

    .contentCore .top .boxText p:not(:first-child), .contentCore .right .boxText p{
        font-size: 12px;
    }

    .aboutPage .about .item{
        min-width: 250px;
        max-width: 75.6%;
    }

    .contentCore{
        margin-top: 60px;
        padding: 0 30px 8px;
    }

    .contentCore .top .imgBig{
        max-width: calc( 100vw /100 * 42);
        margin-top: 0;
    }

    .contentCore .top .boxText{
        margin-top: 19px;
        margin-left: 0;
        max-width: calc( 100vw /100 * 36.23);
    }

    .contentCore .top .imgSmall{
        right: 45%;
        max-width: calc( 100vw /100 * 26);
        top: 180px;
    }

    .contentCore .bottom{
        margin-top: 42px;
    }

    .contentCore .bottom .left{
        max-width: calc( 100vw /100 * 39);
    }

    .contentCore .right{
        max-width: calc( 100vw /100 * 35);
    }

    footer{
        margin-top: 69px;
        padding: 12px 21px 0;
    }

    footer .copyRight{
        margin: 0 -21px;
    }

    footer .content{
        border-top: 0.5px solid #BBBBBB;
        padding-top: 50px;
    }

    footer .logo{
        padding: 0 11px;
        margin-bottom: 0;
    }

    footer .logo img{
        max-width: 96px;
    }

    .social-footerMb{
        margin-top: 25px;
        padding: 0 11px;
    }

    footer .footerCol.left{
        margin-top: 18px;
        padding: 0 11px;
    }

    footer .copyRight{
        font-size: 6px;
        margin-top: 30px;
    }

    .menuFooterMb,footer .footerCol.left ul{
        font-size: 12px;
        line-height: 150%;
    }

    .menuFooterMb{
        margin-top: 33px;
        padding: 34px 11px 0;
        border-top: 0.5px solid #BBBBBB;
    }

    .menuFooterMb ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .footerContactMb ul li:not(:last-child),.menuFooterMb ul li:not(:last-child){
        margin-bottom: 14px;
    }

    .social-footerMb a:not(:last-child){
        margin-right: 20px;
    }

    footer .bottom{
        margin-top: 30px;
    }

    footer .subForm p{
        margin-bottom: 10px !important;
        font-size: 12px;
    }

    /*footer .logo {*/
    /*    margin-bottom: 30px;*/
    /*}*/

    footer .subForm{
        margin-top: 30px;
        padding: 24px 11px 0;
        border-top: 0.5px solid #BBBBBB;
    }

    .collectionPage .banner .boxText .intro{
        margin-top: 7px;
    }

    .collectionPage .banner .boxText h1{
        font-size: 20px;
        line-height: 25px;
        text-align: center;
    }
    .collectionPage .banner .boxText p{
        font-size: 10px;
    }

    .bannerMd .content{
        padding: 0;
        margin-top: 48px;
    }

    .bannerMd .content .item{
        max-width: 40%;
    }

    .bannerMd .content .item:not(:last-child){
        margin-right: 8px;
    }

    .bannerMd .intro p{
        font-size: 10px;
        line-height: 25px;
    }

    .bannerMd .head h2{
        font-size: 20px;
        line-height: 24px;
    }

    .collecCustom{
        margin-top: 0;
    }

    .bannerBt{
        margin-top: 32px;
    }

    .bannerBt .head h2{
        font-size: 15px;
        line-height: 18px;
    }

    .bannerBt .content{
        margin-top: 26px;
        padding: 0;
    }

    .bannerBt .image{
        width: 53.3%;
    }

    .bannerBt .boxText{
        width: 49%;
        margin-top: 30px;
    }

    .bannerMd .intro{
        max-width: 77%;
        margin-left: auto;
        margin-right: auto;
    }

    .listJobs{
        margin-top: 50px;
    }

    .listJobs .head{
        margin-top: 30px;
    }

    .listJobs .head h2{
        font-size: 26px;
    }

    .listJobs .item{
        padding: 20px 0;
    }

    .listJobs .name,.listJobs .item .infor{
        width: 45%;
    }

    .banner-collection--content h2{
        font-size: 20px;
    }

    .banner-collection--content p{
        font-size: 16px;
        line-height: 1.4;
    }

}

@media (max-width: 575px) {
    header .main .right a.user,header .main .right .search{
        margin-right: 12px;
    }

    .bannerMain .container>div{
        top: 37px;
        left: 23px;
        max-width: 185px;
    }

    .bannerMain .content .description{
        font-size: 10px;
    }

    .bannerMain .content a{
        font-size: 14px;
        line-height: 17px;
        margin-top: 6px;
        text-decoration-line: underline;
    }

    .bannerMain .container>div{
        transform: translateY(0);
    }

    .bannerMain .slick-dots li{
        margin: 0 9px 18px;
    }

    .bannerMain .slick-dots button{
        height: 2px;
        width: 62px;
    }
    .bannerMain .slick-dots{
        bottom: 0;
    }


    .productHome .head h2,.collection-banner__title,.collection-orther__title,.banner-collection--content h2,.banner-collection--content h2 a{
        font-size: 16px;
        line-height: 19px;
    }

    .banner-collection--content p{
        font-size: 12px;
        line-height: 1.2;
    }

    .productHome .head{
        margin-bottom: 16px;
    }

    .bannerBig .content{
        max-width: 191px;
    }

    .productHome .lisProduct,.suggestPro .lisProduct{
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .suggestPro .lisProduct{
        --bs-gutter-x: 46px;
    }

    .productHome .lisProduct::-webkit-scrollbar,.suggestPro .lisProduct::-webkit-scrollbar {
        display: none;
    }

    .productHome .product-item.item,.suggestPro .product-item.item{
        width: calc(100vw / 100 * 44);
        padding: 0;
        flex: none;
    }

    .productHome .product-item.item:first-child{
        margin-left: 11px;
    }

    .suggestPro .product-item.item:first-child{
        margin-left: 23px;
    }

    .productDetail-page .suggestPro{
        margin-top: 42px;
        padding-bottom: 41px;
    }

    .relativeProduct .image .item{
        max-width: 88px;
    }

    .productHome .product-item.item:not(:last-child),.suggestPro .product-item.item:not(:last-child){
        margin-right: 5px;
    }

    .aboutPage .about .intro, .coreValue .intro{
        max-width: 250px;
    }


    .information-customer div{
        width: 100%;
    }

    .information-customer .field-half:not(:first-child),.information-customer .address>div:last-child{
        margin-top: 12px;
    }

    .payment-Method .tab-content{
        margin-bottom: 12px;
        min-height: 103px;
    }

    footer .copyRight li:not(:last-child) {
        margin-right: 5px;
    }

    footer .copyRight li:not(:first-child):before{
        left: -3px;
    }

    .popUp-language>div{
        max-width: 90%;
    }


}




@media (min-width: 576px) {
    header .main .right a.user,header .main .right .search{
        margin-right: 25px;
    }

    .productHome .head h2,.collection-banner__title,.collection-orther__title{
        font-size: 20px;
    }

    .information-customer .field-half:first-child{
        margin-right: 6px;
    }

    .information-customer .field-half:last-child{
        margin-left: 6px;
    }

    .information-customer .field-half{
        width: 50%;
        flex: 1;
    }

    .information-customer .address>div:last-child{
        margin-top: 18px;
    }

    .bannerBig .content a{
        font-size: 11px;
        padding: 13px 48px;
        border: 1px solid #000000;
        line-height: 13px;
    }

    .bannerMain .content a{
        font-size: 12px;
        line-height: 14px;
        width: 168px;
        height: 43px;
        border: 1.5px solid #000000;
    }

    .bannerMain .slick-dots li:not(:last-child){
        margin-right: 16px;
    }
    .bannerMain .slick-dots{
        left: 50%;
        bottom: 33px;
        transform: translateX(-50%);
    }

    .signin-signup .modal-dialog{
        max-width: 400px;
    }

    .collection-orther-slider{
        margin: 0 -20px;
    }
}


@media (min-width: 768px) {

    header .topBar,header .main{
        border-bottom: 0.5px solid #c4c4c4;
    }

    header .main .content{
        min-height: 75px;
    }

    header .main .left>div{
        height: 75px;
    }

    .menu{
        left: -15px;
    }

    .menu a{
        font-size: 15.5px;
    }

    .bread li:not(:first-child){
        margin-left: 34px;
    }

    .bread li:not(:first-child) a::before{
        content: '';
        position: absolute;
        left: -18px;
        width: 1px;
        height: 16px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #6B6B6B;
    }

    .productHome .head h2,.collection-banner__title,.collection-orther__title{
        font-size: 24px;
        line-height: 39px;
    }

    .instagram .item{
        max-width: 18.3%;
    }


    .instagram .item:not(:last-child){
        margin-right: 2.125%;
    }

    .product-page{
        border-bottom: 1px solid #A2A2A2;
    }

    .product-page .right .product-item:nth-child(3n + 3){
        margin-right: 0;
    }

    .product-page .left .title{
        margin-bottom: 11px;
    }

    .sortBy {
        font-size: 11px;
    }

    .product-page .right .product-item .name,.product-page .hoverOff .price,.product-page .hoverOn .price{
        font-size: 11px;
        line-height: 13px;
    }

    .product-page .oldPrice{
        font-size: 9px;
        line-height: 11px;
    }

    .productDetail-page .listThumb{
        padding-right: 35px;
        padding-left: 21px;
    }

    .productDetail-page .listThumb .item > div,#modalQuickView .listThumb .item > div{
        padding-bottom: 100%;
    }

    .productDetail-page .listThumb .item a,#modalQuickView .listThumb .item a{
        height: 100%;
    }

    #modalQuickView .listThumb {
        width: 91px;
    }

    #modalQuickView .left{
        padding-right: 25px;
    }

    #modalQuickView .left>div:not(.listThumb){
        flex: 1;
        margin-right: 18px;
    }

    .productDetail-page .listThumb .wrapper{
        margin-top: -9px;
    }

    .productDetail-page .listThumb .item{
        margin: 9px 0;
    }

    #modalQuickView .listThumb .item{
        margin: 6px 0;
    }

    #modalQuickView .listThumb .wrapper {
        margin-top: -6px;
    }

    .productDetail-page .right .quantity>div,#modalQuickView .right .quantity>div{
        margin-top: 10px;
    }

    .bread li:last-child a{
        font-weight: 500;
        color: #000;
    }

    .product-page .right{
        margin-top: 24px;
    }

    .cartPage .listItem .item .imageItem,.cartPage .listItem .head>div:not(:last-child),.cartPage .listItem .item>div:not(.imageItem)>div:not(:last-child){
        margin-right: 20px;
    }

    .cartPage .listItem .inforItem .name{
        font-weight: 500;
    }

    .removeItem{
        top: 10px;
        right: 15px;
    }

    .cartPage .listItem input{
        border: 1px solid #878787;
        font-weight: 500;
        color: #878787;
        /*border-radius: 4px;*/
        flex: 1;
        height: 30px;
    }

    .cartPage .listItem button.minus{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .cartPage .listItem button.plus{
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .cartPage .listItem button{
        border-color: #878787;
    }

    .cartPage .priceItem,.cartPage .head .price {
        width: 115px;
    }

    .cartPage .listItem .qttItem,.cartPage .head .quantity{
        width: 66px;
    }

    .cartPage .listItem .totalItem,.cartPage .head .total{
        width: 130px;
    }

    .payment-Method button.active{
        background: #464646;
        color: #fff;
    }

    footer .footerCol{
        width: auto;
    }

    footer .bottom>div:not(.social-footer) > div {
        margin-top: 18px;
    }

    footer .footerCol.right{
        max-width: 32.8%;
    }

    .policyBlock .item:not(:first-child){
        border-left: 1px solid #D8D8D8;
    }
    .product-page .right{
        margin-bottom: 40px;
    }

    .bannerBt .content,.bannerMd .content,.bannerMd .intro,.collecCustom {
        border: 1px solid #030303;
    }

    .cateBlock .listCate .item a.name{
        font-size: 16px;
        line-height: 20px;
        margin-top: 18px;
    }

    #backTop{
        right: 34px;
    }

    .listJobs .item .infor{
        width: 286px;
    }

}

@media (min-width: 992px) {

    header .formSearch{
        top: 50%;
        transform: translateY(-50%);
    }

    header .formSearch input{
        width: 25px;
    }

    header .main .left>div{
        margin-left: 96px;
    }

    header .main .right .cart{
        margin: 0 54px;
    }

    header .main .right .cart>a:before{
        position: absolute;
        content: '';
        width: 1px;
        background-color: #000;
        left: -54px;
        top: 0;
        height: 23px;
    }

    header .main .right a.user,header .main .right .search{
        margin-right: 31px;
    }

    header .topBar .text p{
        animation: marquee 7s linear infinite;
    }

    header .main .right .cart>a:hover {
        color: #000;
    }

    header .main .right a.cart:hover path{
        fill: #000;
    }

    .menu>ul ul{
        position: absolute;
    }

    .menu li:hover>ul{
        display: block;
    }

    .product-item:hover .wrapper {
        border: 1px solid #656565;
        left: 0;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: 1;
    }

    .cartPage{
        margin-top: 39px;
    }

    .cartPage .listItem .inforItem>div:first-child{
        margin-right: 20px;
    }

    .bannerBig .content{
        margin-left: 25px;
    }

    footer .bottom .menuFt a:hover{
        font-weight: bold;
    }

    .bannerMain .content a:hover, .bannerBig .content a:hover{
        font-weight: bold;
        color: #fff;
        background-color: #878787;
        border-color: #878787;
        transition: all 0.3s;
    }

    .cateBlock .listCate .item a.name:hover{
        font-weight: bold;
    }

}

@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 70%;
        /*max-width: 1180px;*/
    }

    .collectionPage .container{
        max-width: 82.63%;
    }

    .cartPage .container,.productDetail-page .container,.checkoutPage .container {
        max-width: 1320px;
        --bs-gutter-x: 15px;
    }

    .cartPage .container .row,.productDetail-page .container .row.detail,.checkoutPage .container .row{
        --bs-gutter-x: 30px;
    }

    .productDetail-page .container .row.detail{
        margin-left: -30px;
    }

    .productDetail-page .detail .left{
        padding-left: 30px;
    }
    .product-page .left{
        width: 240px;
    }

    .product-page .right .product-item{
        margin-right: 26px;
        margin-bottom: 46px;
    }

    .cateBlock .listCate .item:not(:last-child),.productHome .product-item.item:not(:last-child){
        margin-right: 2.666%;
    }

    .cateBlock .listCate .item,.productHome .product-item.item{
        max-width: 23%;
    }
    .aboutPage .about .item:not(:last-child){
        margin-right: 83px;
    }

    .collectionPage-2 .container:not(.banner--full) {
        max-width: 74.46%;
    }

    .collection-title{
        font-size: 40px !important;
        line-height: 41px !important;
        color: #454545;
    }

    .banner-collection--content h2 a{
        font-size: 40px;
        line-height: 48px;
    }

    .header-minicart p{
        margin: 0 15px 0 15px;
        font-size: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #c4c4c4;
    }
    .content-minicart{
        padding-left: 15px;
    }
    ul#cart-sidebar {
        padding:0 15px 0 0;
        margin:0;
        min-width: 260px;
        width: 260px;
        max-height: 300px;
        overflow-y: scroll;
        list-style: none outside;
    }
    ul#cart-sidebar::-webkit-scrollbar{
        width: 4px;
        background: #fff;
    }
    ul#cart-sidebar::-webkit-scrollbar-thumb{
        background-color: #c4c4c4;
    }
    ul#cart-sidebar li .cart-item{
        display: flex;
    }
    ul#cart-sidebar li{
        border-bottom: 1px solid #ebebeb;
    }
    ul#cart-sidebar li .cart-item{
        padding: 12px 0;

    }
    ul#cart-sidebar li .cart-item .item-image{
        width: 30%;
    }
    ul#cart-sidebar li .cart-item .item-image a{
        display: block;
    }
    ul#cart-sidebar li .cart-item .item-infor{
        flex: 1;
        padding-left: 15px;
    }
    ul#cart-sidebar li .cart-item .remove-item{
        width: 5%;
    }
    ul#cart-sidebar li .cart-item .item-infor a{
        font-size: 13.5px;
        margin-bottom: 8px;
        color: #000;
        font-weight: 500;
        display: block;
    }
    ul#cart-sidebar li .cart-item .item-infor p{
        margin-bottom: 0;
    }
    ul#cart-sidebar li .cart-item .item-infor p span:last-child{
        color: #000;
    }
    .action-minicart{
        margin: 0 15px;
        padding: 15px 0 25px;
        border-top: 1px solid;
    }

    .action-minicart .price{
        font-weight: 600;
    }

    .action-minicart p:last-child{
        margin: 0;
    }
    .action-minicart p:last-child span:last-child{
        font-weight: bold;
    }
    .action-minicart p a{
        padding: 10px 0;
        font-size: 14px;
        background-color: #000;
        color: #fff;
    }
    .top-cart-content {
        top: calc(100% + 15px);
        right: -10px;
        background: #fff;
        padding: 0;
        text-align: left;
        box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
        border-radius: 10px;
        border: 1px solid #c4c4c4;
        z-index: 2;
        font-size: 13px;
        min-width: 260px;
    }

    .top-cart-content::before{
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 100%;
        height: 16px;
    }

    header .main .right .cart:hover .top-cart-content{
        display: block;
    }

    .pro-detail-tabs ul li a:hover{
        color: #000;
    }

    #modalQuickView .modal-lg {
        max-width: 998px;
    }

    #modalQuickView .modal-body{
        padding: 75px 25px;
    }


    .bannerMd .content .item{
        width: 32.5%;
    }

    .bannerBt .image{
        max-width: 43%;
    }

    .bannerBt .boxText{
        max-width: 39.6%;
    }

    .collection-orther-slider button.slick-prev{
        left: -20px;
    }

    .collection-orther-slider button.slick-next{
        right: -20px;
    }

}

/*1366*/
@media (min-width: 1366px) {
    .container {
        max-width: 1180px;
    }

    .productHome .head h2{
        font-size: 35px;
        line-height: 56px;
    }

    .collection-title{
        font-size: 40px !important;
        line-height: 41px !important;
        color: #454545;
    }

    .productHome {
        margin-top: 92px;
    }

    .cateBlock .listCate .item a.name{
        font-size: 16px;
        line-height: 20px;
        margin-top: 18px;
    }


    .cartPage .listItem .priceItem span{
        font-size: 14px;
        line-height: 17px;
    }
}


@media (min-width: 1400px) {

    .container {
        max-width: 1180px;
    }

    .collectionPage .container{
        max-width: 1388px;
    }

    .collectionPage-2 .container{
        max-width: 1380px;
    }

}


@media (min-width: 991px) and (max-width: 1199px) {
    .productHome .product-item.item,.cateBlock .listCate .item {
        width: 25%;
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cartPage .listItem .inforItem>div:first-child{
        flex: initial;
    }

    .contentCore .top .imgSmall{
        top: 280px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .product-page .left,.product-page .right,.product-page .head{
        padding: 0 12px;
    }

    .product-page .left{
        width: 25%;
    }

    .product-page .right{
        width: 75%;
    }

    .product-page .right .product-item {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .aboutPage .about .item{
        width: 33.33%;
        padding: 0 10px;
    }
}

/* 1365 */
@media (min-width: 1100px) and (max-width: 1365px)  {

    .container,.cartPage .container, .productDetail-page .container, .checkoutPage .container {
        max-width: 70%;
        /*max-width: 1180px;*/
    }

    .collectionPage-2 .container{
        max-width: 74.46%;
    }

    header .topBar .text p{
        font-size: 8px;
        line-height: 10px;
    }

    footer .subForm button{
        font-size: 7px;
    }

    footer .subForm input{
        font-size: 7px;
        line-height: 8px;
        height: 26px;
    }

    footer .footerCol.right{
        max-width: 265px ;
    }

    header .main .left>div{
        margin-left: 66px ;
    }

    .menu{
        min-width: 126px;
    }

    .menu a{
        font-size: 11px ;
        height: 34px;
        line-height: 34px;
    }

    .cateBlock {
        margin-top: 129px;
    }

    .cateBlock .listCate .item a.name{
        font-size: 11px;
        line-height: 13px;
        margin-top: 13px;
    }

    .bannerBig .content a{
        font-size: 9px;
        padding: 9px 33px;
    }


    .policyBlock{
        margin-top: 65px;
    }

    .aboutPage .about .item{
        width: 28.46%;
        padding: 0;
    }
    .aboutPage .about .item:not(:last-child){
        margin-right: 7%;
    }
    .aboutPage .bannerAbout{
        margin-top: 128px;
    }

    .aboutPage .about .intro, .coreValue .intro{
        font-size: 11px;
        margin-top: 9px;
    }

    .aboutPage .about .head .title, .coreValue .head .title{
        font-size: 29px;
        line-height: 35px;
    }

    .aboutPage .about{
        margin-top: 89px;
    }

    .contentCore{
        margin-top: 132px;
    }

    .contentCore .top .boxText p:not(:first-child), .contentCore .right .boxText p{
        font-size: 11px;
    }
    .contentCore .top .boxText p:first-child{
        font-size: 29px;
        line-height: 35px;
    }

    .coreValue{
        max-width: 83.16%;
    }

    .contentCore .top .boxText{
        margin-left: 25px;
        margin-top: 84px;
    }

    .contentCore .top .imgBig{
        max-width: 30.8%;
        margin-top: 8.18%;
    }

    .contentCore .top .imgSmall{
        max-width: 23.8%;
        top: 0;
        right: 0;
        margin-right: 34.8%;
        margin-top: -6.39%;
    }

    .contentCore .top .boxText{
        max-width: 36.75%;
    }
    .contentCore .bottom{
        margin-top: 127px;
    }

    .contentCore .bottom .left{
        max-width: 58.8%;
    }

    .contentCore .right{
        max-width: 38.09%;
    }

    .listJobs{
        margin-top: 120px;
    }

    .listJobs .head{
        margin-top: 47px;
        margin-bottom: 12px;
    }

    .listJobs .head h2{
        font-size: 21px;
        line-height: 25px;
    }

    .listJobs .item{
        padding: 14px 0;
    }

    .listJobs .name,.listJobs .item .infor{
        font-size: 12px;
        line-height: 16px;
    }

    .productHome .product-item.item, .cateBlock .listCate .item{
        width: 23%;
        padding: 0;
    }

    .cateBlock .listCate .item:not(:last-child), .productHome .product-item.item:not(:last-child) {
        margin-right: 2.666%;
    }

    .service-page.policy .cateBlock .title{
        margin-bottom: 38px;
        padding: 0;
    }

    .cartPage .listItem .inforItem .name{
        font-size: 10px;
        line-height: 12px;
    }

    .cartPage .listItem .inforItem .code{
        font-size: 6px;
        line-height: 7px;
    }

    .cartPage .listItem input{
        font-size: 11px;
        line-height: 13px;
        width: 37px;
        height: 25px;
    }

    .cartPage .listItem button{
        width: 25px;
        height: 25px;
    }

    .cartPage .listItem .badges, .productDetail-page .right .badges, #modalQuickView .right .badges{
        font-size: 6px;
        line-height: 7px;
        margin-bottom: 7px;
    }

    .removeItem svg{
        width: 10px;
        height: 10px;
    }

    .removeItem {
        width: 22px;
        height: 22px;
        line-height: 22px;
        top: 2px ;
        right: 4px ;
    }

    .cartPage .priceItem, .cartPage .head .price,.cartPage .listItem .totalItem, .cartPage .head .total{
        width: 80px;
    }

    .cartPage .listItem .imageItem, .cartPage .listItem .sumItem{
        width: 16%;
    }

    .cartPage .listItem .item .imageItem, .cartPage .listItem .head>div:not(:last-child), .cartPage .listItem .item>div:not(.imageItem)>div:not(:last-child){
        margin-right: 13px;
    }

    .cartPage .left,.checkoutPage .left{
        padding-left: 0;
    }

    .cartPage .right, .checkoutPage .right{
        padding-right: 0;
    }

    .suggestPro,.checkoutPage .bread{
        padding: 0;
    }

    .product-page>.wrapper{
        max-width: 61.8%;
    }

    .product-page .left, .product-page .right, .product-page .head{
        padding: 0;
    }

    .product-page .left{
        max-width: 22.7%;
    }

    .product-page .right{
        width: 74.3%;
    }

    .product-page .right .product-item{
        width: 31%;
    }

    .product-page .right .product-item{
        margin-right: 3.5%;
        margin-bottom: 21px;
    }

    .product-page .right .product-item:nth-child(3n+3){
        margin-right: 0;
    }

    .product-page .right .product-item .name, .product-page .hoverOff .price, .product-page .hoverOn .price{
        font-size: 7px;
        line-height: 9px;
    }

    .product-page .oldPrice{
        font-size: 6px;
        line-height: 7px;
    }

    .product-page .product-item .badges{
        margin-top: 6px;
    }

    .hoverOff,.hoverOn{
        font-size: 0;
    }

    .product-page .right .product-item .name{
        margin-top: 4px !important;
    }

    .product-page .hoverOn .action a{
        font-size: 10px;
        line-height: 12px;
        height: 24px;
    }

    .product-page .hoverOn .infor{
        padding: 15px;
    }

    .product-page .product-item .listColor a{
        width: 10px;
        height: 10px;
    }

    .product-page .product-item .listColor a:before{
        width: 14px;
        height: 14px;
    }

    .product-page .product-item .listColor a.active:before{
        width: 17px;
        height: 17px;
    }

    .sortBy{
        font-size: 7px;
        line-height: 9px;
    }
    .sortBy select{
        height: 18px;
        padding-left: 7px;
    }

    .sortBy span{
        font-size: 7px;
        line-height: 9px;
    }

    .product-page .left .title{
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .product-page .filter-properties .name{
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 14px;
    }

    .product-page .left ul{
        font-size: 8px;
        line-height: 10px;
    }

    .product-page .left ul li{
        margin-top: 13px;
    }

    .product-page .filter-properties{
        padding: 23px 0;
    }

    .filter-color a>span{
        width: 10px;
        height: 10px;
    }

    .paginator{
        font-size: 10px;
        line-height: 13px;
    }

    .paging-next, .paging-previous{
        width: 24px;
        height: 24px;
        background-size: 3.62px;
    }
    .paginator a, .paginator span{
        margin: 0 7px;
    }

    span.currentPage::after{
        width: 9px;
    }

    .productDetail-page .left,.productDetail-page .right{
        padding: 0;
    }

    .productDetail-page .left{
        width: 61.3%;
        margin-right: 4.5%;
        justify-content: space-between;
    }

    .productDetail-page .right{
        width: 34.2%;
    }

    .productDetail-page .listThumb{
        padding: 0;
        width: 18.55%;
    }

    .productDetail-page .left>div:not(.listThumb){
        width: 78.63%;
    }

    .productDetail-page .listThumb .item{
        margin: 6px 0;
    }

    .productDetail-page .listThumb .wrapper{
        margin-top: -6px;
    }

    .productDetail-page h1{
        font-size: 14px;
    }

    .productDetail-page .right .quantity{
        margin-top: 8px;
    }

    .productDetail-page .right .quantity p, .productDetail-page .inforDetail .color p{
        font-size: 8px;
        line-height: 10px;
    }

    .productDetail-page .right .quantity input{
        font-size: 8px;
        line-height: 10px;
        width: 32px;
        height: 18px;
    }

    .productDetail-page .right .quantity button{
        width: 17px;
    }

    .productDetail-page .right .quantity button svg{
        width: 6px;
    }

    .productDetail-page .inforDetail .price{
        font-size: 10px;
        margin-top: 12px !important;
    }

    .productDetail-page .inforDetail .price span{
        line-height: 12px;
    }

    .productDetail-page .inforDetail .color{
        margin-top: 12px;
    }

    .productDetail-page .listColor a span:last-child{
        font-size: 8px;
        line-height: 10px;
    }

    .productDetail-page .listColor a span:first-child{
        width: 14px;
        height: 14px;
    }

    .listColor a.active span:first-child::before{
        width: 20px;
        height: 20px;
    }

    .productDetail-page .listColor a span:first-child{
        margin-right: 7px;
    }

    .productDetail-page .inforDetail .listColor a{
        margin-top: 8px;
    }

    .productDetail-page .groupAction button, .addSelect{
        font-size: 10px;
        line-height: 12px;
        height: 28px;
    }

    .productDetail-page .groupAction{
        margin-top: 20px;
    }

    .productDetail-page .groupAction button:not(:last-child){
        margin-bottom: 8px;
    }

    .productDetail-page .TabsInfor>ul{
        font-size: 8px;
    }

    .productDetail-page .TabsInfor>ul li{
        margin-top: 15px;
    }

    .productDetail-page .TabsInfor>ul{
        margin-bottom: 19px;
    }

    .productDetail-page .tab-content{
        font-size: 8px;
        line-height: 15px;
    }

    .relativeProduct{
        margin-top: 23px;
    }

    .relativeProduct .title{
        font-size: 14px;
    }

    .relativeProduct .totalRelative{
        margin-bottom: 22px;
        margin-top: 26px;
    }

    .relativeProduct .infor{
        margin-top: 25px;
        font-size: 8px;
        line-height: 10px;
    }

    .relativeProduct .infor .item:not(:last-child){
        margin-bottom: 12px;
    }

    .relativeProduct .infor .name span:first-child{
        margin-right: 13px;
    }

    .relativeProduct .infor .name span:first-child{
        width: 11px;
        height: 11px;
    }

    .relativeProduct .infor .name span:first-child svg{
        width: 5px;
    }

    .productDetail-page .suggestPro{
        margin-top: 28px;padding-bottom: 23px;
    }

    .relativeProduct .image .item{
        max-width: 24%;
    }

    .suggestProP{
        padding: 0;
    }

    .productDetail-page .suggestPro .title{
        padding-top: 45px;
        margin-bottom: 24px;
    }

}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.filter-color ul li:nth-child(-n+6){
    display: none !important;
}
.bct.row img {
    width: 100%;
    max-width: 160px;
    height: auto;
}
.hpopup-right{
    text-align: center;
}
.hpopup-right h3{
    letter-spacing: 10px;
}
#homePopup p{
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0.5rem;
    text-align: center;
}
.form-subcriber{
    width: 80%;
    margin: 10px auto;
}
.form-subcriber input{
    border: none;
    margin: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ffd200;
    padding: 10px 20px;
    border-radius: 0;
}
.send-subscriber{
    background: #ffd200;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ffd200;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px;
}
#homePopup span{
    font-size: 12px;
    text-align: center;
    display: block;
}
#homePopup .btn-close{
    position: absolute;
    right: 0;
    z-index: 99;
    opacity: 1;
    border: 1px solid #000;
    background: #000;
    display: flex;
    align-items: center;
}
#homePopup .btn-close svg{
    filter: invert(1);
}
.hr-position{
    position: relative;
}
.language-icon{
    left: 90px;
    top: 0;
}
@media (min-width: 1200px) {
    #homePopup .modal-dialog {
        max-width: 850px
    }
}
@media (max-width: 768px) {
    .right-content{
        order: 2;
        margin-top: 20px;
    }
    .language-icon{
        right: 65px;
        top: 0;
        left: unset;
    }
}
.product-item img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    display: block;
    border-radius: 10px;
}
.product-item:hover a img.hover-img {
    opacity: 1;
    visibility: visible;
}
.outstock{
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #F0803B;
    background: #F0803B;
    color: #fff;
    z-index: 1;
    padding: 0 5px;
}
.cart-sidebar {
    position: fixed;
    right: 40px;
    top: 25px;
    border-radius: 12px;
    width: 400px;
    background: #fff;
    z-index: 999;
    transform: translateX(500px);
    transition: all .6s;
}
.cart-sidebar.toggle {
    transform: translateX(0);
}
.close-sidebar {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    cursor: pointer;
}
.cart-sidebar h4 {
    margin-top: 15px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
}
.cart-sidebar h4 i {
    color: #49c649;
    font-size: 16px;
    padding-right: 15px;
}
.cart-sidebar .empty-cart-text {
    margin: 60px 30px 0;
}
.cs-wrapper {
    padding: 20px 30px 0;
    overflow-y: auto;
    max-height: 175px;
}
.cart-item {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.pro-name {
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 80%;
    font-weight: 600;
}
.product-price--current {
    font-weight: 600;
}
.pro-name span {
    color: #ccc;
}
.cart-sidebar .product-price {
    column-gap: 25px;
    font-size: 12px;
    font-weight: 400;
}
.remove_cart {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    z-index: 9;
    cursor: pointer;
    text-decoration: underline;
}
.cart-item .qttItem{
    display: inline-flex;
}
.tp_product_price_old{
    margin-right: 10px;
}
.cart-item .qttItem button {
    border: 1px solid #878787;
    width: 28px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.cart-item .qttItem button.plus{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cart-item .qttItem input {
    margin: 0 -1px;
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    border: 1px solid #878787;
    font-weight: 500;
    color: #878787;
    flex: 1;
    height: 30px;
}
.cart-sidebar span.hcart-warning{
    position: absolute;
    bottom: 150px;
    font-size: 14px;
    padding: 0 30px;
}
.cart-sidebar span.hcart-warning b{
    width: 100%;
    display: block;
}
.action-hcart{
    position: relative;
    display: flex;
    padding: 10px 20px;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.action-hcart a{
    width: 100%;
    display: flex;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    height: 35px;
    color: #000;
    background: #fff;
    font-size: 14px;
    border-radius: 12px;
    column-gap: 5px;
}
.bg-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 99;
    top: 0;
}
ul {
    padding-left: 0;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Header Styles */
.header-container {
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.header-wrapper.active {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
}

.top-banner {
    background: #000;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.top-banner p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.top-banner a {
    color: white;
    text-decoration: underline;
    margin-left: 10px;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    max-width: 1320px;
    margin: 0 auto;
}

.logo-brand {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    opacity: 0;
    visibility: collapse;
}

/* Navigation Menu */
.nav-horizontal {
    display: flex;
    list-style: none;
    gap: 40px;
    margin-bottom: 0;
}

.menu-item {
    position: relative;
}

.menu-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.menu-link:hover {
    color: #e74c3c;
}

/* Submenu */
.submenu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.menu-item:hover>.submenu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu-item {
    list-style: none;
}

.submenu-link {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s ease;
}

.submenu-link:hover {
    background: #f8f8f8;
    color: #e74c3c;
}

.cart-container {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}
.header-cart {
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: -15px;
}
.cart-icon {
    width: 20px;
    height: 20px;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    overflow: hidden;
}

.slide-item {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.slide-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slide-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Editable Content */
.editable-content {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    border-radius: 10px;
    color: #333;
    max-width: 500px;
    margin: 0 auto;
}

.editable-text {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}

/* Slick Carousel Custom Styles */
.slick-dots {
    bottom: 30px;
}

.slick-dots li button:before {
    color: white;
    font-size: 12px;
}

.slick-prev,
.slick-next {
    z-index: 5;
    width: 50px;
    height: 50px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    color: white;
}
.slick-slide img {
    width: 100%;
}
/* Products Section */
.products-section {
    padding: 40px 0;
}

.container-wrapper {
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #333;
    letter-spacing: 2px;
}

.product-card {
    cursor: pointer;
    position: relative;
}

.product-image {
    position: relative;
    background: white;
    overflow: hidden;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.product-card.product-small .product-image {
    margin-bottom: 0;
    height: 100%;
}
.product-image img {
    width: 100%;
    object-fit: cover;
    /*aspect-ratio: 4 / 5;*/
    object-position: bottom;
    transition: transform 0.3s ease;
    height: 100%;
}
.product-info {
    padding: 20px 0 20px 40px;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    letter-spacing: 1px;
}

.product-price {
    font-size: 16px;
    color: #e74c3c;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-name a {
    color: #000;
    text-decoration: none;
}
.product-colors {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* Slick Slider Customization for Products */
.products-slider .slick-dots {
    bottom: -50px;
}

.products-slider .slick-dots li button:before {
    color: #333;
    font-size: 10px;
}

.products-slider .slick-dots li.slick-active button:before {
    color: #e74c3c;
}

.products-slider .slick-prev,
.products-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 5;
}

.products-slider .slick-prev {
    left: 0;
}

.products-slider .slick-next {
    right: 0;
}

.products-slider .slick-prev:before,
.products-slider .slick-next:before {
    font-size: 16px;
    color: #333;
}

.products-slider .slick-prev:hover:before,
.products-slider .slick-next:hover:before {
    color: #e74c3c;
}
.product-card:first-child,.product-card:last-child {
    padding: 0;
}
.banner-advertise {
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 15px;
}
.banner-advertise img,.img-advertising {
    width: 100%;
}
/* Running Text Banner */
.running-banner {
    background: linear-gradient(90deg, #FFE4B1, #f7d38e);
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #FFE4B1;
    border-bottom: 1px solid #FFE4B1;
    margin: 50px 0;
}

.text-container {
    width: 100%;
    overflow: hidden;
}

.scrolling-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: scroll-text 7s linear infinite;
}

.text-item {
    font-size: 12px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 2px;
    margin: 0 30px;
    text-transform: uppercase;
}

.star-icon {
    font-size: 18px;
    color: #000;
    margin: 0 20px;
    animation: rotate-star 3s linear infinite;
}

@keyframes scroll-text {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes rotate-star {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Pause animation on hover */
.running-banner:hover .scrolling-text {
    animation-play-state: paused;
}

.running-banner:hover .star-icon {
    animation-play-state: paused;
}

/* Lifestyle Gallery Section */
.lifestyle-gallery {
    padding: 0;
    background: white;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 100%;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.lifestyle-image {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.lifestyle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lifestyle-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.1) 0%,
            rgba(0,0,0,0.3) 50%,
            rgba(0,0,0,0.7) 100%
    );
    display: flex;
    align-items: flex-end;
    padding: 40px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.lifestyle-image:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    color: white;
    text-align: left;
}

.lifestyle-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.lifestyle-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.lifestyle-link {
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.lifestyle-link:hover {
    border-bottom-color: white;
    transform: translateX(5px);
}
/* Footer Styles */
.main-footer {
    background: #fff;
    border-top: 1px solid #e9ecef;
    margin-top: 80px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 5fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 60px 0 0;
}
.ft-grid{
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Company Info */
.footer-logo {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #333;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-item {
    margin-bottom: 8px;
    line-height: 1.6;
}

.contact-label {
    font-weight: 600;
    color: #555;
    margin-right: 5px;
}

.contact-value {
    color: #333;
}

.company-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
}

.company-details p {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
}

/* Column Titles */
.column-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Footer Links */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-column ul a:hover {
    color: #e74c3c;
}

/* Social Links */


/* Language Links */
.language-link {
    gap: 8px;
}

.language-link.active {
    color: #e74c3c;
    font-weight: 600;
}

.flag-icon {
    font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #e9ecef;
    padding: 20px 0;
    background: #f1f3f4;
}

.copyright-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0;
}
.wrap-price {
    display: flex;
    column-gap: 15px;
}
.wrap-price .oldPrice {
    text-decoration: line-through;
    text-decoration-color: #000;
    font-size: 14px;
}
.wrap-price p {
    margin-bottom: 0 !important;
}
.banner-top-collection img {
    width: 100%;
}
.info-collection {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 40px;
}

.des-collection {
    max-width: 531px;
    font-size: 16px;
    color: #777;
}

.info-collection h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 100%;
}
.collection-advertise {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.collection-advertise-item {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.collection-advertise-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.collection-advertise-item.large {
    grid-row: 1 / 3;
    grid-column: 1;
}
.product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 40px;
}
/*Product detail*/
.product-detail {
    display: flex;
}
.product-detail .product-images {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.product-detail .image-container {
    background-color: #f0f0f0;
    overflow: hidden;
    /*aspect-ratio: 1;*/
    position: relative;
}

.product-detail .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail .product-info {
    flex: 1;
    padding-left: 80px;
    position: sticky;
    top: 60px;
    height: 100%;
    padding-right: 5%;
}

.product-detail .product-title {
    font-size: 26px;
    margin-bottom: 10px;
    color: #000;
    padding-top: 40px;
    font-weight: 600;
}

.product-price {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;
}

.color-selector {
    margin-bottom: 25px;
}

.color-options {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.color-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s;
}

.color-option.black {
    background-color: #000;
}

.color-option.white {
    background-color: #fff;
    border-color: #ddd;
}

.color-option.selected {
    border-color: #333;
}

.quantity-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 12px;
}

.product-detail .quantity-btn {
    width: 40px;
    height: 35px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
}

.product-detail .quantity-input {
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
}

.product-detail .add-to-cart {
    width: 100%;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    max-width: 343px;
}

.product-detail .add-to-cart:hover {
    background-color: #333;
}

.product-detail .product-details {
    border-top: 1px solid #eee;
}

.product-detail .detail-section {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.product-detail .detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 25px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.product-detail .detail-header:hover {
    color: #666;
}

.product-detail .detail-content {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.product-detail .detail-content.active {
    display: block;
}

.product-detail .detail-list {
    list-style: none;
    padding: 0;
}

.product-detail .detail-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}

.product-detail .detail-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #999;
}

.cart-icon {
    width: 16px;
    height: 16px;
}
/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {
    margin: 0;
}

.selector-wrapper, .select {
    display: none;
}

.swatch {
    padding: 10px 0;
    width: 100%;
    float: left
}

.swatch .header {
    margin: 0 0 10px 0;
    font-size: 13px;
    text-align: left;
    line-height: initial;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.swatch input {
    display: none;
}

.swatch > label.tt-label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    width: 85px;
    text-align: right;
}

.swatch .select-swap {
    vertical-align: middle;
    float: left;
}

.swatch input {
    display: none;
}

.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}

.swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #333333;
}

.swatch .attr-size .swatch-element label {
    min-width: 40px;
    padding: 0 3px;
    width: auto;
    margin-bottom: 5px;
}

.swatch .attr-size .swatch-element label.deactive, .swatch .m-attr-size .swatch-element label.deactive {
    background: #ccc;
    pointer-events: none;
}

.swatch .swatch-element.color.soldout label span {
    overflow: hidden;
    position: relative;
}

.swatch .swatch-element.color.soldout label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    background: url(/tp/T0298/img/tmp/sort-down.png) no-repeat;
    background-size: contain;
}

.swatch .swatch-element.soldout label {
    opacity: 0.5
}

.swatch .swatch-element.color label {
    width: 35px;
    height: 35px;
    padding: 1px;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #b0b0b0;
}

.swatch .swatch-element.color span {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid white;
}

.swatch .swatch-element.color label.sd {
    background: transparent;
    border: 1px solid #000000;
    text-align: center;
}

.swatch .swatch-element label.sd, .swatch .swatch-element label.active {
    border: 0.075rem solid #000000;
    box-shadow: 0px 0px 13px #ccc;
}

.swatch .swatch-element.color label.deactive {
    background: #ccc;
    position: relative;
    opacity: 0.7;
}

.swatch .swatch-element.color label.deactive:after {
    content: "\58";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    color: red;
    width: 100%;
    font-weight: 300;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

label[for="product-select-option-0"] {
    display: none;
}

label[for="product-select-option-1"] {
    display: none;
}

label[for="product-select-option-2"] {
    display: none;
}

#product-select-option-0 {
    display: none;
}

#product-select-option-1 {
    display: none;
}

#product-select-option-2 {
    display: none;
}

#product-select-option-0 + .custom-style-select-box {
    display: none !important;
}

#product-select-option-1 + .custom-style-select-box {
    display: none !important;
}

#product-select-option-2 + .custom-style-select-box {
    display: none !important;
}

@media (max-width: 767px) {
    .swatch .swatch-element.color {
        margin: 5px 8px 5px 0;
    }
}

/* ------------------- Setting varian mÃ u sáº¯c -------------------- */

/* ------------------- Setting varian mÃ u sáº¯c -------------------- */

.color.swatch-element label.den span {
    background: #000000 !important;
}

.color.swatch-element label.trang span {
    background: #ffffff !important;
}

.color.swatch-element label.xam span {
    background: #d2dae2 !important;
}

.color.swatch-element label.kem span {
    background: #f0dadc !important;
}

.color.swatch-element label.xanh-duong span {
    background: #02306b !important;
}

.color.swatch-element label.xanh-la span {
    background: #025246 !important;
}

.color.swatch-element label.do span {
    background: #d40210 !important;
}

.color.swatch-element label.hong span {
    background: #f55678 !important;
}

.color.swatch-element label.nau span {
    background: #a36841 !important;
}

.color.swatch-element label.vang span {
    background: #ffa733 !important;
}

.color.swatch-element label.tim span {
    background: #a55eea !important;
}

.color.swatch-element label.pure-apple span {
    background: #6ab04c !important;
}

.color.swatch-element label.blue span {
    background: #0c2461 !important;
}

.color.swatch-element label.cam span {
    background: #fa8231 !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}

.color.swatch-element label. span {
    background: #ffffff !important;
}
.nameColor {
    font-weight: 600;
    text-transform: capitalize;
}

.swatch .select-swap img.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out,
.swatch .swatch-element.soldoutTag .crossed-out {
    display: block;
}
.product-detail .product-price {
    margin-bottom: 15px;
}
.product-card.product-large img {
    height: 100%;
}
.product-card.product-large .product-image {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 5px;
}
@media (max-width: 768px) {
    .product-detail {
        flex-direction: column;
        gap: 20px;
    }

    .product-detail .product-info {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
    .product-detail .product-title {
        padding-top: 0;
    }
    .thumb-slider {
        padding: 10px 0px 0 0px;
        background: #fff;
    }

    .thumb-slider .slick-slide {
        outline: none;
        cursor: pointer;
    }
    .product-detail .product-images {
        grid-template-columns: 1fr;
    }
}
.section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}

.suggest-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.suggest-product-item {
    background: #F0F2F1;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.suggest-product-image {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.suggest-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.suggest-product-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    line-height: 1.4;
}

.suggest-product-price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.container-suggest-product {
    padding-top: 60px;
}
.suggest-info {
    padding: 0 10px 15px;
}

.suggest-product-name a {font-size: 16px;color: #000;text-decoration: none;}
.oldPrice {
    text-decoration: line-through;
    font-size: 14px;
}

.suggest-price-wrap {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    align-items: center;
}
/* Responsive Design */
@media (max-width: 768px) {
    .suggest-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .suggest-section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .container {
        padding: 20px 10px;
    }
}

/* Product specific styling for placeholder images */
.product-placeholder {
    background: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding: 10px;
}
.swatch .swatch-element.color label img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    display: none;
}

.cart-sidebar {
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 99999;
}
.product-page .left {
    position: absolute;
    background: #fff;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    width: 30%;
    top: 25px;
    left: 10px;
    padding: 20px;
    border-radius: 8px;
    display: none;
}
.product-page .left.active {
    display: block;
}
.product-page .filter-properties ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.product-wrap-header {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 35px;
}
span.filter {
    font-size: 16px;
    padding-left: 10px;
}

.bread i {
    font-size: 16px;
}
.product-page .right .product-wrapper {
    display: block;
}

.products-group-1-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.products-group-1-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.products-group-6-plus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.product-page .right .product-wrapper .product-info {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    padding-left: 0;
    width: 100%;
    text-align: center;
}

.product-page .right .product-wrapper .product-info .wrap-price p {font-size: 14px;}

.product-page .right .product-wrapper .product-info a {
    font-size: 14px;
}
.product-page .right .product-wrapper .product-info .wrap-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-group {
    padding: 0 10px;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    aspect-ratio: 1 / 1;
}

.image-container {
    position: relative;
    overflow: hidden;
}
.product-images-slider .image-container img {
    object-fit: scale-down;
    object-position: top;
}

.product-images-slider .image-grid {
    /*aspect-ratio: 5 / 3;*/
}
.image-container img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}

/* CSS cho Slick slider */
.product-images-slider .slick-list {
    margin: 0 -10px;
}

.product-images-slider .slick-slide {
    padding: 0 10px;
}

.product-images-slider {
    width: 50%;
}
.collection-product {
    padding-bottom: 40px;
}
.slick-slide {
    margin: 0 5px;
}
.slick-list {
    margin: 0 -5px;
}
.slick-slider {
    overflow: hidden ;
}
.itemAlbums{
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.content-album-list img {
    aspect-ratio: 1/1;
}
.itemAlbums span{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    top: 50%;
    color: #ffff;
    font-weight: bold;
    opacity: 0.9;
    text-shadow: 4px 4px 5px #000;
}
.itemAlbums a{
    display: block;
    /*height: 507px;*/
}
.itemAlbums img{
    object-fit: cover;
    width: 100%;
    /*height: 238px;*/
}
.album-head-detail > h1{
    font-size: 20px;
    font-weight: bold;
    margin:  0 0 20px 0;
}
@media (min-width: 1100px){
    .pull-right{
        margin-top: 50px;
    }
}
.pd5{
    background: #f5f5f5;
}
.tree-menu>li>a {
    color: #252a2b;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}
.tree-menu li a {
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 14px;
}
.tree-menu span {
    font-size: 16px;
}
.tree-menu li.has-child ul {
    display: none;
}
.tree-menu li a .icon-control {
    font-size: 8px;
    position: relative;
    top: -2px;
}
.tree-menu li.has-child:first-child ul {
    display: block;
}
.tree-menu li.has-child>ul {
    padding-left: 15px;
}
.click_album_view:hover {
    color: #fff;
    background-color: #000;
}
.click_album_view {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 5px 17px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s;
    left: 50%;
}

.itemAlbums span {
    position: unset;
    text-shadow: none;
    color: #000;
    margin-top: 15px;
    display: block;
    text-transform: none;
}
.album-detail .banner-top-collection img {
    max-height: 620px;
    object-fit: cover;
}


.about-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: center;
    background: #F9F9F9;
    margin-bottom: 10px;
}

.about-hero-image {
    position: relative;
    overflow: hidden;
}

.about-hero-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-hero-content {
    padding: 20px;
}

.about-title {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.about-container p,.about-core-content p,.quote-content p {
    font-size: 16px;
    color: #777777;
    line-height: 1.8;
    margin-bottom: 0;
}
.about-core-wrapper {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.about-core-images {
    display: flex;
    column-gap: 10px;
}

.about-core-images img {
    height: 100%;
}

.about-core-content {
    padding-left: 120px;
    padding-right: 60px;
}
.about-gallery-section {
    background: white;
    padding: 10px 0;
}

.about-gallery-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-gallery-main img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.about-gallery-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-gallery-small .about-gallery-item {
    margin-bottom: 10px;
}
.about-gallery-small .about-gallery-item:last-child {
    margin-bottom: 0;
}
.about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.about-gallery-section {
    padding: 10px 0 20px;
}

.about-gallery-container {
    margin: auto;
}

.about-gallery-wrapper {
    display: grid;
    grid-template-columns: 3fr auto 1fr;
    gap: 10px;
    align-items: center;
    min-height: 500px;
}
.about-gallery-main {
    width: 100%;
    height: 702px;
    overflow: hidden;
}

.about-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.about-gallery-small {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 253px;
}

.about-gallery-small .about-gallery-item {
    width: 100%;
    height: 347px;
    overflow: hidden;
    margin-bottom: 0;
}

.about-gallery-small .about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.about-gallery-last {
    width: 100%;
    height: 702px;
    overflow: hidden;
}

.about-gallery-last .about-gallery-item {
    width: 100%;
    height: 100%;
}

.about-gallery-last .about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.quote-container {
    max-width: 1084px;
    margin: 0 auto;
    padding-top: 30px;
}

.about-quote-content {
    display: flex;
}
@media (max-width: 1024px) {
    .about-gallery-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .about-quote-content{
        flex-wrap: wrap;
    }
    .quote-container {
        padding: 0 15px;
    }
    .about-gallery-small {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin: 0;
        gap: 20px;
    }

    .about-gallery-small .about-gallery-item {
        width: calc(50% - 10px);
        max-width: 300px;
        height: 100%;
    }

    .about-gallery-main,
    .about-gallery-last {
        max-width: 600px;
        margin: 0 auto;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .about-gallery-section {
        padding: 40px 0;
    }

    .about-gallery-container {
        padding: 0 15px;
    }

    .about-gallery-wrapper,.about-gallery-small {
        gap: 10px;
    }

    .about-gallery-small .about-gallery-item {
        width: 100%;
    }
}
.search-desktop {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    /*padding: 0;*/
    /*width: 50px;*/
}

.search-desktop button {
    padding: 20px 0;
    /*width: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: white;
    color:black;
}
.search-view-all {
    padding: 0 0 30px;
    overflow: auto;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #f5f5f5;
    opacity: 2;
    visibility: visible;
    position: fixed;
    right: 0;
    left: auto;
    width: 30%;
    top: 0;
    height: 100vh;
    transform: translateX(100vw);
    transition: all .6s;
}

.search-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    display: none;
}

.search-view-all.active {
    transform: translateX(0);
}

.search-wrapper {
    border-bottom: 1px solid rgb(245, 245, 245);
    /*background-color: rgb(255, 255, 255); */
    padding: 3rem 2rem 1.5rem;
    /*display: flex;*/
}

#search-input {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    background: #e5e5e5;
    padding: 15px 20px;
    margin-top: 30px;
    font-weight: 500;
}
.search-wrapper i {
    font-size: 30px;
    float: right;
}

.search-wrapper > span {
    float: left;
    font-weight: 500;
    font-size: 14px;
}
.fa-times:before {
    content: "\f00d";
    cursor: pointer;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    font-size: 40px;
    color: #0a0a0a;
    text-decoration: none;
}
.right-header {
    display: flex;
    gap: 20px;
}
.user-container{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 20px;
}
.user-icon{
    color: #000;
}
.fixed-social{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}

.search-desktop button i {
    font-size: 20px;
}
.banner-advertise img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}
.hd_big_logo {
    text-align: center;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.hd_big_logo .big_logo_inner {
    padding: 34px 0 45px;
}
.hd_big_logo img {
    height: 10vw;
}
.banner-slider .slick-slide{
    margin: 0;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.contact-section {
    background: white;
    border-radius: 8px;
}

.contact-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.contact-info {
    margin-bottom: 15px;
}

.location-label {
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.contact-detail {
    color: #777;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.hours-info,.email-info {
    text-align: start;
    font-weight: 400;
    color: #777;
}
.contact-section h3 {
    font-size: 20px;
}

.location-label,.contact-detail {
    font-size: 15px !important;
}

.color-count {
    margin-top: 5px;
}

.wrap-contact {
    margin-left: 100px;
}

.image-container {
    overflow: unset !important;
}

.product-images-slider .slick-prev, .product-images-slider .slick-next {
    background: rgba(0, 0, 0, .3);
    transition: all .4s;
}

.product-images-slider .slick-prev {
    left: 5px;
}

.product-images-slider .slick-next {
    right: 5px;
}

.product-images-slider .slick-prev:hover, .product-images-slider .slick-next:hover {
    background: #000;
}

.scroll-wrapper {
    overflow: hidden;
    background: #fdd78c;
    width: 100%;
}

.scrolling-text {
    display: flex;
    width: max-content;
    animation: scroll-horizontal 7s linear infinite;
}

.scrolling-content {
    display: flex;
}

.scroll-item {
    padding: 0 30px;
    white-space: nowrap;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.text-container {
    display: flex;
}

.cl-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .about-gallery-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .about-gallery-grid {
        height: 400px;
    }

    .about-gallery-section {
        padding: 50px 0;
    }

    .about-gallery-container {
        padding: 0 15px;
    }
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .container {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .about-gallery-grid {
        grid-template-columns: 1fr 1fr;
        height: 300px;
    }

    .about-gallery-item {
        height: auto;
    }
}
@media (min-width: 992px) {
    .sidebar-fix {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
        margin-top: 50px;
    }

    .big img {
        max-height: 1131px;
    }
}
@media (max-width: 767px) {
    .album-content img {
        height: auto !important;
    }
}
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        padding: 40px 0 30px;
        grid-template-areas:
        "company company company"
        "policies social language";
    }
    .footer-column:nth-child(1) {
        grid-area: company;
    }

    .footer-column:nth-child(2) {
        grid-area: policies;
    }

    .footer-column:nth-child(3) {
        grid-area: social;
    }

    .footer-column:nth-child(4) {
        grid-area: language;
    }
    .products-section .products-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }
    .product-name {
        font-size: 13px;
    }

    .product-price {
        font-size: 12px;
    }
    .color-count {
        font-size: 12px;
    }
    .product-price {
        margin-bottom: 10px;
    }
    .products-group-6-plus {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-page>.wrapper {
        padding: 0;
    }

    .product-image {
        margin-bottom: 0;
    }

    .products-group-1-5 {display: flex;flex-direction: column-reverse;gap: 5px;margin-bottom: 5px;}

    .product-page.pagePd {
        padding-top: 0 !important;
    }
    .product-page .left {
        width: 100%;
        left: 0;
        top: 33px;
        display: block;
        box-shadow: none;
        border: 0;
    }
    .product-page .left .head {
        border: 0;
    }
    .main-footer{
        margin-top: 40px;
    }
    .cart-sidebar {
        right: 0;
        width: 80%;
    }

    .cs-wrapper {
        max-height: 130px;
    }
    .cart-icon a {
        color: #666;
    }
    .about-hero {
        grid-template-columns: auto;
        gap: 10px;
    }

    .about-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about-container p {
        font-size: 13px;
    }

    .about-core-content {
        max-width: 100%;
        padding: 20px;
    }

    .about-core-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-core-title {
        font-size: 20px;
    }

    .about-core-content p {
        color: #777;
        font-size: 13px;
    }

    .about-core-images {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .about-gallery-section {
        padding-top: 0;
    }

    .about-gallery-container {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .header-main {
        padding: 15px 20px;
        flex-direction: column;
        gap: 20px;
    }

    .nav-horizontal {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .slide-title {
        font-size: 32px;
    }

    .slide-subtitle {
        font-size: 16px;
    }

    .submenu-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f8f8;
        margin-top: 10px;
    }
    .products-section {
        padding: 10px 0 60px;
    }
    .top-banner {
        font-size: 12px;
    }
    .banner-advertise {
        display: block;
    }
    .product-info {
        padding-top: 20px;
        padding-left: 15px;
    }
    .banner-advertise .img-advertising:first-child {
        margin-bottom: 10px;
    }
    .section-title {
        font-size: 26px;
        color: #000;
        margin-bottom: 30px;
    }

    .products-slider .slick-prev,
    .products-slider .slick-next {
        display: none !important;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lifestyle-image {
        height: 400px;
    }

    .image-overlay {
        opacity: 1;
        background: linear-gradient(
                to bottom,
                rgba(0,0,0,0.1) 0%,
                rgba(0,0,0,0.4) 50%,
                rgba(0,0,0,0.8) 100%
        );
        padding: 30px 20px;
    }

    .lifestyle-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .lifestyle-description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .running-banner {
        padding: 12px 0;
    }

    .text-item {
        font-size: 12px;
        letter-spacing: 1px;
        margin: 0 20px;
    }

    .star-icon {
        font-size: 16px;
        margin: 0 15px;
    }

    .scrolling-text {
        animation-duration: 7s;
    }
    .footer-logo {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .column-title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .company-title {
        font-size: 13px;
    }

    .company-text {
        font-size: 12px;
    }

    .footer-link {
        font-size: 13px;
    }
    /* Header */
    .header {
        background: white;
        padding: 5px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        position: relative;
        z-index: 8;
    }

    .logo {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #333;
    }

    .header .logo {
        width: 100%;
        text-align: center;
    }

    .header.first .logo {
        width: 0;
        transition: all .4s;
    }

    .header.first.scale .logo {
        width: auto;
    }

    .header.first .logo img {
        transform: scale(0);
    }

    .header.first.scale .logo img {
        transform: scale(1);
        transform-origin: bottom left;
        transition: transform 0.3s ease;
    }

    .header-right {
        display: flex;
        align-items: flex-end;
        gap: 15px;
        margin-left: auto;
    }

    .search-icon, .cart-icon {
        width: auto;
        height: auto;
        cursor: pointer;
        color: #666;
        font-size: 20px;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
        z-index: 1002;
    }
    .menu-toggle i {
        font-size: 26px;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* Overlay */
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    /* Sidebar */
    .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background: white;
        z-index: 1000;
        transition: right 0.3s ease;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }

    .sidebar.active {
        right: 0;
    }

    .sidebar-header {
        padding: 20px;
        border-bottom: 1px solid #eee;
        background: #f8f8f8;
    }

    .sidebar-title {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-x: auto;
        height: 100%;
    }

    .menu-item {
        border-bottom: 1px solid #eee;
    }

    .menu-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        text-decoration: none;
        color: #000;
        font-size: 12px;
        transition: background-color 0.2s ease;
        cursor: pointer;
    }

    .menu-link:hover {
        background-color: #f5f5f5;
    }

    .menu-arrow {
        transition: transform 0.2s ease;
        font-size: 16px;
        color: #000;
    }

    .menu-arrow.rotate {
        transform: rotate(180deg);
    }

    /* Submenu */
    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .submenu.active {
        max-height: 300px;
    }

    .submenu-item:last-child {
        border-bottom: none;
    }

    .submenu-link {
        display: block;
        padding: 15px 20px 15px 20px;
        text-decoration: none;
        color: #666;
        font-size: 14px;
        transition: all 0.2s ease;
        border-bottom: 0;
    }

    .submenu-link:hover {
        background-color: #e8e8e8;
        color: #333;
    }

    /* Main Content */
    .main-content {
        padding: 20px;
        min-height: calc(100vh - 80px);
    }

    .hero-section {
        background: linear-gradient(135deg, #8B4513, #CD853F);
        color: white;
        padding: 40px 20px;
        text-align: center;
        margin: -20px -20px 20px -20px;
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .hero-subtitle {
        font-size: 16px;
        opacity: 0.9;
    }

    .content-section {
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .sidebar {
        width: 350px;
    }
    .collection-advertise {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .collection-advertise-item.large {
        grid-row: auto;
        grid-column: auto;
    }
    .swatch .header{
        box-shadow: none;
        background: transparent;
        padding: 0;
        display: block;
    }
    .logo img {
        width: 150px;
    }

    #wrapper {
        padding-top: 46px;
    }

    .top-banner {
        display: none;
    }

    .product-image img {
        height: 315px;
    }
}
@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }

    .footer-grid {
        gap: 25px;
        padding: 30px 0 15px;
    }
    .ft-none{
        display: none !important;
    }
    .ft-grid{
        display: block;
        width: 100%;
    }
    .product-page .left {
        width: 100%;
        left: 0;
        top: 33px;
        display: block;
        box-shadow: 0;
        border: 0;
    }

    .product-page .left .head {
        border: 0;
    }
    .contact-item {
        font-size: 13px;
    }

    .company-text {
        font-size: 11px;
    }

    .copyright-text {
        font-size: 12px;
        padding: 0 10px;
    }
    .sidebar {
        width: 280px;
    }

    .hero-title {
        font-size: 24px;
    }
    .checkoutPage .right .content:after{
        width: auto;
    }
    .checkoutBtn {
        margin-right: 0;
    }

    #formCheckOut .right {
        padding: 0;
    }

    .checkoutPage .right .content {
        padding: 10px;
    }
    .checkoutPage.pagePd{
        padding-top: 0 !important;
    }
    .checkoutPage .container{
        padding: 0 15px;
    }
}
.footer-logo img {
    height: 79px;
    object-fit: scale-down;
    width: 160px;
}
.color_each.swatch .header {
    display: flex;
    align-items: center;
}
.contact-detail * {
    font-family: 'Montserrat' !important;
    font-size: 15px !important;
}
.checkoutPage #paymentMethod .b {
    height: 100%;
}
.checkoutPage .listBankWrp .form-group {
    padding: 10px;
}
.checkoutPage .item-Bank label {
    display: flex;
    column-gap: 10px;
}
.listColor{
    padding-top: 10px;
}
.listColor a::before {
    width: 20px;
    height: 20px;
}
.listColor a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #B9B9B9;
}
.listColor a {
    width: 16px;
    height: 16px;
}
.listColor a:not(:last-child) {
    margin-right: 10px;
}
.listColor a.active::before {
    width: 24px;
    height: 24px;
}
.listColor a.active::before {
    border-width: 2px;
    border-color: #000;
}
.order-info-title {
    font-size: 30px;
    margin: 30px 0 15px;
}

.order-info-wrap {
    padding: 15px 45px;
    border: 1px solid #000;
    border-radius: 16px;
}

.order-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.order-id {
    width: 50%;
    border: 1px solid #000;
    border-radius: 16px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.order-date {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 16px;
}

.table-order {
    margin: 25px 0;
    width: 100%;
    border-spacing: 0;
    background: #d9d9d9;
    border-radius: 16px;
    border-collapse: separate;
}

.table-order td, .table-order th {
    padding: 10px 20px !important;
}

.table-order thead > tr th {
    color: #fff;
    background-color: #000;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.table-order td {
    text-align: center;
    vertical-align: middle !important;
}

.table-order thead > tr th:first-child {
    border-radius: 16px 0 0 16px;
}

.table-order thead > tr th:last-child {
    border-radius: 0 16px 16px 0;
}

.table-order tbody tr.bg-light td {
    background-color: #eee !important;
}

.table-order tbody tr.bg-dark td {
    background-color: #d9d9d9 !important;
}

.table-order tr td:first-child, .table-order tr th:first-child {
    text-align: left;
}

.table-order tfoot td {
    text-align: left;
    background-color: #fff !important;
}

.table-order tfoot td:first-child {
    border: 0.5px solid #d9d9d9 !important;
    border-right: none !important;
}

.table-order td:last-child {
    text-align: right;
}

.table-order tfoot td:last-child {
    border: 0.5px solid #d9d9d9 !important;
    border-right-width: 1px !important;
    border-left: none !important;
}

.total_payment {
    font-weight: 700;
    font-size: 16px;
}

.table-order tfoot tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}

.table-order tfoot tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

.table-order tfoot tr:last-child td {
    font-weight: 700;
}
@media (max-width: 768px) {
    .order-id {
        width: 100%;
    }

    .order-info-wrap {
        padding: 0;
        border: none;
    }

    .table-order tbody tr.bg-light td {
        background-color: #eee !important;
    }

    .table-order tbody tr.bg-dark td {
        background-color: #d9d9d9 !important;
    }

    .more-product {
        font-size: 12px;
        height: 35px;
        padding: 0 15px;
    }

    .wrapper-checkout {
        padding: 0;
    }

    .lc-wrapper {
        padding: 0 5px;
    }

    .left-checkout, .right-checkout {
        width: 100%;
    }

    #formCheckOut {
        flex-direction: column-reverse;
    }

    .total-checkout {
        margin-bottom: 0;
    }

    .left-checkout > .lc-wrapper > .title-block:first-child {
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .mt-3, .mt-sm-3 {
        margin-top: 10px;
    }

    .main-checkout select.form-control:not(:first-child) {
        margin-top: 10px;
    }

    .customer-info .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .customer-info {
        margin-top: 20px;
    }
    .up-price span {
        font-size: 13px;
    }
    .fixed-social{
        bottom: 50px;
    }
}