@media (max-width: 1023px) {
    .news-home{
        display: none !important;
    }
    .logoHeader img{
        max-width: 80%;
    }
    .top-header p{
        color: #fff;
        text-transform: none;
    }
    .top-header a{
        border: 1px solid #B57E7E;
        background: #B57E7E;
        border-radius: 20px;
        padding: 0 10px;
        color: #fff;
    }
    .botHeaderMobile{
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,.25);
        position: relative;
    }
    .iconLeft {
        display: flex;
        align-items: center;
    }
    .iconLeft i{
        font-size: 20px;
        font-weight: 400;
    }
    .btnIcon {
        margin-right: 10px;
    }
    .btnIcon img{
        height: 20px;
        width: auto;
    }
    .iconRight{
        display: flex;
        align-items: center;
        justify-content: right;
    }
    .logoHeader{
        text-align: center;
    }
    .open_drawer #mobile_menu {
        transform: translateX(0px);
    }
    .overlay_chir {
        background: rgba(0,0,0,.6);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        display: none;
    }
    .open_drawer .overlay_chir.menu {
        display: block;
    }

    #mobile_menu {
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        max-width: 95%;
        height: 100vh;
        z-index: 9999999999999;
        background-color: #fff;
        width: 375px;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        -ms-transform: translateX(-375px);
        -webkit-transform: translateX(-375px);
        transform: translateX(-375px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .closeBar {
        position: absolute;
        right: 20px;
        top: 18px;
    }
    #mobile_menu ul {
        padding: 0 0 0 24px;
    }
    #mobile_menu .chir_menu_mobile {
        padding: 40px 32px 0;
        margin: 0;
    }
    .chir_menu_mobile li {
        position: relative;
    }
    #mobile_menu ul li {
        list-style: none;
        padding: 5px 0;
    }
    .mobile-fanpage{
        padding: 15px 32px 0;
    }
    .mobile-fanpage h5{
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .mobile_child a {
        width: 100%;
    }
    .chir_menu_mobile li a {
        font-size: 14px;
        color: #303030;
        /*text-transform: uppercase;*/
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-weight: 500;
    }
    .chir_menu_mobile>li:first-child a {
        border: none;
    }
    .chir_menu_mobile li a i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform .6s ease;
        position: absolute;
        right: 0;
        top: 13px;
        font-size: 20px;
        font-weight: 400;
        z-index: 999999;
        text-align: center;
    }
    .chir_menu_mobile li a.open i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: transform .6s ease;
    }
    ul.mobile_lvlup {
        display: none;
    }
    #mobile_menu ul li .saleTick {
        font-size: 10px;
        background: #c61b1b;
        color: #fff;
        border: 1px solid #c61b1b;
        padding: 1px 3px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        position: absolute;
        top: 0;
        line-height: normal;
    }
    #mobile_menu ul li .newTick {
        font-size: 10px;
        color: #c61b1b;
        border: 1px solid #c61b1b;
        padding: 1px 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 4px;
        position: absolute;
        top: 0;
        line-height: normal;
    }
    .mobileItem {
        padding: 15px 32px 0;
    }
    .mobileItem .mobileTitle {
        border-top: 1px solid #e2e2e2;
        padding-top: 27px;
        margin: 0 0 14px;
        font-size: 16px;
        text-transform: uppercase;
        color: #303030;
        font-weight: 600;
    }
    #mobile_menu .mobileItem .mobileContent ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobileContent ul li a {
        color: #656565;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
    }
    .mobile-social{
        padding: 15px 32px 0;
    }
    .mobile-social ul{
        border-top: 1px solid #e2e2e2;
        padding: 27px 0 0 !important;
        margin: 0 0 14px;
        display: flex;
        align-items: center;
    }
    .mobile-social ul li {
        margin-right: 20px;
    }
    .mobile-social ul li img {
        background: #1877f2;
        border-radius: 50%;
        padding: 4px;
        width: 18px;
    }
    .mobile-social ul li:nth-child(2) img {
        background: #f00073;
    }
    .mobile-social ul li:nth-child(3) img {
        background: red;
    }
    .mobile-social ul li:nth-child(4) img {
        background: #ecdada;
    }
    .map-store-footer{
        margin-top: 0;
    }
    #mobile_menu .newsletter {
        padding: 20px 32px 120px;
    }
    #mobile_menu .newsletter .mobileTitle {
        border-top: 1px solid #e2e2e2;
        padding-top: 23px;
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
        color: #303030;
        font-weight: 600;
    }
    .mobileContent .newsletterForm {
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        position: relative;
        margin: 23px 0 14px;
        display: flex;
        align-items: center;
    }
    .mobileContent .newsletterForm input {
        width: 100%;
        font-size: 14px;
        color: #656565;
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
        border: none;
    }
    .mobileContent .newsletterForm button {
        background: #232222;
        color: #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        text-transform: uppercase;
        font-size: 12px;
        padding: 0;
        border: none;
        width: 90px;
        height: 48px;
    }
    .mobileContent p {
        color: #656565;
        margin: 0;
        font-size: 13px;
        line-height: 20px;
    }
    .closeBar i:before {
        font-size: 26px;
    }

    /*.searchBtn{*/
    /*    position: relative;*/
    /*}*/
    .search-header{
        position: absolute;
        left: 0;
        top: 100%;
        transform: unset;
        z-index: 9;
        width: 100%;
    }
    .hd-search-form{
        height: 40px;
        border-radius: 0;
        background: #f2f2f2;
        border: none;
        display: none;
    }
    .hd-search-form input, .hd-search-form button {
        background: 0 0;
        border: none;
        height: 100%;
        padding: 0;
    }
    .hd-search-form input{
        font-size: 1rem;
        width: 85%;
        font-weight: 500;
        text-align: center;
    }
    .hd-search-form button{
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px 0 5px;
        font-size: .875rem;
    }
    .navTab{
        padding: 0 40px;
    }
    .navTab a{
        font-size: 13px;
        letter-spacing: 0;
        padding: 0 3px;
    }
    .banner-item{
        padding-bottom: 12px;
    }
    .action-banner h5{
        font-size: 20px;
    }
    .homepage-more__captions{
        height: 40px;
    }
    .homepage-more__captions marquee{
        font-size: 14px;
    }
    .homepage-more__button{
        padding: 0 20px;
        font-size: 14px;
    }
    .w-63{
        width: 80%;
    }
    .w-63 p{
        font-size: 14px;
    }
    .listCate{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .listCate .cateItem{
        margin: 0 0 60px;
        position: relative;
    }
    .listCate .cateItem .menu-img-icon{
        padding: 5px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
    }
    .listCate .cateItem .menu-img-icon .image-title{
        position: absolute;
        top: 100%;
        margin-top: 10px;
    }
    .listCate .cateItem .menu-img-icon img{
        width: 80px;
        height: 80px;
    }
    .cate-img{
        display: none;
    }
    .cate_item h2{
        font-size: 20px;
        /*text-align: left;*/
    }
    .botHeaderMobile .backHistory.btnIcon button {
        background: 0 0;
        border: none;
        padding: 0;
    }
    .botHeaderMobile .bar-tool,.botHeaderMobile .searchBtn{
        display: none;
    }
    .botHeaderMobile .backHistory{
        display: block;
    }
    /*Category*/
    .filter-block {
        justify-content: space-between;
        align-items: center;
        background: #F5F5F5;
        margin-left: var(--bs-gutter-x,-0.75rem);
        margin-right: var(--bs-gutter-x,-0.75rem);
        padding: 5px 10px;
        position: relative;
    }
    .btn-filter-mb {
        margin-right: 0;
        font-weight: 500;
    }
    .btn-filter-mb i {
        margin-left: 10px;
        color: #fff;
        background: #303030;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        font-size: 13px;
    }
    .filter-wrap {
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10;
        top: 100%;
        left: 0;
        padding: 5px 10px 15px;
        display: none;
    }
    .filter-item {
        width: 100%;
        border: none;
        padding: 10px 0;
    }
    .filter-item-list {
        position: unset;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        border: none;
        width: 100%;
        transform: none;
        max-height: unset;
        top: 0;
        padding: 10px 0 0;
    }
    .filter-title i {
        display: none;
    }
    .filter-item-list>li {
        background: #d9d9d9;
        border-radius: 15px;
        margin-right: 10px;
    }
    .filter-item-list>li>a {
        font-weight: 700;
        font-size: 12px;
    }
    .filter-title span {
        font-size: 12px;
    }
    .close-filter {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 16px;
        z-index: 10;
    }
    .product-text {
        font-size: 18px;
    }
    /*End Category*/
    .quickview{
        display: none;
    }
    .text-slide{
        padding: 10px 0 22px;
    }
    .fixed-hotline img{
        width: 50px;
    }
    .pd_image.col-md-7{
        padding-left: 0;
        padding-right: 0;
    }
    .swatch .swatch-element{
        height: 30px;
        min-width: 16.66666667%;
    }
    .colorPicker .color a{
        height: 30px;
        min-width: 16.66666667%;
    }
    .colorPicker .color a:before, .colorPicker .color a:after{
        height: 30px;
        border-radius: 12px;
    }
    .sizePicker .swatch-element span{
        height: 30px;
        border-radius: 12px;
    }
    .starbap-rev-widg__title{
        margin-top: 20px;
    }
    .starbap-rev-widg__summary-text{
        margin-top: 20px;
    }
    .content-pview .title-content h2{
        margin-top: 0;
    }
    .boxRight ul li .percentWrapper{
        width: calc(100% );
    }
    .reviewWrapper .boxRight{
        padding-bottom: 50px;
        border-left: none;
    }
    .open-rating{
        bottom: 20px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .homepage-products .container-fluid{
        margin-right: 0;
        margin-left: 0;
        padding-left: 4px;
        padding-right: 4px;
    }
    .listCate .cateItem .menu-img-icon .image-title{
        text-transform: capitalize;
    }
    .product-price{
        font-size: 12px;
    }
    .chir_menu_mobile .mobile_child:first-child a.menu-lv1{
        color: #b61a1d;
    }
    li.menu-parent a{
        font-weight: 700;
        color: #0008;
    }
}
@media (min-width: 1200px) {
    .navTab a{
        width: 170px;
    }
    .container-fluid{
        padding-left: 64px;
        padding-right: 64px;
    }

    .nav-lv1 .menu-lv2 .row{
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .nav-lv1 .menu-lv2 .row .menu-item{
        padding-bottom: 15px;
        width: 100%;
    }
    /*.nav-lv1 .menu-lv2{*/
    /*    justify-content: center;*/
    /*}*/
    .cate-img-menu{
        display: block;
    }
    .three-banner .container-fluid,
    .text-slide .container-fluid,
    .marketing.blk-pro-cat .container-fluid{
        padding-left: 25px;
        padding-right: 25px;
    }
    .mgb-2{
        margin-bottom: 2px;
    }
    .hd-search-form{
        display: flex;
        position: relative;
        align-items: center;
        overflow: hidden;
        /*padding-right: 18px;*/
        vertical-align: middle;
    }
    .hd-search-form input{
        width: 60px;
        height: 35px;
        outline: none;
        text-align: center;
        border-radius: 42px;
        padding-right: 60px;
        background: transparent;
        border: 0 solid transparent;
        transition: width .8s ease;
    }
    .hd-search-form:hover input{
        width: 200px;
        padding: 4px 35px 4px 10px;
        border-width: 2px;
        background: #fff;
        border-color: #444;
    }
    .search-icon{
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        z-index: 2;
        transform: translateX(-50%);
    }
    .search-icon img{
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 768px) {
    .three-banner .banner-item:nth-child(n+2){
        display: none !important;
    }
    .info-product a{
        font-size: 12px;
        height: 38px;
    }
    .listCate .cateItem{
        margin: 0 10px 60px;
    }
}