@media screen and (min-width: 1200px) {
    .qualityContent .col-lg-3.items:nth-child(4n+1) {
        clear: both;
    }
}

@media screen and (min-width: 992px) and (min-width: 1199px) {
    .qualityContent .col-md-3.items:nth-child(4n+1) {
        clear: both;
    }
}

@media screen and (min-width: 1024px) {
    .locationList .nav-tabs>li * {
        color: #fff;
    }

    /*.items2, .items3{*/
    /*margin-top: 2%;*/
    /*}*/
    .blockSlide2, .blockSlide3, .blockSlide6, .blockSlide7 {
        margin-top: 12%;
    }

    .blockHeader.fixed .blockHeaderMiddle {
        display: none;
    }

    .blockSlideBest .owl-stage-outer {
        padding: 35px 0 35px 30px;
    }

    .blockSlideBest .bestSellerItems {
        width: 87%;
        position: relative;
    }

    .logo img {
        max-width: 173px;
        max-height: 120px;
        padding: 15px 0;
    }

    #foo li {
        /*max-width: 80px;*/
        height: 90px;
        float: left;
        margin: 10px 10px 0 0;
    }

    #foo li img {
        border: 1px solid #e7e7e7;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #pro-v-img {
        height: 460px;
        overflow: hidden;
        text-align: center;
    }

    #pro-v-img img {
        height: 100%;
    }

    .product-info .image {
        border: 1px solid #e7e7e7;
        position: relative;
        margin-bottom: 20px;
        text-align: center;
    }

    .productContainer {
        border-left: 1px solid #eee;
        float: left;
        width: 100%;
    }

    /*check style menu main*/
    .blockMenuChilds {
        /*display: none;*/
        position: absolute;
        /*display: none;*/
        background: #fff;
        left: 0;
        right: 0;
        padding: 10px;
        -webkit-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        z-index: 9999;
    }

    .borderLeft {
        border-left: 1px solid #eee;
    }

    .lgFirst .itemsChilds1 {
        float: left;
        width: 100%;
    }

    .lgFirst .itemsChilds1 > a {
        display: block;
        text-transform: uppercase;
        padding: 5px;
        background: #e5e5e5;
        color: #333;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lgFirst .itemsChilds1 > ul {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    .lgFirst .itemsChilds1.categoryChilds > ul > li {
        width: 50%;
    }

    .lgFirst .itemsChilds1 > ul > li {
        float: left;
        list-style: disc;
        width: 100%;
    }

    .lgFirst .itemsChilds1 > ul > li > a {
        color: #5a5a69;
        text-transform: none;
        font-size: 15px;
    }

    /*end check style menu main*/
    .blockHeader.fixed {
        transform: translateY(10px);
        top: -10px;
        position: fixed;
        transition: all .5s ease-in-out;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.2);
    }

    .mainMenu > li > ul {
        position: absolute;
        /*display: none;*/
        background: #fff;
        min-width: 200px;
        padding: 10px;
        -webkit-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        -moz-box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        box-shadow: 0px 7px 12px -5px rgba(0, 0, 0, 0.61);
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        z-index: 9999;
    }
    .blockMenu ul li{
        position: relative;
    }

    .mainMenu>li>ul .sub-lv-3{
        position: absolute;
        left: 190px;
        min-width: 200px;
        background: #fff;
        padding: 10px;
        -webkit-box-shadow: 0px 7px 12px -5px rgb(0 0 0 / 61%);
        -moz-box-shadow: 0px 7px 12px -5px rgba(0,0,0,.61);
        box-shadow: 0px 7px 12px -5px rgb(0 0 0 / 61%);
        filter: alpha(opacity=0);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
        -moz-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
        transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
        visibility: hidden;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        z-index: 9999;
        top: 0;
    }
    .mainMenu>li>ul.level1 li:hover ul.sub-lv-3{
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: inherit;
    }

    .mainMenu > li.selected:hover > ul, .mainMenu > li.selected:hover > div {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        visibility: inherit;
    }

    .mainMenu > li > ul > li a {
        display: block;
        padding: 0 0 10px 0;
        font-size: 15px;
    }

    .mainMenu > li > ul > li:last-child a {
        padding: 0;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .productBtn #addToCart, .productBtn #buyNow{
        font-size: 17px;
        width: 100%;
        margin: 5px 0;
    }
    .blockHeaderMiddle .logo img{
        max-height: 60px;
    }
    .headerBar :is(.ph,.ph-light,.ph-fill,.ph-bold,.ph-thin,.ph-duotone).ph-magnifying-glass{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .locationList .nav-tabs>li * {
        color: #000;
    }

    .mm-menu > .mm-panel > .mm-listview.mm-first {
        margin-top: 0;
    }

    .mm-menu > .mm-panel > .mm-listview {
        margin-left: 0;
        margin-right: 0;
    }

    .mm-menu > .mm-panel {
        padding: 0;
    }

    .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
        display: none;
    }

    .mm-listview > li > a, .mm-listview > li > span {
        padding: 10px;
    }

    .mm-listview > li:not(.mm-divider):after {
        left: 10px;
    }

    .blockSearchDesktop {
        padding: 0 0 10px 0;
    }

    .fancybox-nav span {
        visibility: visible !important;
    }

    .blockArticle iframe, .newsWrp iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .blockArticle > h1 {
        margin-bottom: 0;
    }

    .blockArticle > h1 > span {
        position: relative !important;
    }

    .usContent {
        padding-left: 0;
        padding-top: 0;
    }

    #formCheckOut > div {
        height: 100%;
    }

    .blockSlideBest .bestSellerItems {
        width: 85%;
    }

    .blockSlideBest .owl-stage-outer {
        padding: 30px;
    }

    #column3, #column1 {
        border: none !important;
    }

    #pfView table {
        margin: 0;
    }

    .newsMenu > ul {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 999;
        left: 0;
        right: 0;
        padding: 0 30px 15px 30px;
    }

    #imgZoom {
        margin: 20px 0 0 0;
    }

    .newsTitle h1 {
        margin: 20px 0 0 0;
        font-size: 19px;
        line-height: 70px;
    }

    .pageView {
        width: 50%;
    }

    .detailsFirstRows > h1 > div {
        width: 100%;
    }

    .productBtn #addToCart, .productBtn #buyNow{
        font-size: 15px;
    }

    .blockL {
        margin: 0;
    }

    .tab-content > .active img, .tab-content iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .detailsFirstRows > h1 {
        margin-top: 20px;
    }

    .productCategory {
        margin-top: 0;
    }

    .blockSearch {
        position: absolute;
        top: 70px;
        /*padding-bottom: 20px;*/
        left: 0;
        right: 0;
        background: #fff;
        display: none;
        z-index: 999;
    }

    .headerBar .ph-magnifying-glass {
        text-align: right;
        right: 0;
    }

    .productContainer {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .blockAttrList {
        display: none;
    }

    .blockAttrCategory>h3 {
        font-size: 17px;
        margin-top: 20px;
        position: relative;
    }

    .blockAttrCategory {
        border-bottom: 1px solid #eee;
    }

    .blockAttrCategory a {
        font-size: 13px;
    }

    .blockAttrCategory > h3 > i {
        position: absolute;
        right: 0;
        color: #848484;
    }

    .blockFilter.filter-nav {
        display: table;
        float: none;
        table-layout: fixed;
        width: 100%;
        padding: 0;
        /*z-index: 10;*/
        position: relative;
    }

    .blockFilter.filter-nav > ul {
        display: table-row;
        padding: 0;
        margin: 0;
    }

    .blockFilter.filter-nav .filter-expander:last-child {
        border-left: none;
    }

    .blockFilter.filter-nav .filter-expander {
        border-bottom: 1px solid #b0845a;
        border-left: 1px solid #b0845a;
        border-right: 1px solid #b0845a;
        display: table-cell;
        line-height: 40px;
        overflow: hidden;
        padding: 0;
        position: static;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .blockFilter .button-reset {
        border: none;
        background: 0 0;
        padding: 0;
        line-height: 1em;
    }

    .filter-expander a, .filter-expander a:focus, .filter-expander a:active {
        color: #101419;
        font-size: 17px;
        text-transform: none;
    }

    .blockAttrList {
        position: absolute;
        z-index: 9999;
        background: #fff;
        top: calc(100% + 1px);
        left: 1px;
        right: 1px;
        padding: 0 15px 15px;
        box-shadow: 0 0 1px 1px #ccc;
    }

    .blockAttrCategory ul {
        display: none;
        max-height: 200px;
        overflow-y: auto;
    }

    .blockFilter.filter-nav .filter-expander .arrow {
        top: auto;
        font-size: 17px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .productCategory.products .items .productImg {
        height: 325px;
    }

    .listBnReview ul li .rvContent div {
        max-height: 100%;
    }

    .sliderNav .owl-nav button {
        display: none;
    }

    .listBnReview ul li {
        width: 49%;
    }

    .blockHeaderMiddle {
        padding: 5px 0;
    }

    .headerBar {
        position: inherit;
    }

    .headerBar i {
        font-size: 30px;
        position: absolute;
        top: 30%;
    }

    .headerBar i.ph-list {
        left: 0;
    }

    .headerBar i.ph-shopping-cart {
        right: 0;
    }

    .blockHeaderMiddle a {
        text-align: center;
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .imgMap .tab-content > .active {
        padding: 0 0 10px 0;
    }
    .language-icon{
        left: 0 !important;
        top: 0 !important;
        display: flex;

    }
    #tabNav li {
        width: 100%;
        margin-bottom: 5px;
        border-left: 1px solid #e5005a;
        text-align: center;
    }
    .pro-special-offer-container.gift-cart{
        white-space: pre-wrap;
    }
    .pro-special-offer-container.gift-cart ul{
        padding: 15px 0;
    }
    .pro-special-offer-container.gift-cart .title-gift{
        text-align: start;
        display: flex;
        align-items: center;
        margin: 6px 0 0 0;
    }
    .pro-special-offer-container.gift-cart .title-gift>i{
        margin-right: 5px;
    }
}

@media screen and (max-width: 580px) {
    .lstLct, .imgMap {
        padding: 0;
    }

    .homeMap .lstLct .lstLct {
        min-height: 120px;
    }

    .locationList .nav-tabs li a {
        padding-left: 0;
    }

    .blockListLct .nav-tabs > li {
        float: none !important;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

    .blockArticle .articleItems {
        height: 100%;
    }

    .articleItems > h2 {
        line-height: 15px;
    }

    .blockArticle > h1:before {
        display: none;
    }

    .blockListLct {
        border-left: none;
    }

    .articleItems > a {
        height: 120px;
    }

    .dttView img {
        width: 100% !important;
        height: 100% !important;
    }

    .productCategory.products .items .productImg {
        height: 170px;
    }

    .campaignmenulist ul li {
        clear: both;
        width: 100%;
        margin: 0;
        background: #000;
        border: none;
    }

    .submenulist > ul > li:hover a:before, .submenulist > ul > li a.selected:before {
        display: none;
    }

    .submenulist > ul > li > a {
        line-height: normal;
        padding: 15px;
    }

    .footerBottom {
        text-align: center;
    }

    .listBnReview ul li {
        width: 100%;
    }

    .footerBottom ul {
        padding: 0;
        margin: 0;
    }

    .footerBottom, .blockMaps {
        margin: 0 !important;
    }

    .footerBottom ul li {
        list-style: none;
    }

    .blockCartPrd .price span {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .listBnReview ul li .rvContent {
        width: 56%;
    }
}

@media screen and (max-width: 380px) {
    .articleItems > a {
        height: 88px;
    }

    .productCategory.products .items .productImg {
        height: 150px;
    }
}

@media screen and (max-width: 340px) {
    .headerBar i {
        font-size: 20px;
        top: 30%;
    }

    .productCategory.products .items .productImg {
        height: 120px;
    }
}
