/* #top-bar .col-sm-3{
    width: 100%;
    text-align: center;
}

#top-bar #top-bar-right{
    display: none;
}


#top-bar .welcome-text{
    text-transform: uppercase;
}

.logo-img img{
    max-width: 160px !important;
}

.megamenu{
    text-align: center;
}

.megamenu li:not(:nth-child(1)){
    display: inline-block;
    float: none !important;
}

.megamenu li strong{
    font-weight: 500 !important;
    font-size: 13px !important;
}

.megamenu input{
    display: none !important;
}

#top .pattern>.container{
    padding-bottom: 13px;
    padding-top: 20px;
} */
.full-width-content{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*General Styling*/
.standard-body .fixed .container{
  margin: 0 auto;
}
/* overflow */
.home .standard-body{
    overflow-x: hidden !important;
}
.information-information .standard-body{
    overflow-x: hidden !important;
}
.blog-category-home .standard-body{
    overflow-x: hidden !important;
}
.blog-article .standard-body{
    overflow-x: hidden !important;
}
.product-category .standard-body{
    overflow-x: hidden !important;
}
.product-manufacturer-info .standard-body{
    overflow-x: hidden !important;
}
.product-product .standard-body{
    overflow-x: hidden !important;
}






ul.megamenu > li > a strong {
    /* font-family: Poppins !important; */
}

/* MEGA MENU */
.megamenu a.clearfix:before{
    display: none !important;
}
ul.megamenu {
    background: none !important;
}
ul.megamenu li a strong {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.megamenu .with-sub-menu>a strong:after {
    content: "\f0d7";
    font-family: "font awesome 5 free",FontAwesome;
    font-size: 12px;
    margin-left: 5px;
}
ul.megamenu li .sub-menu .content {
    /* border-color: #dbdbdb !important; */
}
/* .megamenu li.with-sub-menu ul {
    padding-left: 0;
    list-style: none;
}
.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);
}
.megamenu .sub-menu ul li a:hover{
    color: #6f0699 !important;
    text-decoration: underline;
} */
ul.megamenu > li > a.active, ul.megamenu > li > a:hover, ul.megamenu > li.active > a {
    color: #ef634c !important;
}


/*SUBMENU*/
ul.megamenu>li>.sub-menu {
    width: 84% !important;
}
.sub-menu .content {
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
    position: relative;
    left: -49px;
    top: 11px;
}
.slider-header #top .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.megamenu a.clearfix:before{
    display: none !important;
}
ul.megamenu > li > a.active, ul.megamenu > li > a:hover, ul.megamenu > li.active > a {
/*     color: #6b784a !important; */
}
ul.megamenu .sub-menu .content > .row {
    padding-top: 8px !important;
}
.megamenu li.with-sub-menu ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.megamenu .sub-menu ul li a.sub-product, .megamenu .sub-menu ul li a.sub-concern{
    font-family: Poppins !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.04px;
    color: #ffffff;
}
.megamenu .sub-menu ul li a.sub-product:hover, .megamenu .sub-menu ul li a.sub-concern:hover{
    color: #ffffff !important;
}
ul.megamenu li .sub-menu .content a {
    font-family: Poppins !important;
    font-size: 13px;
    letter-spacing: 1.04px;
    margin-bottom: 15px;
    color: #ffffff !important;
}
.megamenu .sub-menu ul li a {
    line-height: 30px;
    color: #ffffff;
}
.megamenu .sub-menu ul li a:hover {
    color: #ef634c !important;
    text-decoration: underline;
}
/* arrow submenu */
.megamenu .with-sub-menu>a strong:after {
    content: "\f0d7";
    font-family: "font awesome 5 free",FontAwesome;
    font-size: 12px;
    margin-left: 5px;
}


/* cart icon top */
#top #cart_block .cart-heading img {
    margin-top: 8px;
}
#top #cart_block .cart-heading span {
    padding: 5px 0 0 0px;
    font-family: Poppins !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}


/* HOMEPAGE */
.home .main-content.fixed.home .background .pattern .container{
    padding-bottom:0;
}
.caption.lfl.tp-caption.start {
    top: 220px !important;
    left: 140px !important;
}
.slider-1 .caption h1{
    font-family: Poppins;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 1.2px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}
.slider-1 .caption p{
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #ffffff;
    margin-bottom: 35px;
    margin-top: 0px;
}
.slider-1 .caption a{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    background-color: #ef634c;
    padding: 14px 31px;
}
.slider-1 .caption a:hover{
    background: #212121;
    transition: 0.3s all ease;
    cursor: pointer;
}

/* section 1 */
.row.section_1{
    margin-top: -73px;
}
.row.section_1 .col-md-4.col-xs-12{
    margin-right: -3px;
}
.col-md-4.col-xs-12.box-shop-women{
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/women_080121154121.jpg) no-repeat;
    min-height: 280px;
}
.col-md-4.col-xs-12.box-shop-sports{
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/sports_080121154121.jpg) no-repeat;
    min-height: 280px;
}
.col-md-4.col-xs-12.box-shop-men{
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/men_080121154121.jpg) no-repeat;
    min-height: 280px;
}
.box-shop-women, .box-shop-sports, .box-shop-men{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.box-shop-women .feature-box, .box-shop-sports .feature-box, .box-shop-men .feature-box{
    position: relative;
    top: 108px;
    text-align: center;
}
.box-shop-women .hides , .box-shop-sports .hides, .box-shop-men .hides{
    text-align: center;
    position: relative;
    top: 100px;
}
.feature-box a{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.64px;
    text-align: center;
    color: #ffffff;
}
.hides {
    display: none;
}
.myDIV:hover + .hides {
    display: block !important;
    color: #ffffff;
    text-decoration: underline;
}
.col-md-4.col-xs-12.box-shop-women:hover, .col-md-4.col-xs-12.box-shop-sports:hover, .col-md-4.col-xs-12.box-shop-men:hover{
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



/* section 2 */
/* featured product slider */

/* arrow next prev*/
.box.filter-product .slider-center-arrow .prev span:before {
    display: none;
}
.box.filter-product .slider-center-arrow .next span:before {
    display: none;
}
.box.filter-product .slider-center-arrow .prev span {
    background: url(https://eseed.o2o.my/templates/titanium/image/data/theme/icons/arrow-left_101120131432.png) no-repeat;
}
.box.filter-product .slider-center-arrow .prev span:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.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 {
    background: url(https://eseed.o2o.my/templates/titanium/image/data/theme/icons/arrow-right_101120131432.png) no-repeat;
}
.box.filter-product .slider-center-arrow .next span:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
/* end */

.featured-products {
    text-align: center;
    padding-bottom: 80px;
    padding-top: 60px;
}
.filter-product .box-heading {
    background: none;
    margin-bottom: 0;
    font-family: Poppins !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.71;
    letter-spacing: 0.56px !important;
    color: #ef634c !important;
    text-transform: uppercase !important;
}
.owl-item .right .name a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px !important;
    text-align: center;
    color: #111c30;
}
.owl-item .right .price{
    font-family: Poppins !important;
    font-size: 14px !important;
    color: #58595a !important;
}
.box.filter-product .slider-center-arrow .prev span:before, .box.filter-product .slider-center-arrow .next span:before {
    color: black;
    opacity: 0.4;
    font-size: 50px;
    position: relative;
}
.box.filter-product .slider-center-arrow .prev, .box.filter-product .slider-center-arrow .next{
    background: white;
}
.product .product-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}

/* section 3 */
/* .new-arrival-section {
    padding-bottom: 50px;
}
.text-arrival h2{
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 4.8px;
    text-align: left;
    color: #263237;
}
.text-arrival h2 span{
    color: #ef634c;
}
.text-arrival p{
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #58595a;
    padding-bottom: 25px;
}
.text-arrival a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    background-color: #ef634c;
    padding: 14px 31px;
}
.text-arrival a:hover {
    background: #212121;
    transition: 0.3s all ease;
    cursor: pointer;
} */

.full-width-section-lessmore .container {
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/bg-arrival_130121181531.jpg) no-repeat;
    background-size: cover;
    margin-top: 56px;
    min-height: 605px;
}
.full-width-section-lessmore{
    padding-bottom: 70px;
}
/* .full-width-section-lessmore .col-sm-5{
    text-align: center;
    padding: 180px 0;
} */
.col-sm-7.text-arrival{
    padding-top: 120px;
}
.text-arrival h2{
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 4.8px;
    text-align: left;
    color: #263237;
}
.text-arrival h2 span{
    color: #ef634c;
}
.text-arrival p{
    font-family: Poppins;
    font-size: 14px;
    line-height: 1.71;
    text-align: left;
    color: #58595a;
    padding-bottom: 25px;
}
.text-arrival a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
    background-color: #ef634c;
    padding: 14px 31px;
}
.text-arrival a:hover {
    background: #212121;
    transition: 0.3s all ease;
    cursor: pointer;
}


/* section 4 */
.review-box {
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/review-home_110121110949.jpg) no-repeat;
    background-size: 100% auto;
    text-align: center;
    display: block;
    padding: 50px 0px;
}
.review-box tr, .review-box td {
    display: block;
    padding: 0 18%;
}
.review-box p {
    font-size: 20px;
    color: #fff;
}
.review-box .owl-carousel .owl-item img {
    width: 14%;
    display: inline-flex;
}
.review-box p:nth-child(2){
    font-size: 20px;
    line-height: 1.65;
    color: #ffffff;
}
.review-box p strong{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #b5b2ad;
    text-transform: uppercase !important;
}


/* section 5 */
/*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 50px !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: #263237;
  margin-bottom: 5px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px 0;
    text-transform: uppercase;
}
/* a.readMoreBlog{
  padding: 0 20px;
  color: #6f0699;
  padding: 0 20px;
} */
.home a.readMoreBlog {
    padding: 0 20px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #9d9d9d;
}
.home a.readMoreBlog:hover {
    color: #ef634c;
}
.blogModule li a:hover{
  text-decoration: none !important;
}
.blogModule .info-date{
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #465a64;
  padding: 20px 20px 0;
    text-transform: uppercase;
}
.boxPlain .box-heading{
  padding: 80px 8px 0 !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 20px 10px;
  color: #465a64 !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: Poppins;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.56px;
    text-align: center;
    color: #ef634c;
}
/* hide cluetip when hover to blog title */
.cluetip-default {
  display: none !important;
}


/* section 6 */
/*home-brand*/
.home-brand {
    text-align: center;
    /* margin-top: 30px; */
    padding-bottom: 30px;
}
.home-brand .product-grid .product .image img{
    max-width: 50% !important;
}
.home-brand .name{
    display: none;
}




/*newsletter subscribe*/
.home-subscribebox {
    background-color: #ef634c;
    /*   border-top: solid 1px #eaeaea; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.home-subscribebox .subsc_txt {
    display: inline-block;
    width: 55%;
    float: left;
    margin-top: 19px;
    margin-bottom: 0;
}
.home-subscribebox h4 {
    /*     text-align: center; */
    /* padding-left: 35px; */
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.ne_subscribe label {
    display: block;
    align-items: center;
}
.home-subscribebox label{
    width: 45%;
    float: right;
    margin-top: 15px;
}
.home-subscribebox input {
    width: 100%!important;
    background: #fff!important;
    height: 45px;
    border: none;
    padding-left: 10px;
    /*   border-bottom: solid 1px #58595a; */
}
.home-subscribebox input::placeholder{
    opacity: 0.6;
    font-family: Poppins;
    font-size: 14px;
    color: #3c4854;
    /* padding-left: 20px; */
}
.home-subscribebox .real-btn {
    position: absolute;
    background: #191818 !important;
    height: 45px;
    margin-left: -154px;
    margin-top: 5px;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 38px 0;
}
.home-subscribebox .real-btn:hover {
    color: #ef634c !important;
}


/* .home-subscribebox .real-btn:after{
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  margin-left: 15px;
} */

/* .home-subscribebox .real-btn:hover:after{
  color: #111c30;
} */



/* FOOTER */
.footer-panel:nth-child(3) li:nth-child(2) {
    display: none;
}
.footer-panel:nth-child(4) li:nth-child(4) {
    display: none;
}

.footer .row {
    display: flex;
    flex-direction: row;
}
.footer .footer-panel:nth-of-type(2) {
    order: 4;
}
.footer h4 {
    margin: 20px 0 0;
    background: none;
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.28px !important;
    text-transform: uppercase !important;
}
.footer .footer-panel ul li a{
    font-family: Poppins !important;
    font-size: 13px;
    line-height: 2.23;
}
.footer .footer-panel:nth-child(2) p:nth-child(2){
    font-family: Poppins !important;
    font-size: 13px;
    line-height: 1.62;
    text-align: left;
}
.footer-panel li a:hover {
    color: #ffffff !important;
    transition: 0.3s all ease;
}


/*footer bottom copyright */
.copyright .line {
    margin-bottom: 8px;
    border-top: 1px solid #ffffff;
    opacity: 0.2;
}
.copyright p {
    font-family: Poppins !important;
    margin: 0;
    padding: 6px 0 0;
    color: #9d9d9d;
    font-size: 12px !important;
}
.copyright p a{
    color: #9d9d9d !important;
}
.footer-icon a {
    font-size: 16px;
}
.footer-icon i {
    margin-left: 15px;
    color: #9d9d9d;
}
.footer-icon i:hover {
    margin-left: 15px;
    color: #ef634c;
}




/* 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: Poppins !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    text-align: center;
    letter-spacing: 0.64px !important;
    color: #ffffff;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.product-category .product-filter .options {
    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: 600 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
}
.box-category .box-content.collapse ul {
    padding: 20px 0px;
}
.box-category ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #3c4854;
/*     text-transform: uppercase !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: bolder;
    color: #212121 !important;
    /* border-bottom: 1px solid #6f0699; */
    padding-bottom: 3px;
}
.box.mfilter-box .box-heading {
    font-weight: 600 !important;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase!important;
}
.mfilter-button-bottom {
    padding: 2px 1px !important;
    font-weight: bold;
    border: 1px solid #424242 !important;
    top: 11px !important;
    right: 0px !important;
}
.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 #ef634c!important;
    background: #ef634c !important
}
#mfilter-price-slider .ui-slider-range {
    background-color: #ef634c !important;
}
.mfilter-heading-text > span {
    font-size: 14px;
    font-weight: 500;
    color: #263237;
}
.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: #ef634c !important;
    background-color: #ef634c !important;
    color: #fff;
}
.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; */
}
/* search */
.mfilter-options .mfilter-search input#mfilter-opts-search::placeholder{
    opacity: 0.3;
    font-family: Poppins;
    font-size: 14px;
    color: #111c30;
}
/* color & material filter */
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .mfilter-col-input {
    border: 0;
    background:none !important;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] label {
  font-size: 0;
  height: 30px;
  width: 30px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .color-circle {
    border-radius: 30px;
    width:30px;
    height: 30px;
    display: block;
    border: 1px solid #ccc;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Black"] + .color-circle {
    background: #212121;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Grey"] + .color-circle {
    background: #b5b2ad;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Blue"] + .color-circle {
    background: #213db2;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Pink"] + .color-circle {
    background: #f682a9;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Red"] + .color-circle {
    background: #e53942;
}

.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
    display: none;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .mfilter-input-active .color-circle {
    border: 3px solid #DBDBDB;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .mfilter-option {
    width: 15%;
    display: inline-block;
    border-top: 0;
    position: relative;
}
.mfilter-counter{
    display: none;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-material"] .mfilter-tb-as-td{
    font-family: Muli;
    font-size: 13px;
    font-weight: 500;
    color: #58595a;
    line-height: 2.4;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-material"] .mfilter-tb-as-td.mfilter-col-input{
  border: solid 1px #b5b2ad;
}
/* category content */
.product-category div.pagination {
    width: 100%;
}
.product-category div.pagination .links li.active span {
    border: 1px solid black;
}
.product-grid .product .name {
    font-family: Poppins !important;
    text-align: center;
    font-weight: 500;
    color: #111c30;
    text-transform: uppercase!important;
}
.product-grid .product .price {
    text-align: center;
    font-family: Poppins !important;
    font-size: 14px !important;
    color: #58595a !important;
}
.product-grid .product .image .product-actions a {
    background: #ef634c !important;
}


/* BRAND PAGE */
.product-manufacturer-info  .product-filter .options {
    display: none;
}
.product-manufacturer-info div.pagination {
    width: 100%;
}
.product-manufacturer-info div.pagination .links li.active span {
    border: 1px solid black;
}


/* PRODUCT DETAIL PAGE */
.product-info .product-title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
    text-align: left;
    color: #111c30;
    text-transform: uppercase!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;
}
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: 1px solid #dbdbdb;
    margin: 40px 0 25px;
}
.htabs {
    background: none;
    text-align: center;
}
.htabs a {
    display: inline-block;
    float: none;
    font-weight: 600 !important;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.32px;
}
.htabs a.selected {
  color: #ef634c !important;
    border-color: #ef634c !important;
}
.htabs a:hover {
    color: #ef634c !important;
}
.htabs a:focus {
    text-decoration: none !important;
}
#tabs.htabs a:nth-child(3){
    display: none !important;
}
.product-product #tab-description h2{
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 600;
    color: #2c3640;
    text-transform: uppercase!important;
}
.product-product #tab-description p{
    color: #2c3640;
}
.product-product #tab-description ul{
    color: #2c3640;
}
.product-product #review-title{
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 600;
    color: #2c3640;
}

/* column right product info */
.product-product .product-info .col-sm-6.product-center.clearfix {
        margin-top: 60px;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
    background: none;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.product-info .rating {
    display: none !important;
}
.product-info .review>div {
    display: inline-flex;
}
.share p {
    margin-top: 4px;
}
.product-info .description{
  font-size: 13px;
  color: #3c4854;
}
.product-info .price .price-new{
    font-family: Poppins;
    font-size: 18px;
/*     font-weight: 600 !important; */
    color: #111c30 !important;
}
.product-info #product .options h2{
    display: none;
}
.product-info #product .options select{
    background-color: #ffffff !important;
    height: 48px;
    width: 255px
}
.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: 12px !important;
    color: #262f38 !important;
}
.product-info .cart .links {
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
}
.at-share-btn-elements .at-share-btn .at-icon-wrapper svg:hover{
    fill: #ef634c !important;
}
.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 #707070;
}
/* 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 */
body.blog-category-home .articleHeader {
    display: none;
}
.blog-category-home .col-sm-12.center-column #blog_category .livemarks{
    display: none;
}
.articleContent .row {
    display: flex;
    align-items: center;
    position: relative;
}
#blogCatArticles .col-md-6.col-sm-12 .article-date{
    font-family: Poppins !important;
    color: #465a64;
    text-transform: uppercase;
}
#blogArticle .article h1, #blogArticle .article h1 a, #blogCatArticles .article h3, #blogCatArticles .article h3 a {
    font-family: Poppins !important;
    font-size: 24px;
    color: #263237;
    font-weight: 600 !important;
    margin: 0;
    padding: 3px 0 0;
}
#blogCatArticles .col-md-6.col-sm-12 h3 a{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #263237 !important;
    letter-spacing: 0.48px !important;
    text-transform: uppercase;
}
#blogCatArticles .col-md-6.col-sm-12 span.blockClear p{
    font-family: Poppins !important;
    color: #465a64;
    font-size: 14px;
}
.articleContent .readMore a {
    margin-right: 0;
    border: 1px solid #5f988a;
    padding: 8px 28px;
    color: #5f988a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.articleContent .readMore a:hover {
    background-color: white;
    border: 1px solid #ef634c;
    color: #ef634c;
    transition: 0.3s all ease;
}
.blog-category-home div.pagination {
    display: none;
}


/* BLOG SINGLE PAGE */
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: Poppins;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.6px !important;
    color: #263237;
    text-transform: uppercase !important;
}
.blog-article #blogArticle .articleHeader span{
    font-family: Karla;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #465a64;
    text-transform: uppercase !important;
}
.ludoBlog {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #465a64 !important;
}
#blogArticle .articleBottom {
    display: flex;
    align-items: center;
    position: relative;
}
.articleBottom {
    background-color: #f4f4f4;
}
.articleBottom > div {
    display: inline-flex;
}
.blog_link span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #ef634c;
}
.blog_link span:before {
    content: '\f053';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color: #ef634c;
}
#blogArticle .articleBottom p {
    margin-bottom: 0;
}
.articleBottom .share p {
    margin-top: 8px;
    text-transform: uppercase;
    font-family: Karla;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.04px !important;
    color: #000000;
}
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: #465a64 !important;
}
body.blog-article .at-resp-share-element .at-icon:hover, .at-resp-share-element .at-label {
    fill: #ef634c !important;
}



/* ABOUT US PAGE */
.about-section1 h3 {
    font-family: Poppins !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.48px !important;
    color: #263237 !important;
    text-transform: uppercase !important;
}
p.about_parag {
    font-family: Poppins;
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #465a64;
}
.col-md-6.col-sm-12.how_start {
    padding-left: 100px;
}
.col-md-6.col-sm-12.how_start h3 {
    font-family: Poppins;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #263237;
    text-transform: uppercase !important;
}



/* CONTACT US PAGE */
/* form section */
.form-field.html-field h3{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
    color: #111c30;
    text-transform: uppercase;
    font-family: Poppins !important;
}
.form-field.html-field p{
  font-size: 14px;
  color: #465a64;
  font-family: Poppins !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: #111c30;
    text-transform: capitalize;
    font-family: Poppins !important;
}
#form1 .field-block input::placeholder{
    opacity: 1;
    font-size: 14px;
    line-height: 1.57;
    color: #919191;
    font-family: Poppins !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: #ef634c;
    border-color: #ef634c;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Poppins;
}
#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: Poppins !important;
}
.info-detail p strong {
    color: #465a64;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 1.12px;
}


/* DELIVERY INFO, RETURN POLICY, TERM CONDITION, PRIVACY POLICY  PAGE*/
body.information-information .breadcrumb .clearfix {
    background: none;
    padding: 45px 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: #263237;
}
.information-information  .box-information {
    border-bottom: solid 0px #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(1), .box-information li:nth-child(2), .box-information li:nth-child(7), .box-information li:nth-child(8), .box-information li:nth-child(9) {
    display: none;
}
.box-information li {
    font-family: Muli !important;
    padding: 0 30px;
    text-transform: uppercase;
    color: #58595A;
    font-weight: bold;
    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: #ef634c !important;
}
.information-information h3.term_title{
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #465a64 !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: #465a64;
}
.box-information .box-content li .active{
    color: #ef634c !important;
    border-bottom: 2px solid #ef634c;
    padding-bottom: 7px;
}

/* INFO DELIVERY INFO, RETURN POLICY 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;
}

.account-register .home-subscribebox, .account-login .home-subscribebox, .product-search .home-subscribebox, .account-success .home-subscribebox, .account-account .home-subscribebox,.account-edit .home-subscribebox, .account-password .home-subscribebox, .account-address .home-subscribebox, .account-wishlist .home-subscribebox, .account-order .home-subscribebox, .account-return-insert .home-subscribebox, .account-reward .home-subscribebox, .account-transaction .home-subscribebox, .account-newsletter .home-subscribebox, .account-logout .home-subscribebox {
    display: none;
}




/* ----------RESPONSIVE------------- */

/* MOBILE */
@media (max-width: 480px){

    #top.navbar-default {
        background-color: #000000 !important;
        border-color: #000000;
    }
    /* megamenu */
    .sub-menu .content {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        position: relative;
        left: 0;
        top: 0;
    }
    ul.megamenu li .sub-menu .content a {
        color: #333333 !important;
    }

    /* HOMEPAGE */

    /* padding */

    /* section 1 */
    .row.section_1 {
        margin-top: 10px;
    }

    /*section 2*/
    .featured-products {
        padding-top: 40px !important;
    }
    .featured-products {
        padding-bottom: 44px;
    }

    /*section 3*/
    .text-arrival h2 {
        font-size: 31px;
    }
    .col-md-6.col-xs-12.img-arrival {
        padding-top: 43px;
    }


    .full-width-section-lessmore .container {
        min-height: auto;
    }
    .col-sm-7.text-arrival {
        padding-top: 0px;
    }

    /* section 4 */
    /* review testimoni */
    .review-box {
        background-size: cover;
    }
    .review-box .owl-carousel .owl-item img {
        width: 43%;
    }
    .review-box tr, .review-box td {
        padding: 0 8%;
    }

    /* 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 */
    .copyright .line {
        margin-bottom: 0px;
        border-top: 0px solid #ffffff;
    }
    .footer .row {
        display: grid !important;
        flex-direction: row;
    }
    .footer-panel img {
        padding-top: 20px !important;
        padding-bottom: 10px;
    }
    .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 */
    .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-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;
    }
    .htabs a {
        font-size: 14px !important;
    }

    .you-may-also-like .box-heading {
        font-size: 18px !important;
    }

    /* BLOG PAGE */
    .center-column h3 {
        font-size: 20px !important;
    }
    .articleContent .row {
        display: block;
    }
    #blogCatArticles .col-md-6.col-sm-12 h3 a {
        font-size: 20px;
    }

    /* BLOG SINGLE PAGE */
    .blog-article #blogArticle .articleHeader span {
        font-size: 11px;
    }
    .blog-article #blogArticle .articleHeader h1 {
        font-size: 24px;
    }
    #blogArticle .articleBottom {
        display: block;
        margin-bottom: 30px;
        padding: 15px 0 5px;
    }

    /* ABOUT US PAGE */
    .responsive .breadcrumb .clearfix {
        padding: 30px 0 !important;
    }
    .breadcrumb .container h2 {
        font-size: 26px !important;
    }
    .about-section1 h3 {
        font-size: 20px !important;
    }
    p.about_parag {
        line-height: 1.9;
    }
    .col-md-6.col-sm-12.how_start {
        padding-left: 10px;
    }
    .col-md-6.col-sm-12.how_start h3 {
        font-size: 20px !important;
        margin-top: 10px;
    }


    /* 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;
}
/*homepage*/
    .row.section_1 {
    margin-top: 30px;
}
    .col-md-4.col-xs-12.box-shop-women {
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/women_080121154121.jpg) no-repeat;
    min-height: 280px;
    background-size: 100%;
}
 .col-md-4.col-xs-12.box-shop-men {
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/men_080121154121.jpg) no-repeat;
    min-height: 280px;
         background-size: 100%;

}
    .col-md-4.col-xs-12.box-shop-sports {
    background: url(https://eseed.o2o.my/templates/xcape/image/data/theme/banners/sports_080121154121.jpg) no-repeat;
    min-height: 280px;
            background-size: 100%;

}
 .review-box {
    background-size: cover;
}
.product-info .cart .add-to-cart .button {
    margin-top: 10px;
}

.col-md-6.col-sm-12.how_start {
    padding-left: 10px;
    padding-top: 30px
}
.form-field.required-field.textarea6{
    margin-bottom: 45px;
}

/* 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;
}

}
