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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", 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: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--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: 13px;
	--wd-primary-color: rgb(15,15,15);
	--wd-alternative-color: rgb(255,155,6);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(217,49,67);
	--btn-accented-bgcolor-hover: rgb(196,45,60);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://test.centruldemobila.ro/wp-content/uploads/2021/09/marketplace-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-image: url(http://test.centruldemobila.ro/wp-content/uploads/2021/09/marketplace-top-banner.jpg);
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://cdm.fra1.digitaloceanspaces.com/wp-content/uploads/2021/10/24042240/marketplace-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--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: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

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


/* === MEGA MENU FULL WIDTH FIX === */
.woodmart-mega-menu-container{
background:#a11414;
}


.woodmart-mega-menu .mega-submenu-container {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw; /* Menținerea proporțiilor corecte */
    max-width: 100%
    padding: 15px 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
	top:150px;
	background: #fff!important;
}

/* Afișare Mega Menu la hover */
.woodmart-mega-menu .mega-menu-item:hover .mega-submenu-container {
    display: flex;
    justify-content: center;
}

/* Organizare pe 6 coloane */
.woodmart-mega-menu .mega-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Fiecare coloană din Mega Menu */
.woodmart-mega-menu .mega-column {
    flex: 1;
    min-width: calc(100% / 6 - 15px);
    padding: 10px;
    text-align: left;
}

/* Elemente din submeniu */
.woodmart-mega-menu .submenu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

/* Imagini lângă text */
.woodmart-mega-menu .submenu-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* Stil text lângă imagine */
.woodmart-mega-menu .submenu-item .menu-text {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

/* === COMPACTAREA MENIULUI PRINCIPAL === */
.woodmart-mega-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    list-style: none;
    padding-top: 18px;
	
		height:70px;
}

/* Elementele meniului principal */
.woodmart-mega-menu .mega-menu-item {
    padding: 8px 12px; /* Mai compact */
    font-size: 14px; /* Reducere font */
    font-weight: 600;
	height:100%;
}

/* Ajustarea header-ului pentru a fi mai compact */
.woodmart-header {
    padding: 5px 0; /* Reduce înălțimea header-ului */
}

/* Elimină spațiile extra din meniul principal */
.woodmart-mega-menu ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
}

/* Stil pentru link-urile din meniu */
.woodmart-mega-menu .mega-menu-item a {
    text-decoration: none;
    color: white;
    transition: all 0.3s ease-in-out;
	width: 100%; /* Acoperă toată lățimea */
    height: 100%; /* Face link-ul să ocupe întreaga zonă */
}

/* Hover efect - Subrayare subtilă */
.woodmart-mega-menu .mega-menu-item:hover a {
    color: #a11414;
	
}
.woodmart-mega-menu .mega-menu-item:hover {
    background: white; /* Fundal alb la hover */
    border-top-left-radius: 8px; /* Rotunjire colț stânga sus */
    border-top-right-radius: 8px; /* Rotunjire colț dreapta sus */
    transition: background 0.3s ease-in-out, border-radius 0.3s ease-in-out;
		height:100px;
	padding-top:20px;
	margin-top:20px;
}

.woodmart-mega-menu .mega-menu-item:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #F7A800;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.woodmart-mega-menu .mega-menu-item:hover::after {
    width: 100%;
    left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.woodmart-mega-menu{
display:none;	
}

}

@media (min-width: 577px) and (max-width: 767px) {
	.woodmart-mega-menu{
display:none;	
}
}

@media (max-width: 576px) {
	.woodmart-mega-menu{
display:none;	
}

.mobile-categories-container {
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.mobile-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: #b21f1f;
    color: white;
    font-weight: bold;
}

.mobile-category-header .back-button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.mobile-category-header .close-menu {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.mobile-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-category-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.mobile-category-item img.category-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mobile-category-item .category-text {
    flex-grow: 1;
}

.mobile-category-item .category-arrow {
    font-size: 18px;
    color: #aaa;
}

.mobile-subcategories-container {
    display: none;
}

.mobile-subcategories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-subcategory-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.mobile-subcategory-item a {
    text-decoration: none;
    color: black;
}

}

