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

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", 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: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,104,211);
	--wd-alternative-color: rgb(12,11,11);
	--btn-default-bgcolor: rgb(0,104,211);
	--btn-default-bgcolor-hover: rgb(229,239,249);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(30,115,190);
	--btn-accented-bgcolor: rgb(30,115,190);
	--btn-accented-bgcolor-hover: rgb(229,239,249);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(30,115,190);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(235,245,255);
	--notices-warning-color: rgb(0,104,211);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	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(0,0,0);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 18px;
	text-transform: none;
}
html .wd-nav-mobile > li > a, html .wd-nav-mobile .wd-sub-menu li a {
	text-transform: none;
}
html .wd-buy-now-btn {
	color: rgb(0,104,211);
	background: rgb(229,239,249);
}
html .wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(0,104,211);
}
.product-labels .product-label.onsale {
	background-color: rgb(0,124,77);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(255,223,35);
	color: rgb(0,0,0);
}
.product-labels .product-label.featured {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(124,0,0);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1320px;
--wd-form-brd-radius: 35px;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1320px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


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

@font-face {
	font-family: "hkgroteskpro";
	font-weight: 600;
	font-style: normal;
}

/* Cambio de color de precio a azul en la tienda */
.amount {
    color: #2264ad !important;
}

/* Cambio de color de precio solo en la página individual de producto */
.single-product .price .amount,
.single-product .summary .price .amount,
.single-product .summary p.price .amount,
.single-product .summary span.price .amount {
  color: #333333 !important;
}


.avt-pc-watermark {
opacity: 1; !important;
}

.wd-buy-now-btn {
    color: #ffffff;
}

.wd-buy-now-btn:hover {
    color: #ffffff;
}

/* ocultar ciudad y código postal de carrito */

p#calc_shipping_city_field {
    display: none !important;
}

p#calc_shipping_postcode_field {
    display: none !important;
}

/* Ajuste de color burbujas iconos header */

.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
    background-color: #FEE153;
    color: #000;
}

/* Ajuste tamaño texto labels cards tienda */
.product-label {
    font-size: 8px;
}


.wd-popup-close {
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 32px !important;
    height: 32px !important;
    background: #e0e0e0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.wd-popup-close a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    border: none !important;
    color: transparent !important;
    font-size: 0 !important;
}

/* Quita iconos del tema */
.wd-popup-close a::after {
    content: none !important;
}

/* Crea una X */
.wd-popup-close a::before {
    content: "×";
    color: #333 !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: Arial, sans-serif !important;
}



/* ocultar lista de relevanssi en búsquedas
div#relevanssi_live_search_results_69af42ecfbb31 {
    DISPLAY: none !impor;
}*/