@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ptslab.ae/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.6") format("woff2");
}

:root {
	--wd-text-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 17px;
	--wd-title-font: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "iranyekan", 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: "iranyekan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "dana", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "dana", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 29px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(56,66,133);
	--wd-alternative-color: rgb(245,159,44);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,159,44);
	--btn-accented-bgcolor-hover: rgb(244,150,26);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #ef394e;
	--wd-link-color-hover: #cc3064;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(245,159,44);
	color: rgb(245,159,44);
}
.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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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

rs-slides :is([data-type=text],[data-type=button]) {
font-family: iranyekan !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: iranyekan !important;
}

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

/* Remove default top space from main content area */
main#main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}





/* Remove Black Background from Dropdown */
.wd-dropdown-menu,
.wd-sub-menu,
.sub-menu-dropdown {
    background: transparent !important;
    box-shadow: none !important;
}

/* Remove Gap Between Header and Dropdown */
.menu-item-has-children .wd-dropdown-menu {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Create Hover Bridge - Prevents Dropdown from Closing */
.main-nav .menu-item-has-children {
    position: relative;
}

.main-nav .menu-item-has-children > a {
    position: relative;
}

.main-nav .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
    z-index: 999;
}

/* Ensure Dropdown Shows on Hover */
.main-nav .menu-item-has-children:hover > .wd-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}



/* ================================================
   PTS LAB — Global Page Title Bar Redesign
   Paste in: WoodMart > Theme Settings > Custom CSS
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

/* === MAIN CONTAINER === */
.page-title {
  background: #384285 !important;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px) !important;
  background-size: 28px 28px !important;
  padding: 52px 0 52px !important;
  border-bottom: 4px solid #f59f2c !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center !important;
}

/* Orange glow top-right decoration */
.page-title::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,159,44,0.13) 0%, transparent 65%);
  top: -200px;
  right: -120px;
  pointer-events: none;
}

/* Subtle blue glow bottom-left */
.page-title::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 65%);
  bottom: -100px;
  left: -60px;
  pointer-events: none;
}

/* === PAGE TITLE TEXT (H1) === */
.page-title h1,
.page-title .entry-title,
.page-title .page-title-text {
  font-family: 'Poppins', sans-serif !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: -1px !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 10px !important;
}

/* Orange underline accent on title */
.page-title h1::after,
.page-title .entry-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #f59f2c;
  border-radius: 2px;
  margin: 10px auto 0;
  opacity: 0.8;
}

/* === BREADCRUMBS === */
.page-title .breadcrumbs,
.page-title .woocommerce-breadcrumb,
.page-title .woodmart-breadcrumbs {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.45) !important;
  position: relative !important;
  z-index: 2 !important;
  margin-top: 6px !important;
}

/* Breadcrumb links */
.page-title .breadcrumbs a,
.page-title .woocommerce-breadcrumb a,
.page-title .woodmart-breadcrumbs a {
  color: rgba(255,255,255,0.45) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}
.page-title .breadcrumbs a:hover,
.page-title .woocommerce-breadcrumb a:hover,
.page-title .woodmart-breadcrumbs a:hover {
  color: #f59f2c !important;
}

/* Current page (last crumb) */
.page-title .breadcrumbs .breadcrumb-current,
.page-title .breadcrumbs span:last-child,
.page-title .woocommerce-breadcrumb .breadcrumb_last,
.page-title .woocommerce-breadcrumb > span:last-child {
  color: #f59f2c !important;
  font-weight: 700 !important;
}

/* Separator between crumbs */
.page-title .breadcrumbs .separator,
.page-title .woocommerce-breadcrumb .separator,
.page-title .breadcrumbs > span.sep {
  color: rgba(255,255,255,0.2) !important;
  margin: 0 6px !important;
}

/* === INNER CONTAINER ALIGNMENT === */
.page-title .container {
  position: relative !important;
  z-index: 2 !important;
}
