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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: uppercase;
	--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: "Poppins", 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: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,180,255);
	--wd-alternative-color: rgb(164,10,205);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,180,255);
	--btn-accented-bgcolor-hover: rgb(164,10,205);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(0,180,255);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(164,10,205);
	--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://fungiblesanitario.com/wp-content/uploads/2024/01/office-worker-working-from-home-during-coronavirus-2023-11-27-05-22-27-utc.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 {
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(14,14,14);
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
}
.product-labels .product-label.featured {
	background-color: rgb(221,153,51);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.tag.wd-product-cats a {
    background: deepskyblue;
    color: black;
    padding: 5px;
    position: absolute;
    top: 28px;
    right: 18px;
    font-size: 11px;
    text-transform: uppercase;
}


p.stock.in-stock.wd-style-with-bg {
    display: none;
}

.wd-header-text.reset-last-child.desde {
    position: absolute;
    top: 49px;
    color: #26a5a9;
}
a.create-account-link {
    display: none;
}

.whb-sticked .wd-header-text.reset-last-child.desde {
    display: none;
}

.dce-menu li a:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.dce-menu li:hover a:after {
    width: 100%;
}

.dce-menu li {
    position: relative;
}
nav.dce-menu.dce-flex-menu.vertical h3:hover a:after {
    width: 100%;
}
nav.dce-menu.dce-flex-menu.vertical h3 a:after {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
nav.dce-menu.dce-flex-menu.vertical h3:hover hr {
    width: 100%;
}
nav.dce-menu.dce-flex-menu.vertical h3 a:after {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--wd-primary-color);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
hr{
    border-color: var(--wd-primary-color) !important;!i;!;
    opacity: 1;
} 


h3.dce-parent-title a {
    position: relative;
}

 

li.cat-item.current-cat.cat-parent {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.widget_product_categories .product-categories li a {
  position: relative;
  display: inline-block;
  padding-left: 18px; /* espacio para la flecha */
  text-transform: math-auto;
	font-size: 14px;
}

.widget_product_categories .product-categories li a::before {
content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px; /* tamaño de la flecha */
  color: #333;     /* color de la flecha */
}

.categories-accordion-on .widget_product_categories .product-categories li {
    border-bottom: solid 1px gainsboro;
}


li.cat-item.current-cat.cat-parent {
  border-bottom:none;
}


li.cat-item.cat-parent.current-cat-parent {
    border-bottom: 0;
}@media (min-width: 1025px) {
	.product-element-top.wd-quick-shop img {
    min-height: 350px;
    width: auto;
    object-fit: cover;
}

.zs-variations-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    font-size: 15px !important;
}
}

@media (max-width: 576px) {
	    .zs-variations-table td, .zs-variations-table th {
        padding: 0px;
        font-size: 12px !important;
    }

th.col-price-incl {
    display: none;
}

td.col-price-incl {
    display: none !important;
}
}

