
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.breadcrumb{
	text-transform:uppercase;
}
.efectozoom > img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); } 
.efectozoom> img {
	width: 100%;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}	  

.title_block1::before {
	right: inherit;
	left: 0;
}

.title_block1::before {
	content: "";
	background: #fdc741;
	width: 70px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.title_block1 {
	width: auto;
	padding-top: 0;
	text-align: left;
}
.title_block1 {
	width: auto;
	padding-top: 0;
	text-align: left;
}
.title_block1 {
	line-height: 40px;
	padding-bottom: 25px;
	padding-top: 80px;
}
.title_block1 {
	font-size: 32px;
	position: relative;
	text-transform: capitalize;
	font-weight: 500;
	z-index: 9;
}
.ui-slider-horizontal {
	margin-bottom:20px;
	width:98%;
	
}
.tit{text-align: center; padding-top: 100px;}
.tit1{font-family: "Eina03-600";font-size:30px;}
.tit2{font-family: "Eina03-400";font-size:30px; padding-left:20px;}
.subtit{text-align: center; padding-top: 20px;font-family: "Eina03-100";font-size:18px;}
.texto{text-align: center; padding-top: 20px; padding-bottom:20px;font-family: "Eina03-100";font-size:18px;}
.breadcrumb li a{color:#ffffff !important}


.description-short ul {
	margin: 0;
	padding-left: 0.5rem;
}
.description-short ul {
	list-style: inherit;
	list-style-position: inside;
	padding-left: .75rem;
}
.description-short li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 11px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: #00a8a8;
	transform-origin: bottom left;
	transform: rotate(45deg);
}
.description-short li {
	position: relative;
	list-style-type: none;
	padding-left: 1.4rem;
	margin-bottom: 0.5rem;
}

.blanco .wr-text{
	padding:0px 20px 0px 20px;
}
.blanco .wr-text .cate-name{
	color: #ffffff !important;
	line-height:40px !important;
}
.blanco .wr-text .items{
	color: #ffffff !important;
}
.pad20{ padding-left:20px; padding-right:20px; padding-bottom:20px;}


.image_description {
	color: #ffffff;
	position: absolute;
	bottom: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}



.effect a {
  position: relative;
  display: inline-block;
  width: 100%; }
  .effect a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .effect a:hover:before, .effect a:hover:after {
    width: 100%;
    height: 100%; }

.effect-julia {
  background-color: #2f3238;
  overflow: hidden;
  position: relative; }
  .effect-julia > a {
    width: 100%;
    height: 100%;
    display: block; }
    .effect-julia > a img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      backface-visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
      -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
      transition: opacity 1s ease 0s, transform 1s ease 0s; }
  .effect-julia:hover > a img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

.effect-overlay {
  position: relative;
  overflow: hidden; }
  .effect-overlay > a:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    content: "";
    display: block;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%; }
  .effect-overlay > a:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    content: "";
    display: block;
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%; }
  .effect-overlay > a:hover:before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  .effect-overlay > a:hover:after {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100); }

.effect-layla > a {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .effect-layla > a img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .effect-layla > a:before, .effect-layla > a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .effect-layla > a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center; }
  .effect-layla > a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center; }
.effect-layla:hover > a img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }
.effect-layla:hover > a:before, .effect-layla:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.nqt-copyright, .footer-center { color:#ffffff}
.footer-center a{color:#ffffff}
.footer-center a:hover{color:#f9b233}
.logo2{max-width:60%;}

.thumbnail-container .discount-percentage {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid;
	margin-bottom: 5px;
	color: white;
	font-weight: 600;
	border-radius: 0;
	font-size: 24px;
	background: green;
	padding: 10px;
}


.tw {

	font-weight: bold;
	padding: 10px 0px 10px;
	width: 300px;
	background:#128C7E;
	color: white;
	text-align:center;
	margin-bottom: 1em;


}


a.ew{color:white}



 @media only screen and (min-width: 0px) and (max-width: 479px) {
.title_block1 {
	line-height: 40px;
	padding-bottom: 25px;
	padding-top: 0px;
}	 
.box-cate-product .title_block {
	margin-left: 0px !important;
}
.efectozoom {
padding-top:25px}
.nqt_info { padding-bottom:25px}	  
.logo{max-width:50%;}
}

@media (min-width: 768px)  and (max-width: 992px) {
.box-cate-product .ApTabs .nav-tabs {
	 top: -90px !important;
}
.footer-container {
	font-size: 11px;
}
.footer-container .ApColumn .title_block {
	margin: 0 0 35px;
	font-size: 14px;
	letter-spacing: 0.16px;
	line-height: inherit;
	color: #f9b233;
}
.title_block1 {
	line-height: 40px;
	padding-bottom: 25px;
	padding-top: 20px;
}
.box-cate-product .ApTabs .nav-tabs li a {
	font-size: 12px !important;
}
.logo{max-width:20%;}
}

@media (min-width: 767px)  and (max-width: 810px) {
.box-cate-product .ApTabs .nav-tabs {
	top:-70px !important;
	left: -140px !important;
}
}
@media (min-width: 811px)  and (max-width: 999px) {
.box-cate-product .ApTabs .nav-tabs li a , .box-cate-product .nav-tabs .nav-link.active, .box-cate-product .nav-tabs .nav-link.active:focus, .box-cate-product .nav-tabs .nav-link.active:hover, .box-cate-product .nav-tabs .nav-item.open .nav-link, .box-cate-product .nav-tabs .nav-item.open .nav-link:focus, .box-cate-product .nav-tabs .nav-item.open .nav-link:hover {
	font-size: 12px !important;
}
.box-cate-product .ApTabs .nav-tabs {
	top:-70px !important;
	left: -140px !important;
}
}

@media (min-width: 1000px)  and (max-width: 1081px) {
.box-cate-product .ApTabs .nav-tabs li a , .box-cate-product .nav-tabs .nav-link.active, .box-cate-product .nav-tabs .nav-link.active:focus, .box-cate-product .nav-tabs .nav-link.active:hover, .box-cate-product .nav-tabs .nav-item.open .nav-link, .box-cate-product .nav-tabs .nav-item.open .nav-link:focus, .box-cate-product .nav-tabs .nav-item.open .nav-link:hover {
	font-size: 12px !important;
}
.box-cate-product .ApTabs .nav-tabs {
	top:-100px !important;
	left: -180px !important;
}
}




@media (min-width: 993px)  and (max-width: 1410px) {
#_desktop_cart .cart-preview i {
	font-size: 15px;
}
#leo_block_top .popup-title i {
	font-size: 15px;
}
.box-top #leo_search_block_top .title_block::before {
	font-size: 15px !important;
}
#leo_block_top {
	margin: 0 15px;
}
.leo-megamenu .navbar-nav > li > a {
	font-size: 12px;
}
.leo-megamenu .navbar-nav > li + .nav-item {
	margin-left: 0px;
}
}

@media (max-width: 992px) { 
.off-canvas-nav-megamenu .navbar-nav .menu-title {
position:relative;
left:20px;
}
.hasicon.menu-icon {
	background-position-y: 3px !important;
}

.level1.dropdown .caret {
	line-height: inherit !important;
	right:-13px !important;
}
.level2.dropdown .caret {
	line-height: inherit !important;
	right:-16px !important;
}
}

.leo-megamenu .navbar-nav .menu-title {
padding-left:20px;	
}
.leo-megamenu .navbar-nav .dropdown-menu-inner .menu-title {
	padding-left:0px;
}
.nopad{padding-left:0px !important; padding-right:0px !important}

/* CODIGO PERSONALIZADO */


h3, h4, h5, h6 {

	margin-top: 1.5em

}

.block-category.card ul {
	list-style: circle;

}


.brl_attributes_img {


width: 80px;
padding: 2px;

}
@media (max-width:767px) {
	.breadcrumb {
	border-radius: 0;
	position: relative;
	background-color: transparent;
	margin: 0px 0 20px;
	/* padding: 30px 0; */
	text-align: left;
	font-size: 1px;
	position: relative;
}
.breadcrumb {
	padding: 1rem  0px 1rem 0px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: 0.25rem;
}
.breadcrumb li a {
	display: block;
	padding: 0 0 0 0;
	line-height: 20px;
	position: relative;
	transition: all .4s;
	font-size: 12px;
	font-weight: 500;
}
}


@media (min-width: 992px) {
        .leo-megamenu .navbar-nav > li.parent > a span.menu-title {

	text-transform:uppercase;
}

.category-sub-menu {
    list-style-type: none;
}

.category-top-menu {
    list-style-type: none;
}



/* ===========================
   Bloque tarifas CASA QUIROGA
   =========================== */

/* Contenedor */
.cq-tarifas{
  max-width: 820px;              /* cámbialo a 760px si la quieres más compacta */
  margin: 0 auto;
  font-family: inherit;
  background: #f6f6f6;
  border: 1px solid #e5e7eb;
}

/* Cuerpo */
.cq-tarifas .cq-body{ padding:12px; }

/* Grid base (móvil: 1 columna) */
.cq-tarifas .cq-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:12px;
}

/* Tarjetas */
.cq-tarifas .cq-card{
  background:#fff;
  border:1px solid #e6e6e6;
  padding:12px;
}
.cq-tarifas .cq-label{
  margin-bottom:6px;
  font-size:12px;
  color:#505759;
}
.cq-tarifas .cq-chip{
  border:1px solid #505759;
  padding:2px 8px;
  font-size:11px;
  color:#505759;
}
.cq-tarifas .cq-price{
  font-size:22px;
  font-weight:800;
  line-height:1;
  color:#f1b434;
}

/* Destacado (fin de semana) */
.cq-tarifas .cq-card--dest{ border-color:#f1b434; }
.cq-tarifas .cq-card--dest .cq-label{ color:#333333; }
.cq-tarifas .cq-card--dest .cq-chip{ border-color:#f1b434; }

/* Nota legal */
.cq-tarifas .cq-note{
  margin:12px 4px 0;
  font-size:12px;
  line-height:1.4;
  color:#505759;
}

/* ---------- Responsive “normal” ---------- */
@media (min-width: 640px) and (max-width: 991.98px){
  /* Tablets: 2 columnas */
  .cq-tarifas .cq-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
  /* Escritorio: más estrecho y 3 columnas */
  .cq-tarifas{ max-width: 980px; } /* cambia a 760px si quieres aún menos ancho */
  .cq-tarifas .cq-grid{ grid-template-columns: repeat(3, 1fr); }
}

/* ======================================================
   Refuerzos para PrestaShop en la RTE y móviles peleones
   ====================================================== */

/* Sube especificidad dentro de .rte y fuerza el grid en móvil */
.rte .cq-tarifas{ display:block; }
.rte .cq-tarifas .cq-body{ display:block; }
.rte .cq-tarifas .cq-grid{
  display:grid !important;
  grid-template-columns: 1fr !important;
  gap:12px !important;
}

/* Breakpoints con más garra si el tema pisa columnas */
@media (min-width:640px){
  .rte .cq-tarifas .cq-grid{ grid-template-columns: repeat(2, 1fr) !important; }
}
@media (min-width:992px){
  .rte .cq-tarifas{ max-width: 980px; margin:0 auto; }
  .rte .cq-tarifas .cq-grid{ grid-template-columns: repeat(3, 1fr) !important; }
}

/* Fallback si el tema/navegador bloquea Grid */
@supports not (display:grid){
  .rte .cq-tarifas .cq-grid{
    display:flex !important;
    flex-wrap:wrap;
    gap:12px;
  }
  .rte .cq-tarifas .cq-card{ flex: 1 1 100%; }
}

/* Plan B: evitar anchos 0/ocultaciones en móvil */
.rte .cq-tarifas,
.rte .cq-tarifas *{
  max-width:100% !important;
}
.rte .cq-tarifas .cq-card{ width:auto; }



/* ======================================================
   CSS PARA FAMILIAS DE MENU DESTACADAS EN MEGAMENU
   ====================================================== */
/* Ajusta los colores a tu marca si quieres */

:root{
  --destacado-bg-1:#ffe78a;
  --destacado-bg-2:#ffd24d;
  --destacado-text:#0b1221;
  --destacado-ring:rgba(255,210,77,.35);
}

/* Asegura que el li no estorbe */
.nav-item.menudestacado{ background: transparent !important; }

/* Pilla el <a> que pinta el menú */
.nav-item.menudestacado > a.nav-link{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5ch;
  padding: .35em .8em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--destacado-bg-1), var(--destacado-bg-2));
  color: var(--destacado-text) !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 2px 0 rgba(0,0,0,.15),
    0 0 0 3px var(--destacado-ring) inset;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

/* Estrellita al final del texto (opcional) */
.nav-item.menudestacado .menu-title::after{
  content:"★";
  font-size:.9em;
  margin-left:.35ch;
  line-height:1;
  transform: translateY(-.02em);
}

/* Hover/Focus (también si tiene .active) */
.nav-item.menudestacado > a.nav-link:hover,
.nav-item.menudestacado > a.nav-link:focus-visible,
.nav-item.menudestacado.active > a.nav-link{
  transform: translateY(-1px);
  box-shadow:
    0 6px 16px rgba(0,0,0,.18),
    0 0 0 3px var(--destacado-ring) inset;
  filter: saturate(1.05);
  outline: none;
}

/* Menos movimiento si el usuario lo pide */
@media (prefers-reduced-motion: reduce){
  .nav-item.menudestacado > a.nav-link{ transition: none; }
}



.anularlist {

  list-style: none;


}

.categoriasprinc {

 color: white;

}



/* CSS PARA BOTONES WHATASPP YU RECAMBIOS */

/* Contenedor (separación arriba abajo de 1em) */
[data-cq-cta].cq-cta-row{
  display:flex; flex-wrap:wrap; gap:.75rem; align-items:center;
  margin:1em 0; /* ← separación solicitada */
}

/* Enlace base */
[data-cq-cta] .cq-cta__link{
  display:inline-flex; align-items:center; gap:.5rem;
  padding:.6rem 1rem; border-radius:.6rem; text-decoration:none;
  text-transform:uppercase;
  font:600 14px/1.1 'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing:.3px; transition:transform .12s ease, background-color .12s ease, color .12s ease, border-color .12s ease;
  background:transparent; color:#222; border:2px solid currentColor;
}
[data-cq-cta] .cq-cta__link .fa{ font-size:1.1em; color:inherit; }

/* Variantes */
[data-cq-cta] .cq-cta__link.is-wa{ color:#25D366; border-color:#25D366; }
[data-cq-cta] .cq-cta__link.is-wa:hover{ background:rgba(37,211,102,.12); }

[data-cq-cta] .cq-cta__link.is-parts{ color:#3AA0FF; border-color:#3AA0FF; }
[data-cq-cta] .cq-cta__link.is-parts:hover{ background:rgba(58,160,255,.12); }

/* Estados */
[data-cq-cta] .cq-cta__link:visited{ color:inherit; }
[data-cq-cta] .cq-cta__link:focus-visible{ outline:3px solid rgba(0,0,0,.25); outline-offset:2px; }

/* Móvil */
@media (max-width:576px){
  [data-cq-cta] .cq-cta__link{ flex:1 1 100%; justify-content:center; }
}



/* --- FIX móvil para los CTA WhatsApp Recambios --- */
@media (max-width: 991.98px){ /* cubre la mayoría de breakpoints de themes */
  .cq-cta-row[data-cq-cta]{ 
    display:flex !important;
    flex-wrap:wrap !important;
    gap:.75rem !important;
    align-items:center !important;
    margin:1em 0 !important; /* tu separación */
  }

  .cq-cta-row[data-cq-cta] .cq-cta__link{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:.5rem !important;
    flex:1 1 100% !important;   /* ancho completo en móvil */
    padding:.6rem 1rem !important;
    border-radius:.6rem !important;
    text-decoration:none !important;
    text-transform:uppercase !important;
    font:600 14px/1.1 'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
    letter-spacing:.3px !important;
    transition:transform .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease !important;
    background:transparent !important;
    color:#222 !important;
    border:2px solid currentColor !important;
    width:auto !important; max-width:100% !important; /* por si el theme fuerza width:100%/block */
  }

  .cq-cta-row[data-cq-cta] .cq-cta__link .fa{ font-size:1.1em !important; color:inherit !important; }

  .cq-cta-row[data-cq-cta] .cq-cta__link.is-wa{
    color:#25D366 !important; border-color:#25D366 !important;
  }
  .cq-cta-row[data-cq-cta] .cq-cta__link.is-wa:hover{
    background:rgba(37,211,102,.12) !important;
  }

  .cq-cta-row[data-cq-cta] .cq-cta__link.is-parts{
    color:#3AA0FF !important; border-color:#3AA0FF !important;
  }
  .cq-cta-row[data-cq-cta] .cq-cta__link.is-parts:hover{
    background:rgba(58,160,255,.12) !important;
  }
}



/* PRECIO EN LISTA DE PRODUCTOS */

.price.precio-destacado {
  background:#333333 !important;
  color:#ffffff !important;
  font-weight:800 !important;
  border:2px solid #333333 !important;
  border-radius:10px !important;
  padding:.4em .7em !important;
  box-shadow:0 2px 8px rgba(0,0,0,.10) !important;
}



/* Asegura coherencia si hay spans internos (símbolo de moneda, etc.) */
.price.precio-destacado * {
  color: inherit;
  font: inherit;
}

/* Hover sutil (opcional) */
.price.precio-destacado:hover {
  background: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
  transform: translateY(-1px);
  transition: background 160ms ease, border-color 160ms ease,
              box-shadow 160ms ease, transform 160ms ease;
}


/* QUITAR CIRCULOS DO MENU */


.offcanvas-mainnav ul,
.offcanvas-mainnav li {
  list-style: none !important;
}
.offcanvas-mainnav li::marker { content: none !important; }


ul {
 list-style: none !important;


}


