@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//new-shop.sample.ws/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//new-shop.sample.ws/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(210,35,42);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(210,35,42);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://new-shop.sample.ws/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--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: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(0,0,0);
}

.wd-nav-product-cat.has-product-count {
    --nav-img-height: 40px;
    display: none;
}

.wd-page-title {
    --wd-align: center;
    --wd-title-sp: 25px;
    --wd-title-font-s: 50px;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius:10px;
}



/* Force WoodMart category dropdown to stay closed until hover */
.wd-header-cats .wd-dropdown.wd-opened {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Show it when hovered */
.wd-header-cats:hover .wd-dropdown.wd-opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.wd-page-title {
    --wd-align: center;
    --wd-title-sp: 25px;
    --wd-title-font-s: 50px;
    position: relative;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 10px;
    padding: 120px !important;
}


.whb-top-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right,
    #ffffff 0%,
    #ffffff 18%,
    #d2232a 18%,
    #d2232a 100%
  ) !important;
}

/* white scoop */
.whb-top-bar::before {
  content: "";
  position: absolute;
  left: calc(18% - 30px); /* align the scoop center near the 18% mark */
  top: 50%;
  transform: translateY(-50%);
  width: 55px;             /* scoop size */
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 3;              /* put it above the red */
  pointer-events: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.0); /* keep clean */
}

.whb-flex-flex-middle .whb-col-center {
    flex: 1 1 0%;
    margin-left: 70px;
}

.whb-col-right, .whb-mobile-right {
    justify-content: flex-end;
    margin-right: 15px;
}

.wd-logo img { 
	
	margin-left:80px;
}

/* 1) remove any theme pseudo-element dividers that may conflict */
.whb-main-header .menu > li.menu-item::before,
.whb-main-header .menu > li.menu-item::after,
.whb-main-header .navigation-foundation > li.menu-item::before,
.whb-main-header .navigation-foundation > li.menu-item::after {
  content: none !important;
  box-shadow: none !important;
}

/* 2) ensure the UL and LI take full header height (useful when theme uses flex) */
.whb-main-header .menu,
.whb-main-header .navigation-foundation {
  display: flex !important;
  align-items: stretch !important;
}

/* 3) top-level items: position and equal left/right padding applied to the <a> so spacing is reliable */
.whb-main-header .menu > li.menu-item {
  position: relative !important;
  display: block !important;       /* make li a block so absolute child fills */
}

.whb-main-header .menu > li.menu-item > a {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;         /* anchor fills li vertically */
  padding-right: 40px  !important; 
	padding-left: 20px !important;
  box-sizing: border-box !important;
}

/* 4) consistent full-height thin divider on every top-level li */
.whb-main-header .menu > li.menu-item::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  top: -10px !important;               /* 🔹 now perfectly touches top */
  bottom: -10px !important;            /* 🔹 now perfectly touches bottom */
  width: 1px !important;           /* thin line */
  background-color: #ededed !important; /* light grey */
  opacity: 0.95 !important;
  z-index: 0 !important;
  box-shadow: none !important;     /* remove any double/bold look */
  transform: none !important;
}

/* 5) hide divider for the final visible item (JS will add 'no-divider' class) */
.whb-main-header .menu > li.menu-item.no-divider::after {
  display: none !important;
}





.wd-tools-icon {
  
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}



.whb-top-bar .wd-tools-element {
    --wd-count-size: 13px;
    --wd-tools-icon-base-width: 22px !important;
}

.nav-link-text {
	padding-bottom:1px;
	padding-top:1px;
}

/* 6) hide dividers in sticky header */
.whb-sticky-header .menu > li.menu-item::after,
.whb-sticked .menu > li.menu-item::after {
  display: none !important;
}

.whb-main-header .nav-link-text::before,
.whb-main-header .nav-link-text::after {
  display: none !important;
  content: none !important;
}


/* Mobile logo margin */
@media (max-width: 1024px) {
  .wd-logo {
   margin-left:-55px !important;
  }
}


/* Normal behavior: open downward */
.wd-header-cats .menu-item {
    position: relative;
}

.wd-header-cats .menu-item .wd-dropdown {
    top: 100%;
    bottom: auto;
}

/* For last 3 categories: open upward */
.wd-header-cats .menu-item:nth-last-child(-n+9) .wd-dropdown {
    top: auto !important;
    margin-top:-220px !important;
}




/* Increase inner padding of WoodMart category box */
.whb-header-bottom .wd-header-cats,
.whb-top-bar .wd-header-cats {
    margin-left: -10px;   /* adjust as you like */
    margin-right: -45px;  /* adjust as you like */
    box-sizing: border-box; /* ensures padding doesn’t break layout */
}


.wd-header-cats.wd-style-1 .menu-opener {
    
    min-width: 300px !important;
}

.whb-color-light .wd-nav-header.wd-style-default {
    --nav-color-hover: rgba(255, 255, 255, 0.7);
    margin-right: -50px;
}

.woocommerce-privacy-policy-text {
	display:none;
}



    