@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@600;700;900&family=Outfit:wght@400;600;700&display=swap');

:root{
    --noto: 'Noto Serif SC', serif;
    --out: 'Outfit', sans-serif;
    --cprimary : #EA202D;
    --csecond : #FF9300;
    --accent : #800000;
}
/* general */
body{
    font-family: var(--out);
}
.outfit{
    font-family: var(--out);
}
.font-c{
    font-family: var(--noto);
}
.box .box-heading{
    background:none;
}
.btn{
    border-radius: 50px;
}
.product-grid .product .left{
    border-radius: 20px;
    overflow: hidden;
}
/* product grid general */
.box.filter-product .slider-center-arrow .next span:before,
.box.filter-product .slider-center-arrow .prev span:before{
    color: #BEBEBE;
    transition-duration: 0.3s;
}
.box.filter-product .slider-center-arrow .next,
.box.filter-product .slider-center-arrow .prev{
    background: none;
}
.box.filter-product .slider-center-arrow .next:hover span:before,
.box.filter-product .slider-center-arrow .prev:hover span:before{
    color: var(--cprimary);
}
.box.filter-product .slider-center-arrow .next{
    right: -45px;
}
.box.filter-product .slider-center-arrow .prev{
    left: -45px;
}
.box.filter-product .slider-center-arrow .product-grid{
    padding: 0;
}
.product-actions svg{
    width: 50%;
    transition-duration: 0.3s;
}
.product-actions a:hover svg{
    transform: rotate(360deg);
}
/* header */
.is-sticky #top .background{
    box-shadow: 0 5px 10px rgba(0,0,0,0.16);
}
#top-bar .col-sm-3{
    width: 100%;
}
.welcome-text{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.4px;
}
#top-bar-right{
    display: none;
}
#top-bar .container{
    padding: 10px;
}
#header-right>a{
    margin-left: 20px;
}
#header-right .menu-responsive-btn{
order: unset!important;
}
#header-right{
justify-content: flex-end;
}
#header-right .menu-responsive-btn+.menu-responsive-btn{
display: flex!important;
justify-content: flex-end;
}
#top-bar .background,
#top-bar .pattern>.container .col-sm-3{
max-height: 100px;
transition-duration: 0.5s;
}
.is-sticky #top-bar .background,
.is-sticky #top-bar .pattern>.container .col-sm-3{
max-height: 0px;
overflow: hidden;
}
#top h1 img,
div.is-sticky>#top h1 img{
max-height: 70px!important
}
.megamenu .sub-menu{
    padding-top: 14px;
}
.megamenu .with-sub-menu:after{
    content: "";
    background: #000;
    opacity: 0;
    width: 100vw;
    height: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    transition-duration: 0.5s;
    pointer-events: none;
    top: 74px;
}
.megamenu .with-sub-menu.active:after{
    opacity: 0.5;
}
#header-center ul.megamenu > li > a strong{
    font-weight: 400;
}
#header-center ul.megamenu > li > a.active strong{
    font-weight: 700;
}
#header-right>.easydrawer:hover,
#header-right a>i:hover{
    transform:rotatey(360deg);
    transition-duration: 0.8s;
}
#header-right a[data-easydrawer-id="drawer-cart"]{
    position: relative;
}
#header-right #total_price{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -3px;
    right: -12px;
    height: 17px;
    width: 17px;
    background: var(--csecond);
    border-radius: 50%;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul{
    padding: 40px;
    text-align: left;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover a{
    background-color: #FFF4E2;
    color: #212121!important;
}
#header-center ul.megamenu>li{
    margin: 0;
}
#header-center ul.megamenu{
    display: flex;
    justify-content: space-between;
}
#header-center .mobile-hidden{
        width: 100%;
}
.sub-menu div>p{
    text-align: left;
    margin-bottom: 0;
}
.sub-menu .row>div{
    padding: 30px 40px!important;
}
ul.megamenu li .sub-menu .content a:hover{
    background: #FFF4E2;
    color: #212121!important;
}
/* footer */
.footer-section{
    background: var(--accent);
}
.footer .container>.row{
    display: flex;
}
.footer .pattern{
    padding: 90px 0;
}
.footer h4{
    margin-top: 0;
}
.footer-panel:nth-child(2) i{
    padding-right: 15px;
}
.f-wrapper{
    display: inline-flex;
    align-items: baseline;
    padding-bottom: 10px;
}
.footer-panel:nth-child(1) img {padding: 0!important;}
.footer-panel:nth-child(1){order:1}
.footer-panel:nth-child(2){order:4}
.footer-panel:nth-child(3){order:2}
.footer-panel:nth-child(4){order:3}

.footer-panel:nth-child(1)>p:last-child{
    padding-top: 20px;
}

.footer-panel:not(:first-child) a,
.footer-panel:not(:first-child) p{
    font-size: 14px;
}
.copyright p{
    font-size: 12px;
}
.copyright .background, .standard-body .copyright .background{
    background-color: #B20000!important;
    background-image: none;
}
.copyright .container{
    flex-wrap: wrap;
}
.copyright .col-sm-3{
    display: flex;
    align-items: center;
}
.copyright .col-sm-3 a{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 10px;
    transition-duration: 0.3s;
}
.copyright .col-sm-3 a:hover{
    border-color: var(--csecond);
    color: var(--csecond);
}
.footer-panel:nth-child(3) ul>li:nth-child(n+6){
    display: none;
}
.footer ul li a:hover,
.footer-panel:nth-child(2) a:hover{
    color: var(--csecond);
}
.footer .footer-panel a{
    transition-duration: 0.3s;
}
/* homepage */
.fullwidthbanner-container .tp-bullets .bullet{
    background: #fff;
    border: solid 1px #cccccc;
}
.fullwidthbanner-container .tp-bullets .bullet.selected{
    background: var(--accent);
    border-color: var(--accent);
}
.fullwidthbanner-container .tparrows{
    background: none!important;
}
.fullwidthbanner-container .tparrows.tp-leftarrow{
    left: 2.5%!important;
}
.fullwidthbanner-container .tparrows.tp-rightarrow{
    right: 2.5%!important;
}
.fullwidthbanner-container .tparrows.tp-leftarrow:before{
    content: "\f177";
}
.fullwidthbanner-container .tparrows.tp-rightarrow:before{
    content: "\f178";
}
.fullwidthbanner-container:hover .tp-leftarrow,
.fullwidthbanner-container:hover .tp-rightarrow{
    opacity: 1!important
}
.fullwidthbanner-container .tp-leftarrow:before,
.fullwidthbanner-container .tp-rightarrow:before{
    color: #BEBEBE!important;
    font-size: 40px;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}
.custom_slider_1{
    height: 100%;
    width: 100%;
    top: 0!important;
    left: 0!important;
    display: flex;
}
.custom_slider_1 .slidetext_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom_slider_1 h1{
    font-size: 50px;
    line-height: 72px;
    color: var(--accent);
    margin: 0;
    margin-bottom: 20px;
}
.custom_slider_1 h2{
    margin: 0;
    margin-bottom: 30px;
    font-size: 25px;
    color: var(--accent);
    font-weight: 600;
}
div.custom_slider_1 .btn{
    margin-top: 0;
    padding: 15px 55px;
    border-radius: 50px;
    border-color: var(--cprimary);
    background: var(--cprimary);
    color: #fff!important;
    letter-spacing: 1px;
}
div.custom_slider_1 .btn:hover{
    border-color: var(--csecond);
    background: var(--csecond);
}
.homepage div:not(.drawer__content)>.box:not(.full-width-content){
    display: flow-root;
    margin-left: -30px;
    margin-right: -30px;
}

.box.home-abt-us{
    padding: 100px 0 50px;
}
.home-abt-us img{
    padding-right: 30px;
}
.home-abt-us h1,.home-abt-us h2{
    color: var(--accent);
    font-weight: 700;
}
.home-abt-us h1{
   font-size: 40px;
    margin: 0;
    line-height: 55px;
}
.home-abt-us h2{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.home-abt-us p{
    line-height: 25px;
    padding-bottom: 10px;
}
.home-abt-us p.font-c{
    font-weight: 600;
    padding-bottom: 30px;
}
.home-abt-us .btn{
    background: none;
    color: var(--cprimary)!important;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 700!important;
}
.home-abt-us .btn:hover{
    background-color: var(--csecond);
    color: #fff!important;
}
.box.special-f {
    padding: 50px 0 130px;
}
.special-f img{
    padding-bottom: 5px;
    max-width: 100px;
}

.special-f h1,.special-f h2{
    color: var(--accent);
}
.special-f h1{
font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.special-f h2{
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.box.best{
    background-color: #FFF4E2;
    padding: 80px 0 100px;
}
.filter-product .product-grid .right .price{
    font-size: 18px;
}
.product-grid .product-actions{
    display: flex;
    flex-direction: row-reverse;
}
.product-grid .product-actions>a{
    border-radius: 50%;
}
.product-grid .product-actions i.fa-heart{
    color: #FFF;
    -webkit-text-stroke: 1px var(--cprimary);
}
.product-grid .product-actions a:hover i.fa-heart{
    color: var(--cprimary)!important;
    -webkit-text-stroke-color:#fff;
}

.product-grid .product-actions svg path{
    fill: var(--cprimary);
}
.product-grid .product-actions a{
    display: flex!important;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.product-gridt .product-actions a svg{
    transition-duration: 0.3s;
    height: 16px;
}
.product-grid .product-actions a:hover svg{
    transform: rotate(360deg);
}
.product-grid .product-actions a:hover svg path{
    fill: #fff;
}
.product-grid .product .name a{
    letter-spacing: unset;
    min-height: unset;
}
.best .box-heading{
    justify-content: center;
    flex-direction: column;
}
.best .box-heading h1{
    color: var(--accent);
    font-weight: 700;
    font-size: 40px;
}
.best .box-heading h2{
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    color: var(--accent);
}
.best .product .name a{
    font-size: 20px!important;
    font-weight: 400;
}
.filter-product .product .name a .font-c{
    display: block;
    font-weight: 700;
    padding: 15px 0;
}
.filter-product .right .price{
    font-weight: 700;
}
span.customlabel{
    font-style: italic;
    font-weight: 900!important;
    z-index: 1;
}
span.customlabel.small-db,
.box-related-product.box .image .swapImage span.customlabel{
    line-height: 1!important;
    font-size: 14px!important;
    padding: 13px 13px 18px 13px;
    text-shadow: 3px 1px 4px rgba(0,0,0,0.6);
}
.box.home_category{
    padding: 80px 0;
}
.home_category h1{
    font-size: 40px;
    font-weight: 700;
    color: var(--accent);
    text-align: center;
}
.home_category h2.font-c{
    text-align: center;
    color: var(--accent);
    font-size: 25px;
    margin-top: 10px;
    padding-bottom: 40px;
    font-weight: 700;
}
.home_category .content_wrapper{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.home_category .content_wrapper:before{
    content: "";
    position: absolute;
    bottom: -100%;
    right: -50%;
    height: 200%;
    width: 130%;
    background: var(--accent);
    border-radius: 100%;
    transform-origin: top left;
    transition-duration: 0.5s;
    pointer-events: none;
    transform: translatey(40%) rotate(90deg);
    opacity:0;
    mix-blend-mode: multiply;
    transition-timing-function: cubic-bezier(0.40, 0, 0.60, 1);
}
.home_category .content_wrapper:hover:before{
    transform: rotate(180deg) translate(-40%,-115%);
    opacity: 1;
}
.home_category .text_wrapper{
    position: absolute;
    width: 100%;
    padding-right: 50%;
    bottom: 45px;
    left: 35px;
    transform: translatex(-150%);
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.40, 0, 0.60, 1);
}
.home_category .content_wrapper:hover .text_wrapper{
    transform: translatex(0);
     transition-delay: .2s;
}
.home_category .text_wrapper h2 a,.home_category .text_wrapper h3 a{
    color: #fff
}
.home_category .text_wrapper h2{
    /* font-size: 40px; */
    font-size: 22px;
    font-weight: 700;
    margin:0;
    padding-bottom: 10px;
}
.home_category .text_wrapper h3{
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.home_category .text_wrapper h2,
.home_category .text_wrapper h3{
  text-align: left;
}
.box.insta{
    background: #FFF4E2;
    padding: 80px 0;
    z-index: 0;
}
.insta .j-poster{
    display: none;
}
.insta .juicer-feed.modern .j-text{
    display: none;
}
.insta .j-image img{
    aspect-ratio:1/1;
    object-fit: cover;
}
.insta h1,.insta h1 a{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: var(--accent);
    transition-duration: 0.3s;
}
.insta h1{
    padding-bottom: 30px;
}
.insta h1 a:hover{
    color: var(--csecond);
}
/* infotmations */
.information-information .breadcrumb{
    display: none;
}
.info-head{
    position: relative;
    aspect-ratio:1600/180;
    margin-bottom: 50px;
}
.info-head img{
    position: absolute;
    z-index: 0;
}
.information-information .info-head .head_wrapper>*{
    margin: 0;
    padding: 0;
    color: #fff;
    padding-bottom: 10px;
}
.info-head .container,.info-head .head_wrapper{
    height: 100%;
}
.info-head .head_wrapper{
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}
.information-information .info-head h2{
    font-size: 25px;
    font-weight: 700;
}
.information-information .info-head h1{
  font-weight: 600;
}
.abt-us h1,.abt-us h2,.abt-us h3{
/*     reset spacing */
    padding: 0;
    margin: 0
}
.abt-us{
    padding-top: 50px;
}

.abt-us,.abt-us>*{
    display: flow-root;
}
.abt-us .company{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.abt-us .company>div:nth-class(1),
.abt-us .company>div:nth-class(2){
    padding-bottom: 20px;
}
.abt-us .company h1,.abt-us .company h2{
    color: var(--accent);
    font-weight: 700;
}
.abt-us .company h1{
    font-size: 40px;
    padding-bottom: 15px;
}
.abt-us .company h2{
    font-size: 25px;
    padding-bottom: 25px;
}
.abt-us .company p{
    line-height: 25px;
}
.abt-us .mission_vision{
    background: #fff4e2;
    padding: 80px 0;
}
.abt-us .mission_vision .container{
    display: flex;
    flex-wrap: wrap;
}
.abt-us .mission_vision .abt_img_wrapper{
    background: #fff;
    border-radius: 50%;
    /* padding: 25px; */
    max-width: 100px;
    aspect-ratio:1/1;
}
.abt-us .mission_vision h2{
    color: var(--accent);
    font-weight: 700;
}
.abt-us .mission_vision img+h2{
    padding-top: 20px;
    font-size: 26px;
}
.abt-us .mission_vision h2.font-c{
    font-size: 22px;
    padding-top: 10px;
}
.abt-us .mission_vision h2.font-c+p{
    padding-top: 15px;
}
.abt-us .mission_vision p.font-c{
    margin-top: auto;
}
.abt-us .vision{
    width: 80%;
}
.abt-us .vision,.abt-us .mission{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.abt-us .our_logo,.abt-us .company,.abt-us .recognised{
    margin: 0 -30px;
}
.abt-us .our_logo{
    padding: 100px 0;
}
.abt-us .our_logo img{
    padding-right: 30px;
}
.abt-us .our_logo h2,.abt-us .our_logo h3{
    color: var(--accent);
    font-weight: 700;
}
.abt-us .our_logo h2{
    font-size: 40px;
    padding-bottom: 15px;
}
.abt-us .our_logo h2.font-c{
    font-size: 25px;
    padding-bottom: 25px;
}
.abt-us .our_logo h3{
    font-size: 20px;
    padding-bottom: 15px;
}
.abt-us .meaning-loong,.abt-us .meaning-kee{
    padding-bottom: 30px;
}
.abt-us .our_logo{
    line-height: 25px;
}

.abt-us .who-we-are{
    background: #fff4e2;
}
.abt-us .who-we-are .container{
    display: flex;
    align-items: center;
}
.abt-us .who-we-are .container>div:nth-child(2) img{
    width: 50vw;
    max-width: 50vw;
    margin-left: 60px;
    border-radius: 30px 0 0 30px;
}
.abt-us .who-we-are .container>div:nth-child(1){
    padding: 0;
}
.abt-us .who-we-are h2{
    color: var(--accent);
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 25px;
}
.abt-us .who-we-are p{
    line-height: 25px;
}
.abt-us>.company>div.col-sm-6{
    padding-bottom: 35px;
}
.abt-us>.company>div.col-sm-6>img{
    padding-right: 30px;
}
.recognised{
    padding: 100px 0 40px;
}
.abt-us .recognised h2{
    text-align: center;
    color: var(--accent);
    font-weight: 700;
    padding-bottom: 20px;
}
.abt-us .recognised h2.font-c{
    font-size: 25px;
    padding-bottom: 25px;
}
/* contact us */
.contact-us{
    padding-top: 50px;
    padding-bottom: 60px;
    display: flow-root;
}
.contact-us>div:first-child img{
    border-radius: 20px;
}
.information-information .contact-us h1{
   color: var(--accent);
    font-weight: 700;
    font-size: 40px;
}
.contact-us>div:last-child{
    padding-left: 7.5%;
}
.contact-us .office_wrapper{
    font-weight: 700;
    padding-bottom: 10px;
}
.contact-us .contact_wrapper>div{
    display: flex;
}
.contact-us .contact_wrapper img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    object-fit: fill;
}
.contact-us .contact_wrapper h3{
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    padding-bottom: 5px;
}
.contact-us .contact_wrapper>div{
    padding-bottom: 25px;
}
.contact-us .contact_wrapper>div:last-child{
    padding-bottom: 0;
}
.contact-us .contact_wrapper>.address{
    padding-bottom: 10px;
}
.contact-us .contact_wrapper p{
    margin: 0;
}
.contact-us .contact_wrapper .goomap{
    margin-right: 30px;
}
.google_waze a{
    text-decoration: underline;
}
/* information */
.information-information .box-information{
    display: none;
    padding-bottom: 40px;
}
.info-3 .box-information,
.info-5 .box-information,
.info-8 .box-information,
.info-6 .box-information{
    display: block;
}
.box-information ul>li{
    display: none;
}
.box-information .box-heading{
    display: none;
}
.box-information .box-content ul{
    padding: 0;
    margin: 0 -15px;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #cccccc;
}
.box-information .box-content ul>li{
    padding: 0 0px 5px;
    width: 25%;
    text-align: center;
    position: relative;
}
.box-information .box-content ul>li>a{
    font-size: 18px;
}
.box-information .box-content ul>li.active a{
    color: var(--cprimary);
    font-weight: 700;
}
.box-information .box-content ul>li.active:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--cprimary);
}
.info-3 .box-information ul>li:nth-child(n+6):nth-child(-n+9),
.info-5 .box-information ul>li:nth-child(n+6):nth-child(-n+9),
.info-8 .box-information ul>li:nth-child(n+6):nth-child(-n+9),
.info-6 .box-information ul>li:nth-child(n+6):nth-child(-n+9){
    display: inline;
}
.info-3 .center-column,
.info-5 .center-column,
.info-8 .center-column,
.info-6 .center-column{
    margin: 0 -15px;
}
.ship-en,.ship-zh,
.return-en,.return-zh,
.term-en,.term-zh,
.privacy-zh,.privacy-en,
.faq{
    padding-bottom: 20px;
}
.information-information .ship-en h3,.information-information .ship-zh h3,
.information-information .return-en h3,.information-information .return-zh h3,
.information-information .term-en h3,.information-information .term-zh h3,
.information-information .privacy-zh h3,.information-information .privacy-en h3,.information-information .faq h3{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
}
.information-information .faq h2{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.ship-en ol,.ship-zh ol{
    padding-left: 0;
    list-style: inside numbers;
}
.ship-en ol li,.ship-zh ol li{
    padding-bottom: 20px;
}

/* store locator */
.locator_bottom{
    background: #FFF4E2;
    padding: 80px 0;
}
.info-14 .main-content .pattern>.container{
    padding-bottom: 0;
}
.locator_bottom .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.store_left{
    padding-left: 0;
}
.store_right{
    padding-right: 0;
}
.store_left h3,.store_left h2{
    color: var(--accent);
    font-weight: 700;
}
.store_left h2{
    font-size: 40px;
    margin-top: 0
}
.store_left h3{
    font-size: 25px;
    padding-bottom: 35px;
}
.store_left .btn{
    padding: 10px 50px;
    font-weight: 700!important;
    font-size: 18px!important;
    letter-spacing: 1px;
}

#storeLocator .groupBox .ui-multiselect{
    width: 100%!important;
    background: none;
    border-radius: 50px;
    height: 40px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.store-locator-top h2,.store-locator-top p{
    text-align: center;
}
#storeLocator>.clearfix:not(.buttonBox){
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
#storeLocator>.clearfix:not(.buttonBox) b,
#storeLocator>.clearfix:not(.buttonBox) br{
    display: none;
}
.ui-multiselect span.ui-icon{
    background: none;
    position:absolute;
    overflow: unset;
    text-indent: unset;
    right: 30px;
}
.ui-multiselect span.ui-icon:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    position: absolute;
    top: 0;
    left: 0px;
    color: #707070;
    font-size:10px;
    transition-duration: 0.3s
}
.ui-state-active.ui-multiselect span.ui-icon:before{
    transform: rotate(180deg);
}
.mapWrapper{
    margin: 0!important;
}
#storeLocator .searchResult{
    margin: 0!important;
}

.searchResult .slListCat{
    display: none;
}

.slListDescription p:before{
    font-family: "Font Awesome 5 Pro";
    color: var(--cprimary);
    margin-right: 10px;
    font-size: 14px;
    font-weight: 900;
}
.slListDescription>p:nth-child(1):before{content: "\f3c5" ;}
.slListDescription>p:nth-child(2):before{content: "\f879" ;}
.slListDescription p:nth-child(3):before{content: "\f017" ;}
.slListDescription p:nth-child(4):before{content: "\f073" ;}
.slListDescription p{display: flex;}

.slListCell{
    position: relative;
}
.slListCell>p>a:last-child{
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 12px;
    padding: 8px 20px;
    background: #fff;
    color: var(--cprimary)!important;
    font-weight: 700!important;
}
.slListCell>p>a:last-child:hover{
    background: var(--cprimary);
    color: #fff!important;
    border-color: var(--cprimary);
}
.resultWrapper{
    padding: 0;
}
#slResultList .slListCell{
    border-bottom: solid 1px #cccccc!important;
    padding: 20px 30px 0!important;
}
.resultWrapper #slResultList .slListHeader{
    margin: 0;
    padding: 0 0 10px;
    color: var(--accent);
    font-size: 20px;
    font-family: var(--out);
}


.info-14 .find-store h2{
    color: var(--accent);
    font-weight: 700;
}
.info-14 .find-store h2{
    font-size: 40px;
}
.info-14  .find-store h2.font-c{
    font-size: 25px;
    padding-top: 0;
    padding-bottom: 25px;
}
.select_desc_text p{
    font-size: 16px;
}
.select_desc_text p.font-c{
    font-size: 15px;
}
#storeLocator{
    padding-top: 0px!important;
}
.ui-multiselect span:last-child{
    font-size: 14px;
    color: #707070;
}
.slListCell a{
    cursor: pointer
}
div.ui-multiselect-menu .ui-state-hover{
    background: var(--csecond);
    border: none;
    color: #fff;
    font-weight: 700;
}
#storeLocator{
    padding-bottom: 90px!important;
}

/* product category */
.category-info{
    float: unset!important;
}
.category-info .cat_header{
    position: relative;
    aspect-ratio:160/23;
}
.category-info .cat_left,
.category-info .cat_right,
.category-info .cat_title{
position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
}
.category-info .cat_left,
.category-info .cat_right{
     width: 15%;
    background: var(--accent);
    border-radius: 50px;
    padding: 15px 30px;

}
.category-info .cat_left{
    left: 22.5%;
    transform: translatey(-50%);
}
.category-info .cat_right{
    right: 22.5%;
    transform: translatey(-50%);
}
.category-info .cat_title{
    transform: translate(50%,-50%);
    right: 50%;
    width: 20%;

}
.category-info .cat_title p.font-c{
    font-size: 50px;
    font-weight: 900;
}
.category-info .cat_title p:not(.font-c){
    font-size: 25px;
    font-weight: 600;
}
.category-info{
    padding-bottom: 50px;
}
.main_category{
    border: 0;
    margin-top: 0!important;
}
.main_category.box .box-heading{
    font-size: 20px;
    color: var(--accent);
    font-weight: 700;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d9d9d9;
}
.main_category ul.accordion{
    padding: 0;
    margin: 0;
}
.main_category ul.accordion>li>a{
    padding: 5px 8px 12px;
    display: block;
    transition-duration: 0.3s;
}
.main_category ul.accordion>li>a.active{
    background: #FFF4E2;
    color: #333333;
    font-weight: 400;
}
.product-category #mfilter-content-container h1{
    display: none;
}

.mfilter-box.box .box-heading{
    font-size: 16px!important;
    font-weight: 700;
    color: #333333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 0px;
}

.mfilter-box .mfilter-button-bottom{
    border: solid 1px #aaaaaa;
    font-size: 13px;
    padding: 3px 10px;
}
.mfilter-box .mfilter-button-bottom .mfilter-button-reset{
    margin: 0;
}
.mfilter-box .mfilter-button-bottom .mfilter-button-reset i{
     display: none;
}
/* #mfilter-content-container .category-info{
    display: none;
} */

.path-268 .category-info+p{
    display: none;
}

.mfilter-price #mfilter-price-slider{
    height: 2px;
}
.mfilter-content #mfilter-price-slider .ui-slider-handle{
    width: 15px;
    height: 15px;
    background: #9D9D9D;
    border-color: #9D9D9D!important;
    box-shadow: unset;
}
.mfilter-content .mfilter-content-wrapper{
    border: 0;
}
.mfilter-content>ul>li{
    border-bottom: solid 1px #d9d9d9
}

.mfilter-head-icon.fa{
    font-weight: 900;
    font-size: 20px;
     clip-path: polygon(0 45%, 100% 45%, 100% 60%, 0% 60%);
}
.mfilter-collapsed .mfilter-head-icon.fa{
    transform: rotate(180deg)!important;
   clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
}
.mfilter-head-icon.fa:before{
    content:"\2b";
    -webkit-text-stroke: 2px #aaa;
    color: #aaa;
}
.mfilter-heading-text>span{
    font-size: 15px;
}
.product-grid .font-c{
    display: block;
}
#mfilter-opts-price-min, #mfilter-opts-price-max{
    color: #707070;
}
.ui-slider .ui-slider-handle{
    z-index: 1;
}
.product-category .pagination{
    display: block;
}
.product-category #column_left,
.product-category #column_left+.col-sm-9{
    padding-bottom: 60px;
}
.pagination .results{
    color: #707070;
}
.pagination li.active span{
    border-color: #434656;
    background: #EDEDED;

}
.pagination li span,
.pagination li a{
    padding: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.product-grid .left>.image:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.5s;
}
.options .product-compare{
    display: none;
}
.product-grid .left>.image:hover:after{
    opacity: 0.3;
}
.mfilter-content .mfilter-heading-content{
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 10px;
}
.mfilter-content .mfilter-content-opts{
    padding-bottom: 20px;
}
.mfilter-price-inputs{
    padding-bottom: 15px;
}
.list-options select{
    border: none;
    border-bottom: solid 1px #AAAAAA;
    color: #aaaaaa;
}

.product-grid .product .right .name a{
    font-weight: 400;
    font-size: 16px;
}
.product-grid .product .right .name a .font-c{
    padding-top: 15px;
    font-weight: 700;;
}
.product-grid .product .right .price{
    padding-top: 0px;
    font-weight: 700;
}
.product-category .product-grid .product .right .price{
    padding-top: 10px;
}
.col-sm-9 .product-grid .row{
    padding-bottom: 20px;
}
/* prodcut details */
.product-product .popup-gallery{
    width: 45%;
}
.product-product .product-center{
    margin-left: 5%;;
}
.breadcrumb{
    border: none;
}
.breadcrumb .container>div{
    padding: 25px 0 20px;
}
.breadcrumb .container ul li a,.breadcrumb .container ul li:before{
    color: #707070;
    font-weight: 400;
}
.breadcrumb .container ul li a{
    font-weight: 600;
    letter-spacing: 0;
}
.popup-gallery .customlabel{
    line-height: 1!important;
    padding: 18px 15px 23px 15px;
    font-size: 20px!important;
    text-shadow: 3px 1px 4px rgba(0,0,0,0.6);
    top: 10px!important;
    right: 10px!important;
}
.popup-gallery a img{
    border-radius: 15px;
}
.product-info .product-image{
    margin-bottom: 20px;
}
.box-related-product.box .next,
.box-related-product.box .prev{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    margin: 0;
    background: none;
}
.box-related-product.box .next span,
.box-related-product.box .prev span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #BEBEBE;
    margin: 0;
    width: unset;;
    height: unset;
}
.box-related-product.box .next span:before{
    content: "\f105";
}
.box-related-product.box .prev span:before{
    content: "\f104";
}
.box-related-product.box .next{
    right: -60px;
}
.box-related-product.box .prev{
    left: -60px;
}
.box-related-product.box .next:hover span,
.box-related-product.box .prev:hover span{
    color: var(--cprimary);
}

.box-related-product.box .box-heading h1{
    font-weight: 700;
    color: var(--accent);
    text-align: center;
    font-size: 26px;
    letter-spacing: unset;
    font-family: var(--out);
}
.product-info .slick-slide p img{
    width: 100%;
    aspect-ratio:1/1;
    object-fit: cover;
}
.product-info .slick-slide p{
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
    border: solid 1px #BEBEBE;
}
.popup-gallery .slick-track{
    min-width: 100%;
    display: flex;
    justify-content: center;
}
.popup-gallery .slick-track .slick-slide{
    width: 20%!important;
}
.product-info .slick-slide p.active{
    border-color: #707070;
}
#tab-description h1,
#tab-description h2,
#tab-description h3{
    text-decoration: underline;
    font-weight: 400;
}

#tab-description h2{
    font-size: 16px;
}
#tab-description h1{
    font-size: 20px;
}
.htabs >a:not([href="#tab-description"]){
    display: none;
}
.htabs,.product-product #tab-description{
    /* display: block!important; */
}
.product-product .description h1:first-child{
    margin-top: 50px;
    font-size: 26px;
}
.product-product .description h.font-c{
    font-size: 24px;
}
.product-info .price .price-new span{
    font-weight: 700;
}
.product-info .options>h2{
    display: none;
}
.product-info .options .option{
    display: flex;
    flex-wrap: wrap;
}
.product-info .options .required{
    display: none;
}
.product-info .options b{
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
}
.product-info .options input{
    visibility: hidden;
    position: absolute;
}
.product-info .options input+label{
    border: solid 1px #BEBEBE;
    border-radius: 50px;
    min-width:35%;
    min-height: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.product-info .options input:checked+label{
    border-color: var(--cprimary);
    color: var(--cprimary);
}
.product-info .options input:checked+label:before{
    content: "";
    height: 90%;
    position: absolute;
    aspect-ratio:1/1;
    right:-1px;
    bottom: 0;
    background: url("/image/data/theme/revamp/icons/option-select_030723180417.png");
    background-size: cover;
}
.product-info .options .option{
    padding-bottom: 20px;
}
.product-info .cart .add-to-cart .quantity input,
.product-info .cart .add-to-cart .button{
    border-radius: 50px;
    height: 50px;
}
.product-info .cart .add-to-cart .quantity input{
    min-width: 150px;
}
.product-info .cart .add-to-cart .quantity #q_up,
.product-info .cart .add-to-cart .quantity #q_down{
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info .share{
    order:3;
    display: flex;
    align-items: center;
}
.product-info .share .sharethis-inline-share-buttons{
    padding-left: 15px;
    z-index: 0!important;
}
.product-info .share{
    padding-top: 25px;
    border-top: solid 1px #D9D9D9;
}
.product-info .share #st-1 .st-btn{
    background: #EFEFF0;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    border: none;
    padding: 0;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.product-info .share #st-1 .st-btn img{
    top: 0;
    max-height: 15px;
    max-width: 15px;
    filter: contrast(0) brightness(1.4);
    transition-duration: 0.3s;
}
.product-info .share #st-1 .st-btn:hover img{
    top: 0;
    max-height: 15px;
    max-width: 15px;
    filter: contrast(1);
}
.product-info .links{
    padding-bottom: 25px!important;
}
.product-info .links a{
    color: #707070;
}
.product-info .links a i{
    font-weight: 400;
}
.product-product .htabs a.selected{
    color: #333333;
    border-color: #333333;
}
.product-info .links a:hover{
    color: var(--cprimary);
}
.product-info .links a:hover i{
    font-weight: 700;
}
.product-product .product-info{
    margin-top: 5px;
    padding-bottom: 50px;
}
.product-product .htabs{
    background: none;
    border-top: solid 1px #CCCCCC;
}
.product-product .htabs a{
    margin-top: 25px;
    font-size: 20px!Important;
    padding-bottom: 0;
}
#tab-description>h2:first-child{
    display: none;
}
#tab-description h3,#tab-description h2{
    /* font-weight: 600; */
}
#tab-description h3{
    font-size: 16px;
}
.product-product .tab-content{
    padding-bottom: 50px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 60px;
}
.product-info .cart .add-to-cart .button{
    padding: 0px 40px;
    letter-spacing: 1px;
    font-size: 16px;
}
.product-info .price{
    padding-top: 5px;
}
.product-info .share>span{
    color: #707070;
}
.box-related-product .box-heading{
    margin-bottom: 15px;
}
#imageWrap .sales_promo h3{
    display: none;
}
    #imageWrap .sales_promo p{
    position: absolute;
    top: 2%;
    width: 85px;
    right: 2%;
    aspect-ratio: 1/1;
    text-shadow: 3px 1px 4px rgba(0,0,0,0.6);
    font-family: "Montserrat";
    font-size: 22px;
    padding: 16px 13px 18px 13px;
    background: url(https://dev.loongkee.com.my/image/data/theme/revamp/labels/labels_270623103346.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
     color: #fff;
    font-weight: 900;
    line-height: 1;
    font-style: italic;
}
/* misc */
.sale_save_holder .sale{
    top: 2%!important;
    bottom: unset!important;
    width: 25%;
    right: 2%!important;
    left: unset!important;
    aspect-ratio:1/1;
    text-shadow: 3px 1px 4px rgba(0,0,0,0.6);
    font-family: "Montserrat";
    font-size: 16px!important;
    padding: 13px 13px 18px 13px;
    background: url(https://dev.loongkee.com.my/image/data/theme/revamp/labels/labels_270623103346.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    line-height: 1.1;
    font-style: italic;
}
.sale_save_holder .sale b{
    font-weight: 900!important;
    font-style: italic;
}
.related-products .product-grid .product .right .price{
    padding-top: 10px;
}











/* respinsive Mobile */
@media only screen and (max-width: 767px) {
    /* general */
    body{
        font-size: 14px;
    }
    .box.filter-product .slider-center-arrow .product-grid{
        padding: 0 30px;
    }
    /* header */
    #header-left{
        flex: unset;
    }
    #top div#header-right{
        flex: unset;
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }
    #top h1 img, div.is-sticky>#top h1 img{
        max-height: 50px!important;
    }
    /* navbar & drawer*/
    .sub-menu .row>div:first-child{
        padding-top: 0!important;
        padding-bottom: 20px!important;
    }
    #top .pattern{
        border-bottom: none;
    }
    .navbar-default{
        background-color: none;
        border: none;
    }
    .megamenu .with-sub-menu:after{
        content: unset;
    }
    .megamenu .with-sub-menu>a>span{
        position: relative;
        z-index: 10;
    }
    .easydrawer[data-easydrawer-id="drawer-cart"]{
        position: relative;
        display: flex;
    }
    .easydrawer[data-easydrawer-id="drawer-cart"] span{
        position: absolute;
        background: var(--csecond);
        color: #fff;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        right: -8px;
        top: -5px
    }
    .mobile-show-inline img{
        filter: brightness(0.2);
    }
    .drawer__content .box-information .box-heading{
        display: block;
        font-size: 26px;
    }
    .drawer__content .box-information ul{
        margin: unset;
        justify-content: flex-start;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .drawer__content .box-information ul>li:nth-child(-n+9){
        display: block;
        width: 100%;
        text-align: left;
    }
    .drawer__content .box-information ul>li a{
        font-size: 16px;
    }
    .fullwidthbanner-container .tparrows{
        display: none;
    }
    #drawer-account .drawer__content{
        padding: 1.5rem;
    }
    #drawer-account .box-heading{
        font-size: 26px;
        display: block;
    }
    #drawer-account .drawer__content li a{
        padding: 0;
    }
    /* footer */
    .footer .container>.row{
        flex-direction: column;
    }
    .footer-panel:nth-child(1) img{
        padding-top: 20px!important;
        max-width: 60%;
    }
    .footer-panel:nth-child(1){
        padding-bottom: 20px;
    }

    .footer ul{
        margin: 0;
    }
    .copyright .col-sm-3 {
        justify-content: center;
        padding-top: 10px;
    }
    .footer-panel:nth-child(4) li:first-child,
    .footer-panel:nth-child(3) li:first-child{
        padding-top: 10px;
    }
     .footer h4{
         margin: 0;
        margin-top: 20px!important;
        font-size: 15px;
    }
    .footer-panel:nth-child(2) h4{
        margin-bottom: 20px;
    }

    /* homepage */

.filter-product a.next,.filter-product a.prev{
    display: none;
}
.homepage div:not(.drawer__content)>.box:not(.full-width-content){
    margin: unset;
}
.home-abt-us.box{
    padding: 80px 0 40px;
}
.home-abt-us>div:first-child{
    padding-bottom: 40px;
}
.home-abt-us h1{
    font-size: 28px;
    line-height: 40px;
}
.home-abt-us h2{
    font-size: 22px;
    margin-bottom: 20px;
}
.home-abt-us img{
    padding-right: 0;
}
.home-abt-us p.font-c{
    padding-bottom: 15px;
}
.special-f.box{
    padding: 40px 0 20px;
    display: flex!important;
    flex-wrap: wrap;
}
.special-f.box>div{
  display: flex!important;
  flex-wrap: wrap;
}
    .special-f.box>div{
    padding-bottom: 40px;
}
.box.best{
    padding: 25px 0 40px;
}
.best .box-heading h2{
    padding-bottom: 20px;
    font-size: 22px;
}
.best .box-heading h1{
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 5px;;
}
.product-grid .product .right .name a{
    font-size: 18px!important;
    margin-bottom: 0;
}
.product-grid .product .right .price,
.product-category .product-grid .product .right .price{
    padding-top: 0;
}
.product-grid .product .right .name a .font-c{
    padding: 10px 0;
}
.box.home_category{
    padding: 40px 0;
}
.home_category h1{
    font-size: 28px;
    padding-bottom: 00px;
}
.home_category h2.font-c{
    font-size: 22px;
    padding-bottom: 0px;
    /* text-align: left; */
}
.home_category>h2.font-c{
    text-align: center;
    padding-bottom: 20px;
}

.home_category .text_wrapper h2{
    /* font-size: 28px; */
    font-size: 18px;
}
.home_category .text_wrapper h3{
    /* font-size: 18px; */
    font-size: 14px;
}
.home_category .text_wrapper{
    left: 15px;
    bottom: 15px;
    transform: translatex(0);
    padding-right: 50%;
}
.home_category .content_wrapper:before,
.home_category .content_wrapper:hover:before{
transform: rotate(180deg) translate(-45%,-110%);
opacity: 1;
}
.box.insta{
    padding-top: 0;
}
.box.insta{
    padding-bottom: 40px;
}
.insta h1, .insta h1 a{
    font-size: 28px;
}
.insta h1{
    padding-bottom: 10px;
    padding-top: 30px;
}
.insta .juicer-feed .j-stack{
    display: flex!important;
    flex-wrap: wrap;
}
.insta .juicer-feed .j-stack .feed-item{
    width: 50%;
    padding: 0 15px;
    background: none;
    border: none;
}
/* informations */
/* about us */
.info-head{
    aspect-ratio:unset;
    height: 100px;
    margin-bottom: 25px;
}
.info-head>img{
    height: 100%;
    object-fit: cover;
}
.information-information .info-head h1{
    font-size: 26px!important;
}
.info-head .head_wrapper{
    padding: 0 15px;
}
.information-information .info-head h2{
    font-size: 24px;
}
.information-information .info-head .head_wrapper>*{
    padding-bottom: 5px;
}
.abt-us {
    padding-top: 20px;
}
.abt-us .our_logo, .abt-us .company, .abt-us .recognised{
    margin: unset;
}
.abt-us .company h1{
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.abt-us .company h2{
    font-size: 24px;
    white-space: pre;
}
.abt-us .company p{
    line-height: 20px;
}
.abt-us>.company>div.col-sm-6{
    padding-bottom: 25px;
}
.abt-us .company{
    padding-bottom: 50px;
}
.abt-us .mission_vision{
    padding: 60px 0;
}
.abt-us .vision, .abt-us .mission{
    align-items: center;
    text-align: center;
    padding:  0 5%;
}
.abt-us .vision{
    width: 100%;
}
.abt-us .mission_vision img+h2{
    font-size: 24px;
}
.abt-us .mission_vision h2.font-c{
    font-size: 20px;
}
.abt-us .our_logo img{
    padding: 0;
    padding-bottom: 40px;
}
.abt-us .our_logo{
    line-height: 20px;
    padding-bottom: 50px;
}
.abt-us .our_logo h2{
    font-size: 26px;
    padding-bottom: 5px;
}
.abt-us .our_logo h2.font-c{
    font-size: 24px;
}
.abt-us .our_logo h3{
    font-size: 18px;
}
.abt-us .meaning-loong, .abt-us .meaning-kee{
    padding-bottom: 20px;
}
.abt-us .who-we-are .container{
        flex-direction: column-reverse;
}
.abt-us .who-we-are .container>div:nth-child(2){
    padding-top: 60px;
    padding-bottom: 40px;
}
.abt-us .who-we-are .container>div:nth-child(2) img{
    max-width: unset;
    margin: 0;
    width: 100%;
    border-radius: 15px;
}
.abt-us .who-we-are .container>div:nth-child(1){
    padding: 0 15px 50px;
}
.abt-us .who-we-are h2{
    font-size: 28px;
    padding-bottom: 15px;
}
.recognised{
    padding: 50px 0;
}
.abt-us .recognised h2{
    font-size: 26px;
}
.abt-us .recognised h2.font-c{
    font-size: 24px;
}
.abt-us .recognised img{
    width: 100vw;
}
.abt-us .mission {
    padding-top: 40px;
}
.abt-us .our_logo{
    padding-top: 60px;
}
.contact-us>div:last-child{
    padding-left: 15px;
}
.information-information .contact-us h1{
    font-size: 28px;
    margin-bottom: 0;
}
.contact-us{
    font-size: 14px;
    padding-bottom:30px;
    padding-top: 20px;
}
.contact-us .contact_wrapper h3{
    font-size: 15px;
}
.contact-us .contact_wrapper>div{
    padding-bottom: 20px;
}
.contact-us .contact_wrapper>.address{
    padding-bottom: 5px;
}
.information-information .drawer__content .box-information{
    display: block;
}
.drawer__content .box-information .box-content ul>li.active:before{
    content: unset;
}


.info-14 .find-store h2{
    font-size: 28px;
}
.info-14 .find-store h2.font-c{
    font-size: 24px;
}
.select_desc_text p{
    font-size: 14px;
}
.resultWrapper #slResultList .slListHeader{
    font-size: 18px;
}
.slListDescription p{
    font-size: 14px;
}
.slListCell>p>a:last-child{
    right: 10px;
    bottom: 10px;
    padding: 5px 15px;
}
#slResultList .slListCell{
    padding-top: 15px!important;
}
div#resultWrapper{
    margin-bottom: 40px;
}
#storeLocator{
    padding-bottom: 60px!important;
}
.locator_bottom>.container{
    flex-direction: column-reverse;
}
.store_left h2{
    font-size: 28px;
}
.store_left h3{
    font-size: 24px;
    padding-bottom: 20px;
}
.store_left{
    padding-left: 15px;
    padding-top: 40px;
}
.store_right{
    padding-right: 15px;
    padding-top: 80px;
}
.store_left .btn{
        font-size: 16px!important;
    padding: 10px 40px;
}
.info-14 .main-content .pattern > .container{
    padding-bottom: 0!important;
}
/* informations */
.info-3 .center-column,
    .info-5 .center-column,
    .info-8 .center-column,
    .info-6 .center-column{
        margin: 0;
        font-size: 14px;
    }
    .box-information .box-content ul>li>a{
        font-size: 14px;
    }
    div:not(.drawer__content)>.box-information .box-content ul>li{
        text-align: center;
        margin-bottom: 15px;
        width: 50%;
    }
    .box-information .box-content ul{
       flex-wrap: wrap;
        border-bottom: none;
    }
    .information-information div:not(.drawer__content)>.box-information{
        padding-bottom: 0;
    }
    body.info-3,
    body.info-5,
    body.info-8,
    body.info-6{
        padding-top: 70px;
    }
    .info-15 .center-column h2{
        font-size: 26px;
    }
    /* product category */

    .main_category.box .box-heading{
        font-size: 18px;
    }
    .main_category ul.accordion>li>a.active{
        font-size: 14px;
    }
    .main_category ul.accordion>li>a{
        padding: 3px 5px 6px;
    }
    .mfilter-box .mfilter-button-bottom{
        border: none;
        display: flex;
        align-items: center;
    }
    .mfilter-box .mfilter-button-bottom .mfilter-button-reset{
        border: solid 1px #aaaaaa;
        padding: 2px 5px;
        margin-left: 10px;
    }
    .product-category #column_left .box.mfilter-box{
        margin-top: 10px;
    }
    .mfilter-box.box .box-heading{
        margin-bottom: 0;
    }
    .mfilter-box.box .box-heading{
        font-size: 15px!important;
    }
    .mfilter-heading-text>span{
        font-size: 14px;
    }
    .mfilter-price-inputs{
        padding-bottom: 10px;
    }
    .product-category #column_left{
        padding-bottom: 20px;
    }
    .product-category #column_left+.col-sm-9+.row{
        display: none;
    }
    #mfilter-content-container .product-filter{
        padding-bottom: 20px;
    }
    .sale_save_holder .sale {
        width: 20%;
        font-size: 18px!important;
        right: 7.5%!important;
        padding: 15px 10px 15px 10px;
        line-height: 1.2;
        }
        .product-category .product-grid .product{
            padding-bottom: 40px;
        }
        .product-category #column_left+.col-sm-9{
            padding-bottom: 0px;
        }
        .col-sm-9 .product-grid .row{
            padding-bottom: 0;;
        }
        .category-info .cat_header{
            margin-top:20px;
            margin-bottom: 20px;
        }
        .main_category.box .box-heading{
            margin-bottom: 0;
        }

        /* product destails */
        .product-product .popup-gallery{
            width: 100%;
        }
        .product-info .product-image{
            margin: 0;
        }
        .breadcrumb .container ul li{
            display: inline;
        }
        .box-related-product.box .next,
        .box-related-product.box .prev{
            display: none;
        }
        .product-product  .product-info .thumbnails ul{
            margin-left: 0;
        }
        .product-info .product-center .sales_promo{
            display: none;
        }
        .cat_header{ /*temp*/
            /* display: none; */
        }
        body{
            /* padding-top: 70px!important; */
        }
        .breadcrumb .container>div{
            padding: 20px 0 0;
        }
        .product-product .center-column{
            padding-top: 10px;
        }
        .product-product .product-center{
            margin-left: 0;
            padding: 0 15px!important;
        }
        .product-product .description h1:first-child{
            margin-top: 20px;
            font-size: 24px;
        }
        .product-product .description h1.font-c{
            margin: 0;
            font-size: 24px;
        }
        .product-info .price .price-new{
            font-size: 22px;
        }
        .product-info .option br{
            display: none;
        }
        #imageWrap .sales_promo p{
            position: absolute;
            top: 2%;
            right: 2%;
            width: 80px;
            font-size: 20px;
        }
        .product-info .options .option{
            padding-bottom: 10px;
        }
        .product-info .options input+label{
            margin-right: 0;
        }
        .product-info .cart .add-to-cart .quantity{
            display: flex;
        }
        .product-info .cart .add-to-cart .quantity input{
            width: 100%;
        }
        .product-info .cart .add-to-cart .button{
            width: 100%;
        }
        .product-product .product-info .cart{
            padding-bottom: 0;
        }
        .product-product .htabs a{
            margin-top: 10px;
        }
        .product-product .htabs a{
            font-size: 18px!important;
        }
        .box.box-related-product .box-heading h1{
            padding-top: 40px;
        }
        .product-info .slick-slide p,
    .popup-gallery .slick-slide img{
        border-radius: 10px;
    }
    .product-info .options{
        padding-top: 0px!important;
    }
    .product-info .options input+label{
        width: 100%;
        font-size: 14px;
        line-height: 1.2;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .product-info .options input:checked+label>span{
        margin-left: 20px;
    }
    .product-info .thumbnails.thumbnails-bottom .slick-slider li{
        padding: 5px;
    }
    .responsive .modal-footer .btn{
        font-size: 14px;
        padding: 8px 20px;
    }
    .modal-body .cart-window td:last-child{
        padding: 0 10px;
    }
    .checkout-cart .breadcrumb #title-page{
        letter-spacing: unset!important;
        font-size: 24px;
    }
    .checkout-cart .breadcrumb .container ul{
        padding-top: 20px;
    }
    .checkout-cart .center-column h2{
        font-size: 20px;
        padding-top: 40px;
    }
    .buttons .center .button,
    .buttons .right .button{
        font-size: 14px;
        border-radius: 40px;
    }
}







.fullwidthbanner li{
    display: block;
}

.slider-1 li {
    position: relative!important;
}
.slider-1 li:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}
.slider-1 .caption {
    position: absolute!important;
    top: 50%!important;
    left: 0!important;
    right: 0!important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 400%;
    z-index: 3;
    font-weight: 800;
    letter-spacing: 0.2vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)!important;
}
.video_bg, .videoslide {
    overflow: hidden;
    top: 0;
    left:0!important;
    height: 100%!important;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
#bgvid, #player {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* pointer-events: none; */
}
iframe#player{
    position: absolute;
    /* top: -60px; */
    left: 0;
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
    height: calc(100% + 120px);
}
.player-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 100%!important;
}
.player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    /* pointer-events: none; */
}

@media only screen and (max-width: 767px) {
    .slider-container-4 img, #bgvid {
        height: auto;
    }
    .player-wrapper iframe {
        pointer-events: auto!important;
        height: calc(100% + 120px)!important;
        width: 100%!important;
        top: -60px;
    }
}






@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .box.filter-product .slider-center-arrow .next,
    .box.filter-product .slider-center-arrow .prev{
        display: none;
    }
}
.home-abt-us.full-width-content{
    background:#fce8d6;
}
.home-abt-us-2.full-width-content{
  background:#FFF4E2;
}
.box.home_category{
  background:#fce8d6;
}
.box.special-f{
  background:#fce8d6;
}

.cat_header img{
    width: 100%;
}


/* .home_category .text-spcial.text_wrapper h2{
    font-size: 22px;
}
.home_category .text-spcial.text_wrapper h3{
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .home_category .text-spcial.text_wrapper h2{
      font-size: 18px;
  }
  .home_category .text-spcial.text_wrapper h3{
      font-size: 14px;
  }
} */
