.standard-body .fixed .container{
  margin: 0 auto;
}
.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.slider-header #top.full-width .pattern {
    border-bottom: 1px solid #dbdbdb;
}
.slider-header #top.full-width .pattern ul.megamenu {
    background: none!important;
}

/* #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;
} */





/* top bar & menu section */
#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{
    display: inline-block;
    float: none !important;
}
.megamenu li strong{
    font-size: 14px !important;
    letter-spacing: 0.7px !important;
    color: #212121 !important;
}
ul.megamenu > li > a.active strong{
    color: #865567 !important;
}
.megamenu input{
    display: none !important;
}
#top .pattern>.container{
    padding-bottom: 13px;
    padding-top: 20px;
}
/* end */

/* account & cart icon header */
#top #cart_block .cart-heading img {
    margin-top: 8px;
}
#top #cart_block .cart-heading span {
    padding-left: 0px;
}
/* .login_btn {
    display: inline-block !important;
    margin-top: 5px;
    position: relative;
    left: 31px;
    color: #111c30;
    text-transform: uppercase!important;
    font-size: 12px;
} */
.login_btn img {
    margin-right: 5px !important;
}
#top #cart_block .cart-heading span {
    color: #1a1a1a !important;
    font-family: Karla;
    font-size: 12px !important;
    font-weight: bold;
    margin-top: -2px;
}
.responsive #top #cart_block .dropdown-menu {
    height: auto !important;
}

#top .search_form input{
  display: none;
}
.search_form .button-search:before{
  content: url(/templates/mermaid/image/data/theme/icons/search-icon_010421120618.png);
    position: relative;
    left: -40px;
    top: 6px;
}
.search_form .button-search:after{
  content: url(/templates/mermaid/image/data/theme/icons/account-icon_010421120618.png);
    position: relative;
    left: -25px;
    top: 6px;
}
#top .search_form{
/*   margin-top: 0 !important; */
}


#header-right .menu-responsive-btn.easydrawer {
    display: block !important;
}

/* HOMEPAGE */

/* SLIDESHOW */
.slider-1 .caption {
    top: 30% !important;
    margin: 0 auto !important;
    left: 55% !important;
    text-align: left;
    width: 100%;
}
.slider-1 h1 {
    font-size: 48px;
    color: #212121;
    line-height: 1.29;
    margin-bottom: 15px;
}
.slider-1 p {
    font-size: 18px;
    color: #212121;
    margin-bottom: 40px;
}
.btn-main {
    background-color: transparent;
    max-width: 165px;
    height: 45px;
    color: #ffffff;
    padding: 12px 40px;
    letter-spacing: 1.5px;
    background-color: #865567;
}
.btn-main:hover {
    background-color: #212121 !important;
    color: #fff;
    transition: 0.3s all ease;
    cursor: pointer;
}

/* section1 */
.home-section1{
    text-align: center;
    background-color: #fcf6ef;
}
.home-section1 .description{
    padding: 80px 10% 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #212121;
}
.home-section1 h3{
    font-size: 18px;
    color: #212121;
}
.home-section1 .handmade img{
    padding-bottom: 15px;
}

/* section2 */
.sect2-cat{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fcf6ef;
}
.sect2-cat .row>div>div {
    position: relative;
}
.sect2-cat a {
    position: absolute;
    bottom: 0px;
    opacity: 0.7;
    background-color: #a17988;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff !important;
}
.sect2-cat img {
    width: 100%;
}
.sect2-cat .row>div:hover a {
    height: 100%;
    transition: 0.6s !important;
}

/* section3 */
.sect3{
    text-align: center;
    padding-top: 60px;
}

/* section4 */
/*bestseller 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 */

.bestsellers {
    text-align: center;
    padding-bottom: 80px;
}
.filter-product .box-heading {
    padding-top: 30px;
    background: none;
    margin-bottom: 0;
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #212121 !important;
}
.owl-item .right .name a{
    font-size: 14px;
    letter-spacing: 0.42px !important;
    text-align: center;
    color: #212121;
    text-transform: uppercase !important;
}
.owl-item .right .price{
    font-size: 14px !important;
    color: #865567 !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;
}

/* section 5 & 6 */
/*Blog home*/
.box.blogModule.boxPlain{
    padding-top: 0 !important;
    border-top: 1px solid #dbdbdb;
}
.blogModule li {
    display: grid;
    background-color: #fff;
    padding-bottom: 25px;
    overflow: inherit;
    /*     border: 1px solid #efefef; */
}
.blogModule li:hover {
    /*box-shadow: 2px 2px 10px 0 rgba(38,50,55,0.12); */
}
.boxPlain .box-content{
    border-top: transparent !important;
    padding: 9px 8px 0px !important;
}
.blogModule .image img {
    float: left;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    margin-right: 0 !important;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}
.blogModule .title {
    font-size: 20px !important;
    font-weight: 500 !important;
    display: block;
    color: #212121;
    margin-bottom: 5px;
    padding: 10px 0px 0;
    /* text-transform: capitalize; */
}
.blogModule .title:hover {
    color: #865567;
}
/* a.readMoreBlog{
    padding: 0 20px;
    color: #6f0699;
    padding: 0 20px;
} */
.home a.readMoreBlog {
/*     padding: 0 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #58595a;
    border-bottom: 1px solid #58595a;
    padding-bottom: 5px; */
    display: none;
}
.home a.readMoreBlog:hover {
/*     color: #e77c2a;
    border-bottom: 1px solid #e77c2a; */
}
.blogModule li a:hover{
    text-decoration: none !important;
}
.blogModule .info-date{
    display: none;
/*     font-size: 13px;
    color: #58595a;
    padding: 20px 0px 0;
    text-transform: uppercase; */
}
.boxPlain .box-heading{
    padding: 60px 8px 0 !important;
    border-bottom: transparent !important;
    text-align: center;
    font-size: 32px !important;
    font-weight: 500 !important;
}
.boxPlain .box-heading span{
    font-size: 32px;
    font-weight: 500;
    /* letter-spacing: 1.2px; */
    color: #212121;
    text-transform: capitalize !important;
}
.blogModule .info{
    display: none !important;
}
.blogModule p{
    /* display: none; */
    padding: 0 0px 20px;
    color: #58595a !important;
    font-size: 16px;
    line-height: 1.5;
}
.blogModule ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.boxPlain {
/*     background-color: #f7f9fa; */
}
/* hide cluetip when hover to blog title */
.cluetip-default {
    display: none !important;
}

.view-more {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 0px;
}
.btn-slider {
    color: #865567;
    border: 1px solid #865567;
    background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 500ms ease-in-out;
    padding: 12px 25px;
    font-weight: 500 !important;
}
.btn-slider:hover {
    background-position: 100%;
    color: #fff;
    background-color: #865567;
}

/* section 7 */
.welcome-sect{
    background-color: #fcf6ef;
    padding-top: 50px;
    padding-bottom: 50px;
}
.welcome-sect h2{
    font-size: 32px;
    font-weight: 500;
    color: #212121;
}
.welcome-sect p{
    font-size: 16px;
    line-height: 1.75;
    color: #3a3d3e;
    padding-bottom: 20px;
    padding-right: 23%;
}
.welcome-sect a{
    background: transparent;
    color: #865567;
    border: 1px solid #865567;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    padding: 12px 20px;
}
.welcome-sect a:hover{
    background: #865567 !important;
}


/*FOOTER*/
.footer-panel:nth-child(2) li:nth-child(2), .footer-panel:nth-child(2) li:nth-child(8) {
    display: none;
}
.footer h4{
  margin: 20px 0 0;
  background: none;
}
.footer-newsletter h3 {
  font-size: 16px !important;
  margin: 20px 0 0;
  text-transform: capitalize !important;
  padding: 20px 14px 11px 0;
  color: #fff;
}
.footer .pattern a:hover{
  color: #dfced4;
}
p.text_copy {
  font-size: 12px !important;
}
.copyright p {
  margin: 0;
  padding: 6px 0 0;
  font-size: 12px !important;
}
.footer-icon a{
  font-size: 18px;
}
.footer-icon i {
  margin-left: 15px;
}
.footer-icon i:hover {
  color: #a17988;
}
.footer .pattern{
  padding-top: 20px;
}
.footer ul li a {
  font-size: 14px !important;
}
.footer .pattern p {
  font-size: 14px;
}
.copyright .pattern {
  padding: 25px 0 !important;
}
.copyright .background{
  background-color: #6e4353 !important;
}
input.subscribe_email{
  width: 92% !important;
  background: transparent !important;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #dfced4 !important;
  border-bottom: 1px solid #ffffff;
}
input.subscribe_email::placeholder{
    color: #dfced4;
}
.footer-newsletter .ne_submit {
  display: inline-block;
  text-align: center;
  height: 40px;
  padding: 7px 20px;
  background: transparent;
  border: none;
  margin-left: -11%;
}
.ne_subscribe label {
  display: block;
  align-items: center;
  margin-top: 16px;
}
.footer-newsletter .ne_submit .fa-long-arrow-alt-right:before{
/*   color: #caa45d; */
}


.home .main-content.fixed.home .background .pattern .container{
    padding-bottom:0;
}



/* CATEGORY PAGE */

/* page banner */
/* .product-category .breadcrumb .background{
    background: url(https://eseed.o2o.my/templates/sketch/image/data/theme/banners/category-banner_180321115110.jpg) !important;
    background-size: cover !important;
    border-radius: 0px;
    padding: 70px 0;
    background-position: center !important;
    margin-left: 20px;
    margin-right: 20px;
} */
.breadcrumb .container ul {
    display: none;
}
.breadcrumb .container>div {
    padding: 50px 0;
}
.breadcrumb .container h2 {
    font-size: 40px !important;
    font-weight: 500 !important;
    /*  text-align: left; */
    letter-spacing: 1.2px !important;
    color: #212121;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.product-category .product-filter .options {
    /* display: none; */
}
.product-category .product-filter .options .product-compare{
    display: none;
}
.list-options .sort, .list-options .limit {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.12px;
    color: #000000;
    text-transform: uppercase;
}
.sort select, .limit select {
    border: 0;
    background: #ffffff;
    border-bottom: 1px solid #58595a;
    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: 18px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    text-transform: capitalize !important;
}
.box-category .box-content.collapse ul {
    padding: 20px 0px;
}
.box-category ul li a {
    font-size: 16px;
    /* font-weight: 500; */
    color: #58595a;
    text-transform: capitalize !important;
}
.box-category ul li a:focus {
    text-decoration: none !important;
}
.accordion > li.panel > a {
    /* text-transform: uppercase ; */
}
.box-category ul li a.active {
    font-weight: 500;
    color: #212121 !important;
    /* border-bottom: 1px solid #6f0699; */
    padding-bottom: 3px;
}
.box.mfilter-box .box-heading {
    font-weight: 500 !important;
    /* letter-spacing: 0.8px; */
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize!important;
}
.mfilter-button-bottom {
    padding: 2px 1px !important;
    font-weight: 500;
    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 #212121 !important;
    background: #212121 !important
}
#mfilter-price-slider .ui-slider-range {
    background-color: #212121 !important;
}
.mfilter-heading-text > span {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.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: #b5b2ad !important;
    /* background-color: #212121 !important; */
    color: #fff !important;
}
.mfilter-col-count {
    visibility: hidden;
}
.mfilter-tb-as-tr {
    border-top: 0px dashed #dcdcdc !important;
}
.mfilter-content-wrapper {
    padding-top: 5px;
    border-top: 2px solid #ccc;
}
.mfilter-content-wrapper {
    padding: 5px 0 20px !important;
    border-bottom: 1px solid #dbdbdb;
    border-top: none !important;
}
.box.mfilter-box.mfilter-column_left.init .box-content.mfilter-content li:nth-child(4) {
    /* display: none; */
}
.mfilter-options .mfilter-price-inputs input{
    background-color: #ffffff !important;
}
/* search */
.mfilter-options .mfilter-search input#mfilter-opts-search::placeholder{
    opacity: 0.3;
    /* font-family: Roboto; */
    font-size: 14px;
    color: #111c30;
}
.mfilter-options .mfilter-search input#mfilter-opts-search {
    background-color: #ffffff;
}

label.mfilter-tb-as-td{
    font-size: 16px;
    font-weight: 400;
    color: #58595a;
}


/* color & material filter */
/* .mfilter-box .mfilter-attributes[data-seo-name="62-color"] {
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] .mfilter-col-input {
    border: 0;
    background:none;
}
.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: #000000;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-color"] input[value="Silver"] + .color-circle {
    background: #dbdbdb;
}
.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-attributes[data-seo-name="62-scents"] .mfilter-options .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input{
    background: #000000;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-scents"] .mfilter-tb-as-td{
    /* font-family: Roboto; */
    font-size: 16px;
    font-weight: 400;
    color: #58595a;
}
.mfilter-box .mfilter-attributes[data-seo-name="62-scents"] .mfilter-tb-as-td.mfilter-col-input{
    border: solid 1px #b5b2ad;
}

/* new css color series, option */
/* color series option */
/* .product-product .col-sm-6.product-center.clearfix > .price{
    letter-spacing: 1.12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}
.product-product .col-sm-6.product-center.clearfix > .price .colorOption.currentColorOption{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 3px solid #dbdbdb !important;
}
#product .option .required{
    display: none;
}
#product .option b{
    font-weight: bold;
    letter-spacing: 1.12px;
    color: #000000;
    text-transform: uppercase !important;
} */


/* category content */
.product-filter .options .button-group button {
    color: #b5b2ad !important;
}
.product-filter .options .button-group button:hover, .product-filter .options .button-group .active {
    color: #000000 !important;
}
.product-category div.pagination {
    width: 100%;
}
.product-category div.pagination .links li.active span {
    border: 1px solid black;
}
.product-grid .product .name {
    /* font-family: Roboto Slab !important; */
    text-align: center;
    /* font-weight: 600; */
    color: #212121;
    text-transform: uppercase !important;
}
.product-grid .product .price {
    text-align: center;
    /* font-family: Lato !important; */
    font-size: 14px !important;
    color: #865567 !important;
}
.product-grid .product .image .product-actions a {
    /* background: #e8846c !important; */
}
.product .product-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}


/* PRODUCT DETAIL PAGE */
h2.product-title {
/*     font-family: PlayfairDisplay !important; */
    font-size: 32px !important;
    font-weight: 500 !important;
    color: #212121 !important;
    margin-bottom: 10px;
    padding: 0 50px 0 0;
}
body.product-product .breadcrumb .container ul{
  display: block;
  float: left;
  margin-top: 10px;
  font-size: 12px !important;
  text-align: left !important;
  color: #b5b2ad !important;
}
body.product-product .breadcrumb .container h2{
  display: none;
}
body.product-product .breadcrumb .container ul li a{
  color: #b5b2ad !important;
}
body.product-product .breadcrumb .container ul li:last-child a{
  color: #212121 !important;
}
body.product-product .breadcrumb .container>div{
  padding: 5px 0 0;
}
#tab-description h2{
/*   display: none; */
}
.product-center{
    padding: 3% 6%;
}
.product-info .cart .add-to-cart p{
    display: none;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
    background: none;
    padding: 0;
}
.product-info .description{
    padding-bottom: 10px;
}
.product-info .thumbnails li p{
    padding: 0 !important;
}
.thumbnails{
    width: 80%;
    margin: 0 auto;
}
.product-info .thumbnails.thumbnails-bottom.clearfix {
    display: flex;
    justify-content: center;
}
.product-product .product-info .thumbnails li {
    width: auto !important;
}
.product-info .popup-gallery{
    margin-top: -15px;
}
.product-info .price .price-new{
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #212121 !important;
}
.product-info .cart .add-to-cart .quantity input {
    color: #292929;
    text-align: center;
    padding: 10px 50px;
    min-width: 80px;
    height: 50px;
    margin: 0;
    border: 1px solid #dbdbdb;
    width: 100%;
    font-size: 14px !important;
    background-color: #fff;
    border-radius: 4px;
}
.product-info .cart .add-to-cart .button {
    font-size: 14px;
    height: 50px;
    padding: 10px 55px;
    margin-left: 10px;
    text-transform: uppercase !important;
    border-radius: 0px;
}
.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
    border: 0;
    height: 46px;
    top: 0;
    padding-top: 15px;
    width: 30px;
}
.product-info .cart .add-to-cart .quantity #q_down, .product-info .cart .add-to-cart .quantity #q_up {
    position: absolute;
    right: 11px;
    height: 17px;
    width: 18px;
    font-size: 8px;
    line-height: 17px;
    display: block;
    text-align: center;
}
.product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
}
.product-info #product .options h2 {
    display: none;
}
.product-info #product .options .option span {
    display: none;
}
.optionsList {
    width: 80%;
    /*   border-top: solid 1px #dbdbdb !important; */
    /*   border-bottom: solid 1px #dbdbdb !important; */
    /*   border-left: none; */
    /*   border-right: none; */
    padding:0 10px;
    height: 40px;
    background: transparent !important;
}
.product-info .review{
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
    margin-top: 20px;
}
.product-info .review .share{
    display: inline-flex;
}
.product-info .share p{
    margin: 4px 10px 0 0;
}
.at-share-btn-elements .at-share-btn .at-icon-wrapper svg:hover {
    fill: #865567 !important;
}
.product-info .options .option {
    padding: 0 0 20px;
}
a#button-review{
    border-color: #865567 !important;
    background-color: #865567 !important;
    color: #fff !important;
    padding: 10px 30px;
    text-transform: uppercase !important;
}
a#button-review:hover{
    background-color: #212121 !important;
    border-color: #212121 !important;
    color: #fff !important;
}
.review-list .text:before{
    display: none !important;
}
.htabs {
    text-align: center;
    margin-top: 10px;
}
.htabs a:focus {
    text-decoration: none !important;
}
.htabs a{
    padding: 0;
    display: inline-block;
    float: none;
    letter-spacing: 1.6px;
    font-size: 16px !important;
    padding-bottom: 10px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin: 10px 20px 0 !important;
}


/* reviews tab content  */
#tab-review .rating-review-detail {
    margin-top: 50px;
}
#tab-review .rating-review-detail .rating-review {
    display: inline-flex;
}
.rating-review-detail .fa-star:before {
    color: #d5d5d5 !important;
}
.add-review-button {
    float: right;
}
.add-review-button a{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #865567;
    text-transform: uppercase;
}
.write-review-btn {
    background: transparent;
    border: 1px solid #865567;
    color: #865567 !important;
    padding: 12px 25px;
}
.write-review-btn:hover {
    color: #fff !important;
    background: #865567;
    transition: 0.3s all ease;
}
#collapsereview {
    margin-top: 20px;
}
#collapsereview #review-title {
    display: none;
}
.review_form label {
    color: #212121 !important;
    margin-top: 10px !important;
}
#collapsereview input[type=text] {
    background: #fff !important;
    border: solid 1px #dbdbdb !important;
}
.entry_review textarea {
    width: 83.33% !important;
    border: solid 1px #dbdbdb !important;
    height: 150px !important;
    margin-bottom: 20px;
    background: #fff !important;
}
#collapsereview .recaptcha {
    float: right !important;
    margin-bottom: 15px;
    padding-left: 0 !important;
}
#collapsereview .buttons {
    float: right !important;
    padding-left: 0 !important;
}
a#button-review {
    border-color: #865567 !important;
    background-color: #865567 !important;
    color: #fff !important;
    padding: 10px 30px;
    text-transform: uppercase !important;
}
div#review {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dbdbdb;
}


/*rating star section */
.star-review-rating:not(:checked)>label:before {
  content: "\f005";
  font-weight: 100 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label {
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #d5d5d5 !important;
  margin-right: 8px;
  transition: .3s;
}
.star-review-rating:not(:checked)>input {
  position: absolute;
  clip: rect(0,0,0,0);
}
.star-review-rating label.active{
  color: #fdcc0d !important;
}
/* end */

/* review comment display */
.rating-review-detail .fa-star.active:before {
    color: #fdcc0d !important;
}
.review-list {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.review-list .rating {
    float: none !important;
}
.rating i.active {
    color: #fdcc0d !important;
}
#review .review-list .text {
    margin: 5px 0 0;
    padding: 0;
    border: transparent !important;
    background: transparent !important;
}
p.review_date {
    color: #58595a;
    font-size: 14px;
}
div.pagination {
    display: block;
}
/* end */

.you-may-also-like {
    /* border-top: 1px solid #dbdbdb;
    margin-top: 40px; */
}
.you-may-also-like .box-heading {
    margin: 0px 0 0!important;
}
.you-may-also-like .box-heading {
/*     font-family: PlayfairDisplay !important; */
    font-size: 32px !important;
    /* margin-top: 50px !important; */
    background: none;
    font-weight: 500 !important;
    color: #212121 !important;
    text-align: center;
}
.count_holder_small{
    display: none;
}
.count_holder {
    background-color: #fff !important;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.hasCountdown span{
    color: #212121 !important
}
.offer_title {
    color: #212121 !important;
}
.product-info .review .rating{
    display: none;
}
.product-info .thumbnails li img{
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #f2f2f2;
}
#tab-description, #tab_2{
    padding: 0 10%;
}
#tabs.htabs a:nth-child(3){
    display: none !important;
}

/* full-width line above youmayalsolike */
.full-width-content.product-line-also-like{
    border-top: 1px solid #dedede;
}
.full-width-content.product-line-also-like p{
    margin: 0;
}


/* BLOG PAGE */
.blog-category-home .main-content > .background > .pattern > .container{
    padding-bottom: 0px;
}


.blog-category-home #blog_category{
    padding-top: 30px;
}
.blog-category-home .col-sm-12.center-column{
    padding-top: 0 !important;
}
.blog-category-home .breadcrumb .background {
/*     background: #f7f9fc; */
}
.blog-category-home .breadcrumb .container h2 {
    color: #212121 !important;
    padding-top: 50px;
    padding-bottom: 10px;
}
.blog-category-home #blog_category #blogCatArticles .articleCat{
    max-height: 500px;
}
#blog_category #blogCatArticles.imageBlock .imageFeatured {
    width: 100% !important;
}
#blog_category .blogCol2 .articleCat {
    padding: 1% 0% !important;
}
#blog_category .blogCol2 .articleCat {
    width: 50% !important;
}
#blog_category .articleCat .articleContent .col-md-12.col-sm-12:hover img {
    transition: 0.6s all ease;
    -webkit-filter: brightness(30%);
}

/* turn img to grey when hover */
#blog_category #blogCatArticles.imageBlock .imageFeatured {
    filter: none;
    -webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}
#blog_category #blogCatArticles.imageBlock .imageFeatured:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

body.blog-category-home .articleHeader {
    display: none;
}
.blog-category-home .col-sm-12.center-column #blog_category .livemarks{
    display: none;
}

.articleCat .articleContent{
    /*     text-align: center; */
}
#blogCatArticles .article h3, #blogCatArticles .article h3 a {
    font-size: 20px;
    color: #212121;
    font-weight: 500 !important;
    margin: 0;
    padding: 3px 0 0;
    /*     letter-spacing: 0.54px; */
    /*     text-transform: uppercase !important; */
    padding-top: 12px;
    text-transform: none !important;
}
#blogCatArticles .article h3:hover, #blogCatArticles .article h3 a:hover {
    color: #865567;
    /*     text-decoration: underline; */
}

#blogCatArticles .col-sm-12 span.blockClear p{
    /*   display: none; */
    /*   font-family: Lato; */
    font-size: 16px;
    line-height: 1.5;
    /*   text-align: left; */
    color: #58595a;
    letter-spacing: 0;
}
.articleCat .article .article-date{
    display: none;
    font-family: Lato !important;
    color: #58595a;
    font-size: 13px;
    text-transform: uppercase;
}
.articleContent .readMore a {
        display: none;
    margin-right: 0;
    /*     border: 1px solid #5f988a; */
    /*     padding: 8px 28px; */
    color: #58595a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    /*     text-decoration: underline; */
    border-bottom: 1px solid #58595a;
    padding-bottom: 5px;
}
.articleContent .readMore a:hover {
    /*     background-color: white; */
    /*         border: 1px solid #ef634c; */
    color: #e8846c;
    border-bottom: 1px solid #e8846c;
    transition: 0.3s all ease;
}
.blog-category-home div.pagination {
    display: none;
}




/* BLOG SINGLE PAGE */
.blog-article .col-sm-12.center-column{
    padding-top: 30px !important;
}
body.blog-article .breadcrumb .clearfix {
/*     display: none; */
/*     background: #f7f9fc; */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    padding-top: 40px !important;
}
.blog-article .breadcrumb .container h2 {
    color: #212121;
    text-transform: none !important ;
    font-size: 32px !important;
}

.articleHeader {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.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: Raleway;
    font-size: 30px;
    font-weight: 600;
/*     letter-spacing: 0.6px !important; */
    color: #212121;
/*     text-transform: uppercase !important; */
}
.blog-article #blogArticle .articleHeader span{
    font-family: Lato;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #58595a;
    text-transform: uppercase !important;
}
.ludoBlog {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    color: #58595a !important;
}
#blogArticle .articleBottom {
    display: flex;
    align-items: center;
    position: relative;
}
.articleBottom {
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
}
.articleBottom > div {
    display: inline-flex;
}
.blog_link span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #865567;
}
.blog_link span:before {
    content: '\f053';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color: #865567;
}
#blogArticle .articleBottom p {
    margin-bottom: 0;
}
.articleBottom .share p {
    margin-top: 8px;
/*     text-transform: uppercase */
    font-family: Roboto;
    font-size: 14px;
/*     font-weight: bold; */
/*     letter-spacing: 1.04px !important; */
    color: #58595a;
}
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: #a0a0a0 !important;
}
.at-resp-share-element .at-icon:hover, .at-resp-share-element .at-label {
    fill: #865567 !important;
}


/* blog category page - hide latest blog */
#blog_category .box.blogModule.boxPlain{
    display: none;
}
.blog-category-home .box.blogModule.boxPlain{
    display: none !important;
}

/* start */
/* blog article page - show latest blog */
.blog-article .box.blogModule.boxPlain{
    padding-top: 30px;
    border: 0px !important;
    background-color: #f9f9f9 !important;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;

    margin-top: 10% !important;
    margin-bottom: 0% !important;
    padding-bottom: 0% !important;
}

#blogArticle .box.blogModule.boxPlain{
    display: none;
}
#articleComments{
    display: none;
}
.blog-article .blogModule li{
    background-color: transparent;
    padding-bottom: 50px;
}
.blog-article .blogModule li a.readMoreBlog{
    /* text-decoration: underline; */
    border-bottom: 1px solid #58595a;
    padding-bottom: 5px;
    display: none;
}
.blog-article .blogModule li a.readMoreBlog:hover{
    color: #e77c2a;
    /* text-decoration: underline #e4002b !important; */
    border-bottom: 1px solid #e77c2a;
}
.blog-article .boxPlain .box-content {
    margin-top: 30px;
}
.blog-article .standard-body .main-content .container{
    padding-bottom: 0px;
}
/* end */


/* FAQ PAGE */
.info-7 .box-information{
    display: none;
}
.info-7 .breadcrumb .background{
     background: url(https://eseed.o2o.my/templates/mermaid/image/data/theme/banners/faq-banner_010421182356.jpg) no-repeat;
     background-size: cover;
     background-position: center;
     padding: 90px 0;
}
.center-column {
    margin-bottom: 10px;
}
.breadcrumb .clearfix {
    padding: 0!important;
}
.faq-sect {
    padding: 0 8%;
}
.info-7 .faq-sect p{
    font-size: 16px;
    line-height: 1.75;
    color: #58595a;
}
.info-7 .faq-sect strong{
    font-size: 18px;
    color: #292929;
}

/* ABOUT US PAGE */
.about-section1 h1{
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #212121 !important;
}
.about-section1 p{
    font-size: 16px;
    line-height: 1.5;
    color: #58595a;
    padding-right: 16%;
}
.about-section2{
    text-align: center;
    padding-top: 70px;
}
.about-section2 h3{
    font-size: 18px;
    color: #212121;
}
.about-section2 .handmade img{
    padding-bottom: 15px;
}

/* CONTACT US PAGE */
/* form section */
    .form-field.html-field h3{
    font-size: 24px;
    font-weight: 500;
    /*     letter-spacing: 2.4px; */
    color: #212121;
    text-transform: capitalize !important;
}
.form-field.html-field p{
    font-size: 16px;
    color: #58595a;
}
#form1 .field-block .form-control{
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #757575;
    border-radius: 0;
}
#form1 .field-block textarea{
    border-top: 0 !important;
}
#form1 .form-field h4 span {
    display: none;
}
/* #form1 .form-field h3 span{
    font-family: Muli;
    font-size: 14px !important;
    line-height: 1.71;
    color: #58595a;
    text-transform: initial;
} */
#form1 h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #212121;
    text-transform: capitalize;
}
#form1 .field-block input::placeholder{
    opacity: 1;
    font-size: 14px;
    line-height: 1.57;
    color: #58595a;
}
#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: #865567;
    border-color: #865567;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
#form1 .button:hover{
    background: black;
    border-color: black;
}

/* detail contact section */
.contact-info{
    padding-top: 40px;
}
.info-detail {
    padding-bottom: 18px;
    display: -webkit-box;
    align-items: center;
}
.info-detail img {
    margin: 0 15px 0 0;
}
.info-detail p{
    font-family: Roboto !important;
    color: #58595a;
}
.info-detail p strong {
    color: #000000;
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: 1.12px;
}


/* DELIVERY INFO, RETURN POLICY, TERM CONDITION, PRIVACY POLICY */
.info-6 .col-sm-12.center-column, .info-8 .col-sm-12.center-column, .info-5 .col-sm-12.center-column, .info-3 .col-sm-12.center-column{
    padding-left: 120px;
    padding-right: 120px;
}
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: #212121;
}
.information-information  .box-information {
    border-bottom: solid 1px #dbdbdb !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(3), .box-information li:nth-child(8), .box-information li:nth-child(9), .box-information li:nth-child(10) {
    display: none;
}
.box-information li {
/*     font-family: Lora; */
    padding: 0 62px;
    text-transform: uppercase;
    color: #58595a;
    font-weight: 500;
    border-right: 0px solid #B5B2AD;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.box-information li:nth-child(6) {
    border-right: 0px solid #B5B2AD !important;
}
.box-information .box-content li a:hover {
    color: #865567 !important;
}
.information-information h3.term_title{
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #58595a !important;
    padding-bottom: 20px;
}
.info-6 #quickview_product p, .info-8 #quickview_product p, .info-8 #quickview_product ul, .info-5 #quickview_product p, .info-3 #quickview_product p{
      color: #58595a;
}
.box-information .box-content li .active{
    color: #865567;
    border-bottom: 2px solid #865567;
    padding-bottom: 7px;
}

.info-6.information-information .breadcrumb .clearfix, .info-8.information-information .breadcrumb .clearfix, .info-5.information-information .breadcrumb .clearfix, .info-3.information-information .breadcrumb .clearfix{
    padding: 40px 0 20px !important;
}


/* INFO RIGHT OFFCANVAS */
.offcanvas-right .box-information {
    border-bottom: none;
    padding-top: 15px !important;
}
.box-information {
    text-align: center;
    padding: 5px 0;
    border-bottom: solid 1px #b5b2ad;
    margin-top: 25px;
}
.offcanvas-right .box.box-information.full-width-content .box-content ul {
    display: grid;
    flex-direction: row;
}
.offcanvas-right .box-information .box-content ul > li > a {
    line-height: 3.43;
}
.offcanvas-right.offcanvas-right-information li {
    border-right: 0px solid #B5B2AD;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* search page */
.product-search h2#title-page{
    padding: 40px 0 !important;
}




/* ----------RESPONSIVE------------- */

/* MOBILE */
@media (max-width: 480px){

/* center logo */
/*.navbar-fixed-top .col.col-xs-4#header-center img{
    padding-left: 26px;
}*/
/* search bar */
/*#top .search_form input {
    width: 100%;
    position: relative;
    left: 0px;
}*/
/*#header-right .menu-responsive-btn[aria-controls="search_collapse"] {
    display: inline-block !important;
}*/
.sub-menu .content {
    left: 0;
}

    #top.navbar-default {
        /*background-color: #000000 !important;
        border-color: #000000;*/
    }


    /* HOMEPAGE */
    .sect2-cat .col-sm-6:nth-child(1){
        margin-bottom: 30px;
    }
    .logo-sect1 .sect1{
        padding-bottom: 30px;
    }
    .sect2-cat .col-sm-6 {
        padding: 0 10% !important;
    }

    .sect3 img{
        margin-bottom: 30px;
    }
    .filter-product .box-heading {
        margin-bottom:30px !important;
    }

    .welcome-sect {
        padding-left: 10%;
    }
    .welcome-sect .col-sm-6 img{
        padding-top: 50px;
    }

    /* 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: 30px 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;
    }

    /* footer */
    .footer-panel h4:after {
        color: #fff ;
    }
    .copyright .line {
        margin-bottom: 0px;
        border-top: 0px solid #ffffff;
    }
    .footer .row {
        display: grid !important;
        flex-direction: row;
    }
    .footer-panel {
        padding-top: 0px;
    }
    .footer-panel img {
        padding-top: 20px !important;
        padding-bottom: 30px;
    }
    .footer-icon {
        text-align: center;
        margin-top: 8px;
    }
    .icon_txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5px !important;
    }
    .icon_txt p {
        font-size: 10px;
        padding: 3px 0 0;
        margin: 0;
        color: #212121;
    }
    #offcanvas-btn-left {
        display: none !important;
    }
    #cart_block .cart-heading span#total_price {
        top: 0px !important;
        right: -13px !important;
    }
    #cart_block .cart-heading span#total_price {
        width: 15px !important;
        height: 15px !important;
        padding-top: 2px;
    }


    /* CATEGORY PAGE */
    .product-category .breadcrumb .background {
        padding: 30px 0 !important;
    }
    .product-category .breadcrumb {
        padding: 0px 0 !important;
    }
    .responsive .col-sm-3 .box.mfilter-box {
        margin-top: 5px !important;
    }
    .responsive .box .box-heading {
        margin-top: 8px;
    }
    .box-content.collapsing ul{
        padding-left: 0;
        padding-right: 0;
    }
    .visible-xs {
        display: inline-block !important;
    }
    .category-chevron i {
        margin-left: 20px;
    }

    /* PRODUCT DETAIL PAGE */
    h2.product-title{
        margin-top: 40px;
    }
    .product-info .cart .add-to-cart .button {
        padding: 10px 38px;
    }
    .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price {
        padding: 5px 0;
    }
    .htabs a{
    font-size: 13px !important;
        margin: 10px 8px 0 !important;
    }
    .responsive .product-block, .responsive .product-info .product-center {
        margin-bottom: 0;
    }
    #tab-description, #tab_2 {
        padding: 0;
        margin: 17px 0 10px;
    }
    .you-may-also-like .box-heading {
        margin: 20px 0 20px!important;
    }
    body.product-product .main-content .pattern>.container{
        padding-bottom: 25px !important;
    }
    #collapsereview .buttons {
        float: none !important;
    }
    #collapsereview .recaptcha {
        float: none !important;
    }
    .entry_review textarea {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .review_form label {
        padding: 0 !important;
    }
    .write-review-btn{
        padding: 12px 10px;
    }
    #tab-review .rating-review-detail {
        margin-top: 40px;
    }
    #collapsereview input[type=text] {
        width: 100% !important;
    }

    /* BLOG PAGE */
    .blog-category-home .breadcrumb .background {
        background-position: center;
    }
    .breadcrumb .container h2 {
        font-size: 24px !important;
    }
    .blog-category-home .breadcrumb .background {
        padding: 0px 0;
    }
    #blog_category .imageFeaturedLink{
        max-height: 103px;
    }
    .blog-category-home #blog_category #blogCatArticles .articleCat {
        max-height: 260px;
    }
    #blogCatArticles .article h3, #blogCatArticles .article h3 a {
        font-size: 13px;
    }
    #blogCatArticles .col-sm-12 span.blockClear p {
        font-size: 13px;
    }

    /* BLOG SINGLE PAGE */
    .blog-article .breadcrumb .container h2 {
        font-size: 22px !important;
    }
    .blog-article #blogArticle .articleHeader h1 {
        font-size: 20px;
    }
    #blogArticle .articleBottom {
        display: block;
        margin-bottom: 30px;
        padding: 15px 0 5px;
    }
    .blog-article #blogArticle .ludoBlog p{
        letter-spacing: 0;
    }

    /* latest blog */
    .box.blogModule.boxPlain {
        margin-top: 0px;
    }
    .responsive .box .box-heading {
        margin-top: 8px;
    }
    .boxPlain .box-heading {
        font-size: 24px !important;
    }
    .boxPlain .box-heading {
        padding: 30px 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;
    }

    /* FAQ */
    .info-7 .breadcrumb .background {
        padding: 50px 0 !important;
    }
    .faq-sect {
        padding: 0 0%;
    }

    /* ABOUT US PAGE */
    .info-4 .breadcrumb .background {
        padding: 50px 0 !important;
    }

    /* CONTACT US PAGE */
    .info-14 .breadcrumb .background {
        padding: 50px 0 !important;
    }

    /* 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;
    }
    .info-6 .col-sm-12.center-column, .info-8 .col-sm-12.center-column, .info-5 .col-sm-12.center-column, .info-3 .col-sm-12.center-column {
        padding-left: 10px;
        padding-right: 10px;
    }
    .information-information .box-information {
        padding: 0px 0;
    }

    /* show in offcanvas right */
    #drawer-information .box.box-information{
        display: block !important;
    }


}


/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1025px){

    .megamenu{
        text-align: left;
    }

    /*HOMEPAGE*/
    .welcome-sect{
        padding-left: 4%;
    }
    .welcome-sect p{
        padding-right: 8% !important;
    }

    /* footer */
    .footer .row {
        display: grid !important;
        flex-direction: row;
    }
    .footer-panel {
        padding-top: 0px;
    }
    .footer-panel h4:after {
        color: #fff;
    }
    /* 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;
    }

    /*PRODUCT DETAIL PAGE*/
    .product-info .cart .add-to-cart .button {
        margin-left: 0px;
        margin-top: 10px;
    }
    .product-product .product-info .cart .links a {
        padding-right: 20px;
    }
    .product-center {
        padding: 0 10% 0 0;
    }


    /* DELIVERY INFO PAGE */
    .main-content.fixed.inner-page .box-information .box-content  li .active {
        border-bottom: 0px solid #e77c2a;
    }

    /* show in offcanvas right */
    #drawer-information .box.box-information{
        display: block !important;
    }


}
