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

: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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", 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(218,60,60);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(218,60,60);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 700px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@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: 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;
}
}


/* START BlackFriday 

.wd-logo img[width]:not([src$=".svg"]) {
    width: auto;
    object-fit: contain;
    border-radius: 20px;
}
.whb-color-dark:not(.whb-with-bg) {
    background-color: #1a1a1a;
}

.wd-nav[class*="wd-style-"] {
    --nav-color: #fff;
    --nav-color-hover: rgba(51,51,51,0.7);
    --nav-color-active: rgba(218, 60, 60, 1);
    --nav-chevron-color: rgba(82, 82, 82, .45);
}

.whb-general-header {
    border-color: #1a1a1a;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.wd-tools-element .wd-tools-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: #fff;
}

.wd-price-unit {
    color: #fff !important;
}

/* END Black Friday */

.tooltip-icon {
    position: relative;
    cursor: help;
    text-decoration: underline dotted;
}

.tooltip-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 9999;
    font-size: 12px;
    line-height: 1.2;
}


.wd-price-unit {
    color: #000;
}

.sku {
	  border: 2px solid var(--wd-primary-color);
    border-radius: 10px;
    padding: 3px;
    font-weight: 900;
    color: var(--wd-primary-color);
}

.cat-design-alt.categories-with-shadow .category-image-wrapp {
    border-radius: 50px;
}

.reset_variations {
		color: red !important;
    background-color: darkgrey;
    visibility: hidden !important;
    border-radius: 5px;
    padding: 3px;
}

/* Nu arata eticheta (optional) in checkout */
.optional {
	display:none;
}

/* culoare afisare SKU/COD in pagina magazin */
.product-grid-item .wd-product-sku {
	color: #da3c3c !important;
}

/* Modificare afisare eticheta "in stoc" */ 
.woocommerce-variation-price:not(:empty)+.woocommerce-variation-availability { 
	display:block;
	margin-left:0px !important;
}

/* Modificare afisare pret prod variabile */ 
.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 25px;
    border: 1px solid #da3c3c;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Modificare afisare pret */ 
span.price {
   display: contents !important;
}

/* corectare afisare eticheta "Fara stoc" */
.labels-rounded .out-of-stock {
    word-spacing: 9999999px;
}

/* afisare detalii produs */
.wc-item-meta {
    font-size: 14px;
    color: #000000;
}

.wc-item-meta strong {
    color: #000000;
}

td.product-name p {
   font-size: 100%;
}

.product-quantity {
	color: #000000;
}

td.product-total .amount {
    color: #000000;
    font-weight: 900;
}

.product-sku {
	color: #000000;
	font-size:90%;
	font-weight: 600;
}

.wd-header-cats .menu-opener .menu-open-label {
    padding-left: 30px;
}

.wd-header-cats .menu-opener {
    padding-left: 30px;
}

.wd-header-cats .menu-opener.color-scheme-light {
    background-color: rgba(218, 60, 60, 1);
    min-height: 52px;
    min-width: 284px;
}

.woocommerce-product-attributes-item--attribute_pa_brand {
	display: none !important;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text {
    border-radius: 1em;
}

.backorder_notification {
	color:green !important;
	font-weight:900;
}

.wd-nav-img, .mega-menu-list img {
    max-height: 50px;
}

#cn-refuse-cookie {
	background-color: #dedede !important;	
}

.wd-nav-secondary {
	background-color: #65B32E;
	border-radius: 20px;
	text-align: center;
  padding-left: 10px;
}@media (min-width: 1025px) {
	.product-grid-item .wd-entities-title, .product-grid-item .wd-product-cats, .product-grid-item .wd-product-brands-links {
    min-height: 40px;
}

.product-grid-item .price {
    min-height: 30px;
		padding-top: 10px;
}

.wholesale_price_container {
	display:initial !important;
	padding-top:5px !important;
}
}

