:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 13px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Inter", 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: 13px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(243,112,33);
	--wd-alternative-color: rgb(243,112,33);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(8,44,99);
	--btn-accented-bgcolor-hover: rgb(13,61,130);
	--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: rgb(255,255,255);
	background-image: url(https://solarpv.ro/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 129px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 14px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--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: #0a0a0a;
}

/* Reduce mult spațiul dintre widgeturile de filtrare */
#secondary .widget,
.sidebar .widget,
.widget-area .widget,
.shop-sidebar .widget,
.woocommerce-sidebar .widget {
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
}

#secondary .widget + .widget,
.sidebar .widget + .widget,
.widget-area .widget + .widget,
.shop-sidebar .widget + .widget,
.woocommerce-sidebar .widget + .widget {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Cantitate produs: colțuri drepte */
.single-product .quantity,
.single-product .quantity .minus,
.single-product .quantity .plus,
.single-product .quantity input[type="number"] {
  border-radius: 0 !important;
}

.single-product .product_title {
  font-size: 25px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .single-product .product_title {
    font-size: 20px;
  }
}

/* BUTONUL „RĂSFOIȚI CATEGORII” */
.wd-header-cats .menu-opener {
	background: #ffffff;
	border: 1px solid #e6eaee;
	color: #16283b;
	transition: all .25s ease;
}

/* Stare deschisă */
.wd-header-cats:hover .menu-opener,
.wd-header-cats.wd-opened .menu-opener {
	background: #102f5d;
	border-color: #102f5d;
	color: #ffffff;
	box-shadow: 0 8px 22px rgba(16, 47, 93, .20);
}

/* Săgeata și iconița devin albe când e deschis */
.wd-header-cats:hover .menu-opener :is(svg, .wd-icon),
.wd-header-cats.wd-opened .menu-opener :is(svg, .wd-icon) {
	color: #ffffff;
	fill: currentColor;
}

/* PANOU MEGA-MENIU */
.wd-header-cats .wd-dropdown-menu {
	background: #ffffff;
	border: 1px solid #e5eaf0;
	border-top: 3px solid #f37021;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 22px 55px rgba(18, 38, 60, .16);
	overflow: hidden;
}

/* Coloana categorii – fundal ușor separat */
.wd-header-cats .wd-sub-menu {
	background: #f7f9fb;
	border-right: 1px solid #e4e9ee;
}

/* Categorii din stânga */
.wd-header-cats .wd-sub-menu > li > a {
	border-bottom: 1px solid #e8edf1;
	color: #1c2b3a;
	transition: background .2s ease, color .2s ease, padding-left .2s ease;
}

/* Hover elegant, nu agresiv */
.wd-header-cats .wd-sub-menu > li:hover > a {
	background: #ffffff;
	color: #f37021;
	padding-left: 34px;
	box-shadow: inset 3px 0 0 #f37021;
}

/* Titlurile coloanelor */
.wd-header-cats .wd-dropdown-menu :is(h1, h2, h3, h4, h5, h6) {
	color: #102f5d;
	letter-spacing: -.2px;
}

/* Linkurile din mega-menu */
.wd-header-cats .wd-dropdown-menu a:not(.menu-opener) {
	transition: color .2s ease;
}

.wd-header-cats .wd-dropdown-menu a:not(.menu-opener):hover {
	color: #f37021;
}

/* Banda cu logo-uri */
.wd-header-cats .wd-dropdown-menu .elementor-section:last-child,
.wd-header-cats .wd-dropdown-menu .elementor-container:last-child {
	background: #f7f9fb;
	border-top: 1px solid #e5eaf0;
}

@media (max-width: 1024px) {

	/* Panoul mobil */
	.mobile-nav,
	.wd-nav-mobile {
		background: #f7f9fb;
	}

	/* Fiecare categorie */
	.mobile-nav .menu-item > a,
	.wd-nav-mobile .menu-item > a {
		min-height: 54px;
		padding: 16px 20px;
		color: #16283b;
		font-weight: 600;
		border-bottom: 1px solid #e5eaf0;
	}

	/* Categorie apăsată / activă */
	.mobile-nav .menu-item:hover > a,
	.mobile-nav .menu-item.current-menu-item > a,
	.wd-nav-mobile .menu-item:hover > a,
	.wd-nav-mobile .menu-item.current-menu-item > a {
		color: #f37021;
		background: #fff;
		box-shadow: inset 3px 0 0 #f37021;
	}

	/* Subcategorii deschise */
	.mobile-nav .sub-menu,
	.wd-nav-mobile .sub-menu {
		background: #fff;
	}

	.mobile-nav .sub-menu a,
	.wd-nav-mobile .sub-menu a {
		padding-left: 34px;
		font-size: 14px;
		color: #526171;
	}
}

/* MENIU MOBIL – stare deschisă, discretă și premium */
@media (max-width: 1024px) {

	/* Rândul categoriei deschise */
	.mobile-nav li.wd-opened > a,
	.wd-nav-mobile li.wd-opened > a {
		color: #102f5d !important;
		background: #fffaf6 !important;
		box-shadow: inset 3px 0 0 #f37021;
	}

	/* Elimină pătratul portocaliu mare al săgeții */
	.mobile-nav li.wd-opened > .opener-page,
	.wd-nav-mobile li.wd-opened > .opener-page,
	.mobile-nav li.wd-opened > .wd-nav-opener,
	.wd-nav-mobile li.wd-opened > .wd-nav-opener {
		width: 54px !important;
		background: #fffaf6 !important;
		color: #f37021 !important;
		border-left: 1px solid #e8edf1 !important;
	}

	/* Săgeata rămâne portocalie */
	.mobile-nav li.wd-opened > .opener-page :is(svg, i),
	.wd-nav-mobile li.wd-opened > .opener-page :is(svg, i),
	.mobile-nav li.wd-opened > .wd-nav-opener :is(svg, i),
	.wd-nav-mobile li.wd-opened > .wd-nav-opener :is(svg, i) {
		color: #f37021 !important;
		fill: currentColor !important;
	}

	/* Subcategoria: alb, indentare și delimitare discretă */
	.mobile-nav li.wd-opened > .sub-menu,
	.wd-nav-mobile li.wd-opened > .sub-menu {
		background: #fff !important;
		border-bottom: 1px solid #e8edf1;
	}

	.mobile-nav li.wd-opened > .sub-menu a,
	.wd-nav-mobile li.wd-opened > .sub-menu a {
		padding-left: 42px !important;
		color: #536272 !important;
		font-weight: 500;
	}

	.mobile-nav li.wd-opened > .sub-menu a:hover,
	.wd-nav-mobile li.wd-opened > .sub-menu a:hover {
		color: #f37021 !important;
	}

	.wd-side-hidden .wd-search-form input[type="text"],
	.wd-side-hidden .wd-search-form input[type="search"] {
		background: transparent !important;
		border: 0 !important;
		color: #102f5d !important;
		font-weight: 600;
	}

	.wd-side-hidden .wd-search-form input::placeholder {
		color: #6f7c88 !important;
		opacity: 1;
	}

	.wd-side-hidden .wd-search-form :is(button, .searchsubmit, .wd-search-icon) {
		color: #102f5d !important;
		background: transparent !important;
	}
}

.woobt-availability {
	display:none;
}

.woobt-price-ori .woocommerce-price-suffix {
	display:none;
}

.woobt-additional .woocommerce-price-suffix {
	display:none;
}

.woobt-wrap-responsive .woobt-products .woobt-product {
	flex-direction: row;
	align-items: left;
	text-align: left;
  gap: 10px;
  flex-wrap: nowrap;
}

.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
  opacity: 1;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0.5);
}

