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

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

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//importacionestolentino.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//importacionestolentino.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//importacionestolentino.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//importacionestolentino.com/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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", 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: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", 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: rgb(0,159,227);
	--wd-alternative-color: rgb(71,82,119);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,159,227);
	--btn-accented-bgcolor-hover: rgb(71,82,119);
	--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: url(https://importacionestolentino.com/wp-content/uploads/2021/08/electronics-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(67,176,42);
	background-image: url(https://importacionestolentino.com/wp-content/uploads/2021/08/electronics-2-newslatter-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--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: 0px;
}

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


/* Contenedor con scroll real horizontal */
.scroll-product-bar {
  overflow-x: auto !important;
  display: flex;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #f1850e transparent;
  padding-bottom: 8px;
}

/* Scrollbar para navegadores Webkit (Chrome, Safari, Edge) */
.scroll-product-bar::-webkit-scrollbar {
  height: 4px;
}

.scroll-product-bar::-webkit-scrollbar-thumb {
  background-color: #f1850e;
  border-radius: 4px;
}

/* Ajuste de tarjetas de producto para scroll horizontal */
.scroll-product-bar .product-grid-item {
  flex: 0 0 auto;
  min-width: 240px;
  margin-right: 20px;
}




.scroll-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
}

/* Los elementos dentro van uno al lado del otro */
.scroll-horizontal .vc_column-inner {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  vertical-align: top;
}

/* Estilo de la barra scroll azul */
.scroll-horizontal::-webkit-scrollbar {
  height: 5px;
}
.scroll-horizontal::-webkit-scrollbar-thumb {
  background-color: #1c3586;
  border-radius: 10px;
}



/* Grid Product */


/* Importar fuentes Teko y Ubuntu */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&family=Ubuntu:wght@400;700&display=swap');

/* Precio normal tachado */
.price del,
.price del .woocommerce-Price-amount {
    color: #000 !important;          /* negro */
    font-size: 14px !important;      /* más chico */
    font-weight: 400 !important;     /* delgado */
    margin-right: 6px !important;    /* espacio */
    font-family: 'Ubuntu', sans-serif !important;
}

/* Precio oferta */
.price ins,
.price ins .woocommerce-Price-amount {
    color: #e60000 !important;       /* rojo fuerte */
    font-size: 22px !important;      /* más grande */
    font-weight: 700 !important;     /* negrita */
    font-family: 'Ubuntu', sans-serif !important;
    text-decoration: none !important;
}

/* Título de producto */
.woocommerce-loop-product__title {
    font-family: 'Teko', sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #222 !important;
    margin: 10px 0 5px 0 !important;
}



/* Título de producto en grillas (Woodmart) */
.woocommerce ul.products li.product .wd-entities-title,
.woocommerce ul.products li.product .wd-entities-title a,
.woocommerce-loop-product__title {
    font-family: 'Teko', sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #222 !important;
    text-transform: none !important; /* evita mayúsculas forzadas */
}
/* Título de producto en grillas y carruseles Woodmart */
body.woocommerce ul.products li.product .wd-entities-title a,
.woocommerce ul.products li.product .product-title a,
.woocommerce-loop-product__title {
    font-family: 'Teko', sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    color: #222 !important;
}

