/* Fonts */

@font-face {
    font-family: 'Tensentype MingSongJ-W8';
    src: url('fonts/TensentypeMingSongJ-W8.eot');
    src: url('fonts/TensentypeMingSongJ-W8.eot?#iefix') format('embedded-opentype'),
        url('fonts/TensentypeMingSongJ-W8.woff2') format('woff2'),
        url('fonts/TensentypeMingSongJ-W8.woff') format('woff'),
        url('fonts/TensentypeMingSongJ-W8.ttf') format('truetype'),
        url('fonts/TensentypeMingSongJ-W8.svg#TensentypeMingSongJ-W8') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Medium.eot');
    src: url('fonts/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff'),
        url('fonts/AvenirNext-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('fonts/AvenirNext-Regular.eot');
    src: url('fonts/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff'),
        url('fonts/AvenirNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Optima';
    src: url('fonts/Optima-Regular.eot');
    src: url('fonts/Optima-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Regular.woff2') format('woff2'),
        url('fonts/Optima-Regular.woff') format('woff'),
        url('fonts/Optima-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima Bold';
    src: url('fonts/Optima-Bold.eot');
    src: url('fonts/Optima-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Optima-Bold.woff2') format('woff2'),
        url('fonts/Optima-Bold.woff') format('woff'),
        url('fonts/Optima-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaiti SC';
    src: url('fonts/STKaiti-SC-Bold.eot');
    src: url('fonts/STKaiti-SC-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/STKaiti-SC-Bold.woff2') format('woff2'),
        url('fonts/STKaiti-SC-Bold.woff') format('woff'),
        url('fonts/STKaiti-SC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HYChengXingJ';
    src: url('fonts/HYChengXingJ.eot');
    src: url('fonts/HYChengXingJ.eot?#iefix') format('embedded-opentype'),
        url('fonts/HYChengXingJ.woff2') format('woff2'),
        url('fonts/HYChengXingJ.woff') format('woff'),
        url('fonts/HYChengXingJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Body */
body {
    font-family: 'Avenir Next' !important;
    font-weight: normal !important;
    font-style: normal;
}

.chinese {
    font-family: 'Avenir Next';
}

/* Custom */
.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}
/* fix sub-menu new */
ul.megamenu>li>.sub-menu {
    left: -31px;
/*     top: 50px; */
}
ul.megamenu>li>.sub-menu .content{
    position: relative;
    top: 14px;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
ul.megamenu>li>.sub-menu .content li:hover{
    background-color: #F5F5F5;
}
ul.megamenu>li>.sub-menu .content li{
    padding: 7px 30px;
    text-align: left;
}

ul.megamenu > li > a:before {
    background:none !important;
}
ul.megamenu > li > a.active {
    text-decoration: none;
    text-decoration: underline;
    text-underline-offset: 20px;
    text-decoration-thickness: 2px;
    text-decoration-color: #7E0000;
}

ul.megamenu>li>.sub-menu .content li a{
    font-size: 13px !important;
    font-family: 'Avenir Next';
}
/* end */


#top ul.megamenu>li.search .search_form input, ul.megamenu>li.search .search_form input {
    border-radius: 4px !important;
    border: solid 1px #dbdbdb !important;
    background-color: #ffffff !important;
}
#top .search_form input {
    /* width: 142%;
    position: relative;
    left: 88px; */
}
.search_form .button-search2{
    background-color: #aa381e;
    width: 40px;
    height: 34px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 1px;
    left: 169%;
    z-index: 2;
}
.search_form .button-search2:before {
    content: url('https://eseed.o2o.my/templates/herbstore/image/data/theme/icons/search_090221181731.png');
    color: white;
    font-size: 19px;
    position: absolute;
    top: 9px;
    left: 11px;
}
.autocomplete-results ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    left: 88px !important;
}
#header-right .menu-responsive-btn[aria-controls="search_collapse"] i,
#header-right .menu-responsive-btn[data-easydrawer-id="drawer-account"] i{
    display: none;
}


.standard-body .fixed .container{
  margin: 0 auto;
}
.main-content.fixed.home{
    overflow-x: hidden !important;
}
.main-content.fixed.inner-page{
    overflow: hidden !important;
}

.full-width-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* top bar */
#top-bar .col-sm-3{
    width: 100%;
    text-align: center;
}
#top-bar #top-bar-right{
    display: none;
}
#top-bar .welcome-text{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}


/* megamenu */
.col-xs-0.col-sm-0.col-md-8#header-center {
    text-align: center;
}
#top .pattern {
/*     border-bottom: 1px solid #efefef; */
}
ul.megamenu {
    background: none;
}
#top .background .pattern >.container{
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.megamenu li a strong {
    font-size: 18px !important;
    font-family: 'Avenir Next' !important;
    text-transform: none !important;
}
.megamenu a.clearfix:before{
    display: none !important;
}

.megamenu .with-sub-menu>a strong:after {
    content: "\f0d7";
    font-family: "font awesome 5 free",FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}
ul.megamenu li .sub-menu .content {
    border-color: #dbdbdb !important;
}
.megamenu li.with-sub-menu ul {
    padding-left: 0;
    list-style: none;
}
ul.megamenu li .sub-menu .content a {
    margin-bottom: 15px;
}
.megamenu .sub-menu ul li a {
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: var(--black);
}

/* cart icon top */
#top #cart_block .cart-heading img {
    margin-top: 6px;
    display: none;
}
#top #cart_block .cart-heading span {
    display: inline;
    padding: 3px 0 0 0px;
    font-family: Lato !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
#top #cart_block .cart-heading::before {
    content: '\f07a';
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 5px;
}
#header-right .menu-responsive-btn[aria-controls="search_collapse"]::before {
    content: '\f002';
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 15px;
}
#header-right .menu-responsive-btn[aria-controls="search_collapse"]:focus {
    color: unset;
    text-decoration: none;
}

/* account icon */
#header-right .menu-responsive-btn[data-easydrawer-id="drawer-account"]::before {
    content: '\f007';
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 15px;
}
@media (min-width: 960px) {
    .menu-responsive-btn {
        margin-left: 15px !important;
    }
}


/*header smooth transition*/
#header-left img {
  max-height: 100px;
  transition: max-height 0.3s ease, transform 0.3s ease;
  transform: scale(1);
}



/* HOMEPAGE */
.slider-1 .caption {
    margin: 0 auto !important;
    left: 12.5% !important;
    text-align: left;
}
.slider-1 ul li:nth-child(1) .caption {
    left: 42% !important;
}
.slider-1 .caption .btn-main {
    font-size: 20px;
    letter-spacing: 3px;
    font-family: 'Optima Bold';
    padding: 15px 55px;
}
.slider-1 ul li:nth-child(2) .caption .btn-main {
    line-height: 100px;
}
.slider-1 .caption h1 {
    font-family: 'Kaiti SC';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #151515;
    margin: 0;
}
.slider-1 .caption .chinese-stroke {
    font-family: 'HYChengXingJ';
    font-size: 80px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #7E0000;
}
.btn-main {
    background-color: #7E0000;
    border-radius: 4px;
    max-width: 165px;
    height: 45px;
    color: #ffffff;
    padding: 13px 35px;
    margin-top: 28px;
    cursor: pointer;
}
.btn-main:hover {
    background-color: #7E0000;
    color: #ffffff;
    transition: 0.3s all ease;
}
.slider-container-1 .bullet {
    border-radius: 100%;
    background: #ffffff !important;
}
.slider-container-1 .bullet.selected {
    background: #58595a !important;
}
/* slide 2 */
.slide2 h1 {
    padding-bottom: 15px;
}
.slider-1 .caption .slide2 {
    margin: 23% auto !important;
}

/* services */
.services-box {
    padding-top: 0;
}

.services {
    background: url(../../../../../image/data/theme/banners/static/service-bg-2_050722165023.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 205px;
    text-align: center;
}
.services .service-detail h3 {
    font-family: 'Kaiti SC';
}
.services-block img {
    min-height: 55px;
}
/* section 1 */
/*shop category Home*/
.product-category .breadcrumb .background{
    background: none!important;
    background-image: url("/image/data/theme/etlgifttrading/category-banner_140722163702.png") !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 300px;
    padding: 180px 0px !important;
}

.breadcrumb .background{
    background-image: url("/image/data/theme/etlgifttrading/category-banner_140722163702.png") !important;
    background-repeat: no-repeat;
    background-size: cover !important;

}

.shop-category{
  margin-top: 25px;
  text-align: center;
}
.shop-category .row {
  margin: 30px 0;
}
.shop-category .col-md-6 {
  padding: 0 15px;
}
.relative {
  position: relative;
  overflow: hidden;
  display: flex;
    justify-content: center;
    align-items: center;
}
.shop-category .relative img {
    transition: 0.3s linear;
    position: relative;
}
.shop-category .relative img:hover {
    transform: scale(1.1);
}
.shop-category p {
  margin-bottom: 0;
}
/* .shop-category img {
  transition: .2s ease all;
} */
/* .shop-category .col-md-6:first-child:hover img, .shop-category .col-md-6:last-child .relative:hover img {
  transform: scale(1.1,1.1);
} */
.insta .j-poster,
.insta .j-text{
    display: none;
}
.insta .feed-item{
    border: none!important;
}
.insta{
padding-top:50px!important;
}
.home-category h1.referral{
  display:none!important;
}

.promo-detail {
  position: absolute;
/*   width: 100%;
  height: 100%; */
  display: flex;
/*   align-items: center; */
/*   justify-content: flex-end; */
  flex-direction: column;
  /* bottom: 40%; */
    /* left: 10%; */
}
/* .promo-detail.hot-deal {
  bottom: 35%;
}
.promo-detail.korea-ginseng {
  bottom: 30%;
    left: 65%;
} */
.promo-detail h3{
  color: #ffffff;
    font-family: 'Kaiti SC';
    font-size: 30px;
    text-align: center;
    margin: 0;
    /* font-weight: bold;
    letter-spacing: 0.64px; */
}
.promo-detail p span  {
    font-family: Raleway;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.03;
    text-align: left;
    color: #58595a;
}
.promo-detail p {
    padding-bottom: 20px;
    padding-top: 5px;
}
.promo-detail a {
  font-size: 20px;
  font-family: 'Optima Bold';
  /* font-weight: 600;
  letter-spacing: 1.3px; */
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 50px;
  margin-top: 20px;
}
.promo-detail.korea-ginseng a {
  /* color: #fff; */
}
/* .promo-detail a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    padding-left: 7px;
    font-size: 12px;
} */
.promo-detail a:hover{
    background: #7E0000;
    border-color: #7E0000;
    color: #ffffff;
}
.shop-category .right-last {
  margin-top: 30px;
}
/* .shop-category .col-md-6:last-child .relative:last-child {
  margin-top: 30px;
} */
.shop-category .col-md-6:first-child .relative:first-child {
/*   max-height: 430px; */
}

/* section 2 */
/* product slider */
/*BestsellerHome*/
.bestsellers{
    margin-top: 20px;
}
.filter-product{
    text-align: center !important;
}
.box.bestsellers .box-heading{
    background: none !important;
    font-family: 'Optima';
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #7E0000;
    text-transform: uppercase;
}
.box.bestsellers .box-heading::before {
    content: '热销产品';
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Kaiti SC';
    line-height: 70px;
    color: #7E0000;
}
.product-grid .product .name a{
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #111c30;
}
.product-grid .product{
    text-align: center;
}
.box.filter-product .slider-center-arrow .next span:before, .box.filter-product .slider-center-arrow .prev span:before {
    display: none;
}
.box.filter-product .slider-center-arrow .next span{
    background: url(/image/data/theme/icons/angle-right_040722142718.png) no-repeat;
}
.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span {
    width: 46px;
    height: 50px;
    margin: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.box.filter-product .slider-center-arrow .next span:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.box.filter-product .slider-center-arrow .prev span:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.box.filter-product .slider-center-arrow .prev span{
    background: url(/image/data/theme/icons/angle-left_040722142718.png) no-repeat;
}
.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev{
    background: transparent !important;
    top: 40%;
}

.product-category .box-category ul li a{
    font-family:'Avenir Next';
}

.about-us-image-1{
    padding-top: 10px;
}

.info-4 .breadcrumb .background{
    padding: 155px 0 !important;
    background-size: cover;
    background-image: url("/image/data/theme/etlgifttrading/about-us-banner_140722112624.png") !important;
    height: 300px;
}
.info-4 .breadcrumb .container h2{
    color: #ffffff;
    font-family: 'Avenir Next' !important;
}

.info-14 .breadcrumb .background {
    padding: 155px 0 !important;
    background-size: cover;
    background-image: url("/image/data/theme/etlgifttrading/contact-us-banner_140722114524.png") !important; 
    height: 300px;
}

.info-14 .breadcrumb .container h2{
    color: #ffffff;
}

.info-14 .google-maps {
    color: #404040;
    font-family: 'Avenir Next';
}

.info-14 .center-column {
    background-color:#FFF6EF;
    padding: 40px !important;
}

/*Membership benefit page*/
.info-15 .breadcrumb .background {
    padding: 155px 0 !important;
    background-size: cover;
    background-position: center !important;
}

.info-15 .breadcrumb .background {
    background-image: url("/image/data/theme/etlgifttrading/Membership/member-benefit-banner_140722121637.png") !important; 
    background-repeat: no-repeat;
}

.info-15 .breadcrumb .container h2{
    color: #ffffff;
}

.info-15 .breadcrumb .clearfix {
    padding-top: 0px;
}

.info-15 .membership-title {
    text-align: center;
    color: #404040;
    font-weight: bold;
    font-family: 'Optima';
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.info-15 .container .box {
    padding-top: 0px;
}

.info-15 .join-now-text{
    margin-left: 10px !important;
    padding-top: 100px !important;
    font-family: 'Optima';
    font-weight: bold !important;
    font-size: 32px !important;
    color:#7E0000 !important;
    text-transform: uppercase;
}

.info-15 .join-now-button{
    margin: 20px 0px 0px 10px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    color:#ffffff !important;
    text-transform: uppercase;
    background-color: #7E0000;
    letter-spacing: 3px;
    font-family: 'Optima Bold';
    padding: 15px 30px;
    border:none;
}

.info-15 .join-our-membership-now{
    background-image: url("/image/data/theme/etlgifttrading/Membership/join-our-membership-banner_140722123625.png");
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 300px;
}

.info-15 .footer .pattern{
    padding-top: 0px;
}

.breadcrumb .background {
    padding: 90px 0 !important;
    background-position: center !important;
}

/*FAQ PAGE*/
.faq-page {
    padding-bottom: 20px;
}
.info-16 .box-information{
    display:none;
}

.info-16 .breadcrumb .background {
    background-image: url("/image/data/theme/etlgifttrading/faq-banner_140722155525.png") !important; 
    background-repeat: no-repeat;
    background-size: cover;    
    padding: 100px 0 !important;
    background-position: center !important;
}

.info-16 .breadcrumb .container h2{
    color: #ffffff;
}

.info-16 .accordion {
    background-color: #ffffff;
    color: #404040;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #D0D0D0;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    font-family: 'Optima-Bold';
}
  
.info-16 .active, .info-16 .accordion:hover {
    background-color: #FBECE0;
    color: #7E0000;
  }
  
.info-16 .accordion:after {
    content: '\002B';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
.info-16 .active:after {
    content: "\2212";
  }
  
.info-16 .panel {
    padding: 0 18px;
    border:1px solid #D0D0D0;
    border-top:none;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.info-16 .panel p {
    padding-top: 20px;
}


.info-16 .accordion.active .panel{
    display: block;
}

.info-16 .faq-title {
    font-size: 32px;
    font-family: 'Optima-Bold';
    color: #404040;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1rem;
}

/* section 3 */
/* textblock 2 */
.full-width-section-about {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: url(/image/data/theme/banners/text_block/home/home-about-section-min_070722165021.png) no-repeat;
    background-size: cover;
    margin-top: 56px;
    min-height: 605px;
}
.full-width-section-about .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.full-width-section-about .col-sm-7{
    /* text-align: left;
    padding: 180px 0; */
}
.full-width-section-about .centered h1{
    font-family: 'Kaiti SC';
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #FBECE0;
    margin-bottom: 40px;
}
.full-width-section-about .col-sm-7 p{
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    margin-bottom: 28px;
    padding-right: 260px;
}
.full-width-section-about .centered a {
    font-size: 20px;
    font-family: 'Optima Bold';
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    background-color: #7E0000;
    padding: 15px 55px;
}
.full-width-section-about .centered a:hover {
    color: #ffffff;
    background: #7E0000;
    transition: 0.3s all ease;
    cursor: pointer;
}

/* Shop by category */
.home-category .home-category-heading {
    text-align: center;
    color: #801400;
    font-family: 'Optima';
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.home-category .ch-title {
    text-align: center;
    color: #801400;
    letter-spacing: 3px;
    padding-top: 20px;
}

/* section 4 */
/*Blog home*/
.box.blogModule.boxPlain{
  padding-top: 0 !important;
}
.blogModule li {
    display: grid;
    background-color: #fff;
    padding-bottom: 25px;
    overflow: inherit;
/*     border: 1px solid #efefef; */
}
.blogModule li:hover {
/*     box-shadow: 2px 2px 10px 0 rgba(38,50,55,0.12); */
}
.boxPlain .box-content{
  border-top: transparent !important;
  padding: 9px 8px 0px !important;
}
.blogModule .image img {
    float: left;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin-right: 0 !important;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}
.blogModule .title {
    font-size: 18px !important;
    font-weight: 600 !important;
    display: block;
    color: #212121;
    margin-bottom: 5px;
    font-family: 'Avenir Next';
    padding: 10px 0px 0;
    text-transform: capitalize;
}
/* a.readMoreBlog{
  padding: 0 20px;
  color: #6f0699;
  padding: 0 20px;
} */
.home a.readMoreBlog {
    padding: 0 0px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #58595a;
    text-decoration: underline !important;
}
.home a.readMoreBlog:hover {
    color: #aa381e;
    text-decoration: underline !important;
}
.blogModule li a:hover{
  text-decoration: none !important;
}
.blogModule .info-date{
    display:none;
    font-size: 13px;
    font-family: 'Avenir Next';
    color: #58595a;
    padding: 20px 0px 0;
    text-transform: uppercase;
}
.boxPlain .box-heading{
  padding: 30px 0px 0px 0px !important;
  border-bottom: transparent !important;
  text-align: center;
  font-size: 28px !important;
  font-weight: 600 !important;
}
.blogModule .info{
  display: none !important;
}
.blogModule p{
  padding: 0 0px 20px;
  display: none;
  color: #58595a !important;
}
.blogModule ul{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.boxPlain {
/*   background-color: #f7f9fa; */
}
.box.blogModule.boxPlain.full-width-content .box-heading span{
    font-family: 'Avenir Next';
    font-size: 28px;
    font-weight: 600;
/*     letter-spacing: 0.56px; */
    text-align: center;
    color: #212121;
}
/* hide cluetip when hover to blog title */
.cluetip-default {
  display: none !important;
}


/* FOOTER */
.footer .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer h4 {
    margin: 20px 0 10px;
    background: none;
    font-size: 18px !important;
    font-family: 'Optima Bold' !important;
    letter-spacing: 1.12px !important;
/*     color: #ffffff !important; */
}
.footer .footer-panel ul li a{
    font-size: 14px;
    font-family: 'Optima';
    line-height: 2.29;
    color: #404040;
}
.footer-panel li a:hover {
    color: #212121 !important;
    transition: 0.3s all ease;
}
.footer .footer-panel:nth-child(2) li:nth-child(3) {
    display: none;
}
.footer .footer-panel:nth-child(3) li:nth-child(4) {
    display: none;
}
.footer .col-sm-3.col-xs-6.footer-panel {
    display: flex;
    flex-direction: column;
}
.footer .col-sm-3.col-xs-6.footer-panel:nth-child(2) {
    order: 99;
}
.footer .col-sm-3.col-xs-6.footer-panel:nth-child(3) {
    order: 0;
}
.footer .col-sm-3.col-xs-6.footer-panel:nth-child(4) {
    order: 2;
}
.footer .pattern {
    padding-top: 45px;
}

.footer .col-sm-3.col-xs-6.footer-panel:nth-child(4) ul li:nth-child(2){
    display:none;
}

.footer .col-sm-3.col-xs-6.footer-panel:nth-child(4) ul li:nth-child(3){
    display:none;
}

.login-content2 form h2 {
    font-size:22px;
}

/* newsletter subscribe */
@media (min-width: 768px){
    .col-sm-4 {
        width: 33.33333333%;
    }

}
.footer-newsletter h3 {
    font-size: 14px !important;
    margin: 20px 0 7px;
    text-transform: uppercase;
    padding: 20px 14px 20px 0;
    font-weight: bold;
    letter-spacing: 1.12px;
    color: #212121;
}
.footer .pattern p {
    font-size: 16px;
    color: #404040;
    font-family: 'Optima';
}
.footer .pattern .footer-store-name {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    font-family: 'Optima Bold';
    text-transform: uppercase;
}
.footer .pattern .footer-contact,
.footer .pattern .footer-email {
    display: flex;
    align-items: baseline;
    padding-top: 10px;
}
.footer .pattern .footer-contact:before {
    content: "\f095";
    font-family: "Font Awesome 5 Pro", FontAwesome;
    font-weight: 900;
    font-size: 13px;
    padding-right: 10px;
}
.footer .pattern .footer-email::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro", FontAwesome;
    font-weight: 900;
    font-size: 13px;
    padding-right: 10px;
}
.copyright .social-icon i.fa-facebook-f {
    padding: 10px 15px;
}
.copyright .social-icon i {
    margin-left: 10px;
    padding: 10px 12px;
    border: solid 1px #A09B8C;
    border-radius: 50px;
    color: #A09B8C;
    transition: 0.3s all ease;
}
.ne_subscribe label {
    display: block;
    align-items: center;
    margin-top: 16px;
}
input.subscribe_email{
    width: 90% !important;
    background: #fff!important;
    height: 40px;
    border: none;
    padding-left: 20px;
}
input[type=text].subscribe_email {
    font-size: 14px;
    color: #8e8e8e;
}
.footer-newsletter .ne_submit {
    display: inline-block;
    text-align: center;
    height: 41px;
    padding: 7px 12px;
    background: #aa381e;
    border: 1px solid #aa381e;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    margin-left: -10%;
}

.footer.full-width .background .pattern{
/*     border-bottom: 1px solid #454545; */
}

/*footer bottom copyright */
.copyright p {
    color: #404040;
    font-size: 12px !important;
}
.copyright p a{
    color: #404040 !important;
}
.footer-icon a {
    font-size: 18px;
}
.footer-icon i {
    margin-left: 15px;
    color: #58595a;
}
.footer-icon i:hover {
    color: #aa381e;
}




/* CATEGORY PAGE */

/* page banner */
.breadcrumb .clearfix {
/*     background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/category-banner_080121150948.jpg); */
    /* background-size: cover;
    border-radius: 15px;
    margin-top: 15px !important; */
}
.breadcrumb .container ul {
    display: none;
}
.breadcrumb .container>div {
    padding: 50px 0;
}
.breadcrumb .container h2 {
    font-family: 'Avenir Next' !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    text-align: left;
    letter-spacing: 0.64px !important;
    color: #ffffff;
    margin: 0 !important;
    text-transform: capitalize !important;
    background-repeat:no-repeat !important;
}
.product-category .product-filter .options {
/*     display: none; */
}
.product-category .product-filter .options .product-compare{
    display: none;
}
.list-options .sort, .list-options .limit {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.96px;
    color: #263237;
    text-transform: uppercase;
}
.sort select, .limit select {
    border: 0;
    background: #ffffff;
    border-bottom: 1px solid #b5b2ad;
    padding-left: 0 !important;
}
/* filter left column section */
.box.box-category {
    border-color: transparent;
}
.box-category .box-heading {
    padding: 15px 0px 10px 0px;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    font-family:'Avenir Next' !important;
}
.box-category .box-content.collapse ul {
    padding: 20px 0px;
}
.box-category ul li a {
    font-size: 16px;
/*     font-weight: 500; */
    color: #58595a;
    text-transform: capitalize !important;
}
.box-category ul li a:focus {
    text-decoration: none !important;
}
.accordion > li.panel > a {
/*     text-transform: uppercase ; */
}
.box-category ul li a.active {
    font-weight: bold;
    color: #aa381e !important;
    /* border-bottom: 1px solid #6f0699; */
    padding-bottom: 3px;
}
.box.mfilter-box .box-heading {
    font-weight: bold !important;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase!important;
    font-family:'Avenir Next' !important;
}
.mfilter-button-bottom {
    padding: 2px 1px !important;
    font-weight: 500;
    border: 1px solid #424242 !important;
    top: 11px !important;
    right: 0px !important;
    font-family:'Avenir Next' !important;

}

.box .box-content .list-box li:nth-child(7), .box .box-content .list-box li:nth-child(8) ,.box .box-content .list-box li:nth-child(10),.box .box-content .list-box li:nth-child(12){
    display:none;
}
.account-page .content:nth-child(4) ul li:nth-child(2), .account-page .content:nth-child(4) ul li:nth-child(3),.account-page .content:nth-child(4) ul li:nth-child(5), .account-page .content:nth-child(4) ul li:nth-child(6){
    display:none;
} 
.account-newsletter .breadcrumb .container h2 ,.account-reward .breadcrumb .container h2 ,.account-order .breadcrumb .container h2 ,.account-wishlist .breadcrumb .container h2 ,.account-address .breadcrumb .container h2 ,.account-account .breadcrumb .container h2 , .account-edit .breadcrumb .container h2, .account-password .breadcrumb .container h2{
    color:#404040;
}


.fa-times:before {
    display: none;
}
.mfilter-button-reset {
    margin-left: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500 !important;
    color: #424242;
}
.mfilter-price-slider #mfilter-price-slider .ui-slider-handle{
    border: 1px solid #aa381e !important;
    background: #aa381e !important
}
#mfilter-price-slider .ui-slider-range {
    background-color: #aa381e !important;
}
.mfilter-heading-text > span {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    font-family: 'Avenir Next';
}
.mfilter-heading .mfilter-head-icon:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
    content: "\f067";
}
.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    border-color: #aa381e !important;
    background-color: #aa381e !important;
    color: #fff !important;
}
.mfilter-col-count {
    visibility: hidden;
}
.mfilter-tb-as-tr {
    border-top: 0px dashed #dcdcdc !important;
}
.mfilter-content-wrapper {
    padding-top: 5px;
    border-top: 2px solid #ccc;
}
.mfilter-content-wrapper {
    padding: 5px 0 20px !important;
    border-bottom: 1px solid #dbdbdb;
    border-top: none !important;
}
.box.mfilter-box.mfilter-column_left.init .box-content.mfilter-content li:nth-child(4) {
/*     display: none; */
}
.mfilter-options .mfilter-price-inputs input{
    background-color: #ffffff !important;
}
/* search */
.mfilter-options .mfilter-search input#mfilter-opts-search::placeholder{
    opacity: 0.3;
    font-family: Lato;
    font-size: 14px;
    color: #111c30;
}
.mfilter-options .mfilter-search input#mfilter-opts-search {
    background-color: #ffffff;
}


.mfilter-box .mfilter-attributes[data-seo-name="62-concern"] .mfilter-tb-as-td{
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    color: #58595a;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-concern"] .mfilter-tb-as-td.mfilter-col-input{
  border: solid 1px #b5b2ad;
}
/* category content */
.product-filter .options .button-group button {
    color: #b5b2ad !important;
}
.product-filter .options .button-group button:hover, .product-filter .options .button-group .active {
    color: #000000 !important;
}
.product-category div.pagination {
    width: 100%;
}
.product-category div.pagination .links li.active span {
    border: 1px solid black;
}
.product-grid .product .name {
    font-family: 'Avenir Next' !important;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #404040;
}
.product-grid .product .price {
    text-align: center;
    font-family: 'Avenir Next' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #404040 !important;
}
.product-grid .product .image .product-actions a {
    background: #aa381e !important;
}


/* PRODUCT DETAIL PAGE */
.product-info .product-title{
    font-family: 'Avenir Next';
    font-size: 32px;
    font-weight: 600;
/*     letter-spacing: 0.72px; */
    text-align: left;
    color: #212121;
    text-transform: capitalize!important;
}
body.product-product .breadcrumb .clearfix {
    background: none;
    padding: 10px 0 0 !important;
    border-radius: 0;
}
body.product-product .breadcrumb .container h2 {
    display: none;
}
body.product-product .breadcrumb .container ul {
    display: block;
    float: left;
}
body.product-product .breadcrumb .clearfix ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #b5b2ad;
    text-transform: capitalize;
/*     letter-spacing: 0.96px; */
}
body.product-product .breadcrumb .clearfix ul li:before {
    font-size: 12px;
    font-weight: 500;
    color: #b5b2ad;
    margin: 0 5px;
}
body.product-product .breadcrumb .clearfix ul li:last-child a {
    color: black;
}
.line_product {
    border-top: 0px solid #dbdbdb;
    margin: 40px 0 25px;
}
.htabs {
/*     background: none; */
    text-align: center;
    font-family: 'Optima';
}
.htabs a {
    display: inline-block;
    float: none;
    font-weight: 500 !important;
    padding: 0;
    font-family: 'Optima' !important;
    text-transform: uppercase !important;
    letter-spacing: 1.6px !important;
    font-size: 16px !important;
}
.htabs a.selected {
  color: #aa381e !important;
    border-color: #aa381e !important;
}
.htabs a:hover {
    color: #aa381e !important;
}
.htabs a:focus {
    text-decoration: none !important;
}
/* #tabs.htabs a:nth-child(3){
    display: none !important;
} */
.product-product #tab-description h2 {
    font-family: 'Avenir Next'!important;
    font-size: 16px !important;
    font-weight: bold;
    color: #58595a;
    text-transform: capitalize !important;
}
.product-product #tab-description p{
    color: #58595a;
}
.product-product #tab-description ul{
    color: #58595a;
}
.product-product #review-title{
/*     font-family: Poppins; */
    font-size: 16px !important;
    font-weight: bold;
    color: #58595a;
}


#tab-review input, #tab-review textarea {
    background-color: #ffffff;
}
#tab-review .button{
    background-color: #aa381e !important;
    color: #ffffff !important;
}

/* column right product info */
.product-product .product-info .col-sm-6.product-center.clearfix {
        margin-top: 0px;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
    background: none;
    padding: 0;
/*     font-family: 'Poppins', sans-serif; */
}
/* .product-center #product .options .option b{
    text-transform: uppercase;
} */

.product-info .rating {
/*     display: none !important; */
}
.product-info .review>div.share {
    display: inline-flex;
}
.share p {
    margin-top: 4px;
}
.product-info .description{
    text-transform: capitalize;
    color: #58595a !important;
    font-size: 14px;
    font-weight: 500;
}
.product-info .price .price-new{
/*     font-family: Poppins; */
    font-size: 20px;
    font-weight: bold !important;
    color: #aa381e !important;
}
.product-info #product .options h2{
    display: none;
}
/* .product-info #product .options select{
    background-color: #ffffff !important;
    height: 48px;
    width: 346px;
    border-left: 0;
    border-right: 0;
} */
.product-info .cart .add-to-cart p {
    display: none;
}

.product-info .cart .add-to-cart .quantity input {
    background: white;
    height: 50px;
    width: 144px;
}
.product-info .cart .add-to-cart .quantity input {
    color: #58595a;
    text-align: center;
    border: 0;
    background: white;
    padding: 10px 56px;
    border: 1px solid #afafaf;
}
.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
    border: 0;
    top: 0;
    padding-top: 16px;
    width: 30px;
    padding-right: 7px;
}
.product-info .cart .add-to-cart .quantity #q_down, .product-info .cart .add-to-cart .quantity #q_up {
    position: absolute;
    right: 11px;
    height: 17px;
    display: block;
    text-align: center;
}
.product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
}
.product-info .cart .add-to-cart .button {
/*     background: #6f0699; */
/*     border-color: #6f0699; */
    width: 190px;
/*     font-family: Poppins; */
    font-size: 15px;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
}
#product .cart .links a{
    font-size: 14px !important;
    color: #262f38 !important;
}
/* #product .cart .links a:nth-child(1){
    margin-right: 103px;
}
#product .cart .links a:nth-child(2){
    padding-right: 0px;
} */
.product-info .cart .links {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    width: 349px;
}
.at-share-btn-elements .at-share-btn .at-icon-wrapper svg{
    fill: #a0a0a0 !important;
}
.at-share-btn-elements .at-share-btn .at-icon-wrapper svg:hover{
    fill: #aa381e !important;
}
/* thumbnail image */
.product-info .thumbnails.thumbnails-bottom.clearfix{
    display: flex;
    justify-content: center;
}
.product-product .product-info .thumbnails li {
    width: auto !important;
}
.product-info .thumbnails li img {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
}
.product-info .thumbnails li img:hover {
    border: 1px solid #aa381e;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    background-color: #f5f5f5;
    border-radius: 50%;
}
/* end */



/* you may also like slider */
.you-may-also-like {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    margin-top: 40px;
}
.you-may-also-like .box-heading {
    margin-top: 50px;
    background: none;
    font-size: 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0.56px !important;
/*     color: #263237 !important; */
}


/* BLOG PAGE */
.blog-category-home h2#title-page{
    visibility: hidden;
}
.blog-category-home h2::after{
    visibility: visible;
    content:"博客";
    font-family: 'Avenir Next';
    float:left;
}

.blog-category-home .blog-filter {
    display: none;
}

.blog-category-home .breadcrumb .background {
    background: url("/image/data/theme/new-design/Catgory-Banners-mobile/blog-banner_050822155825.jpg") !important;
    background-size: cover !important;
    padding: 100px 0 !important;
    height: 300px;
}

.blog-category-home #blog_category #blogCatArticles .articleCat{
    max-height: 530px;
}
#blog_category #blogCatArticles.imageBlock .imageFeatured {
    width: 100% !important;
}
#blog_category .blogCol2 .articleCat {
    padding: 1% 0% !important;
}
#blog_category .blogCol2 .articleCat {
    width: 50% !important;
}
#blog_category .articleCat .articleContent .col-md-12.col-sm-12:hover img {
    transition: 0.6s all ease;
    -webkit-filter: brightness(30%);
}

/* turn img to grey when hover */
#blog_category #blogCatArticles.imageBlock .imageFeatured {
    filter: none;
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}
/* #blog_category #blogCatArticles.imageBlock .imageFeatured:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
} */

body.blog-category-home .articleHeader {
    display: none;
}
.blog-category-home .col-sm-12.center-column #blog_category .livemarks{
    display: none;
}

.blog-1-maintitle{
    color: #7E0000;
    font-family: 'Avenir Next';
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.blog-2-main-title{
    color: #7E0000;
    font-family: 'Avenir Next';
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.articleCat .articleContent{
/*     text-align: center; */
}
#blogCatArticles .article h3, #blogCatArticles .article h3 a {
    font-family: 'Avenir Next' !important;
    font-size: 20px;
    color: #404040;
    font-weight: 600 !important;
    margin: 0;
    padding: 3px 0 0;
    /*     letter-spacing: 0.54px; */
    /*     text-transform: uppercase !important; */
    padding-top: 12px;
}
#blogCatArticles .article h3:hover, #blogCatArticles .article h3 a:hover {
    color: #aa381e;
/*     text-decoration: underline; */
}

#blogCatArticles .col-sm-12 span.blockClear p{
    display: none;
    /*   font-family: Lato; */
    /*   font-size: 16px; */
    line-height: 1.5;
    /*   text-align: left; */
    color: #58595a;
}
.articleCat .article .article-date{
    display: none;
    font-family: 'Avenir Next' !important;
    color: #58595a;
    font-size: 13px;
    text-transform: uppercase;
}
.articleContent .readMore a {
    margin-right: 0;
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-decoration: underline;
    font-family: 'Avenir Next' !important;
}
.articleContent .readMore a:hover {
    color: #7E0000;
    transition: 0.3s all ease;
}
.blog-category-home div.pagination {
    display: none;
}

/* BLOG SINGLE PAGE */
.blog-article .breadcrumb .background {
    background-image: url("/image/data/theme/etlgifttrading/blog/blog-1-banner_180722131026.png") !important;
    padding: 120px 0px !important;
    display: none;
}

#blogCatArticles p, #blogArticle p {
    font-family: 'Avenir Next';
}

.blog-article .articleHeader {
    display: none;
}

body.blog-article .breadcrumb .clearfix {
    display: none;
}
.articleHeader {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.blog-article #blogArticle .articleHeader h1 {
    order: 2;
    width: 100%;
}
.blog-article #blogArticle .articleHeader span {
    width: 100%;
    text-align: center !important;
}
.blog-article #blogArticle .articleHeader h1{
    font-family: 'Avenir Next';
    font-size: 30px;
    font-weight: 600;
/*     letter-spacing: 0.6px !important; */
    color: #212121;
/*     text-transform: uppercase !important; */
}
.blog-article #blogArticle .articleHeader span{
    font-family: 'Avenir Next';
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #58595a;
    text-transform: uppercase !important;
}
.ludoBlog {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #58595a !important;
}
#blogArticle .articleBottom {
    display: flex;
    align-items: center;
    position: relative;
}
.articleBottom {
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
}
.articleBottom > div {
    display: inline-flex;
    justify-content:space-between;
    padding-bottom: 20px;
}
.blog_link span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #aa381e;
}
.blog_link span:before {
    content: '\f053';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color: #aa381e;
}
#blogArticle .articleBottom p {
    margin-bottom: 0;
}
.articleBottom .share p {
    margin-top: 8px;
/*     text-transform: uppercase */
    font-family: Lato;
    font-size: 14px;
/*     font-weight: bold; */
/*     letter-spacing: 1.04px !important; */
    color: #262f38;
}
body.blog-article .at-style-responsive .at-share-btn {
    background-color: transparent !important;
    margin: 5px 2px !important;
}
body.blog-article .at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    fill: #58595a !important;
}
body.blog-article .at-resp-share-element .at-icon:hover, .at-resp-share-element .at-label {
    fill: #aa381e !important;
}


/* About Us */
.info-4 .center-column {
    margin-bottom: 30px;
}

.col-md-6.col-sm-12.how_start {
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-6.col-sm-12.how_start h3 {
      font-family:  'Avenir Next';
    font-size: 24px !important;
    font-weight: 600;
    text-transform: capitalize;
/*     letter-spacing: 2.17x; */
    color: var(--black);
    padding-top: 0;
}
p.about_parag {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #404040;
    font-family: 'Avenir Next';
    text-align: justify;
}
.about-section2 {
    text-align: center;
    margin-top: 40px;
}
.about-section2 h1{
    font-family: 'Avenir Next';
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 50px;
}
.about-section2 h3 {
    font-weight: 600 !important;
    line-height: 1.28;
    text-align: center;
    color: var(--black);
    font-size: 18px !important;
    margin-bottom: 0;
/*     padding: 5px 0; */
}
.about-section2 p {
    font-size: 18px !important;
    line-height: 30px;
    text-align: left;
    color: #404040;
    font-family: 'Avenir Next';
    text-align: justify;
}
.about-us-title-chi {
    color:#7E0000;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Avenir Next';
}
.about-us-title-eng {
    color:#7E0000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Avenir Next';
    text-transform: uppercase;
}

/* CONTACT US PAGE */
/* form section */
.form-field.html-field h3{
    font-size: 24px;
    font-weight: 600;
/*     letter-spacing: 0.48px; */
    color: #404040;
    /* text-transform: uppercase; */
    font-family: 'Avenir Next' !important;
    text-transform: uppercase;
}
.form-field.html-field p{
  font-size: 18px;
  color: #404040;
  font-family: 'Avenir Next' !important;
}
#form1 .field-block .form-control{
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #757575;
    border-radius: 0;
}
#form1 .field-block textarea{
    border-top: 0 !important;
}
#form1 .form-field h4 span {
    display: none;
}
/* #form1 .form-field h3 span{
    font-family: Muli;
    font-size: 14px !important;
    line-height: 1.71;
    color: #58595a;
    text-transform: initial;
} */
#form1 h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #212121;
    text-transform: capitalize;
    font-family: 'Avenir Next' !important;
    font-weight: bold;
}
#form1 .field-block input::placeholder{
    opacity: 1;
    font-size: 14px;
    line-height: 1.57;
    color: #919191;
    font-family: 'Avenir Next' !important;
}
#form1 .field-block textarea.form-control{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-builder textarea {
    height: 57px !important;
}
.form-control{
    padding: 0 !important;
}
.form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #212121 !important;
}
#form1 .button{
    background: #aa381e;
    border-color: #aa381e;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Avenir Next';
}
#form1 .button:hover{
    background: black;
}

/* detail contact section */
.info-detail {
    padding-bottom: 18px;
    display: -webkit-box;
    align-items: center;
}
.info-detail img {
    margin: 0 15px 0 0;
}
.info-detail p{
    font-family: 'Avenir Next' !important;
    color: #58595a;
}
.info-detail p strong {
    color: #212121;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: 'Avenir Next' !important;
    font-size: 14px;
    letter-spacing: 0.28px;
}


/* DELIVERY INFO, RETURN POLICY, TERM CONDITION, PRIVACY POLICY  PAGE*/
.info-6 .breadcrumb .container h2, .info-8 .breadcrumb .container h2, .info-5 .breadcrumb .container h2, .info-3 .breadcrumb .container h2 {
    text-align: left;
    color: #ffffff !important;
}
body.information-information .breadcrumb .clearfix {
    background: none;
    padding: 0px 0 0;
    border-radius: 0;
}
.info-6 .breadcrumb .container h2, .info-8 .breadcrumb .container h2, .info-5 .breadcrumb .container h2, .info-3 .breadcrumb .container h2{
  color: #212121;
}
.information-information  .box-information {
    border-bottom: solid 1px #b5b2ad !important;
}
.box-information {
    text-align: center;
    padding: 5px 0;
    margin-top: 35px;
}
.box-information .box-heading {
    display: none;
}
.box-information ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin: 0;
}
 .box-information li:nth-child(3) , .box-information li:nth-child(5),.box-information li:nth-child(6),.box-information li:nth-child(7), .box-information li:nth-child(8), .box-information li:nth-child(9), .box-information li:nth-child(10) {
    display: none;
}
.box-information li {
    font-family: 'Avenir Next' !important;
    padding: 0 30px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 600;
    border-right: 1px solid #B5B2AD;
    font-size: 14px;
}
.box-information li:nth-child(6) {
/*     border-right: 0px solid #B5B2AD !important; */
}
.box-information .box-content li a:hover {
    color: #aa381e !important;
}
.information-information h3.term_title{
    font-family: 'Avenir Next';
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #58595a !important;
}
.info-6 #quickview_product p, .info-8 #quickview_product p, .info-8 #quickview_product ul, .info-5 #quickview_product p, .info-3 #quickview_product p{
      color: #58595a;
}
.box-information .box-content li .active{
    color: #aa381e;
    border-bottom: 2px solid #aa381e;
    padding-bottom: 7px;
}

/* INFO RIGHT OFFCANVAS */
.offcanvas-right .box-information {
    border-bottom: none;
    padding-top: 15px !important;
}
.box-information {
    text-align: center;
    padding: 5px 0;
    border-bottom: solid 1px #b5b2ad;
    margin-top: 25px;
}
.offcanvas-right .box.box-information.full-width-content .box-content ul {
    display: grid;
    flex-direction: row;
}
.offcanvas-right .box-information .box-content ul > li > a {
    line-height: 3.43;
}
.offcanvas-right.offcanvas-right-information li {
    border-right: 0px solid #B5B2AD;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.navbar-default {
    z-index: 9999999999999999 !important;
}


/* ----------RESPONSIVE------------- */

/* MOBILE */
@media (max-width: 480px){
.info-detail{
        font-size: 12px;
}
.full-width-section-about .centered h1{
    font-size: 20px;
}

.full-width-section-about .centered a{
    font-size: 16px;
    padding: 15px 30px;
}

.shop-category .relative img {
    height: 100%;
}

.full-width-section-about {
    margin-left:-50vw;
}

.info-15 .join-now-text{
    padding-top: 40px !important;
    font-size: 24px !important;
}

.p.about_parag , .about-section2 p {
    font-size: 16px;
}
/* center logo */
.navbar-fixed-top .col.col-xs-4#header-center img{
    padding-left: 26px;
}
/* search bar */
#top .search_form input {
    width: 100%;
    position: relative;
    left: 0px;
    font-family: 'Avenir Next';
}
#header-right .menu-responsive-btn[aria-controls="search_collapse"] {
    display: inline-block !important;
}
#header-right .menu-responsive-btn[aria-controls="search_collapse"] .fa-search {
    display: none;
}

    #top.navbar-default {
        /*background-color: #000000 !important;
        border-color: #000000;*/
    }

    /* HOMEPAGE */
    /*section 1*/
    .promo-detail a{
        padding: 10px 35px;
        letter-spacing: 0.1em;
        font-size: 14px;
    }
/* 
    .services .col-md-five.col-xs-12{
        padding-right: 0px;
    } */
.insta.juicer-feed .j-stacker .j-stack{
    display: flex!important;
    flex-wrap: wrap;
}
.insta .j-stack>.feed-item{
    width: 50%;
    padding: 0 5px!important;
    background: none!important;
}
    .shop-category .col-md-4.col-sm-4.col-xs-12 {
        padding:20px 0px 0px 0px;
        
    }
    .shop-category .col-md-3.col-sm-6{
        padding-top: 20px;
    }

    .shop-category .col-md-6:first-child {
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .shop-category .col-md-6:last-child {
        padding-left: 0;
        padding-right: 0;
    }
    .promo-detail p span {
        font-size: 21px;
    }
    .promo-detail h3 {
        font-size: 20px;
    }
    .services {
        padding: 45px 0px;
    }

    /*section 2 bestseller*/
    .bestsellers {
        margin-top: 32px;
    }
    .bestsellers .box-heading {
        padding-bottom: 27px;
    }
    .full-width-section-about .col-sm-7 p {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*section 3*/
    .full-width-section-about{
        padding-left: 10px;
        padding-right: 10px;
        min-height: 381px;
    }
    .full-width-section-about .col-sm-7 {
        padding: 65px 0;
    }
    .full-width-section-about .col-sm-7 h1 {
        font-size: 30px;
    }
    .full-width-section-about .col-sm-7 p {
        line-height: 1.7;
    }


    /* section 5 */
    /* blog home */
    .box.blogModule.boxPlain {
        margin-top: 20px;
    }
    .responsive .box .box-heading {
        margin-top: 8px;
    }
    .boxPlain .box-heading {
        font-size: 24px !important;
    }
    .boxPlain .box-heading {
        padding: 40px 8px 0 !important;
    }
    .boxPlain .box-content {
        padding: 9px 8px !important;
    }
    .blogModule ul {
        padding: 0 20px !important;
        column-count: 1;
    }
    .blogModule li {
        margin-bottom: 25px !important;
        padding-bottom: 15px;
    }

    /* subscribe newsletter */
    .full-width-content.home-subscribebox .container hr {
        display: none;
    }
    .home-subscribebox h4 {
        text-align: center;
        padding-left: 0px;
    }
    .home-subscribebox label {
      width: 100%;
      float: left;
    }
    .home-subscribebox .subsc_txt{
      width: 100%;
      margin-top: 0;
    }
    .home-subscribebox .real-btn {
      margin-left: -41%;
    }


    /* footer */
    .footer-panel h4::after {
        color: #ffffff;
    }
    .footer-panel:nth-child(2) h4::after{
        display: none;
    }

    .copyright .line {
        margin-bottom: 0px;
        border-top: 0px solid #ffffff;
    }
    .footer .row {
        display: grid !important;
        flex-direction: row;
    }
    .footer-panel {
        padding-top: 0px;
    }
    .footer-panel img {
        padding-top: 20px !important;
        padding-bottom: 10px;
        width: 40%;
    }
    .footer-icon {
        text-align: center;
        margin-top: 8px;
    }
    .icon_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5px !important;
    }
    .icon_txt p {
        font-size: 10px;
        padding: 3px 0 0;
        margin: 0;
        color: #212121;
    }
    #offcanvas-btn-left {
        display: none !important;
    }
    #cart_block .cart-heading span#total_price {
        top: 0px !important;
        right: -13px !important;
    }
    #cart_block .cart-heading span#total_price {
        width: 15px !important;
        height: 15px !important;
        padding-top: 2px;
    }


    /* CATEGORY PAGE */
    .product-category .breadcrumb {
        padding: 30px 0 !important;
    }
    .responsive .col-sm-3 .box.mfilter-box {
        margin-top: 5px !important;
    }
    .responsive .box .box-heading {
        margin-top: 8px;
    }
    .box-content.collapsing ul{
        padding-left: 0;
        padding-right: 0;
    }
    .visible-xs {
        display: inline-block !important;
    }
    .category-chevron i {
        margin-left: 20px;
    }

    /* PRODUCT DETAIL PAGE */
    .product-info .product-title {
        font-size: 30px;
    }
    .product-product .product-info .col-sm-6.product-center.clearfix {
        margin-top: 0px;
    }
    .product-info .product-title {
        margin-bottom: 0px;
    }
    .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price {
        padding: 0;
    }
    .product-info .cart .add-to-cart .quantity input {
        width: 119px;
    }
    .line_product {
        margin: 0 0 15px;
    }
    #product .cart .links a:nth-child(1) {
        margin-right: 0px;
    }
    .product-info #product .options select {
        width: 323px;
    }
    .htabs a {
        font-size: 12px !important;
    }

    .you-may-also-like .box-heading {
        font-size: 18px !important;
    }

    /* BLOG PAGE */
    .blog-category-home .breadcrumb .background {
        background-position: center;
    }
    .breadcrumb .container h2 {
        font-size: 24px !important;
    }
    .blog-category-home .breadcrumb .background {
        padding: 0px 0;
    }
    #blog_category .imageFeaturedLink{
        max-height: 100px;
    }
    .blog-category-home #blog_category #blogCatArticles .articleCat {
        max-height: 350px;
    }
    #blogCatArticles .article h3, #blogCatArticles .article h3 a {
        font-size: 13px;
    }
    #blogCatArticles .col-sm-12 span.blockClear p {
        font-size: 13px;
    }

    /* BLOG SINGLE PAGE */
    .blog-article #blogArticle .articleHeader h1 {
        font-size: 20px;
    }
    #blogArticle .articleBottom {
        display: block;
        margin-bottom: 30px;
        padding: 15px 0 5px;
    }


    /*ABOUT US PAGE*/
    .info-4 .breadcrumb .background {
        background-position: center !important;
        /* padding: 50px 0 !important; */
        margin-top: 40px;
    }
    .about-section1 {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-sm-6.who-we{
        padding-bottom: 20px;
    }
    .about-section2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-section2-bg {
        background-size: cover;
    }
    .col-sm-6.how-we{
        padding-top: 20px;
    }


    /*CONTACT US PAGE*/
    .info-14 .breadcrumb .background {
        background-position: center !important;
        margin-top: 50px !important;
    }

    .info-14 .col-sm-9 {
        background: none;
    }

    /* DELIVERY INFO, RETURN POLICY, TERMS , PRIVACY POLICY */
    .box-information .box-content ul{
        overflow-x: scroll;
    }
    .box-information li {
        padding: 0 12px;
    }
    /* .box-information li:nth-child(2) {
        padding-left: 80px;
    } */
    .box-information .box-content ul > li > a {
        line-height: 1.4;
        display: block;
        padding: 0;
        font-size: 12px;
        text-align: center;
    }

}




/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1025px){
    #top #header-center{
        text-align: center;
    }
    #header-right .menu-responsive-btn[aria-controls="search_collapse"] {
        display: inline-block !important;
    }


    /*HOMEPAGE*/

    /*section 1*/
    .shop-category .col-md-6 {
        width: 50% !important;
    }
    .shop-category .col-md-6:last-child .relative:last-child {
        margin-top: 18px;
    }
    .promo-detail h3 {
        font-size: 20px;
    }
    .promo-detail p span {
        font-size: 22px;
    }

    /*section 3*/
    .full-width-section-about{
        padding-left: 30px;
        min-height: 381px;
    }
    .full-width-section-about .col-sm-7 {
        padding: 65px 0;
    }
    .full-width-section-about .col-sm-7 h1 {
        font-size: 30px;
    }
    .full-width-section-about .col-sm-7 p {
        line-height: 1.7;
        padding-right: 0;
    }
    /* CATEGORY PAGE */


    /*PRODUCT DETAIL PAGE*/
    .product-info .cart .add-to-cart .button {
        margin-top: 10px;
    }

    /*BLOG PAGE*/
    .blog-category-home .breadcrumb .background {
        padding: 20px 0;
    }
    #blog_category .imageFeaturedLink{
        max-height: 200px;
    }
    .blog-category-home #blog_category #blogCatArticles .articleCat {
        max-height: 420px;
    }
    #blogCatArticles .article h3, #blogCatArticles .article h3 a {
        font-size: 16px;
    }

    /*ABOUT US PAGE*/
    .info-4 .breadcrumb .background {
        padding: 71px 0 !important;
    }
    .about-section1 {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-sm-6.who-we{
        padding-bottom: 20px;
    }
    .about-section2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-section2-bg {
        background-size: cover;
    }

    /*CONTACT US PAGE*/
    .info-14 .breadcrumb .background {
        padding: 71px 0 !important;
    }

    /* button menu bottom */
    .desktop-hidden.mobile-show-inline.hiraku-open-btn#offcanvas-btn-left{
        display: none !important;
    }
    .icon_txt p{
        display: none !important;
    }
    #cart_block .cart-heading span#total_price {
        top: 0px !important;
        right: -13px !important;
        width: 15px !important;
        height: 15px !important;
        padding-top: 2px;
        color: #fff !important;
    }
    .footer .row {
        display: grid !important;
        flex-direction: row;
    }
    .footer-panel {
        padding-top: 0px;
    }

}

/* .fullwidthbanner li:first-child {
    margin-top: 50px;
} */

/* .fullwidthbanner li {
    margin-top: 50px;
} */

@media (max-width:767px){
    body{
        /* fix menu position */
        padding-top: 67px!important;
    }
    /* ratio for slideshow */
    .slotholder img{
        top: unset!important;
        left: unset!important;
        max-width: 100%!important;
        height: unset!important;
        aspect-ratio:3/4;
        object-fit: cover;
    }
    .fullwidthbanner-container{
        aspect-ratio:4/3;
    }
    /* end */
    .slider-1 .caption .btn-main {
        padding: 15px 30px;
        margin-left: -50px;
    }
    .footer h4 {
        font-size: 14px !important;
    }
    .services {
        background:url("/image/data/theme/etlgifttrading/5-usp-bg-mobile_160722024536.jpg")
    }

    div[id*='gb-widget'] {
        bottom: 50px !important;
    }

    .product-category .breadcrumb .background {
        min-height: 200px;
        background-image:url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view---product-listing-banner-1_040822170941.jpg")!important;
        background-repeat: no-repeat;
        background-size: cover !important;
        aspect-ratio: unset;
        
    }

    .breadcrumb .container>div {
        padding: 25px 0px !important;
    }
    /* .fullwidthbanner li:first-child {
        padding-top: 20px;
    } */
    #column_left .box.box-category {
        margin-top: 0px;
    }
    .product-category .breadcrumb {
        padding: 0px !important;
    }
}

#accordion-category {
    font-family: 'Optima' !important;
}

.info-block .relative img{
    transition:none;
}

.info-block .relative img:hover{
    transform: none;
}

.hero-banner-text-custom{
    margin-top: 50px;
    margin-left: 32%;
}
.hero-banner-text-custom h1{
    color: #ffffff;
}


.hero-banner-text-custom h1{
    color: #FFFFFF !important;
}

.hero-banner-text-custom .chinese-stroke{
    font-family: 'HYChengXingJ';
    font-size: 80px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #F8E294 !important;
}

.hero-banner-text-custom .btn-p-class {
    padding-top:40px;
}

.product_id-445 .links::after ,
.product_id-446 .links::after ,
.product_id-447 .links::after ,
.product_id-448 .links::after ,
.product_id-449 .links::after ,
.product_id-450 .links::after ,
.product_id-451 .links::after ,
.product_id-452 .links::after ,
.product_id-453 .links::after ,
.product_id-454 .links::after ,
.product_id-455 .links::after ,
.product_id-456 .links::after ,
.product_id-457 .links::after ,
.product_id-458 .links::after ,
.product_id-459 .links::after ,
.product_id-460 .links::after ,
.product_id-461 .links::after 

{
    content:"任选2或4个口味，送精美月饼礼盒";
    color: #7E0000;
    font-family: 'Kaiti SC';
    /* this is for not next line when overflow */
    position: absolute;
}
@media (max-width:766px) {
    .product_id-445 .links::after ,
    .product_id-446 .links::after ,
    .product_id-447 .links::after ,
    .product_id-448 .links::after ,
    .product_id-449 .links::after ,
    .product_id-450 .links::after ,
    .product_id-451 .links::after ,
    .product_id-452 .links::after ,
    .product_id-453 .links::after ,
    .product_id-454 .links::after ,
    .product_id-455 .links::after ,
    .product_id-456 .links::after ,
    .product_id-457 .links::after ,
    .product_id-458 .links::after ,
    .product_id-459 .links::after ,
    .product_id-460 .links::after ,
    .product_id-461 .links::after {
        position: unset;
        display: block;
    }
}

.breadcrumb .container ul li {
    display: none;
}

/* body.product-product .breadcrumb .container h2{
    display: block;
    color: #151515;
} */
body.product-product .breadcrumb .background {
    padding: 0px !important;
}


/*Latest design Homepage*/
#top .pattern{
    background-color: #151515;
    border-bottom: 1px solid #151515 !important;
}

.container-megamenu, .container-megamenu .container {
    background-color: #151515;
}

ul.megamenu li a strong {
    color: #ffffff;
}
ul.megamenu > li > a.active strong, ul.megamenu > li > a:hover strong, ul.megamenu > li.active > a strong{
    color: #FFE79E !important;
}

ul.megamenu > li > a.active {
    text-decoration-color: #FFE79E !important;
}

ul.megamenu li .sub-menu .content a:hover {
    color: #aa381e !important;
}

#top-bar .welcome-text {
    color: #ffffff;
    font-family: 'Avenir Next';
}

.main-content.fixed.home {
    background:#151515;
}

.main-content.fixed.home .background{
    background:#151515;
}

.timer-text {
    padding: 40px 0px;
}


.chinese-block-text{
    font-size: 40px;
    color: #FFE79E;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
}
.english-block-text{
    font-size: 18px;
    text-transform: uppercase;
    color: #FFE79E;
    font-family: 'Avenir Next';
}
.homepage-text-block-3 {
    margin-top: 20px;
}

.homepage-text-block-3 .english-block-text{
    font-size: 18px;
    text-transform: uppercase;
    color: #FFE79E;
    font-family: 'Avenir Next';
    padding-bottom: 20px;
}

.button-new-design {
    position: absolute;
    top: 60%;
    left: 15%;
    display: flex;
    background: #7E0000;
    padding: 10px 50px;
    color: #ffffff;
    border: none;
    font-family: 'Avenir Next';
}

.button-new-design:hover{
    color: #FFE79E !important;
}

.box.mooncake .box-heading{
    background: none !important;
    font-family: 'Avenir Next';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #FFE79E;
    text-transform: uppercase;
    padding-top: 30px;
}

/* .box.mooncake .box-heading::before{
    content: '中秋月饼大促销';
    margin-bottom: 5px;
    font-size: 40px;
    font-family: 'Noto Sans SC', sans-serif;
    line-height: 70px;
    color: #FFE79E;
    font-weight: 500;
} */

.main-content.fixed.home .product-grid .product .name {
    font-family: 'Avenir Next' !important;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.main-content.fixed.home .product-grid .product .name a{
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.32px;
    color: #ffffff;
    font-family: 'Avenir Next';
}

.main-content.fixed.home .product-grid .product .price{
    color: #FFE79E !important;
}

.homepage-text-block-4 {
    margin: 80px 0px;
    padding-top: 0px;
}
.homepage-text-block-4 p{
    margin: 0px !important;

}

.homepage-text-block-3 img:hover {
    transform: scale(1.05);
}

.homepage-text-block-3 img {
    transition: 0.3s linear;
    position: relative;
}

.filter-product.box.paste .box-heading{
    display: none;
}

.box.why-shop{
    padding: 80px 0 80px 0;
    background-image: url("/image/data/theme/new-design/why-shop-bg_270722162939.png");
    margin-top: 80px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
}

.why-shop-2-button{
    margin: 20px 0px 0px 100px;
    background: #7E0000;
    padding: 10px 50px;
    color: #ffffff;
    border: none;
    font-family: 'Avenir Next';
    float: left;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing:1px;
}

.why-shop-2-button:hover{
    color: #FFE79E !important;
}

.why-us-img-1 {
    width: 55%;
}
.why-us-img-2 {
    width: 45%;
}
.home-category .ch-title {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 30px;
    color: #FFE79E;
    font-weight: 500;

}

.home-category .home-category-heading {
    color: #FFE79E;
    font-family: 'Avenir Next' !important;
    font-size: 18px;
}

/*Footer New Design*/
.footer h4 {
    color: #E5E5E5 !important;
    font-family: 'Avenir Next' !important;
}

.footer .pattern .footer-store-name {
    color:#E5E5E5;
    font-family: 'Avenir Next';
}
.footer .pattern p {
    color: #E5E5E5;
    font-family: 'Avenir Next';
}

.footer .footer-panel ul li a {
    color: #E5E5E5;
    font-family: 'Avenir Next';
}

.footer.full-width .background .pattern {
    margin-top: 50px;
    border-top: 1px solid #707070 !important;
    border-bottom: 1px solid #707070 !important;

}

.flipdown {
    text-align: center;
}

.flipdown.flipdown__theme-dark {
    display:flex !important;
    justify-content: center;
    align-items: center;
    margin:50px 0px;
}
.copyright p {
    color: #AAAAAA !important;
    font-family: "Avenir Next";
}
.copyright p a {
    color: #AAAAAA !important;
    font-family: 'Avenir Next';
}

.navbar-default {
    border: none !important;
}

.box .box-heading, .center-column h1, .center-column h2, .center-column h3, .center-column h4, .center-column h5, .center-column h6, .filter-product .filter-tabs, .htabs a, legend {
    font-family: 'Avenir Next' !important;
}

.mooncake-slider {
    line-height: 16px;
}

.custom-banner-blog {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

@media (max-width:766px) {
    .button-new-design {
        top: 45%;
        left: 10%;
        padding: 5px 15px;
        font-size: 12px;   
    }
    .why-us-img-1 {
        width: 100%;
    }
    .why-us-img-1 img{
        padding: 10px;
    }
    .why-us-img-2 {
        width: 100%;
        margin: 10px;
        display: flex;
    }
    .why-us-img-2 img{
        padding: 30px 30px 30px 10px;
    }
    .why-shop-2-button {
        margin: 0px;
    }
    .why-us-img-3{
        margin: 10px;
    }

    .chinese-block-text {
        font-size: 24px;
    }
    .home-category .ch-title {
        font-size: 24px;
    }
    .flipdown.flipdown__theme-dark {
        display:flex !important;
        justify-content: center;
        align-items: center;
        margin:30px 15px;
        flex-wrap: wrap;
    }
    .mooncake-slider {
        font-size: 18px;
        line-height: 18px;
    }
    .homepage-3-image-1,.homepage-3-image-2, .homepage-3-image-3,.homepage-3-image-4,.homepage-3-image-5{
        padding: 10px;
    }
    .megamenuToogle-wrapper .container > div span {
        background:#ffffff !important;
    }
    .megamenuToogle-wrapper{
        background: none !important;
        background: #151515 !important;
    }
    .drawer__content {
        background: #151515;
    }
    .box.mooncake .box-heading::before {
        font-size: 24px;
    }
    .homepage-text-block-3 {
        margin-top: 40px;
    }
    .button-class-whyshop {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
    .navbar-fixed-bottom .menu-responsive-btn.easydrawer{    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5px !important;
    }
    .navbar-fixed-bottom .menu-responsive-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5px !important;
    }


    .icon-txt-p {
        font-size: 10px;
        padding: 3px 0 0;
        margin: 0;
        color: #212121;
    }
    .box-information .box-content ul > li > a {
        color: #ffffff;
    }
    .box-content .list-box li a {
        color: #ffffff;
    }

    .container-megamenu .megamenu-wrapper ul.megamenu > li.active > a {
        background: none !important;
    }
    .container-megamenu .megamenu-wrapper ul.megamenu > li.active .close-menu  {
        background: none !important;
    }
    .container-megamenu .megamenu-wrapper ul.megamenu > li:hover > a  {
        background: none !important;
    }
    .standard-body .drawer .box-information {
        border: none !important;
        display: block;
        width: unset;
        left: unset;
        right: unset;
        margin: unset;
    }
    .drawer__wrapper {
        max-width: 300px !important;
        z-index: 10000000000000000 !important;
    }
    .drawer__header {
        background: #151515;
    }
    .drawer__close {
        color: #ffffff;
    }
    .drawer__wrapper .box-information li{
        border-right:none;
        text-align: left;
    }
    .drawer__wrapper .box-information ul {
        display: flex;
        list-style: none;
        padding-left: 0;
        justify-content: center;
        margin: 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .drawer__wrapper .box-information .box-content ul > li > a{
        padding: 10px 0px;
    }
    .drawer__wrapper .box .box-heading{
        color: #ffffff;
    }

    .drawer__content ul.megamenu>li>.sub-menu {
        height: 375px;
        left: -20px;
    }

    #top .welcome-text {
        background: #7E0000;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0px;
    }
    .blog-article .breadcrumb .background {
        background-image: url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view-blog-1-banner_040822170941.jpg") !important;
        margin-top: 60px !important;
    }
    .blog-1-maintitle{
        font-size: 24px;
    }
    .blog-2-main-title{
        font-size: 24px;
    }
    .info-4 .breadcrumb .background {
        background-image:url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view---about-banner_040822170941.jpg") !important;
        height: 200px !important;
        padding: 80px 0 !important;
    }
    .info-14 .breadcrumb .background{
        background-image:url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view---contact-banner_040822170941.jpg") !important;
        height: 200px !important;
        padding: 80px 0px !important;
    }
    .info-16 .breadcrumb .background {
        background-image:url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view---faq-banner_040822170941.jpg") !important;
        height: 200px !important;
        padding: 80px 0px !important;
    }
    .info-16 .breadcrumb .container>div{
        padding: 40px 0px !important;
    }
    .blog-category-home .breadcrumb .background {
        background: url("/image/data/theme/new-design/Catgory-Banners-mobile/mobile-view---blog-listing_040822170941.jpg") !important;
        background-size: cover !important;
        padding: 100px 0 !important;
        height: 200px;
    }
    .custom-banner-blog {
        margin-top: 70px;
    }
    .tp-simpleresponsive>ul>li {
        /* margin-top: 60px; */
    }
}

/* .product-category .breadcrumb .background {
    padding: 160px !important;
} */

@media (max-width:767px){
    /* .product-category .breadcrumb .background {
        padding: 50px 0px!important;
    } */
}

.product-product .breadcrumb .background{
    background: none !important;
}

.product-grid .product .price, .hover-product .price, .product-list .price, .product-info .price .price-new, ul.megamenu li .product .price, #top #cart_block .cart-heading span, .mini-cart-info td.total, .mini-cart-total td:last-child {
    font-family: 'Avenir Next' !important;
}

#main .box.blogModule.boxPlain {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

#blogArticle .box.blogModule.full-width-content.boxPlain {
    display: none;
}

.box.blogModule.boxPlain.full-width-content.blogslider{
    padding: 20px !important;
    background-color: #ffffff !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}

.blog-article .main-content .container, .standard-body .main-content .container{
    padding-bottom: 0px;
}

.blog-category-home .box.blogModule.boxPlain{
    display: none;
}

.blog-category-home .main-content.fixed.inner-page {
    overflow: hidden !important;
}

.home .main-content.fixed.home {
    padding-bottom: 50px;
}
.home .footer.full-width .background .pattern {
    margin-top:0px;
}

.recentArticles .more .readMoreBlog{
    color: #404040;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-decoration: underline !important;
    font-family: 'Avenir Next' !important;
}

.recentArticles .more .readMoreBlog:hover{
    color: #7E0000;
    transition: 0.3s all ease;
}

.drawer__close {
    background-image:url("/image/data/theme/icons/close-icon-white_030822175401.svg") !important;
}



/* some fix */
@media (min-width:767px){
    .fullwidthbanner video{
        height: unset!important;
    }
}
@media (max-width:767px){
    .fullwidthbanner video{
        height: 100%!important;
    }
}
body{
    overflow-x: hidden;
}

