@font-face{
    font-family: Gilroy;
    src: url(/tp/T0349/font/Gilroy-Regular1.otf);
    font-weight: normal;
}
@font-face{
    font-family: Gilroy;
    src: url(/tp/T0349/font/Gilroy-RegularItalic.ttf);
    font-style: italic;
}
@font-face{
    font-family: Gilroy;
    src: url(/tp/T0349/font/Gilroy-Bold1.otf);
    font-weight: bold;
}
@font-face{
    font-family: Gilroy;
    src: url(/tp/T0349/font/Gilroy-Medium1.otf);
    font-weight: 500;
}
* {
    font-family: "Gilroy", sans-serif;
}
a{
    color: #111;
}
a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: #185137;
    outline: unset;
}
input:active,
input:focus,
button:active,
button:focus
{
    border: none;
    outline: unset;
}
/*header*/
.topHeader{
    background: #111;
    color: #fff;
    padding: 4px 0;
    display: none;
}
.topHeader .container{
    display: flex;
    align-items: center;
}
.contentPromotion{
    text-align: center;
    text-transform: uppercase;
}
.hotlineHeader{
    text-align: right;
}
.hotlineHeader p{
    margin: 0;
}
.hotlineHeader p a{
    color: #fff;
}
.botHeader{
    /*padding: 13px 0;*/
}
.botHeader .container{
    display: flex;
    align-items: center;
    position: relative;
}
.logoHeader{
    padding: 13px 0;
    text-align: center
}
.logoHeader a img{
    width: 103px;
    height: 96px;
}
.menuMain ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.nav-navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-navbar ul{
    visibility: hidden;
    opacity: 0;
}
.nav-navbar .title_lv1>a{
    font-weight: 700;
    color: #333333;
    padding: 10px 0;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #fff;
    font-size: 15px;
}
.nav-navbar .title_lv1:hover .mainChild.levlup_2{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.nav-navbar .title_lv1 a i{
    margin-left: 5px;
}
.nav-navbar .title_lv1>a:hover{
    border-bottom: 2px solid #185137;
}
.nav-navbar .title_lv1 .mainChild.levlup_2{
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
    width: 150px;
    padding: 10px 0;
    /*border: 2px solid #185137;*/
    z-index: 99;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    border-radius: 4px;
    transform: translateY(50px);
    transition: all .6s ease;
}
.nav-navbar>li{
    padding: 0 10px;
}
.nav-navbar li{
    position: relative;
}
.nav-navbar ul li{
    padding: 5px;
}
.nav-navbar .title_lv1 .mainChild.levlup_2 li a{
    display: block;
    font-weight: 700;
    padding: 6px 5px;
    color: #111;
    border-radius: 4px;
}
.nav-navbar .title_lv1 .mainChild.levlup_2 li a:hover{
    background: #185137;
    color: #fff;
}
.mainChild.levlup_3{
    position: absolute;
    background: #fff;
    top: 0;
    left: 100%;
    width: 150px;
    padding: 10px 0;
    /*border: 2px solid #185137;*/
    z-index: 99;
    border-radius: 4px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    transform: translateY(50px);
    transition: all .6s ease;
}
.nav-navbar .title_lv2:hover .mainChild.levlup_3{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.iconHeader{
    position: unset;
    display: flex;
    align-items: center;
}
.searchBtn a{
    font-weight: 700;
    text-transform: uppercase;
}
.searchBtn a i{
    font-weight: 700;
}
.main_nav_header .boxSearchHeader{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 965px;
    right: 0;
    top: 0;
    text-align: center;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    border-radius: 4px;
    transform: translateY(50px);
    transition: all .6s ease;
}
.main_nav_header .boxSearchHeader.activeSearch{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all .6s ease;
}
.main_nav_header .boxSearchHeader .bigSearchBar{
    width: 570px;
    display: inline-block;
    position: relative;
}
.main_nav_header .boxSearchHeader .bigSearchBar input{
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px solid #ababab;
}
.main_nav_header .boxSearchHeader .bigSearchBar .search__btn{
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 10px;
}
.main_nav_header .boxSearchHeader .bigSearchBar .search__btn i{
    font-weight: 700;
}
.boxSearchHeader .keySearch{
    width: 570px;
    display: inline-block;
    position: relative;
    margin-top: 40px;
    text-align: left;
}
.boxSearchHeader .keySearch label{
    color: #7e7e7e;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}
.boxSearchHeader .keySearch ul{
    padding: 0;
    list-style: none;
    width: 50%;
}
.boxSearchHeader .keySearch ul li{
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    color: #185137;
    margin-bottom: 8px;
}
.wrapBoxSearch{
    position: relative;
    padding-top: 40px;
    padding-bottom: 38px;
}
.wrapBoxSearch .closeSearch{
    color: #185137;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 20px;
}
.wrapBoxSearch .closeSearch i{
    font-weight: 100;
}
.openSearch i{
    font-size: 12px;
}
.btnIcon{
    margin-left: 20px;
}
.btnIcon a{
    font-size: 16px;
}
.btnIcon a i{
    font-weight: 700;
}
.cartBtn .header__cart-count{
    position: absolute;
    top: -10px;
    display: block;
    background: #185137;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    left: 10px;
    padding: 3px 5px;
    font-weight: 600;
}
.cartBtn{
    position: relative;
}
.open_drawer .overlay_chir.menu{
    display: block !important;
}
.open_drawerSearch .overlay_chir.menu{
    display: block !important;
}
.open_drawerCart .overlay_chir.menu{
    display: block !important;
}
.open_drawerFilter .overlay_chir.menu{
    display: block !important;
}
.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 !important;
}
#cartSidebar{
    overflow: auto;
    position: fixed;
    right: 0;
    z-index: 999;
    background: #fff;
    top: 0;
    width: 500px;
    height: 100%;
    transition: all .4s cubic-bezier(.46,.01,.32,1);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
#cartSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#cartSidebar::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
#cartSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #185137;
}
#cartSidebar .main_cart{
    padding: 40px 24px;
}
.open_drawerCart #cartSidebar{
    transform: translateX(0px);
}
#cartSidebar .main_cart h4{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 32px;
}
#cartSidebar .main_cart>p{
    font-size: 15px;
    margin: 0;
    line-height: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}
#cartSidebar .main_cart .closeCart{
    position: absolute;
    top: 35px;
    right: 32px;
    font-size: 24px;
}
#cartSidebar .main_cart .cartBody .cartBodyInner{
    padding: 25px 0;
}
#cartSidebar .main_cart .cartBody .cartItem{
    display: flex;
    margin-bottom: 24px;
}
#cartSidebar .main_cart .cartBody .cartItem:last-child{
    margin-bottom: 0;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaImage{
    width: 128px;
    height: 128px;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaImage a img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaBody{
    width: calc(100% - 128px);
    padding-left: 16px;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaBody h3{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaBody .vendorName{
    line-height: 24px;
    margin-bottom: 10px;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaBody .priceProductCart{
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
#cartSidebar .main_cart .cartBody .cartItem .mediaBody .removeCartItem{
    line-height: 24px;
    display: inline-block;
    border-bottom: 1px solid #111;
}
#cartSidebar .main_cart .cartBody .cartSummaryGlobal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    line-height: 24px;
    padding: 24px 0;
}
#cartSidebar .main_cart .cartBody .cartSummaryGlobal .label__3OTM4{
    font-weight: 700;
}
#cartSidebar .main_cart .cartBody .cartSummaryGlobal .value__3Fz-s{
    line-height: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #185137;
}
#cartSidebar .main_cart .cartBody .btnViewCart{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: #185137;
    color: #fff;
    border-radius: 4px;
    border: none;
    display: block;
    text-align: center;
    padding: 5px 10px;
}
.logoFooter{
    text-align: center;
    padding: 56px 0;
    border-bottom: 1px solid #ebebeb;
}
.logoFooter a img{
    width: 128px;
    height: 120px;
}
.wrapperHome{
    padding: 48px 0 72px;
}
.footerItem .footerTitle{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 24px;
}
.footerItem .footerContent .addressFooter{
    margin-bottom: 16px;
    line-height: 24px;
}
.footerItem .footerContent .emailFooter{
    margin-bottom: 16px;
    line-height: 24px;
}
.footerItem .footerContent .phoneFooter a{
    margin-bottom: 16px;
    line-height: 24px;
    font-weight: 700;
    display: block;
}
.footerItem .footerContent ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.footerItem .footerContent ul li{
    margin-bottom: 16px;
    line-height: 24px;
}
.newsletterForm{
    position: relative;
    margin-bottom: 18px;
}
.newsletterForm .footer-registration__input{
    height: 40px;
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 0 6px 16px;
    font-weight: 500;
}
.newsletterForm .footer-registration__btn{
    background: none;
    border: none;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 14px;
}
.footerSocial{
    display: flex;
    align-items: center;
}
.footerSocial .footerTitle{
    margin: 0;
}
.footerSocial ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.footerSocial ul li{
    font-size: 24px;
    line-height: 24px;
    margin-left: 16px;
}
.footer-bottom .copyright{
    text-align: center;
    padding: 28px 0 24px;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: 500;
}
.home-slider .item{
    height: calc(100vw*472/1434);
}
.home-slider .item a img{
    height: 100%;
}
.bannerCategory{
    margin: 80px 0 116px;
}
.bannerCategory .bannerCategoryLeft .titleBanner h2{
    font-size: 48px;
    margin: 16px 0 0;
    line-height: 64px;
    font-weight: 700;
    text-align: center;
    color: #185137;
}
.bannerCategory .bannerCategoryLeft .titleBanner p{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 28px;
}
.bannerCategory .bannerCategoryLeft .bannerCategoryItem{
    margin-top: 56px;
}
.bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child{
    margin-bottom: 48px;
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child .contentBannerCat{
    padding-left: 32px;
}
.contentBannerCat a h3{
    margin: 24px 0 0;
    line-height: 32px;
    color: #185137;
    font-weight: 600;
}
.contentBannerCat a h3:hover i{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: all .6s ease;
}
.contentBannerCat a h3 i{
    font-size: 18px;
    margin-left: 5px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(50px);
    transition: all .6s ease;
}
.contentBannerCat p{
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}
.boxNewProduct{
    background: #fbf7f2;
    padding: 96px 0;
}
.titleBoxProduct{
    text-align: center;
    margin-bottom: 25px;
}
.banner-bn-top {
    margin-bottom: 20px;
}
.titleBoxProduct h3{
    line-height: 48px;
    font-size: 32px;
    color: #185137;
    font-weight: 700;
    margin: 0;
}
.titleBoxProduct p{
    margin: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}
.productItem .productImage{
    position: relative;
    margin-bottom: 20px;
}
.productItem .productImage a img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: scale-down;
}
.productItem .productImage .saleLabel{
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d9513f;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    padding: 4px 6px;
}
.productItem .productInfo a h4{
    margin: 0 0 8px;
    line-height: 24px;
    font-weight: 500;
    /*color: #185137;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    height: 24px;
    text-align: center;
}
.productItem .productInfo .productPrice{
    color: #7e7e7e;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
}
.productItem .productInfo .productPrice .priceNew{
    margin-right: 10px;
    color: #d9513f;
    font-weight: 600;
}
.productItem{
    padding: 16px;
}
.productItem:hover{
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
}
.productImage .actionBtn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50px);
    transition: all .6s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    /*padding: 0 8px;*/
}
.productItem:hover .productImage .actionBtn{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all .6s ease;
}
.productImage .btn-buyNow{
    background: #185137;
    color: #fff;
    /*border-radius: 4px;*/
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 4px 0;
    display: inline-block;
    cursor: pointer;
    float: left;
    width: 50%;
}
.productImage .viewDetail{
    background: #185137;
    color: #fff;
    /*border-radius: 4px;*/
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 4px 0;
    display: inline-block;
    cursor: pointer;
    float: left;
    width: 50%;
}
.productList .owl-dots{
    text-align: center;
    margin: 24px 0 44px;
}
.productList .owl-dots button{
    background: #ababab;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    margin-right: 12px;
}
.productList .owl-dots button.active{
    background: #185137;
    width: 24px;
}
.productImage .wishlistAdd{
    font-size: 13px;
    position: absolute;
    top: 35px;
    right: 10px;
    color: #fff;
    z-index: 9;
}
.productList.owl-carousel .owl-nav button{
    font-size: 24px;
    position: absolute;
    top: 28%;
    z-index: 99;
    color: #fff;
    text-shadow: 0 0 3px #fff, 0 0 5px #111;
}
.productList.owl-carousel .owl-nav button.disabled{
    display: none;
}
.productList.owl-carousel .owl-nav button.owl-next{
    right: 20px;
}
.productList.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}
.productList.newProductList.owl-carousel .owl-nav button.owl-next{
    right: -20px;
    top: 40%;
}
.productList.newProductList.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
    top: 40%;
}
.productList.discountProductList.owl-carousel .owl-nav button.owl-next{
    right: -20px;
}
.productList.discountProductList.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
.viewMoreProduct{
    text-align: center;
}
.viewMoreProduct a{
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    color: #185137;
    border: 1px solid #185137;
    border-radius: 4px;
    padding: 10px 50px;
}
.bestsellerProductList .headTab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.bestsellerProductList .headTab .navTab{
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.bestsellerProductList .headTab .navTab li a{
    display: block;
    font-size: 15px;
    line-height: 24px;
    margin-right: 36px;
}
.bestsellerProductList .headTab .navTab li a.active{
    color: #185137;
    font-weight: 600;
    border-bottom: 2px solid #185137;
}
.viewMore{
    margin-top: 30px;
}
.viewMore a{
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    color: #185137;
    border: 1px solid #185137;
    border-radius: 4px;
    padding: 10px 50px;
}
.bestsellerProductList{
    padding: 0 114px;
}
.boxBestsellerProduct{
    padding: 96px 0 102px;
}
.boxDiscountProduct{
    background: #eff9f2;
    padding: 56px;
}
.contentBoxDiscount{
    background: #185137;
    position: relative;
    padding: 104px 0 98px;
    text-align: center;
}
.logoPromotion{
    display: inline-block;
    position: absolute;
    left: calc(50% - 94px);
    top: -87px;
}
.logoPromotion a img{
    width: 188px;
    height: 174px;
}
.contentBoxDiscount .titleBoxProduct h3{
    font-size: 48px;
    line-height: 64px;
    color: #ffeda8;
    font-weight: 700;
}
.contentBoxDiscount .titleBoxProduct p{
    color: #fff;
}
.discountProductList .owl-dots button{
    background: #c7ead1;
}
.discountProductList .owl-dots button.active{
    background: #c7ead1;
}
.discountProductList .productImage .btn-buyNow,
.discountProductList .productImage .viewDetail{
    background: #d9513f;
}
.discountProductList .productItem .productInfo a h4{
    color: #fff;
}
.discountProductList .productItem .productInfo .productPrice{
    font-size: 16px;
    margin-bottom: 20px;
}
.discountProductList .productItem .productInfo .productPrice .priceNew{
    color: #ffeda8;
    font-weight: 700;
}

.discountProductList .productItem:hover .productBorder{
    border: 1px solid #fff;
}
.discountProductList .productItem .productBorder{
    border: 1px solid transparent;
    border-radius: 8px;
}
.discountProductList .productItem {
    padding: 1px;
}
.discountProductList .productItem:hover{
    background: transparent;
    box-shadow: unset;
}


.discountProductList .productItem .productInfo a h4{
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*display: -webkit-box;*/
    height: 24px;
}
.listBannerInsta .BannerInstaItem a img{
    height: 100%;
}
.listBannerInsta.owl-carousel .owl-nav button{
    top: 48%;
}
.discountProductList.owl-carousel .owl-nav button{
    top: 40%;
}
.wrapperDiscount .viewMoreProduct a{
    color: #e6e6e6;
    border: 1px solid #e6e6e6;
}
.titleBoxInsta{
    display: inline-block;
    width: 290px;
    background: #fff;
    position: absolute;
    bottom: 24px;
    z-index: 9;
    border-radius: 4px;
    left: calc(50% - 145px);
    padding: 16px 10px;
    text-align: center;
}
.titleBoxInsta h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
    color: #185137;
}
.titleBoxInsta p{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.boxInstagram{
    position: relative;
}
.productItem .productInfo .productPrice .priceNew.onlyPrice{
    color: #111;
}
.headCategory{
    text-align: center;
    padding: 32px 0 18px;
}
.headCategory .titleCategory{
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
    color: #185137;
}
.headCategory .contentCategory{
    line-height: 28px;
    font-size: 15px;
}
.midCategory{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 38px 0;
}
.breadcrumbCate{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbCate li{
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    display: inline-block;
}
.breadcrumbCate li a:after{
    font-family: "Font Awesome\ 5 Free";
    content: "\f105";
    margin: 10px;
    font-weight: 100;
}
.breadcrumbCate li:last-child a:after{
    content: "";
}
.midCategory .rightButtonCat{
    display: flex;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
}
.midCategory .breadcrumbWrapp{
    padding: 0;
}
.midCategory .rightButtonCat .resultCate{
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.midCategory .rightButtonCat .resultCate .countCate{
    font-weight: 600;
}
.midCategory .rightButtonCat .fillterButon{
    display: block;
    background: #f6f6f6;
    padding: 4px 18px;
    border-radius: 4px;
}
.midCategory .rightButtonCat .field-wrapper{
    display: flex;
    align-items: center;
    background: #f6f6f6;
    padding: 4px 12px;
    border-radius: 4px;
}
.midCategory .rightButtonCat .field-wrapper label{
    margin: 0 5px 0 0;
    font-weight: 500;
}
.midCategory .rightButtonCat .field-wrapper .custom-dropdown__select{
    border: none;
    background: none;
}
.headfilterBoxLeft{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
}
.headfilterBoxLeft h3{
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #2d2d29;
    font-weight: 600;
}
.headfilterBoxLeft .clearAllButon{
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #2d2d29;
    padding-bottom: -1px;
    border-bottom: 1px solid #2d2d29;
}
.category-filter .toggle{
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin: 20px 0;
    cursor: pointer;
}
.category-filter .toggle i{
    font-size: 16px;
}
.category-filter .toggle.active i:before{
    content: "\f068";
}
.category-filter>ul{
    padding: 0;
    list-style: none;
    display: none;
    margin: 0;
}
.category-filter>ul>li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.category-filter{
    margin-bottom: 32px;
}
.check-box-list input[type=checkbox] {
    display: none;
}
.check-box-list label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
}
.check-box-list input[type=checkbox]+label span.button{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #e6e6e6;
}
.check-box-list input[type=checkbox]:checked+label span.button {
    background: #185137 url(/tp/T0349/img/checked.png) no-repeat center center;
}
.check-box-list input[type=checkbox]:checked+label{
    color: #185137;
}
.category-filter.filter-size>ul>li{
    line-height: 48px;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 33.33%;
    height: 48px;
    text-align: center;
    font-size: 18px;
}
.category-filter.filter-size .check-box-list input[type=checkbox]+label span.button {
    display: none;
}
.category-filter.filter-size .check-box-list label{
    font-weight: 900;
}
.category-filter.filter-size .check-box-list li.active{
    background: #185137;
    color: #fff;
}
.category-filter.filter-color .check-box-list li.active{
    border: 3px solid #185137;
}
.category-filter.filter-color .check-box-list input[type=checkbox]+label span.button{
    display: block;
    border: none;
    margin: 0;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 25px;
    height: 25px;
    background-color: unset;
}
.category-filter.filter-color .check-box-list li.active input[type=checkbox]+label span.button{
    background-size: 100%;
    background-image: url(/tp/T0349/img/bg-product.png);
    background-repeat: no-repeat;
}
.category-filter.filter-size .check-box-list input[type=checkbox]:checked+label{
    color: #fff;
}
.category-filter.filter-size .check-box-list input[type=checkbox]+label span.button {
    display: none;
}

.category-filter.filter-color>ul>li{
    line-height: 48px;
    margin-bottom: 0;
    border: 3px solid #e6e6e6;
    display: inline-block;
    width: 33.33%;
    height: 48px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.category-filter.filter-color>ul,
.category-filter.filter-size>ul{
    overflow: auto;
    max-height: 192px;
}
.category-filter.filter-color>ul::-webkit-scrollbar-track,
.category-filter.filter-size>ul::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.category-filter.filter-color>ul::-webkit-scrollbar,
.category-filter.filter-size>ul::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.category-filter.filter-color>ul::-webkit-scrollbar-thumb,
.category-filter.filter-size>ul::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #185137;
}
.contentCategoyPage .filterBoxLeft.active{
    display: none;
}
.contentCategoyPage .gridProductCategory.active{
    width: 100%;
}
.contentCategoyPage .gridProductCategory.active .productItem{
    width: 25%;
}

.pagination {
    display: block;
    text-align: center;
    padding-left: 0;
    margin: 20px 0;
}
.paginator .labelPages, .paginator .titlePages, .paginator .paging-first, .paginator .paging-last {
    display: none;
}
.paginator .currentPage {
    background: #185137;
    padding: 10px 14px;
    color: #fff;
    border-radius: 4px;
}
.paginator a {
    padding: 10px 14px;
    font-weight: 600;
    border-radius: 4px;
}
.paginator .paging-next {
    background: #185137;
    color: #fff;
}
.paginator .paging-next:after {
    content: '>';
}
.paginator .paging-previous {
    background: #185137;
    color: #fff;
}
.paginator .paging-previous:after{
    content: '<';
}
.cloudzoom-zoom-inside{
    z-index: 2;
}
.listImgZoom{
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb{
    margin-bottom: 20px;
}
.zoomer{
    margin-bottom: 20px;
}
.zoomer .image-frame img{
    border-radius: 8px;
}
.listImgZoom li a img{
    border-radius: 8px;
}
.zoomer button.slick-next{
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 48%;
    font-size: 22px;
    right: -15px;
    background: #fff;
    line-height: 20px;
    z-index: 1;
}
.zoomer button.slick-prev{
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 49%;
    font-size: 22px;
    left: -15px;
    background: #fff;
    line-height: 20px;
    z-index: 1;
}
.listImgZoom.owl-carousel .owl-nav button.owl-next{
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    font-size: 15px;
    right: -15px;
    background: #fff;
}
.listImgZoom.owl-carousel .owl-nav button.owl-prev{
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    font-size: 15px;
    left: -15px;
    background: #fff;
}
.details-pro .saleLabel{
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    background: #d9513f;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    padding: 2px 12px;
}
h1.title-head{
    margin: 16px 0 8px;
    line-height: 40px;
    color: #185137;
    font-weight: 600;
}
.price-box{
    margin-bottom: 40px;
}
.price-box .discountPrice{
    font-size: 24px;
    line-height: 32px;
    color: #d9513f;
    font-weight: 600;
}
.price-box del{
    font-size: 18px;
    line-height: 24px;
    color: #ababab;
    margin-left: 12px;
}
.attr .control-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #185137;
    display: block;
    margin-bottom: 16px;
}
.attr p.size a{
    border: 1px solid #e6e6e6;
    width: calc(100%/8);
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 11px 5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attr p.size a.deactive{
    color: #ababab;
}
.attr p.size{
    margin-bottom: 14px;
}
.attr p.size a.active{
    background: #185137;
    color: #fff;
}
.attr p.color a{
    border: 3px solid #e6e6e6;
    width: calc(100%/8);
    height: 48px;
    display: inline-block;
}
.attr p.color a.active{
    border: 3px solid #185137;
}
.attr p.color a img{
    display: none;
}
.guideSize a{
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    color: #185137;
    font-weight: 500;
}
.guideSize a span{
    margin-right: 10px;
    border-bottom: 1px solid #185137;
}
.guideSize{
    margin-bottom: 40px;
}
.buttonWrapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.buttonWrapp .btnBuyNow{
    background: #185137;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    height: 60px;
    width: 85%;
    padding: 0 30px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.btn-mua .wishlistItems{
    font-size: 15px;
    line-height: 28px;
    color: #2d2d29;
    font-weight: 500;
    display: block;
}
.btn-mua .wishlistItems img{
    margin-right: 5px;
}
.btn-mua .btnAddToCart{
    border-radius: 4px;
    border: 1px solid #585858;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    height: 60px;
    width: 100%;
    font-weight: 600;
    /* display: flex; */
    /* align-items: center; */
    padding: 0 30px;
    color: #333;
    margin-right: 10px;
}
.btn-mua .btnAddToCart span{
    margin-left: 8px;
}
.title-content{
    padding: 32px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    color: #2d2d29;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}
.title-content h2{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #2d2d29;
    font-weight: 600;
}
.title-content i{
    font-weight: 600;
}
.title-content.active i{
    transform: rotate(180deg);
}
.descriptionContent{
    display: none;
    margin-top: 12px;
}
.productSuggest-wrapper{
    border-top: 1px solid #e6e6e6;
    margin-top: 88px;
    padding-top: 68px;
}
.productSuggest-wrapper .titleBox{
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #185137;
    font-weight: 600;
    margin-bottom: 40px;
}
.productSuggest.owl-carousel .owl-nav button.owl-prev{
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 35%;
    font-size: 15px;
    left: 0;
    background: #fff;
    text-shadow: none;
}
.productSuggest.owl-carousel .owl-nav button.owl-next{
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #185137;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 35%;
    font-size: 15px;
    right: 0;
    background: #fff;
    text-shadow: none;
}
.buttonWrapp .wishlistItems.active{
    background: #185137;
    color: #fff;
}
.buttonWrapp .btn-out-stock{
    background: #d9513f;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    height: 60px;
    width: 85%;
    padding: 0 30px;
    border: none;
}
/*.productImage .wishlistAdd.active{*/
/*    color: #185137;*/
/*}*/
.ui-draggable .ui-dialog-titlebar{
    display: none;
}
.ui-dialog .ui-dialog-buttonpane{
    display: none;
}
.ui-dialog .ui-dialog-content{
    background: #fff;
    border-radius: 4px;
    border: none;
}
.successWrapp{
    text-align: center;
    padding-top: 10px;
}
.successWrapp i{
    font-size: 30px;
    background: #185137;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    margin-bottom: 16px;
}
.successWrap .textSuccess{
    font-size: 18px;
    line-height: 24px;
}
.tableResponsivetab .table>thead{
    background: #f6f6f6;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
}
.tableResponsivetab .table>tbody>tr>td,
.tableResponsivetab .table>tbody>tr>th,
.tableResponsivetab .table>tfoot>tr>td,
.tableResponsivetab .table>tfoot>tr>th,
.tableResponsivetab .table>thead>tr>td,
.tableResponsivetab .table>thead>tr>th{
    padding: 20px 32px;
    vertical-align: middle;
}
.col-left-account .page-title{
    text-align: center;
}
.col-left-account .page-title .title-head{
    color: #2d2d29;
    margin: 48px 0 8px;
    font-size: 48px;
    line-height: 64px;
}
.col-left-account .page-title p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 56px;
}
#wishlist-row40 .imageWislist a img{
    width: 170px;
    height: 170px;
    border-radius: 4px;
}
#wishlist-row40.cart .imageWislist a img{
    max-width: 144px;
    height: auto;
    /*width: calc(100vw*144/1434);*/
    /*height: calc(100vw*119/1434);*/
    border-radius: 4px;
}
.nameWislist a{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #2d2d29;
    display: block;
}
.nameWislist a.btn-buyNow{
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: 100;
    font-size: 15px;
    cursor: pointer;
}
.priceWislist{
    color: #d9513f;
    font-weight: 600;
}
.statusWislist span i{
    margin-right: 10px;
}
.table>tbody>tr>td.actitonWislist{
    vertical-align: bottom;
    text-align: right;
}
.table>tbody#wishlist-row40>tr>td.actitonWislist{
    vertical-align: top;
}
.actitonWislist .removeFav{
    color: #185137;
    font-size: 25px;
}
.actitonWislist .actionBtn .btn-buyNow{
    width: 170px;
    line-height: 24px;
    display: inline-flex;
    background: #185137;
    color: #fff;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    margin-top: 20px;
    cursor: pointer;
}
.wishlistBtn{
    position: relative;
}
.wishlistBtn .wishlistCount{
    position: absolute;
    top: -10px;
    display: block;
    background: #185137;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    left: 10px;
    padding: 3px 5px;
    font-weight: 600;
}

div#quick-view-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
    z-index: 1042;
}
#quick-view-product .productWrap {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    width: 768px;
    top: 5%;
    height: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 12px 0 12px;
}
#quick-view-product button.mfp-close {
    position: absolute;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    right: 25px;
    top: 25px;
    font-size: 25px;
    color: #185137;
}
.zoomerQuickView{
    width: 100%;
    height: 280px;
}
.zoomerQuickView a img{
    width: 100%;
    height: 100%;
}
#quick-view-product .btn-mua .btnAddToCartQV{
    background: #185137;
    color: #fff;
    border: none;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 4px;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
}
#quick-view-product .viewDetail{
    border-radius: 4px;
    border: 1px solid #111;
    display: block;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 17px 0;
    margin: 16px 0 53px;
}
.ui-widget-overlay{
    z-index: 99999;
}
.ui-widget-content{
    z-index: 99999;
}
.attr p.sizeQV a{
    border: 1px solid #e6e6e6;
    width: 20%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 11px 5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.attr p.sizeQV a.deactive{
    color: #ababab;
}
.attr p.sizeQV{
    margin-bottom: 14px;
}
.attr p.sizeQV a.active{
    background: #185137;
    color: #fff;
}
.attr p.colorQV a{
    border: 3px solid #e6e6e6;
    width: 20%;
    height: 48px;
    display: inline-block;
}
.attr p.colorQV a.active{
    border: 3px solid #185137;
}
.attr p.colorQV a img{
    display: none;
}
.attr p.color a.deactive{
    background-color: #bdbdbd!important;
    cursor: not-allowed;
}
.attr p.colorQV a.deactive{
    background-color: #bdbdbd!important;
    cursor: not-allowed;
}
.tableResponsivetab .table>thead>tr>td{
    padding: 20px;
}
.tableResponsivetab .table>thead>tr>td.image{
    padding: 20px 50px;
}
.tableResponsivetab .table>thead>tr>td.infoTable{
    padding: 20px 32px;
}
.tableResponsivetab .table>tbody>tr>td{
    padding: 32px 20px;
    vertical-align: top;
}
/*.tableResponsivetab .table>tbody>tr>td.imageWislist{*/
/*    padding: 32px 0;*/
/*}*/
.quantityProduct .input-groupBtn{
    display: flex;
}
.quantityProduct .input-groupBtn .number-sidebar{
    width: 30px;
    padding: 0;
    border: none;
    text-align: center;
    border-radius: unset;
    box-shadow: unset;
    font-weight: 900;
    background: #f6f6f6;
}
.quantityProduct .input-groupBtn button{
    color: #ababab;
    border: none;
    background: #f6f6f6;
}
.quantityProduct .input-groupBtn .btn-plus{
    border-radius: 0 4px 4px 0;
}
.quantityProduct .input-groupBtn .btn-minus{
    border-radius: 4px 0 0 4px;
}
.actitonWislist .remove-item-cart{
    color: #185137;
    font-size: 25px;
}
.orderWrapp{
    background: #f6f6f6;
    padding: 24px;
    border-radius: 4px;
}
.orderWrapp .each-row{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.orderWrapp .each-row:last-child{
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}
.orderWrapp .each-row h3{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2d2d29;
}
.orderWrapp .each-row .box-style{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.orderWrapp .each-row .box-style .text-label{
    line-height: 24px;
}
.orderWrapp .each-row .box-style .totals_price1{
    line-height: 24px;
}
.orderWrapp .each-row .box-style .totals_price2{
    line-height: 24px;
    font-size: 24px;
    color: #185137;
}
.orderWrapp .each-row .btn-checkout{
    text-transform: uppercase;
    background: #185137;
    color: #fff;
    border-radius: 4px;
    display: block;
    padding: 14px 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.orderWrapp .each-row .btn-buy{
    text-transform: uppercase;
    background: #fff;
    color: #333;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    display: block;
    padding: 14px 0;
    font-weight: 600;
    text-align: center;
}
.popupWrapp{
    background: #fbf7f2;
    border-radius: 8px;
    padding: 15px 0;
}
.popupWrapp .image-home-popup img{
    width: 100%;
    height: 430px;
}
.popupWrapp .boxInfo{
    text-align: center;
}
.popupWrapp .boxInfo .popupImage img{
    width: 72px;
    height: 72px;
}
.popupWrapp .boxInfo .modal-description{
    color: #185137;
    line-height: 24px;
    margin-bottom: 32px;
    font-weight: 500;
}
.popupWrapp .boxInfo .modal-title{
    color: #d9512f;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
}
.popupWrapp .boxInfo .modal-body-text{
    color: #185137;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}
.popupWrapp .boxInfo .modal-body-text p{
    margin-bottom: 24px;
}
.popupWrapp .boxInfo .contact-form .newsletter-form-input::placeholder{
    color: #ababab;
}
.popupWrapp .boxInfo .contact-form .newsletter-form-input{
    width: 100%;
    color: #2d2d29;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ababab;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 28px;
    padding: 8px 0;
    background: none;
}
.popupWrapp .boxInfo .contact-form .sendSubcrible{
    width: 100%;
    background: #185137;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.popupWrapp .boxInfo .contact-form .denySubcrible{
    width: 100%;
    background: none;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px;
    text-transform: uppercase;
    border: 1px solid #ababab;
}
.purchase-people {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    width: 360px;
    min-height: 144px;
    border-radius: 4px;
    padding: 0;
}
.purchase-p-name span{
    display: block;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
    font-style: italic;
    font-size: 12px;
}
.purchase-c-name, .purchase-p-name{
    line-height: 24px;
    font-size: 12px;
}
.purchase-people .purchase-content.showP{
    z-index: 99;
}
.purchase-people .purchase-content {
    /*position: absolute;*/
    /*top: 50px;*/
    /*left: 0;*/
    overflow: hidden;
    z-index: 0;
    background: #fff;
    transition: .5s ease all;
    /*opacity: 0;*/
    width: 100%;
    /*display: none;*/
    max-height: 144px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    padding: 10px;
    display: none;
}
.purchase-people .purchase-item {
    display: flex;
}
.purchase-people .purchase-item .close-purchase {
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    z-index: 9;
}
.purchase-people img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.purchase-content.showP {
    /*opacity: 1;*/
    display: block;
    transition: .5s ease all;
    /*transform: translateY(0);*/
}
.orderLeft{
    float: left;
    width: 100px;
    height: 100px;
}
.ordeRight{
    float: left;
    width: 70%;
    padding-left: 16px;
}
.fancybox-close{
    background: none;
    top: 0;
    right: 0;
    font-size: 24px;
    color: #185137;
    text-align: center;
}
.fancybox-close::after{
    font-family: Font Awesome\ 5 Free;
    content: "\f00d";
}
.contentCollection{
    margin-top: 120px;
}
.contentCollection .titleCateAlbum{
    font-size: 18px;
    line-height: 24px;
    color: #2d2d29;
    margin-bottom: 10px;
    display: block;
}
.contentCollection .titleAlbum{
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
    color: #185137;
    margin-top: 0;
}
.contentCollection .contentAlbum{
    font-size: 15px;
    line-height: 28px;
    color: #2d2d29;
    margin-bottom: 28px;
}
.contentCollection .viewDetail{
    background: #185137;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    font-weight: 600;
}
.collectionItem .imageCollection a img{
    width: 100%;
    border-radius: 4px;
    display: block;
}
.collectionItem{
    margin: 40px 0;
}
.album-title{
    font-size: 36px;
    line-height: 48px;
    color: #185137;
    font-weight: 600;
    text-align: center;
    margin: 32px 0;
}
.album-images .album-images-item{
    margin-bottom: 30px;
}
.album-images .album-images-item a img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: block;
    border: 1px solid;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
}
.album-content{
    margin: 100px 0 96px;
}
.successCheckout .section-title i{
    font-size: 27px;
    background: #27ae60;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    vertical-align: middle;
}
.successCheckout .boxInfoCheckout{
    background: #e6e6e6;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 16px;
}
.successCheckout .boxInfoCheckout p{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
.successCheckout .section .section-content .paymentMethodView{
    margin-bottom: 32px;
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #333333;
}
#modalSupport button.close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #185137;
    opacity: 1;
}
#modalSupport .modal-body{
    text-align: center;
    padding: 30px 15px;
}
#modalSupport .modal-body h2{
    font-size: 48px;
    line-height: 64px;
    color: #2d2d29;
    font-weight: 600;
    margin-bottom: 10px;
}
#modalSupport .modal-body p{
    font-size: 15px;
    line-height: 28px;
    color: #333;
}
#modalSupport .modal-body h3{
    color: #d9513f;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin: 12px 0 16px;
}
.imageBannerCat{
    position: relative;
}
.imageBannerCat .iconLogo{
    width: 112px;
    height: 112px;
    padding: 9px;
    position: absolute;
    left: -30px;
    bottom: 40px;
    border: 1px solid #eee;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: #fff;
}

.arcontactus-widget.arcontactus-message {
    transition: all .3s;
}
.arcontactus-widget.arcontactus-message {
    right: 10px;
    bottom: 75px;
}
.arcontactus-widget.arcontactus-message {
    z-index: 10000;
    right: 10px;
    bottom: 140px;
    position: fixed!important;
}
.arcontactus-widget {
    line-height: 1;
}
.arcontactus-widget .arcontactus-prompt.show-messageners-block, .arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.arcontactus-widget.md .callback-countdown-block, .arcontactus-widget.md .messangers-block {
    bottom: 70px;
}
.arcontactus-widget .arcontactus-prompt, .arcontactus-widget .messangers-block {
    background: center no-repeat #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}
.arcontactus-widget.md.right .callback-countdown-block:before, .arcontactus-widget.md.right .messangers-block:before {
    right: 21px;
}
.arcontactus-widget .arcontactus-prompt:before, .arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: '';
}
.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}
.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
.arcontactus-widget .messanger p {
    margin: 0;
    /*font-family: Arial,sans-serif;*/
    font-size: 14px;
    color: rgba(0,0,0,.87);
    padding: 0;
}
.arcontactus-widget .messanger span i, .arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center;
}
.arcontactus-widget .arcontactus-message-button .static.hidden{
    display: none;
}
.arcontactus-widget .icons.hide, .arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0);
}
.arcontactus-widget .icons, .arcontactus-widget .static {
    transition: .2s all;
}
.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #FFF;
}
.arcontactus-widget .arcontactus-message-button p {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}
.arcontactus-widget .arcontactus-close {
    color: #FFF;
}
.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
    display: block;
}
.arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px;
}
.arcontactus-widget .arcontactus-message-button {
    width: 70px;
    position: absolute;
    height: 70px;
    right: 0;
    background-color: red;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.arcontactus-widget .messanger:hover {
    background-color: #EEE;
}
.st0{fill:#fdfefe}.st1{fill:#0180c7}.st2{fill:#0172b1}.st3{fill:none;stroke:#0180c7;stroke-width:2;stroke-miterlimit:10}
.arcontactus-widget .messanger.zaloIcon span svg{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 50%;
}
.arcontactus-widget .messanger.zaloIcon span{
    background: none;
}

.arcontactus-widget.hg .arcontactus-message-button .pulsation{
    width:114px;
    height:114px;
    border-radius:60px
}
.arcontactus-widget.md .arcontactus-message-button .pulsation{
    width:74px;
    height:74px
}
.arcontactus-widget.sm .arcontactus-message-button .pulsation{
    width:64px;
    height:64px
}
.arcontactus-widget .arcontactus-message-button .pulsation{
    width:84px;
    height:84px;
    background-color:red;
    border-radius:50px;
    position:absolute;
    left:-7px;
    top:-7px;
    z-index:-1;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-animation:arcontactus-pulse 2s infinite;
    animation:arcontactus-pulse 2s infinite
}
.arcontactus-widget .pulsation:nth-of-type(2n){
    -webkit-animation-delay:.5s;
    animation-delay:.5s
}
.arcontactus-widget .pulsation.stop{
    -webkit-animation:none;
    animation:none
}
.scrollup {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 2em;
    z-index: 999999;
}
.shopee-fixed-icon {
    position: fixed;
    right: 10px;
    bottom: 70px;
    max-width: 60px;
    z-index: 10000;
}
.shopee-fixed-icon img{
    width: 100%;
}
.listPromotionTab ul{
    list-style: none;
    /* display: flex; */
    margin: 0;
    /* justify-content: center; */
    padding: 32px 0;
    text-align: center;
}
.listPromotionTab ul li{
    margin: 0 8px;
    display: inline-block;
}
.listPromotionTab ul li a{
    text-transform: uppercase;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 12px 10px 8px;
    text-align: center;
    width: 139px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
}
.listPromotionTab{
    background: #d9513f
}
.headCategory .titleCategory.promotionName{
    text-transform: uppercase;
    color: #d9513f;
}
.listPromotionTab ul li a.active{
    background: #fff;
    color: #d9513f;
}
.botHeader.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
    transition: background .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
    animation: fadeInDown .6s both;
}
@-webkit-keyframes fadeInDown {
    0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
    to{opacity:1;-webkit-transform:none;transform:none}
}
/*.botHeader.fixed .logoHeader a img{*/
/*    width: 65px;*/
/*    height: 61px;*/
/*}*/
.botHeaderMobile.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.12);
}
#modalSize .modal-body img{
    max-width: 100%;
    height: auto!important;
}
#modalSize{
    overflow: auto;
}
.ui-widget-content{
    background: #fff;
}
.bannerCategoryItem .imageBannerCat a{
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
}
.bannerCategoryItem a:hover img{
    transform: scale(1.1);
    transition: all .4s;
}

.listImgZoom li{
    margin-bottom: 24px;
    border: none!important;
}
.listImgZoom li.slick-current{
    /*border-radius: 8px;*/
}
.listImgZoom li.slick-current img{
    border: 2px solid#185137;
}
.productItem .productImage .wrappLabel{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.productItem .productImage .wrappLabel .label-sold{
    border: 1px solid #185137;
    font-size: 10px;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 500;
    border-radius: 4px;
}
/*.listImgZoom{*/
/*    width: 100%!important;*/
/*    padding: 0;*/
/*}*/
/*.listImgZoom>li {*/
/*    float: left;*/
/*    height: 76px;*/
/*    width: 100%;*/
/*    margin: 2px 0;*/
/*    overflow: hidden;*/
/*}*/
/*.listImgZoom>li img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/
/*#prevSlideZ, #nextSlideZ {*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    background-position: -326px -49px;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*}*/

/*#prevSlideZ {*/
/*    top: -40px;*/
/*    transform: rotate(180deg);*/
/*}*/
@media (min-width: 1200px) {
    .midCategory .rightButtonCat .field-wrapper .custom-dropdown__select{
        max-width: 110px;
    }
    .bestsellerProductList .headTab .navTab{
        padding: 5px 16px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .bestsellerProductList .headTab .navTab::-webkit-scrollbar-track{
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    .bestsellerProductList .headTab .navTab::-webkit-scrollbar{
        height: 2px;
        background-color: #F5F5F5;
    }
    .bestsellerProductList .headTab .navTab::-webkit-scrollbar-thumb{
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #185137;
    }
    .popupBuyMobile .boxProductMobile .infoProductMobile .ivt_mb{
        display: none;
    }
    .popupBuyMobile .boxProductMobile .imageProductMobile{
        display: none;
    }
    .popupBuyMobile .closeModalBuyMobile{
        display: none;
    }
    .wrapperDiscount{
        width: calc(100vw*1140/1434);
        display: inline-block;
        padding: 0 114px;
    }
    .container{
        width: calc(100vw*1170/1434);
    }
    .productItem .productImage{
        height: calc(100vw*195/1434);
    }
    .bannerCategory .bannerCategoryLeft .bannerCategoryItem a img{
        width: calc(100vw*508/1434);
        height: calc(100vw*310/1434);
        border-radius: 4px;
    }
    .bannerCategory .bannerCategoryRight .bannerCategoryItem{
        padding-left: calc(100vw*116/1434);
    }
    .bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child a img{
        width: calc(100vw*270/1434);
        height: calc(100vw*216/1434);
    }
    .bannerCategory .bannerCategoryItem a img{
        width: calc(100vw*260/1434);
        height: calc(100vw*210/1434);
        border-radius: 4px;
    }
    .productSuggest .productItem .productImage{
        height: calc(100vw*218/1434);
    }
    .gridProductCategory .productItem .productImage{
        height: calc(100vw*240/1434);
    }
    .gridProductCategory.active .productItem .productImage{
        height: calc(100vw*243/1434);
    }
    .discountProductList .productItem .productImage{
        height: calc(100vw*209/1434);
    }
    .zoomer .image-frame img{
        width: 100%;
        height: calc(100vw*448/1434);
    }
    .listImgZoom li a img{
        width: 100%;
        height: calc(100vw*81/1434);
    }
    .collectionItem .imageCollection a img{
        height: calc(100vw*555/1434);
    }
    .album-images .album-images-item{
        height: calc(100vw*255/1434);
    }
    .logoHeader{
        width: 10%;
    }
    .menuMain{
        width: 70%;
    }
    /*.boxInstagram{*/
    /*    margin-top: 128px;*/
    /*}*/
    .iconHeader{
        width: 20%;
    }
    .listBannerInsta .BannerInstaItem{
        height: calc(100vw*225/1434);
    }
    .midCategory .rightButtonCat{
        justify-content: right;
    }
    .midCategory .rightButtonCat .field-wrapper,
    .midCategory .rightButtonCat .fillterButon{
        margin-left: 16px;
    }
    .wrapperImage{
        padding-left: 0;
    }
    .wrapperImage .imgZoom{
        display: flex;
        /*justify-content: space-between;*/
    }
    .zoomImageBox{
        width: calc(100vw*448/1434);
        order: 2;
    }
    .zoomSlide{
        order: 1;
        width: calc(100vw*90/1434);
        margin-right: 24px;
    }
}
@media (max-width: 768px) {
    .botHeaderMobile .container{
        display: flex;
        align-items: center;
    }
    .botHeaderMobile .container>div{
        padding: 0;
    }
    .botHeaderMobile .logoHeader a img{
        width: 136px;
        height: 64px;
    }
    .botHeaderMobile .btnIcon{
        display: inline-block;
        margin: 0 8px;
    }
    .botHeaderMobile .btnIcon a{
        font-size: 24px;
    }
    .botHeaderMobile .btnIcon a i{
        font-weight: 400;
    }
    .openSearchMobile i{
        font-size: 24px;
    }
    .iconRight{
        text-align: right;
    }

    .open_drawer #mobile_menu{
        transform: translateX(0px);
    }
    .open_drawerSearch .main_nav_header .boxSearchHeader{
        transform: translateX(0px);
    }

    #mobile_menu {
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        max-width: 95%;
        z-index: 100;
        background-color: #fff;
        width: 310px;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        -ms-transform: translateX(-310px);
        -webkit-transform: translateX(-310px);
        transform: translateX(-310px);
    }
    #mobile_menu ul{
        padding: 0 0 0 24px;
    }
    #mobile_menu ul li{
        list-style: none;
    }
    #mobile_menu .chir_menu_mobile{
        height: 500px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 24px;
        margin: 0;
    }
    .chir_menu_mobile>li:first-child a{
        border: none;
    }

    #mobile_menu .head .logoHeader{
        text-align: left;
        padding: 0;
    }
    #mobile_menu .head .logoHeader a img{
        width: 136px;
        height: 64px;
    }
    #mobile_menu .head {
        padding: 24px 0 24px 24px;
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
    }
    .fa-remove:before, .fa-close:before, .fa-times:before{
        font-size: 20px;
    }

    .chir_menu_mobile li {
        /*padding: 10px;*/
        position: relative;
    }
    .chir_menu_mobile li a {
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        height: 46px;
        line-height: 46px;
    }
    .mobile_child a {
        width: 100%;
    }
    .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;
    }
    .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: 0px;
        font-size: 20px;
        font-weight: 400;
        z-index: 999999;
        width: 46px;
        height: 46px;
        padding-top: 13px;
        text-align: center;
    }
    ul.mobile_lvlup{
        display: none;
    }
    .chir_menu_mobile li {
        /*padding: 6px 24px;*/
        position: relative;
    }
    .chir_menu_mobile li a{
        border-bottom: 1px solid #e6e6e6;
    }
    .chir_menu_mobile li a img{
        width: 46px;
        height: 46px;
        margin-right: 8px;
    }
    .accountMobile{
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        left: 0;
    }
    .accountMobile a{
        display: flex;
        font-size: 14px;
        align-items: center;
        justify-content: space-between;
        padding: 18px 24px;
        text-transform: uppercase;
        color: #fff;
        background: #185137;
        font-weight: 700;
    }
    .accountMobile a i{
        font-size: 20px;
        font-weight: 100;
    }
    .cartBtn .header__cart-count{
        top: -5px;
        left: 15px;
    }
    .main_nav_header .boxSearchHeader{
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        max-width: 95%;
        z-index: 100;
        background-color: #fff;
        width: 310px;
        height: 100%;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        -ms-transform: translateX(310px);
        -webkit-transform: translateX(310px);
        transform: translateX(310px);
        visibility: visible;
        opacity: 1;
    }
    .boxSearchHeader .keySearch{
        width: 100%;
    }
    .boxSearchHeader .keySearch ul{
        width: 100%;
    }
    .boxSearchHeader .wrapBoxSearch{
        padding: 60px 32px;
    }
    .boxSearchHeader .logoSearchBox{
        position: fixed;
        bottom: 32px;
        right: 32px;
        z-index: 9999;
    }
    .boxSearchHeader .logoSearchBox a img{
        width: 103px;
        height: 96px;
    }
    .main_nav_header .boxSearchHeader .bigSearchBar{
        width: 100%;
    }
    .home-slider .item{
        height: 136px;
    }
    .bannerCategory{
        margin: 24px 0;
    }
    .noPadding {
        padding: 0!important;
    }
    .bannerCategory .bannerCategoryLeft .titleBanner h2{
        text-align: left;
        margin: 0;
    }
    .bannerCategory .bannerCategoryLeft .titleBanner p{
        text-align: left;
    }
    .bannerCategory .bannerCategoryLeft .bannerCategoryItem{
        margin-top: 16px;
    }
    .bannerCategory .bannerCategoryLeft .bannerCategoryItem a img{
        width: 100%;
        height: 210px;
    }
    .contentBannerCat{
        margin: 16px 0 32px;
    }
    .contentBannerCat a h3{
        margin: 0;
    }
    .bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child{
        display: block;
        margin: 0;
        padding: 0;
    }
    .bannerCategory .bannerCategoryRight .bannerCategoryItem a img{
        width: 100%;
        height: auto;
    }
    /*.bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child a img{*/
    /*    height: 210px;*/
    /*    width: 100%;*/
    /*}*/
    .bannerCategory .bannerCategoryRight .bannerCategoryItem:first-child .contentBannerCat{
        padding: 0;
    }
    .bannerCategory .bannerCategoryRight .bannerCategoryItem{
        padding: 0;
    }
    .boxNewProduct{
        padding: 64px 0 24px;
    }
    .boxNewProduct .container{
        padding: 0;
    }
    .productItem .productInfo .productPrice .priceNew{
        display: block;
        margin: 0;
    }
    .titleBoxProduct{
        margin-bottom: 12px;
    }
    .viewMoreProduct{
        padding: 0 16px;
    }
    .viewMoreProduct a{
        margin-top: 12px;
        width: 100%;
    }
    .boxBestsellerProduct{
        padding: 64px 0 134px;
    }
    .boxBestsellerProduct .titleBoxProduct{
        margin-bottom: 28px;
    }
    .bestsellerProductList .headTab .navTab{
        display: block;
        padding: 5px 16px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .bestsellerProductList .headTab .navTab li{
        display: inline-block;
    }
    .bestsellerProductList .viewMore{
        padding: 0 16px;
    }
    .bestsellerProductList .viewMore h3{
        font-weight: 500;
        line-height: 24px;
        display: inline-block;
        color: #185137;
        border: 1px solid #185137;
        border-radius: 4px;
        padding: 10px 50px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    .bestsellerProductList .viewMore h3 i{
        display: none;
    }
    .boxDiscountProduct{
        padding: 32px 0 40px;
    }
    .logoPromotion{
        left: calc(50% - 78px);
        top: -104px;
    }
    .logoPromotion a img{
        width: 156px;
        height: 144px;
    }
    .contentBoxDiscount {
        padding: 66px 0 24px;
    }
    .contentBoxDiscount .titleBoxProduct h3{
        font-size: 36px;
        line-height: 48px;
    }
    .contentBoxDiscount .titleBoxProduct{
        margin-bottom: 24px;
    }
    .wrapperDiscount{
        width: 100%;
        padding: 0;
    }
    .wrapperDiscount .discountProductList{
        padding: 0 16px;
    }
    .productList .owl-dots{
        margin: 12px 0;
    }
    .discountProductList .productItem .productInfo .productPrice{
        font-size: 14px;
    }
    .discountProductList .productItem .productInfo .productPrice .priceNew{
        margin: 0;
    }
    /*.discountProductList .productItem .productInfo a h4{*/
    /*    -webkit-line-clamp: 2;*/
    /*    height: 48px;*/
    /*}*/
    .discountProductList .productItem .productImage {
        height: 162px;
        margin-bottom: 16px;
    }
    .listBannerInsta .BannerInstaItem {
        height: 188px;
    }
    .logoFooter{
        padding: 40px 16px 0;
        text-align: left;
    }
    .titleBoxInsta{
        position: unset;
        width: 100%;
        padding: 28px 0 24px;
    }
    .productItem .productInfo .productPrice{
        height: 48px;
    }
    .productItem .productImage{
        height: 164px;
    }
    .midCategory{
        display: block;
        margin: 16px 0 32px;
        padding: 0 16px;
    }
    .headCategory{
        padding: 32px 0 12px;
        text-align: left;
    }
    .headCategory .titleCategory{
        font-size: 36px;
        line-height: 48px;
        color: #333;
    }
    .fillterButonMobile{
        width: 48%;
        border: 1px solid #185137;
        background: #fff;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 4px 12px;
    }
    .midCategory .rightButtonCat .field-wrapper{
        width: 48%;
        border: 1px solid #185137;
        background: #fff;
        height: 40px;
        justify-content: space-between;
    }
    .midCategory .rightButtonCat .field-wrapper label{
        display: none;
    }
    .resultCate{
        font-size: 15px;
        font-weight: 500;
        padding: 0 16px;
    }
    .midCategory .rightButtonCat .field-wrapper select{
        max-width: unset;
        width: 100%;
    }
    .gridProductCategory{
        padding: 0 8px;
    }
    .categoryBackground .container{
        padding: 0;
    }
    .productItem{
        padding: 16px 8px;
    }
    .productList{
        padding: 0 8px;
    }
    .listBannerInsta.productList{
        padding: 0;
    }
    .resultCate .countCate{
        font-weight: 600;
    }
    .pagination{
        padding: 0;
    }
    .gridProductCategory .productItem .productImage{
        height: 183px;
    }
    .open_drawerFilter .contentCategoyPage .filterBoxLeft {
        /*transform: translateX(0px);*/
        /*visibility: visible;*/
        /*opacity: 1;*/
        right: 0;
        padding: 32px 16px 100px;
        overflow: auto;
    }
    .contentCategoyPage .filterBoxLeft{
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        right: -100%;
        padding: 0;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        height: 100%;
        border-right: 1px solid #e9e9e9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        /*-ms-transform: translateX(100%);*/
        /*-webkit-transform: translateX(100%);*/
        /*transform: translateX(100%);*/
        /*visibility: hidden;*/
        /*opacity: 0;*/
        float: unset;
    }
    .boxFilterButton{
        display: flex;
        align-items: center;
    }
    .boxFilterButton .closeFillterButonMobile{
        color: #185137;
        font-size: 35px;
        line-height: 0;
        margin-left: 30px;
    }
    .boxFilterButton .closeFillterButonMobile i:before{
        font-size: unset;
    }
    .open_drawerFilter .contentCategoyPage .filterBoxLeft .wrapperFilter{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 16px;
        z-index: 99999;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
    }
    .wrapperFilter .btnAccess{
        background: #185137;
        color: #fff;
        display: flex;
        border-radius: 4px;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        padding: 20px 30px;
        font-size: 18px;
        line-height: 20px;
    }
    .category-filter>ul{
        display: none;
    }
    .zoomer .image-frame img{
        height: 354px;
    }
    .listImgZoom li a img{
        height: 69px;
        width: 100%;
    }
    .zoomer{
        margin-bottom: 12px;
    }
    .zoomer button.slick-next {
        box-shadow: unset;
        border: unset;
        color: #fff;
        border-radius: 50%;
        width: unset;
        height: unset;
        position: absolute;
        top: 48%;
        font-size: 24px;
        line-height: 16px;
        right: 12px;
        background: unset;
    }
    .zoomer button.slick-prev {
        box-shadow: unset;
        border: unset;
        color: #fff;
        border-radius: 50%;
        width: unset;
        height: unset;
        position: absolute;
        top: 48%;
        font-size: 24px;
        line-height: 16px;
        left: 12px;
        background: unset;
    }
    .details-pro{
        margin-top: 40px;
    }
    .buttonWrapp .btnBuyNow{
        width: 80%;
    }
    .productSuggest-wrapper{
        border: none;
        margin-top: 28px;
        padding: 0;
    }
    .productSuggest-wrapper .titleBox{
        margin: 0;
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding: 0 15px;
    }
    .productSuggest .productItem .productImage{
        height: 182px;
    }
    .productSuggest.owl-carousel .owl-nav button.owl-prev{
        box-shadow: unset;
        border: unset;
        color: #fff;
        border-radius: 50%;
        width: unset;
        height: unset;
        position: absolute;
        top: 30%;
        font-size: 24px;
        line-height: 16px;
        left: 25px;
        background: unset;
    }
    .productSuggest.owl-carousel .owl-nav button.owl-next{
        box-shadow: unset;
        border: unset;
        color: #fff;
        border-radius: 50%;
        width: unset;
        height: unset;
        position: absolute;
        top: 30%;
        font-size: 24px;
        line-height: 16px;
        right: 25px;
        background: unset;
    }
    .ega-cr-addon{

    }
    .ega-cr-addon .headBoxFix{
        display: flex;
        justify-content: space-between;
        padding: 12px 16px 21px;
        align-items: center;
    }
    .ega-cr-addon .headBoxFix .title-head{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin: 0;
    }
    .ega-cr-addon .headBoxFix .price-box{
        margin: 0;
    }
    .ega-cr-addon .headBoxFix .price-box .discountPrice{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    .ega-cr-addon .ega-ul{
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }
    .ega-cr-addon .ega-ul .ega-menu__item{
        width: 25%;
        display: inline-block;
        padding-top: 5px;
        text-align: center;
        border: 1px solid rgba(24, 81, 55, 0.7);
    }
    .ega-cr-addon .ega-ul .ega-menu__item.outStock{
        width: 75%!important;
    }
    .ega-cr-addon .ega-ul .ega-menu__item a i.fa-facebook-messenger{
        font-size: 20px;
        color: #fff;
        background: #185137;
        padding: 6px;
        border-radius: 50%;
    }
    .ega-cr-addon .ega-ul .ega-menu__item a p{
        margin: 0;
        line-height: 24px;
        font-size: 12px;
    }
    .ega-cr-addon .ega-ul .ega-menu__item i.fa-shopping-bag{
        font-size: 32px;
        display: block;
    }
    .add-cart-bottomNew{
        background: none;
        border: none;
        font-size: 12px;
        padding: 0;
        line-height: 24px;
        display: block;
        width: 100%;
    }
    .ega-cr-addon .ega-ul .ega-menu__item:last-child{
        width: 50%;
        padding: 0;
    }
    .buy-now-bottomNew{
        width: 100%;
        height: 100%;
        color: #fff;
        border: none;
        background: #185137;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ega-cr-addon{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        left: 0;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.05);
    }
    .col-left-account .page-title .title-head{
        font-size: 36px;
        line-height: 48px;
        margin: 32px 0 0;
    }
    .col-left-account .page-title p{
        margin-bottom: 24px;
    }
    .breadcrumbCate{
        padding: 0 15px;
    }
    .listProductWislist .wislistItem{
        border-top: 1px solid #e6e6e6;
        padding: 15px;
        display: flex;
        position: relative;
    }
    .listProductWislist .wislistItem .mediaImage a img{
        width: 152px;
        height: 152px;
        border-radius: 4px;
    }
    .listProductWislist .wislistItem .mediaBody{
        padding-left: 15px;
    }
    .listProductWislist .wislistItem .mediaBody .productName{
        font-size: 18px;
        margin: 0 0 10px;
        line-height: 24px;
        font-weight: 600;
    }
    .listProductWislist .wislistItem .mediaBody .priceProductWislist{
        line-height: 24px;
        margin-bottom: 10px;
        color: #d9513f;
        font-weight: 600;
    }
    .listProductWislist .wislistItem .mediaBody .removeCartItem{
        line-height: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid;
    }
    .listProductWislist .wislistItem .mediaBody .statusProduct{
        margin-bottom: 10px;
        font-weight: 600;
    }
    .listProductWislist .actionBtn{
        padding: 0 15px;
    }
    .listProductWislist .actionBtn .btn-buyNow{
        display: flex;
        background: #185137;
        color: #fff;
        border-radius: 4px;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        margin-bottom: 15px;
    }
    .wishlistBtn .wishlistCount {
        top: -8px;
        left: 15px;
    }
    .listProductWislist.cart .wislistItem .mediaBody .productName{
        margin: 16px 0 10px;
    }
    .listProductWislist.cart .remove-item-cart{
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .fancybox-inner{
        overflow: auto;
    }
    .popupWrapp .image-home-popup img{
        height: 416px;
    }
    .popupWrapp .boxInfo {
        padding-top: 15px;
    }
    .collectionItem .imageCollection a img{
        height: 362px;
    }
    .collectionItem{
        margin: 16px 0 24px;
    }
    .contentCollection{
        margin-top: 32px;
    }
    .album-images{
        padding: 0 8px;
    }
    .album-images .album-images-item {
        height: 183px;
        margin-bottom: 16px;
        padding: 0 8px;
    }
    .album-content {
        margin: 32px 0 16px;
        padding: 0 16px;
    }
    .album-title {
        font-size: 25px;
        line-height: 32px;
        color: #185137;
        font-weight: 600;
        text-align: center;
        margin: 24px 0;
    }
    .imageBannerCat .iconLogo{
        width: 72px;
        height: 72px;
        left: -15px;
        bottom: 20px;
    }
    /*.home-slider .item{*/
    /*    height: 716px;*/
    /*}*/
    /*.home-slider .item a img {*/
    /*    object-fit: cover;*/
    /*}*/
    /*.discountProductList.owl-carousel .owl-nav button {*/
    /*    top: 20%;*/
    /*}*/
    .btn-buyNow.viewAgain{
        display: inline-block;
        border-bottom: 1px solid;
        margin-top: 8px;
    }
    #tableShipFee table{
        min-width: 550px;
    }
    #tableShipFee > div{
        display: block;
        overflow: auto;
    }
    .table-bordered>tbody>tr>td img{
         width: 150px;
         display: block;
    }
    #tableShipFee>div>p{
        text-align: center;
    }
    .popupBuyMobile.open{
        position: fixed;
        background: #ffff;
        z-index: 99999;
        left: 0;
        bottom: 0;
        transition: all .3s ease-in-out 0s;
        padding: 20px;
        width: 100%;
        height: auto;
        display: block;
    }
    .popupBuyMobile.open .boxProductMobile{
        display: flex;
        justify-content: space-between;
    }
    .popupBuyMobile .boxProductMobile .imageProductMobile{
        display: none;
    }
    .popupBuyMobile.open .boxProductMobile .imageProductMobile{
        display: block;
    }
    .popupBuyMobile.open .boxProductMobile .imageProductMobile img{
        width: 100px;
        height: 100px;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile{
        padding-left: 10px;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .title-head{
        font-size: 16px;
        margin: 0;
        line-height: initial;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .price-box{
        margin: 0;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .price-box .discountPrice{
        font-size: 18px;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .price-box .product-price-old{
        font-size: 16px;
    }
    .popupBuyMobile .boxProductMobile .infoProductMobile .ivt_mb{
        display: none;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .ivt_mb{
        display: block;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .ivt_mb p{
        margin: 0;
    }
    .popupBuyMobile.open .boxProductMobile .infoProductMobile .ivt_mb p .number{
        font-weight: 600;
        margin-left: 5px;
    }
    .popupBuyMobile.open .attr .guideSize{
        display: none;
    }
    .popupBuyMobile.open .buttonWrapp #buyNow{
        width: 100%;
    }
    .popupBuyMobile.open .buttonWrapp .wishlistItems{
        display: none;
    }
    .popupBuyMobile.open #addQuickCart{
        display: none;
    }

    .popupBuyMobile.open.addCart #addQuickCart{
        background: #185137;
        color: #fff;
        text-align: center;
        display: block;
    }
    .popupBuyMobile.open .wishlistItems{
        margin: 10px 0;
        text-align: center;
    }
    .popupBuyMobile.open.addCart #buyNow{
        display: none;
    }
    .overlay_chirPopupMobile.open{
        display: block;
    }
    .overlay_chirPopupMobile {
        background: rgba(0,0,0,.6);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10001;
        display: none;
    }
    .popupBuyMobile.open .attr{
        margin-top: 10px;
    }
    .popupBuyMobile.open .buttonWrapp{
        margin: 0;
    }
    .popupBuyMobile .closeModalBuyMobile{
        display: none;
        position: absolute;
        top: -32px;
        right: 0;
        padding: 5px;
        background: #e8e8e8;
    }
    .popupBuyMobile .closeModalBuyMobile img{
        width: 22px;
        height: 22px;
    }
    .popupBuyMobile.open .closeModalBuyMobile{
        display: block;
    }
    .owl-carousel .owl-item{
        touch-action: pan-y!important;
    }
    .listPromotionTab ul{
        padding: 10px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .breadcrumbCate.promotionView{
        padding: 0;
    }
    .productList.discountProductList.owl-carousel .owl-nav button.owl-next{
        right: 3px;
    }
    .productList.discountProductList.owl-carousel .owl-nav button.owl-prev{
        left: 3px;
    }
    .listImgZoom li{
        margin-bottom: 0;
        margin-right: 10px;
    }
    .listImgZoom{
        margin-right: -10px;
    }
    .scrollup{
        bottom: 20px;
    }

    .menuBot{
        position: fixed;
        bottom: 70px;
        right: 10px;
        z-index: 999;
    }
    .menuBot ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .menuBot ul li{
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 8px;
    }
    .menuBot ul li a{
    }
    .menuBot ul li a img{
        /*background: #ffe107;*/
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-bottom: 4px;
    }
    /*.menuBot ul li a img{*/
    /*    !*background: #ffe107;*!*/
    /*    display: inline-block;*/
    /*    width: 16px;*/
    /*    height: 16px;*/
    /*    margin-bottom: 4px;*/
    /*}*/
    .menuBot ul li:last-child{
        border: none;
    }
    .menuBot ul li:last-child a img{
        padding: 2px;
        border-radius: 2px;
        /*background: linear-gradient(90deg, #FF6633 0%, #FD5D32 33%, #F7432E 88%, #F53D2D 99%);*/
    }
    .menuBot ul li a span{
        font-weight: 500;
        line-height: 20px;
        display: block;
        color: #333;
        font-size: 11px;
    }
    .shopee-fixed-icon{
        display: none;
    }
}
/*===============footer-fixed===============*/
#notIndex-fixed-actions{
    overflow: visible!important;
    right: 20px;
    position: fixed;
    z-index: 99800;
    bottom: 115px;
}
.fixed-item{
    position: absolute;
    opacity: 1;
    right: -10px;
    width: max-content;
}
.fixed-item a{
    float: right;
    border-radius: 50%;
}
.fixed-item a:hover{
    text-decoration: none!important;
}
.title-fixed{
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px!important;
    white-space: nowrap!important;
    width: auto!important;
    line-height: 25px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    top:5px;
    display: none;
}
.title-fixed::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(29, 36, 62, 0.7) transparent transparent!important;
    left: 100%;
    transform: rotateZ(-180deg);
}
.btn-phone-fixed{
    top: -180px;
}
.btn-zalo-fixed{
    top: -105px;
}
.btn-face-fixed{
    top: -25px;
}
#notIndex-fixed-actions img {
    width: 60px;
}
#topbar {
    padding: 0 50px;
    background: #FFFFFF;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    width: 100%;
}
.marquee-topbar {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    animation: auto-run 30s linear infinite;
}
@keyframes auto-run {
    0% {
        transform: translateX(100%);
        /* Start position */
    }
    100% {
        transform: translateX(-110%);
        /* End position */
    }
}
.marquee-topbar .item {
    flex: 1;
    margin-right: 20px;
    white-space: nowrap;
}
#topbar p {
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
    font-size: 18px;
}
.label_product-tag {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}
.productItem .productImage a .label_wrapper img{
    width: 80px;
}
.group-category {
    display: inline-block;
}
@media (min-width: 992px) {
    .group-category .wrap-category {
        margin: 0 -10px;
    }
}
.pd-top-30 {
    padding-top: 30px;
}
.wrap-category .item-block {
    padding: 2.5px 10px;
    margin-bottom: 15px;
}
.wrap-category .item-block .bg-cate-color {
    background: #fff;
    height: 100%;
    padding: 15px 15px 0 0;
    border-radius: 5px;
}
.wrap-category .item-block .top-head {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.wrap-category .item-block .top-head h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-left: 12px;
    border-left: 3px solid;
}
.wrap-category .item-block .top-head a {
    color: #828282;
}
.product-block {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    min-height: 100%;
    /* flex: 1; */
    background: #fff;
    border-radius: 5px;
}
.product-block .product-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    margin: 0;
}
.product-block .product-img > a {
    display: block;
    position: relative;
    z-index: 9;
}
.product-block .product-img > a:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}
.product-block .product-img > a img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    z-index: 8;
    width: 100%;
}
.button-loop {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}
.site-nav-menu > ul > li .sub_top_menu, .site-nav-menu > ul > li .sub_top_menu .sub_menu_dropdown.lv3, .product-block .button-loop, .action-loop .button-action-quickview, .action-loop .button-action-quickview .action-add-cart, .action-loop .button-action-quickview .action-text, .back-to-top, .fixed-action-btn li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button-loop .quick-view {
    border: none;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.action-loop {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    right: 10px;
}
.boxPromotionProduct .wrappCountdow,.viewMoreFlash{
    display: none;
}
@media screen and (max-width: 768px) {
    .marquee-topbar {
        animation: auto-run 30s linear infinite;
    }
    .group-category{
        padding: 0;
    }
}