@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//hemasestore.com/wp-content/themes/hemas/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lexend Deca", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #137a94;
	--wd-alternative-color: #f18602;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(19,122,148);
	--btn-accented-bgcolor-hover: rgb(0,118,147);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(0,75,128);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 450px;
}
.header-banner {
	background-color: rgb(209,76,43);
	background-image: none;
}
.page-title-default {
	background-color: #046882;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #efefef;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(204,204,204);
	--wd-form-brd-color-focus: rgb(183,183,183);
}
.product-labels .product-label.onsale {
	background-color: rgb(244,123,32);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 5px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1350px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1350px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1350px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.text-justify{
  text-align:justify !important;
}
.text-center{
  text-align:center !important;
}
.page-title-default {
  background-color: #006680 !important;
  border-radius: 5px !important;
}
/* header */
.wd-logo img{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header .wd-dropdown.wd-opened, .wd-event-hover.wd-header-my-account:hover > .wd-dropdown{
  z-index: 382;
}
header .wd-nav > li > a {
  font-size: 12px !important;
}
header .brands-widget .brand-item img{
  max-width: 60px !important;
}
header .brands-widget .brand-item a {
  padding: 5px;
}
header .wd-carousel{
  padding: 0 0 !important;
}
header .widget_nav_mega_menu .wd-nav-horizontal > li > a {
  z-index: 381 !important;
}
header .wd-dropdown {
  margin-top: 0px !important;
}
header .vc_row[data-vc-full-width] {
  transition: opacity .5s ease;
  overflow: visible !important;
}
header .wd-marquee-content, .wd-marquee-content a {
  color: #ffff !important;
	font-size: 14px;
}
/* banner carousel center dots */
.banners-carousel-wrapper .wd-nav-pagin-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}
/* product archive */
.wd-product-stock.stock.in-stock.wd-style-default {
  display: none !important;
}
.wd-product :is(.wd-product-cats, .wd-product-brands-links) {
  --wd-link-color: #4a4a4a !important;
}
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span{
  padding: 5px 10px !important;
  font-size: 11px !important;
	text-transform: capitalize !important;
}
.wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span{
  font-size: 11px !important;
  text-transform: capitalize !important;
}
@media (max-width: 1024px) {
	.wd-product.wd-hover-fw-button .wd-add-btn .add-to-cart-loop span {
  	display:none !important; /* hide add to cart text from mobile */
	}
}
/* end */
/* product single page PDP */
.single-product .main-page-wrapper {
  background-color: #eee !important;
  margin-top: -50px !important;
}
.single-product .comment-form .comment-form-cookies-consent {
  border-bottom: #eee 1px dotted;
  padding-bottom: 15px;
}
.single-product .comment-form-author, .comment-form-email {
  width: 49% !important;
}
.single-product .comment-form > p.aiowps-captcha{
  flex: 1 1 !important;
}
.single-product .aiowps-captcha {
  max-width: 200px !important;
}
.single-product .aiowps-captcha label {
  color: #a47c6f !important;
}
.single-product .aiowps-captcha-equation {
  width: auto !important;
}
.single-product .aiowps-captcha-equation input {
  width: 60px !important;
}
.wd-buy-now-btn{
  background-color: #0a3b47 !important;
}
@media (max-width: 1024px) {
  .wd-single-breadcrumbs.wd-nowrap-md {
    padding-bottom: 5px;
  }
  .wd-single-title .product_title {
    text-align: center;
  }
  .single-product .comment-form .form-submit {
    text-align: center;
    border-bottom: #aaa 1px dotted;
    padding-bottom: 20px;
  }
}
table.bundled_products{
  background: #fff;
  border-radius:5px;
  margin-top: 15px;
}
table.bundled_products thead th{
  font-size: 13px !important;
  color: #555 !important;
}
table.bundled_products tr{
  border: #eee 1px solid;
}
table.bundled_products td.bundled_item_images_col{
  width: 10% !important;
}
table.bundled_products td.bundled_item_images_col img{
  border: #eee 1px solid;
  border-radius:5px;
}
table.bundled_products .bundled_product_title_inner .item_qty{
  margin-left: 20px;
  margin-right: 20px;
}
table.bundled_products .bundled_product_summary td.bundled_item_details_col .details h4{
  font-size: 14px;
  color: #555 !important;
}
table.bundled_products .bundled_product_permalink{
  color: #006680
}
.bundled_product_excerpt{
  display: none !important;
}
#product-40676 .wd-single-price .price{
  display: none;
}

@media (min-width: 1024px) {
	.bundle_data .bundle_button{
		width: 54% !important;
		display: inline-flex;
		float: left;
		margin: 0 2% 0 0 !important;
	}
	.bundle_data .bundle_button .single_add_to_cart_button{
		margin-left: 2% !important;
	}
	.bundle_data .wd-buy-now-btn{
		width: 40% !important;
		display: inline-flex;
	}
}
.comment-form-comment span{
	display: none;
}
.wd-single-countdown{
	background: #ffeee1 !important;
	border: #f47b20 1px dotted;
	padding: 10px 20px !important;
	border-radius: 10px;
}
.wd-single-countdown h4{
  color: #f47b20 !important;
}
.wd-single-countdown .timer-style-standard >span{
  background: #f47b20 !important;
  color: #fff !important;
}
.wd-single-countdown .timer-style-standard >span .wd-timer-value{
  color: #fff !important;
}
/* end  */
/* Cart page */
.cart-widget-side .btn.btn-color-black {
  border-radius: 2px;
}
.page-id-8 .main-page-wrapper {
  background-color: #e9e9e9 !important;
  margin-top: -55px;
  padding-top: 30px;
}
.wd-coupon-form .button[name="apply_coupon"] {
  background-color: #666 !important;
}
.woocommerce-mini-cart__buttons .btn-cart{
  color: #fff !important;
  background-color: #666 !important;
}
#billing_country_field, #billing_postcode_field, #shipping_country_field, #shipping_postcode_field{
  opacity: 0 !important;
	width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
	z-index: -1 !important;
}
textarea{
  min-height: 100px;
}
#coupons_list{
  padding: 25px 0 !important;
}
#coupons_list h3{
  font-size: 16px !important;
}
/* end  */
/* Checkout page */
.notifications-sticky :is(.woocommerce-info){
	z-index: 999 !important;
}
.notifications-sticky :is(.woocommerce-message) {
  z-index: 1000 !important;
}
.woocommerce-error{
  background: #ff4200;
  z-index: 1001 !important;
}
.page-id-9 .main-page-wrapper {
  background-color: #e9e9e9 !important;
  margin-top: -55px;
  padding-top: 30px;
}
h2.custom-promo-header{
  font-size: 18px !important;
}
.login.hidden-form, .checkout_coupon {
  background: #e9e9e9;
}
.woocommerce-checkout-payment{
  margin-top: 15px !important;
  background: #ddd;
  padding: 15px;
  border: #ccc 1px solid;
  border-radius: var(--radius);
  margin-bottom: 5px;
}
/* end  */
/* shipping bar  */
.wd-progress-bar {
  color: #f47b20;
}
.wd-progress-bar .progress-bar {
  background-color: #f47b20;
}
/* end  */
/* scroll to top */
.scrollToTop {
  color: #fff !important;
  background: #006680 !important;
}
.sticky-toolbar-on .scrollToTop {
  bottom: 55px !important;
  right: 10px;
}
@media (max-width: 1024px) {
  .scrollToTop {
    border-radius: 5px 5px 0 0 !important;
  }
  .sticky-toolbar-on .scrollToTop {
    bottom: 48px !important;
    left: calc(50% - 20px) !important;
  }
}
/* end  */
/* mobile toolbar */
.wd-toolbar {
  background-color: #006680 !important;
  border-radius: 5px 5px 0 0 !important;
}
.wd-tools-element {
  --wd-header-el-color: #fff !important;
}
.wd-toolbar .wd-header-cart.wd-design-5 .wd-cart-number{
  background-color: #fff !important;
  color: #f47b20;
}
/* end  */




.products-bordered-grid.elements-grid:not(.elements-list) .product-grid-item {
    border-top-width: 1px;
}
.promo-banner .banner-title-wrap .banner-title:first-child {
  margin-top: 0;
  color: #333;
}

.pum-theme-21216, .pum-theme-default-theme {
  background-color: rgba( 0, 0, 0, .6 ) !important;
}
.pum-theme-21216 .pum-container, .pum-theme-default-theme .pum-container, .popmake-content .vc_column_container > .vc_column-inner, .popmake-content .wpb_content_element {
  padding: 0px !important;
}
.popmake-content .wpb_content_element {
  margin: 0px !important;
}
.box-style-border .info-box-content {
  border: 2px solid var(--brdcolor-gray-300);
  background: #fff;
}
.product-label.out-of-stock {
  background-color: #f47b20;
  color: #fff;
}
.wd-switch-to-register {
  color: #fff;
  background-color: #0f6176;
}
.wd-switch-to-register:hover {
  color: #fff;
  background-color: #14809c;
}

.label-term-short-expiry{
  background: #f55506 !important;
  color: #fff !important;
}
a.btn-style-link.brand_popup_btn{
  width: 68px;
  height: 49px;
  border: 0;
  color: transparent !important;
  border: #eee 1px solid;
  margin:0;
}
.inline-element:not(:last-child) {
  margin-right: 10px !important;
}
a.btn-style-link.brand_popup_btn.swa{
  background: url('https://hemasestore.com/wp-content/uploads/2023/05/swa.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.prasara{
  background: url('https://hemasestore.com/wp-content/uploads/2023/02/prasara.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.garnier{
  background: url('https://hemasestore.com/wp-content/uploads/2021/05/garnier.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.loreal{
  background: url('https://hemasestore.com/wp-content/uploads/2021/05/loreal.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.nivea{
  background: url('https://hemasestore.com/wp-content/uploads/2021/05/nivea.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.velvet{
  background: url('https://hemasestore.com/wp-content/uploads/2020/05/Velvet.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.vivya{
  background: url('https://hemasestore.com/wp-content/uploads/2021/09/vivya-logo.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.baby_cheramy{
  background: url('https://hemasestore.com/wp-content/uploads/2021/09/bc-logo.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.diva{
  background: url('https://hemasestore.com/wp-content/uploads/2023/05/diva.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.clogard{
  background: url('https://hemasestore.com/wp-content/uploads/2020/04/Clogard.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.shield{
  background: url('https://hemasestore.com/wp-content/uploads/2023/05/shield.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.kumarika{
  background: url('https://hemasestore.com/wp-content/uploads/2021/11/kumarika-brand-new.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.fems{
  background: url('https://hemasestore.com/wp-content/uploads/2024/12/fems-logo.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.gold{
  background: url('https://hemasestore.com/wp-content/uploads/2020/04/Gold.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.dandex{
  background: url('https://hemasestore.com/wp-content/uploads/2024/12/dandex-brand-logo.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.goya{
  background: url('https://hemasestore.com/wp-content/uploads/2023/02/goya-brand.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}
a.btn-style-link.brand_popup_btn.paris{
  background: url('https://hemasestore.com/wp-content/uploads/2023/02/paris_brand.png')  no-repeat 0 0 transparent !important;
  background-size: cover !important;
}

.payment_method_darazbnpl img {
  max-width: 70px !important;
}
/* faq */
.vc_toggle {
  padding: 15px;
  background: #ddd;
  border-radius: 7px;
}
.vc_toggle_content{
  border-top: #aaa 1px dotted;
  padding-top: 15px !important;
  background: #eee;
  border-radius: 7px;
}
/* whatsapp chat */
 #ht-ctc-chat {
  z-index: 997 !important;
}
/* footer */
.wd-prefooter {
  padding-bottom: 0px !important;
  border-radius: 15px 15px 0 0 !important;
  margin-top: -15px;
}
footer .title-wrapper.wd-wpb{
  margin-bottom: 10px !important;
}
footer ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0 !important;
}
footer ul li{
  font-size: 14px;
}
footer ul li a{
  border-bottom: #ccc 1px dotted;
}
footer .wd-wpb{
  margin-bottom: 0 !important;
}
footer h4{
  margin-bottom: 5px;
}
.wd-prefooter .wd-product .wd-entities-title{
  font-size: 13px !important;
}
.copyrights-wrapper {
  padding-bottom: 15px;
  margin-bottom: -15px;
}
@media (max-width: 1024px) {
  .copyrights-wrapper {
    padding-bottom: 40px !important;
  }
}
.wd-nav-mob-tab > li > a{
  background: #999 !important;
  color: #fff !important;
}
.wd-nav-mob-tab > li.wd-active > a {
  background-color: #006680 !important;
  color: #fff !important;
}
.wd-tools-element > a{
  color: #333 !important;
}
.wd-toolbar .wd-tools-element > a{
  color: #fff !important;
}
@media (max-width: 767px){
  footer .widgettitle, footer ul.menu, footer .wd-social-icons, footer .wd-image, footer .text-right, footer p {
    text-align: center;
  }
  .text-center-xs, .text-center-xs p, .text-center-xs h1, .text-center-xs h2, .text-center-xs h3, .text-center-xs h4{
    text-align: center !important;
  }
  footer h5, footer .wpb_wrapper > ul > li span.list-content{
    width:100%;
  }
  footer a, footer h5, footer .title, footer .wpb_wrapper > ul > li {
    text-align: center !important;
    list-style: none;
  }
}
/* end  */


/* mix and match products */
.mnm_form:before{
  content: "Select below products for the pack";
  font-weight: bold;
  color: #006680
}
.mnm_form{
  background:  #eee;
  padding: 5px;
  border-radius: 5px;
  border: #ddd 1px solid;
}
.mnm_form.layout_grid .products .product {
  width: 23%;
}
.mnm_form.layout_grid .products li{
  border: #ddd 1px solid;
  padding: 5px;
   background: #fff;
}
.mnm_form.layout_grid .products li:last-child {
  margin-bottom: 10px;
}
.mnm_form.layout_grid .mnm_child_product_image {
  padding: 10px !important;
}
.mnm_form.layout_grid .products .product, .mnm_form.layout_grid .products .product h4 {
  font-size: 12px !important;
  text-align: center;
}
.mnm_form.layout_grid .products .product h4 {
  height:50px !important;
  overflow: hidden !important;
}
.mnm_reset {
  background-color: #f47b20;
  border-radius: 5px;
  color: #fff;
}
.mnm_reset:hover {
  background-color: #ab2727;
  color: #fff;
}
/* end  */
.product-video-button a{
  background: #f47b20 !important;
  color: #fff !important;
}

/* login - Register */
.col-register-text{
  background: #eee;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 25px
}
.wd-switch-to-register{
  border-radius: var(--btn-accented-brd-radius) !important;
  color: var(--btn-accented-color) !important;
  background-color: var(--btn-accented-bgcolor)!important;
}

/* brand subscription */
:root{
  accent-color :#4f1514;
}
.page-id-45340 .wd-highlighted-products {
  padding: 30px;
  border: 2px solid #e4a17b !important;
}
@media (min-width: 769px) {
  .page-id-45340 .blog-design-list .wd-post-thumb {
    flex: 0 0 250px;
  }
}
.page-id-45340 .wd-post-img, .page-id-45340 .wd-post-img:hover{
  border: #f7cbb2 1px solid !important;
}
form#brand-gold{
  display: block;
  overflow: hidden
}
form#brand-gold label{
  color: #382403;
  font-weight: bold;
  display: inline-block;
}
form#brand-gold label span{
  color: #555;
  font-weight: 500;
  display: inline-block;
}
form#brand-gold label a {
  border-bottom: #666 1px dashed;
}
form#brand-gold input{
  background: #f7cbb2;
  border: #e4a17b 1px solid;
  border-radius: 10px;
  margin-bottom: 15px;
	color: #4f1514;
}
form#brand-gold input:read-only {
  color: #4f1514;
}
form#brand-gold input[type=radio], form#brand-gold input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 5px;
}
#brand-gold input[type=submit]{
  margin: 20px 0 0 0;
  float: right;
  background: #360906;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}
.wd-wpb.wd-video-hosted {
  margin-bottom: 0 !important;
}
/* cookie policy */
.wd-cookies-popup {
  background-color:#006680 !important;
  color: #fff !important;
	z-index: 999999999 !important;
}
.wd-cookies-popup a{
  color: #fff !important;
}

/* coupons */
#sc-cc *, #sc-cc ::after, #sc-cc ::before {
  border-radius: 10px;
}

/* sinhala new year
.product-label {
  margin: 0 !important;
  padding: 7px !important;
  text-align: left !important;
}
.product-labels .product-label.onsale {
  background: url('https://hemasestore.com/wp-content/uploads/2024/03/new-year-sun.png') left top no-repeat !important;
  background-size: 100px 100px !important;
  background-position: -30px -35px !important;
  width: 70px;
  height: 65px;
  color: rgb(255,255,255);
}
.single-product-page .product-label {
  text-align: right !important;
}
.single-product-page .product-labels .product-label.onsale {
  background: url('https://hemasestore.com/wp-content/uploads/2024/03/new-year-sun.png') right top no-repeat !important;
  background-size: 100px 100px !important;
  background-position: 0px -35px !important;
}
*/

body.tax-pa_brand .widget_product_categories .product-categories > li.cat-item {
  display: none;
}
body.tax-pa_brand.categories-accordion-on .widget_product_categories .children {
  display: block !important;
}

body.term-baby-cheramy .widget_product_categories .product-categories li.cat-item-41,
body.term-goya .widget_product_categories .product-categories li.cat-item-111{
  display: block;
}

body.term-diva .widget_product_categories .product-categories li.cat-item-37{
  display: block;
}
body.term-clogard .widget_product_categories .product-categories li.cat-item-67{
  display: block;
}
body.term-velvet .widget_product_categories .product-categories li.cat-item-66,
body.term-velvet .widget_product_categories .product-categories li.cat-item-68{
  display: block;
}
body.term-velvet .widget_product_categories .product-categories li.cat-item-180,
body.term-velvet .widget_product_categories .product-categories li.cat-item-315,
body.term-velvet .widget_product_categories .product-categories li.cat-item-182{
  display: none;
}
body.term-kumarika .widget_product_categories .product-categories li.cat-item-40{
  display: block;
}
body.term-gold .widget_product_categories .product-categories li.cat-item-91{
  display: block;
}
body.term-dandex .widget_product_categories .product-categories li.cat-item-40{
  display: block;
}
body.term-dandex .widget_product_categories .product-categories li.cat-item-80,
body.term-dandex .widget_product_categories .product-categories li.cat-item-81,
body.term-dandex .widget_product_categories .product-categories li.cat-item-82{
  display: none;
}
body.term-vivya .widget_product_categories .product-categories li.cat-item-68{
  display: block;
}
body.term-vivya .widget_product_categories .product-categories li.cat-item-182,
body.term-vivya .widget_product_categories .product-categories li.cat-item-180,
body.term-vivya .widget_product_categories .product-categories li.cat-item-127{
  display: none;
}

/* fems additional page */
.fems-video-side{
  height: 390px;
  overflow-y: scroll;
  scrollbar-color: #6f2f7c #ddd;
  scrollbar-width: thin;
  padding: 15px;
  text-align: justify;
  border-radius: 6px !important;
	background-image: linear-gradient(to top, #e0dbec 0%, #e4e2e5 100%);
}
.vc_progress_bar.fems-progress-bar {
  border-radius: 7px;
  font-size: 16px !important;
}
.vc_progress_bar.fems-progress-bar small{
  font-size: 15px !important;
  padding: 20px !important;
}


/* fems dyaper promo page */
#fems-slider{
  position: relative;
}
#fems-slider .lan, #fems-slider .lan1, #fems-slider .lan2{
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 99;
}
#fems-slider .lan, #fems-slider .lan p{
	color: #000 !important;
}
#fems-slider .lan1{
  left: 210px;
}
#fems-slider .lan2{
  left: 285px;
}
#fems-target{
  background: #d8b4df;
  padding: 20px;
  margin: 20px;
  border-radius: 7px;
  border: #712481 1px solid;
}
#fems-target label{
  color: #8e379f;
  font-weight: bold;
  margin-bottom: 15px;
}
#fems-target select {
  color: #60176f;
  font-weight: 600;
  border: #60176f 2px solid;
  margin-bottom: 15px;
  font-size: 16px;
  background: #e0cae5;
}
#fems-target input[type=submit]{
  background: #60176f;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  border: #822794 2px solid;
  margin-bottom: 25px;
	margin-top:10px;
}
.fems-products-lst{
	display:none;
}
.fems-ext-opt{
	display: block;
	width: 100%;
}
.fems-ext-opt1, .fems-ext-opt2, .fems-ext-opt3{
	display:none;
}
.fio-chatbot{
  width: 90px;
  height: 157px;
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 999;
}
.box-style-border.fems-border .info-box-content {
  border: 2px solid #e1c5de;
}
.page-id-47681 .info-box-content, .page-id-48147 .info-box-content, .page-id-48155 .info-box-content{
  padding: 15px;
  text-align: justify;
}
.page-id-47681 .wd-rs-646dbc4205473, .page-id-48147 .wd-rs-646dbc4205473, .page-id-48155 .wd-rs-646dbc4205473{
  display: none;
}
@media (max-width: 1024px) {
  .page-id-47681 .whb-header-bottom-inner,  .page-id-48147 .whb-header-bottom-inner,  .page-id-48155 .whb-header-bottom-inner {
    display: none;
  }
	
	:is(.page-id-47681 .box-icon-align-left, .page-id-47681 .box-icon-align-right) .box-icon-wrapper, :is(.page-id-48147 .box-icon-align-left, .page-id-48147 .box-icon-align-right) .box-icon-wrapper, :is(.page-id-48155 .box-icon-align-left, .page-id-48155 .box-icon-align-right) .box-icon-wrapper {
		max-width: 10%;
	}
	.page-id-47681 .box-style-border .info-box-content, .page-id-48147 .box-style-border .info-box-content, .page-id-48155 .box-style-border .info-box-content {
		padding: 15px !important;
	}
	.page-id-47681 .box-style-border .info-box-content h4.wd-fontsize-m, .page-id-48147 .box-style-border .info-box-content h4.wd-fontsize-m, .page-id-48155 .box-style-border .info-box-content h4.wd-fontsize-m {
		font-size: 17px !important;
		text-align: center !important;
	}
	.page-id-47681 .box-style-border.box-icon-align-left .info-box-content, .page-id-48147 .box-style-border.box-icon-align-left .info-box-content, .page-id-48155 .box-style-border.box-icon-align-left .info-box-content{
		padding-left: calc(var(--ib-icon-sp) + 10px) !important;
	}
}
:root .page-id-47681, :root .page-id-48147, :root .page-id-48155{
 --wd-header-bottom-h: 30px !important;
}
.attribute-label.label-term-50{
  background: rgb(244,123,32) !important;
	color: #fff !important;
}

.privacy-policy table {
    border: 1px solid #dededf;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}
.privacy-policy table th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}
.privacy-policy table td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 15px;
}

#halloween{
  position: absolute;
  z-index: 1;
  right: 0px;
  top:100px;
}
#halloween img{
  width: 120px;
  height: 90px
}
#halloween2{
  position: absolute;
	z-index: 1;
  left: 0px;
  top:0px;
}
#halloween2 img{
  width: 100px;
  height: 163px
}
.wd-header-mobile-nav{
	z-index: 2;
}

form#brand-welcome15off{
  display: block;
  overflow: hidden
}
form#brand-welcome15off label{
  color: #382403;
  font-weight: bold;
  display: inline-block;
}
form#brand-welcome15off label span{
  color: #555;
  font-weight: 500;
  display: inline-block;
}
form#brand-welcome15off label a {
  border-bottom: #666 1px dashed;
}
form#brand-welcome15off input{
  background: #b5e1f3;
  border: #7ca8ce 1px solid;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #4f1514;
}
form#brand-welcome15off input:read-only {
  color: #4f1514;
}
form#brand-welcome15off input[type=radio], form#brand-welcome15off input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 5px;
}
#brand-welcome15off input[type=submit]{
  margin: 20px 0 0 0;
  float: right;
  background: #0f4e84;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
}

/* black friday
.whb-top-bar, .btn.btn-color-alt, .wd-product.wd-hover-standard .wd-add-btn > a, .wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number, .scrollToTop, .product-labels .product-label.onsale, .wd-tools-element.wd-design-8 .wd-tools-inner, .wd-toolbar, .page-title-default, .wd-empty-mini-cart .btn, .woocommerce-mini-cart__buttons .checkout, .wd-cart-totals.wd-btn-align-full-width .checkout-button{
  background-color: #222 !important;
}
.whb-main-header .whb-header-bottom > .container {
  background: #ddd;
}
.whb-main-header .whb-general-header > .container {
  border-top: #444 1px solid;
  background: #aaa !important;
}
.wd-search-form form input{
  border-color: #666 !important;
}
footer .vc_custom_1706517645067, footer .vc_custom_1706736623197 {
  background-color: #000 !important;
}
end */
/* christmas
.whb-top-bar, .btn.btn-color-alt, .wd-product.wd-hover-standard .wd-add-btn > a, .wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number, .scrollToTop, .product-labels .product-label.onsale, .wd-tools-element.wd-design-8 .wd-tools-inner, .wd-toolbar, .page-title-default, .wd-empty-mini-cart .btn, .woocommerce-mini-cart__buttons .checkout, .wd-cart-totals.wd-btn-align-full-width .checkout-button, .tabs-design-default .products-tabs-title .tab-label::after, .single_add_to_cart_button, .wd-buy-now-btn{
  background-color: #a31414 !important;
}
.amount{
	color: #a31414;
}
.whb-main-header .whb-header-bottom > .container {
  background: #eadbdc;
}
.whb-main-header .whb-general-header > .container {
  border-top: #a31414 1px solid;
  background: #eadbdc !important;
}
.main-menu-outer > .vc_column-inner{
  background: #e39293 !important;
}
.wd-search-form form input{
  border-color: #e39293 !important;
}
footer .vc_custom_1706517645067, footer .vc_custom_1706736623197 {
  background-color: #470404 !important;
	color: #db9b9b !important;
}
footer p, footer h3, footer h4, footer h5, footer .widgettitle, footer a{
	color: #db9b9b !important;
}
.products-bordered-grid.elements-grid:not(.elements-list) .product-grid-item {
	border-color: #eac3c3;
}
*/

.category-grid-item .wd-entities-title {
  font-size: 13px !important;
	color: #222; !important;
  font-weight: 600 !important;
}
.category-grid-item .more-products > a {
  display: none !important;
}

.wd-popup.wd-promo-popup {
  padding: 0px !important;
}
.wd-popup.wd-promo-popup .wpb_content_element {
  margin-bottom: 0px !important;
}



.term-gold .whb-top-bar{
  background: #c4831d;
}
.term-gold .whb-general-header {
 border-color: #000 !important;
 background: #111 !important;
}
.term-gold input[type="text"]{
  border-color: #000 !important;
  color: #fff;
}

.term-gold .wd-tools-element > a {
  color: #aaa !important;
}

.term-gold .site-content{
	background: #c4831d url('https://hemasestore.com/wp-content/uploads/2025/06/gold-bg3.jpg') 0 0 fixed no-repeat !important;
}
.term-gold .vc_custom_1706724768699{
	background: #222 !important;
}
.term-gold .vc_custom_1706724814722{
  background: transparent !important;
}

.term-gold .content-layout-wrapper, .term-gold .wd-quantity-overlap div.quantity input[type], .term-gold div.quantity input[type="button"], .term-gold .wd-product.wd-hover-fw-button .wd-add-btn > a, .term-gold .wd-quantity-overlap :is(div, .cart):hover > div.quantity input[type], .term-gold .wd-quantity-overlap :is(div, .cart):hover > div.quantity + .button{
  background: #222 !important;
}
.term-gold .wd-hover-with-fade.hover-ready:is(:hover, .state-hover) .content-product-imagin {
  border-radius: 10px;
}
.term-gold .wd-prefooter, .term-gold footer, .term-gold .vc_custom_1706517645067, .term-gold .vc_custom_1706736623197, .term-gold .vc_custom_1706729585532 {
  background-color:#111 !important;
}

.term-gold .vc_custom_1706724533767 {
  background-color: #111 !important;
  border-radius: 10px !important;
}
.term-gold .vc_custom_1672327526413{
	background-color: #111 !important;
}
@media (min-width: 1025px) {
	/* This will hide product filter on title on shop page */
.shop-title-wrapper{
  margin-bottom: 290px !important;
}
/* end */

.hidden-lg{
	display:none !mportant;
}
.single-product .woodmart-sticky-btn .woodmart-sticky-btn-cart {
    padding-right: 80px;
}
.decoration_img {
    top: 15px !important;
    height: 110px !important;
    z-index: 999 !important;
}
/* checkout page logout button */
#xs-social-login-container .wslu-logout-button {
  display: none;
}
/* whatsapp chat */
#ht-ctc-chat {
  bottom: 15px !important;
  right: 15px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.brands-widget .brand-item img {
  max-height: 32px !important;
}

/* mix and match products */
.mnm_form.layout_grid .products .product {
  width: 32%;
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.brands-widget .brand-item img {
  max-height: 32px !important;
}

/* mix and match products */
.mnm_form.layout_grid .products .product {
  width: 32%;
}

}

@media (max-width: 576px) {
	.brands-widget .brand-item img {
  max-height: 32px !important;
}

/* mix and match products */
.mnm_form.layout_grid .products .product {
  width: 32%;
}

.fio-chatbot{
  bottom: 50px !important;
}

.category-grid-item .wd-entities-title {
  font-size: 12px !important;
}
}

