@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.pedekaele.com.ar/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.pedekaele.com.ar/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--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-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(17,110,182);
	--wd-alternative-color: rgb(215,25,30);
	--btn-default-bgcolor: rgb(40,180,255);
	--btn-default-bgcolor-hover: rgb(111,111,111);
	--btn-accented-bgcolor: rgb(17,110,182);
	--btn-accented-bgcolor-hover: rgb(17,81,191);
	--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: #111111;
	background-image: url(https://www.pedekaele.com.ar/wp-content/uploads/2021/07/promo-popup.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: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(17,110,182);
	background-image: none;
}
.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: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


.wd-page-title {
background-color: rgb(17,110,182);
}

/* 1. ESTRUCTURA BASE (Limpieza de anchos y alineación) */
.widget .product-categories li a,
.product-categories .cat-item a {
    display: flex !important;
    align-items: center !important;
    width: auto !important; /* Quitamos el calc que rompe el espacio */
    flex: 1; 
    padding-left: 10px !important; /* Un poco de margen desde el borde azul */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* 2. LA FLECHA (Como elemento Flex, no absoluto) */
.product-categories > .cat-item > a::before {
    content: "";
    display: inline-block !important;
    flex-shrink: 0; /* Evita que la flecha se aplaste */
    width: 14px; 
    height: 14px;
    margin-right: 12px; /* ESTE margen es el que separa la flecha del texto */
    
    background-image: url('https://www.pedekaele.com.ar/wp-content/uploads/2026/04/flechas.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: filter 0.3s ease;
}

/* 3. ESTADO ACTIVO Y HOVER (Solo al link principal) */
/* Usamos > a para que no pinte de azul a los hijos */
.product-categories li.wd-active > a,
.product-categories li.current-cat > a,
.product-categories li:hover > a {
    background-color: #116eb6 !important;
    color: #ffffff !important;
}

/* Flecha Blanca en activo/hover */
.product-categories li.wd-active > a::before,
.product-categories li.current-cat > a::before,
.product-categories li:hover > a::before {
    filter: brightness(0) invert(1) !important;
}

/* 4. SUB-CATEGORÍAS (Children) - Limpieza total */
.product-categories .children {
    background-color: transparent !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.product-categories .children li a {
    padding-left: 45px !important; /* Sangría para que se note la jerarquía */
    background-color: transparent !important;
    color: #666 !important;
    font-weight: normal !important;
}

/* Quitamos la flecha de los hijos para que no se vea cargado */
.product-categories .children li a::before {
    display: none !important;
}

/* Hover suave para los hijos */
.product-categories .children li a:hover {
    color: #116eb6 !important;
    background-color: transparent !important; /* Asegura que el hijo no se ponga azul */
    text-decoration: underline;
}

/* Lupita */
.searchform .searchsubmit {
  --btn-color: #fff !important;
  --btn-bgcolor: #d71a20 !important;
}