:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", 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: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--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: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(209,44,44);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--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: rgb(30,115,190);
	background-image: url(https://rapidmultiservice.com/wp-content/uploads/2021/10/grocery-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(38,68,111);
	background-image: none;
}
.wd .product-label.onsale {
	background-color: rgb(59,191,65);
}
.wd .product-label.new {
	background-color: rgb(30,115,190);
}
.wd .product-label.out-of-stock {
	background-color: rgb(226,143,0);
	color: rgb(255,255,255);
}
.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: rgb(30,115,190);
}

/* ==========================================
   1. AJUSTES PARA COMPUTADORA (ESCRITORIO)
   ========================================== */
/* Ícono de TV Blanco en Escritorio */
.menu-item-35549 .wd-btn-text::before {
    content: "\f26c" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #ffffff !important; /* Blanco */
    font-size: 12px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Quitar líneas inferiores en Escritorio */
.menu-item-35549 a.btn-style-link {
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.menu-item-35549 a.btn-style-link::after,
.menu-item-35549 a.btn-style-link:hover::after {
    display: none !important;
    content: none !important;
}

/* ==========================================
   2. AJUSTES PARA CELULAR (MÓVIL)
   ========================================== */
/* Ícono de TV Negro en Móvil */
.menu-item-38456 .wd-btn-text::before {
    content: "\f26c" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    color: #000000 !important; /* Negro */
    font-size: 12px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Quitar líneas inferiores en Móvil */
.menu-item-38456 a.btn-style-link {
    border-bottom: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.menu-item-38456 a.btn-style-link::after,
.menu-item-38456 a.btn-style-link:hover::after {
    display: none !important;
    content: none !important;
}

/* Forzar la línea gris divisoria del menú móvil */
li.menu-item-38456 {
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}