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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--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: 13px;
	--wd-primary-color: #e0cc1a;
	--wd-alternative-color: #e0c900;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #e0c023;
	--btn-accented-bgcolor: #e0c023;
	--btn-accented-bgcolor-hover: #eaeaea;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.header-banner {
	background-color: rgb(238,238,34);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.wd-footer {
	background-color: rgba(34,33,47,0.84);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgba(30,115,190,0.03);
	background-image: none;
	background-attachment: fixed;
}
.single-post .wd-page-content {
	background-color: rgba(30,115,190,0.08);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 760px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #333;
--btn-accented-color-hover: #333;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--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: 5px;
--wd-cat-brd-radius: 5px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}

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

/* ---------------------------------------------------- */
/* 11. STILURI PENTRU IMAGINI ÎN MEGA MENIU (WoodMart) - CORECȚIE FINALĂ */
/* ---------------------------------------------------- */

/* 1. Aplicăm stilurile pe containerul principal al icon-ului */
/* Păstrăm margin-left pentru deplasarea la dreapta. Eliminăm border-ul complet. */
.wd-dropdown-menu .box-icon-wrapper .info-box-icon {
    /* Deplasează elementul spre dreapta (adăugat anterior) */
    margin-left: 10px !important;
   
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease;
   
    /* ELIMINĂ CONTURUL (BORDER) COMPLET */
    border: none !important;
   
    /* ADAUGĂ LINIA GALBENĂ DISCRETĂ DOAR JOS */
    border-bottom: 3px solid #FFEB3B !important;
   
    /* Umbră fumurie pe containerul icon-ului */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4) !important;
   
    padding: 0px !important;
}

/* 2. Ajustăm imaginea din interior */
/* Resetăm ajustările de dimensiune și marjă care erau pentru contur */
.wd-dropdown-menu .info-box-icon img {
    border-radius: 10px !important;
    display: block;
    transition: all 0.3s ease;
   
    /* RESETĂM DIMENSIUNEA LA 100% și eliminăm marginea forțată */
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

/* 3. Efecte Hover */
.wd-dropdown-menu .box-icon-wrapper .info-box-icon:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6) !important;
}

/* Efect de zoom la hover aplicat pe imaginea din interior */
.wd-dropdown-menu .box-icon-wrapper .info-box-icon:hover img {
    transform: scale(1.04);
}

/*
==================================================
1. STILURI DE BAZĂ (Desktop) - Umbră și Distanțare
==================================================
*/

/* Aplică umbra pe caseta vizuală (CTA) și asigură aspectul inițial */
.vc_row.vc_row-flex .vc_col-sm-3 .vc_do_cta3 {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    background-color: #ffffff !important;
    border-radius: 6px;
    transition: box-shadow 0.3s ease-in-out;
}

.vc_row.vc_row-flex .vc_col-sm-3 .vc_do_cta3:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

/* Aplică spațierea (padding) între coloane (Desktop) */
.vc_row.vc_row-flex .wpb_column.vc_col-sm-3 {
    /* Padding-ul (spațierea interioară) creează distanța dintre umbre */
    padding-left: 10px;
    padding-right: 10px;
}

/* Compensează padding-ul cu margini negative pe rândul părinte pentru a păstra lățimea totală */
.vc_row.vc_row-flex {
    margin-left: -10px;
    margin-right: -10px;
}

/* BLOC DE CURĂȚARE EXTREMĂ: Anulează umbrele/padding-urile conflictuale */
.vc_row.vc_row-flex .wpb_column.vc_col-sm-3 .vc_column-inner {
    box-shadow: none !important;
    background: none !important;
    padding: 0 !important;
}
.vc_row.vc_row-flex.vc_custom_1624050292893 {
    box-shadow: none !important;
}

/*
==================================================
2. STILURI RESPONSIVE (Tableta și Mobil)
==================================================
*/

/* Stiluri pentru TABLETE (ecrane mai mici de 1024px, 2 coloane) */
@media (max-width: 1024px) {
    /* Resetează lățimea coloanelor pentru a ocupa jumătate din ecran */
    .vc_row.vc_row-flex .wpb_column.vc_col-sm-3 {
        width: 50% !important; /* Două pe rând */
        float: left;
    }
}


/* Stiluri pentru MOBILE (ecrane mai mici de 767px, 1 coloană) */
@media (max-width: 767px) {
    /* ADĂUGĂ DISTANȚA FAȚĂ DE MARGINE PE RÂNDUL PĂRINTE */
    .vc_row.vc_row-flex {
        padding-left: 15px !important; /* Distanță de 15px stânga */
        padding-right: 15px !important; /* Distanță de 15px dreapta */
       
        /* Anulează marginile negative de desktop și se centrează */
        margin-left: auto !important;
        margin-right: auto !important;
    }
   
    /* Resetează lățimea coloanelor pentru a ocupa toată lățimea *disponibilă* (100% - 30px padding) */
    .vc_row.vc_row-flex .wpb_column.vc_col-sm-3 {
        width: 100% !important; /* Una pe rând */
        margin-bottom: 20px;
        float: none;
       
        /* Elimină padding-ul intern al coloanei (care ar distorsiona 100% width) */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Centrarea textului și butonului pe mobil (păstrat) */
    .vc_row.vc_row-flex .vc_col-sm-3 .vc_do_cta3 {
        text-align: center;
    }
    .vc_row.vc_row-flex .vc_col-sm-3 .vc_do_cta3 .vc_cta3-actions {
        justify-content: center !important;
        text-align: center !important;
    }
}@media (min-width: 577px) and (max-width: 767px) {
	.copyrights-wrapper {
    background: #242424;
}
}

