@font-face {
  font-family: 'Undisclose';
  src: url('fonts/Undisclose.otf') format('otf'),
       url('fonts/Undisclose.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
#wrapper{
  background: #fff !important;
}
#product #wrapper{
  padding-top: 60px;
}

/*MENSAJE DE CONSTRUCCION DE LA PAGINA*/
.notice-banner{
    background: #ffd700b8;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    height: 30px;
    display: block;
    align-items: center;
    justify-content: center;
    box-shadow: -1px -1px 12px 2px black;
    padding-top: 4px;
    letter-spacing: 2px;
}
.notice-banner-resaltar{
  font-weight:900;
}
@media (max-width: 808px){
.notice-banner{
    padding:7px;
  }
}
/*Tamaño de logo principal*/
@media (min-width: 768px) {
  #search_filters_wrapper {
  min-width: 500px;
}
  .col-md-2 {
    display: contents;
    float: left;
    width: 16.6666666667%;
  }
  /*Tamaño y estilo del precio en página del producto*/
  .product-price{
    font-size: 2em;
    color:#ff4949;
    font-weight:bold;
  }

  /*Color del resumen del producto (lo que esta justo debajo del precio*/
  #product-description-short-5 p{
    color:#000;
  }

  /*Quitar descripcion de la imagen al hacer zoom*/
  .image-caption{
    display: none !important;
  }

  /*Poner el stock justo debajo del precio*/
  .tax-shipping-delivery-label{
    display: inline;
  }
 #vertical > section > h3,.product-reference,
  .product-features{
    display: none;
  }
  #vertical > section:first-child::before{
    content:"DESCRIPCIÓN";
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom:1px solid #000;
  }
  #producttabs{
    display: block;
  }
  /*.alert, .alert-danger, .ajax-error{
    display: none;
  }*/
}
/*descripcion justo debajo de imagenes de productos oculta*/
.product-descripcion-movil{
    display: none;
  }
#info-relleno{display: none}





/*Modificar vista movil todo para poder comprar el producto*/
/*Todo el bloque*/
@media (max-width: 760px){

  /*****/
/*CANTIDAD DE PRODUCTOS EN EL MOVIL*/
.product-manufacturer{text-align: center;}
.product-quantities *{
  margin-left: 5px;
  font-weight: bold;
  /*font-size: 1.5em;*/
}
.product-quantities{
  display: flex;
  justify-content: center;
}
/*descripcion justo debajo de imagenes de productos oculta*/
.product-descripcion-movil{
    display: flex;
    flex-direction: column-reverse;
  }
  #product-description-short-18{
    display: flex;
    flex-direction: column-reverse;
  }
.product-information p,.product-information table{
  display: block;
}

/*caja con el contenido de las acciones de los productossadasd*/
#formato-movil{
  border:none !important;
}
#formato-movil h2{
  display: none ;
}
.product-variants{
  background: transparent;
  display: inline-block;
  position: relative;
  top:-20px;
  left:0;
  width: 100%;
 /* display: flex;*/
  justify-content: space-evenly;
  color:black;
  font-weight: bold;
margin-top: -35px;
}
.product-description img{
  width: 360px;
}
.clearfix.product-variants-item{
  display: inline-block;
  margin: 0;
}
.product-actions .product-add-to-cart{
  word-wrap: break-word;
  position: fixed;
  bottom: 0;
  background: #ff5334;
  width: 100%;
  left: 0;
  padding-top: 10px;
  z-index: 1000;
}
.product-actions {
  /*position: fixed;*/
  bottom:0;
  left:0;
  /*background: #ff5334 ;*/
  width: 100%;
  z-index: 100;
  /*box-shadow: -1px -2px 4px 1px grey;*/

}
/*cantidad*/
.product-quantity{
  margin-left:10px;
  display: flex !important;
  justify-content: space-between;
}
/*aumentar espacio de footer para ser visible*/
#info-relleno{
  display: block;
  /*margin-bottom:200px;*/
  text-align: center;
}
#info-relleno p{
  margin-top:10px;
  color:#000;
}
#info-relleno a{
  color:#000;
  text-decoration: underline;
}
#info-relleno p,#info-relleno a{
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 2px;
}
#footer-personalizado{
  display: flex;
  justify-content: center;
  margin:40px;
  text-align: center;
}
.footer-nuevo{
  display: inline-block;
}
/*titulo de producto*/
.col-md-6 h1{
  /*position: fixed;*/
  bottom:115px;
  z-index: 101;
  left:0px;
  right: 0px;
  text-align: center;
  font-size: 1.2em;
  color:#000;
        /*background: #ff5334;*/
padding-left: 5px;
    padding-top: 10px;
    margin-bottom: 0px;
padding-right: 5px;
}
/*precio*/
.current-price-value{
width: 100%;
        display: block;
        /*position: fixed;*/
        bottom: 72px;
        left: 0;
        z-index: 101;
        font-size: 2em;
        color: tomato;
        font-weight: bold;
        font-family: montserrat;
        /*background: #ff5334;*/
        /*padding-left: 10px;*/
        margin-bottom:20px;
}
/*frase de impuestos incluidos*/
.tax-shipping-delivery-label{
  position: fixed;
  bottom:80px;
  left:120px;
  z-index: 101;
  font-size: 0.8em;
  color:orange !important;
  opacity: 0.1px;
}
/*alerta sin significado*/
.js-product-add-to-cart .control-label{
  display: none;
}
.alert, .alert-danger, .ajax-error{
    display: none;
  }
/*boton de añadir al carrito*/
.add-to-cart{
  color:#000 !important;
  background: #ffdbdb !important;
  border-radius:20px !important;
  border:none !important;
}
/*desaparecer cuadro de descripcion*/
#vertical > section > h3,.product-reference,
  .product-features{
    display: none;
  }
#vertical > section:first-child::before{
    content:"DESCRIPCIÓN";
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom:1px solid #000;
  }
  /*cuadro de fuera de stock*/
  #product-availability{
   color:#fff;
   /*margin-left:10px;*/
  }
}
#product-availability .product-last-items, #product-availability .product-unavailable{
  color:gold;
}
.col-md-6 .product-name{
  color:#000 !important;
}
.add .add-to-cart{
  background: tomato;
  border-radius: 10px;
  color:#fff;
}
.add .add-to-cart:hover{
  opacity:0.8;
  /*color del footer*/
}
.footer-container{
background: #d1d1cc;
}
.footer-container .container{
display: flex
;
    flex-direction: column;
}
.footer-container .links ul > li{
  background: #d1d1cc;
  margin:0px;
  border:none;
  width: 100% !important;
}
.footer-container .row .links{
  max-width: 150% !important;
}
.links .title{
  border-bottom:none;
}
.col-md-12{
  margin-top:10px;
}
.col-md-12 p a{
  color:#3c3c3c;
}




/*Botones + y -*/
.btn-touchspin .touchspin-up{
  background: #fff;
  color:transparent;
  padding:-1px;
}
.btn-touchspin .touchspin-up:before{
  content:"+";
  color:#000;
  display: flex;
  justify-content: center;
  font-weight: bold;

}

.btn-touchspin .touchspin-down{
  background: #fff;
  color:transparent;
  padding:-1px;
}
.btn-touchspin .touchspin-down:before{
  content:"-";
  color:#000;
  display: flex;
  justify-content: center;
  font-weight: bold;

}

/*separacion eliminar articulos de la cesta*/
/*.remove-from-cart{
  margin:-5px;
  border:2px solid red;
}*/
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price{
  margin-left:-25px;
}

/*Mostrar bien las imagenes*/
.tabs{
  padding:5px;
}

/*Titulo de la descripcion del los productos*/
.nav-tabs h2{
  letter-spacing: 5px;
  padding: 10px;
  font-size: 1.5em;
}

/*OTROS AJUSTOS MENU*/
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover{
  border: #ff6347 3px solid;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
  border-bottom: #ff6347 3px solid;
}
.tabs .nav-tabs .nav-link.active{
  color: #ff6347;
}
.product-flags li.product-flag{
  background: #ff6347;
}
/* Ajustes en el tamaño de la pantalla (pantallas pequeñas) */
#titulo-otros-formatos{
  color:#000;
}
#tabla-otros-formatos{
    border: 2px solid #ff6347;
  border-collapse: collapse;
  margin-bottom: 10px;
  order:-1;
}
@media (max-width: 768px) {
  .block-category h1{
  margin-top: 30px;
}
  #contact #wrapper{
  padding-top: 20px;
}
  .product-description{
  overflow: auto;
  max-width: 340px !important;
}
  /*letras mas pequeñas menu*/
.side-menu li {
  font-size: 0.8em !important; /* Tamaño de la fuente */

}
  /*Otros formatos para incluir en los productos*/
#tabla-otros-formatos{
  /* border: none;
  border-collapse: none;
  background: #df0f0f00;
 position: fixed;
  bottom: 65px;
  z-index: 900;
  left: 80px;*/
  margin-bottom:10px;
}
/*#titulo-otros-formatos{
  color:gold;

}*/
  /*#carrito-personalizado .btn-primary:after{
  content:"Ver cesta";
  color:#fff;
  display: block;
  position: absolute;
  top: 135px;
  left: 100px;
}*/
  .product-comments-additional-info{
    position: absolute;
    top: -50px;
    margin: 0;
    width: 100%;
    display: none;
    background: #1c1c1c;
    text-align: center;
    padding: 6px;
    border-bottom: 1px solid yellow;
}
.product-comments-additional-info .btn-comment, .btn-comment-inverse{
  background: gold;
  color:#000;
}
  .pagina-compra-final .product-line-grid-right .price{
    width: auto !important;
  }
  .pagina-compra-final .col-xs-6 {
    width: auto !important;
    margin-left: -50px;
  }
  .pagina-compra-final .product-line-info{
   
  }
  .pagina-compra-final .product-line-actions{
    margin-top: 20px !important;
}
.pagina-compra-final .product-line-grid-left{
  padding-left:0 !important;
}
.pagina-compra-final .current-price{
  color: #000;
  font-size: 0.7em !important;
}
.pagina-compra-final .product-price{
  font-size: 1.9em;
}
.pagina-compra-final .card-block.cart-summary-totals .cart-summary-line.cart-total .value{
  font-size: 2rem !important;
        display: block;
        margin-top: 20px;
        width: 100%;
        text-align: center;
}
.pagina-compra-final .card-block.cart-summary-totals .cart-summary-line.cart-total .label{
   font-size: 1.5em !important;
    width: 100%;
    text-align: center;
    display: block;
}
  .product-price strong{
  -webkit-display: block;
  -webkit-margin-top:-5px !important;
  margin-left:10px;
}
    #blockcart-modal .modal-dialog{
    position: fixed;
  right: 0px;
  top: 0px;
  width: 101%;
  margin:0;
  padding: 0;
  }
      #carrito-personalizado #blockcart-modal .modal-content{

      }
  #carrito-personalizado .col-xs-6{
    float: left;
    width: auto;
  }
  #carrito-personalizado .col-xs-2 {
    float: right;
    width: auto;
    display: block;
    margin-top: -5px;
      -moz-display: block;
  -moz-margin-top: -550px !important;
}
#carrito-personalizado .col-xs-2{

}
  #carrito-personalizado .product-line-actions{
    width: 100% !important;
    float: right;
    display: block;
  }
    #carrito-personalizado .product-line-actions .row .col-md-10 .row{
      vertical-align: center;
    }
  .micarrito-name{
    display: none !important;
  }
  #header .header-nav .blockcart{
    height: 2rem;
    padding:0 !important;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
    background: transparent !important;
    color:#000 !important;
    cursor:pointer;
  }
  #header .header-nav .blockcart i{
    color:#000 !important;
    margin-top: 0px;
  }
  .cart-products-count{
    position:absolute !important;
    top:20px !important;
    margin-top: 20px;
  }
/*menu fijo en movil*/
#contact #header{
    /*position: fixed !important;
    width: 90%;*/
}
/*#header{
  position: fixed;
  width: 100%;
}*/
#wrapper{
  padding-top:120px;
}
  #menu-toggle-1 i{
    color:#000;
    font-size: 2em;
  }
  #header .top-logo img{
    max-width: 170px;
  }
  .header .cart-products-count{
    top:0px;
  }
#header .header-nav .blockcart{
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0;
  text-align: center;
  white-space: nowrap;
  background: transparent;
}
#header .header-nav .cart-preview .shopping-cart{
  color: #000;
  font-size: 2em;
  cursor:pointer;
}
.micuenta-name{
  display: none !important;

}
.user-info i{
  margin-right: 7px;
  font-size: 2em;

}
.user-info {
  border-right:1px solid black;
  margin-top:6px !important;
  margin-left:0;
}
 .side-menu #search_widget2{
  display: none;
  width: 100%;
}
#search_widget2 form{
  width: 100%;
}
#search_widget2 form i{
  margin-top:8px;
}
  .header .cart-products-count{
    position: relative !important;
    margin-left:1px !important;
    display: inline-block;
  }
  #_desktop_top_menu_ever ul li a{
    font-size: 1.2em;
    opacity: 1;
  color:#000 !important;
}
  .side-menu {
    width: 100%; /* Menú a todo el ancho de la pantalla */
  }
  #side-menu-1{
    width: 100%;
  }

#close-menu-1{
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5em !important;
  color: #fff; /* Blanco */
  transition: color 0.3s ease;
}
.header-top{display: none;}
}
#header .header-nav .menu-button2{
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
}
.mobile-manu-css{
  float: left !important;
}


#checkout #header{
  display: none !important;
}



/*##############################################*/
/*AJUSTES DE MENU*/

/* Botón de menú */
.menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 2em;
  color: #333; /* Negro */
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

/* Efecto al pasar el mouse por el botón de menú */
.menu-button:hover {
  /*color: blue;  Rojo */
}

/* Contenedor del menú lateral */
.side-menu {
  position: fixed;
  top: 0;
  left: -100%; /* Oculto fuera del viewport */
  width: 450px; /* Ancho del menú */
  height: 100vh; /* Altura completa */
  background-color: #fff; /* Blanco */
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1001; /* Asegura que el menú esté sobre el fondo difuso */
  overflow-y: auto; /* Habilitar scroll si el contenido es largo */
  transition: left 0.3s ease-in-out; /* Animación de deslizamiento */
  font-size: 1.4em;
  text-align: center;
}

/* Cuando el menú está activo */
.side-menu.active {
  left: 0; /* El menú se desliza hacia dentro */
}

/* Capa de fondo difusa */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo oscuro con opacidad */
  z-index: 1000; /* Queda debajo del menú */
  display: none; /* Oculto por defecto */
  backdrop-filter: blur(2px); /* Efecto de desenfoque */

}

/* Cuando el menú está activo, mostrar la capa difusa */

/* Encabezado del menú lateral */
.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #e74c3c; /* Rojo */
  color: #fff; /* Blanco */
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.side-menu-header span{
  letter-spacing: 5px;
}
/* Botón de cerrar */
.close-menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  color: #fff; /* Blanco */
  transition: color 0.3s ease;
}
#close-menu-2 i{
  font-size: 1.1em;
}
/* Efecto al pasar el mouse por el botón de cerrar */
.close-menu-button:hover {
  opacity: 0.7;
}

/* Contenido del menú lateral: opciones en filas individuales */
.side-menu li {
  display: block !important; /* Asegura que los enlaces ocupen toda la fila */
  width: 100%; /* Extiende los enlaces al ancho completo del menú */
  padding: 15px 20px; /* Espaciado interno para mayor comodidad */
  text-decoration: none; /* Elimina el subrayado */
  color: #333; /* Negro */
  font-size: 0.8em; /* Tamaño de la fuente */
  border-bottom: 1px solid #f0f0f0; /* Línea divisoria entre las filas */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Efecto al pasar el mouse por las opciones */
.side-menu li:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease, color 0.3s ease;
}

/* Estilo para la opción activa */
.side-menu a.active {
  background-color: #e74c3c; /* Fondo rojo */
  color: #fff; /* Blanco */
  font-weight: bold; /* Texto en negrita */
  border:none;
}

/*Informacion de contacto del menu*/
#menu-info{
  margin-top:30px;
}
#menu-info p{
  font-size: 1.3em;
}
#menu-info-movil, #menu-info-correo{
  padding-top:20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
}
#menu-info-movil a{
  font-size: 1em;
  display: inline-block;
}
#menu-info-movil span,#menu-info-correo span[class="material-icons"]{
  padding-right:30px;
  color:#000;
}
#menu-info-correo span{
  font-size: 0.9em;
  color:#000;
}
#menu-info-instagram {
  color:#000;
  margin-top:10px;
  display: inline-block;
}
#menu-info-instagram img{
  padding-right: 4px;
  width: 40px;
}
#close-menu-1 .material-icons{
  font-size: 1em;

}
#_desktop_top_menu_ever ul li a{
  color:#000 !important;
  font-size: 2em;
  font-family: 'Undisclose';
  font-weight: 1;
  letter-spacing: 3px;
}
#_desktop_top_menu_ever ul li a::first-letter{
  color:red;
}
#menu-toggle-2:after{
  /*content:"Menú";
  position: absolute;
  top:80px;
  border:0;
  font-size: 0.8em !important;*/
}
.menu-button {
  display: flex;
  flex-direction: column; /* Pone el icono arriba y el texto abajo */
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  font-family: Assistant;
  font-size: 2em;
}

.menu-button i {
  font-size: 40px !important;
  font-weight: 100 !important;
  margin-bottom: -10px; /* Espacio entre el icono y la palabra "Menú" */
}

.menu-button span {
  font-size: 18px;
  color: #333; /* Ajusta si necesitas otro color */
}

#menu-toggle-2 i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    flex-direction: column-reverse;
    font-weight: bold;
}

@media (min-width: 576px) {
    .col-sm-12 {
        float: left;
        width: 90px ;
    }
    .sort-by-row .col-sm-12 {
        float: left;
        width: 100%;
    }
  }
  #header .logo {
    max-width: 80%;
    display: flex;
    height: auto;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#search_personalizado{

}
#_desktop_user_info .user-info a span{
  display: block;
}
#_desktop_user_info .user-info a .material-icons{
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 3em !important;
  color: #333;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  font-size: 3.5em !important;
}
/*#_desktop_user_info .user-info:before{
  content: "Mi cuenta";
  position: absolute;
  bottom: 0;
  border: 0;
  font-size: 1em !important;
}*/
#_desktop_cart{
  margin-left:-4px !important;
}
#_desktop_cart .blockcart .hidden-sm-down{
  display: none;
}
#_desktop_cart .blockcart .header .shopping-cart{
  font-size: 2em !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  /*margin-left: 33px;*/
}
.header .cart-products-count{
  position: absolute;
  top:-20px;
  margin-left:20px;
  text-align: center;
  font-weight: bold;
  background: tomato;
  border-radius: 100px;
  width: 35px;
  color:#000 !important;
  font-size: 0.8em !important;
  right: -10px !important;
}
/*#_desktop_cart:hover .header .cart-products-count{
  opacity: 0.8;
  transition: opacity 0.3s ease;
  color:#000 !important;
}*/
#search_widget2 form{
  float: right;
}
button:focus{
  outline:none;
}

/*Modificando el cierre de sesion y todo lo que salga despues del icono de usuario*/
.micuenta-name{
  font-size: 1em;
  text-align: center;
  display: inline-block;
  width: 80px;
  margin-top:-8px;
  margin-right:10px;
}
.user-info i{
  margin-top:10px;
  margin-left:10px;
}
.user-info:hover a *{
  color: #e74c3c !important;
}

/*Nombre debajo del carrito de compra*/
.micarrito-name{
  font-size: 1em;
  text-align: center;
  display: block;
  width: 80px;
  margin-top:-5px;
  color:#000;
  cursor:pointer;
}
.blockcart .header .material-icons{
  margin-top:-2px;
  margin-left:15px;
}
.blockcart:hover .header *{
  color: #e74c3c;
}


/*####################################*/
/*EDITANDO LA MUESTRA DEL MINI CARRITO*/
/*Botones del carrito*/
.cart-content-btn .btn-secondary{
  background: #ff4a2a;
  border:3px solid #e8dedf;
  color:black;
  font-weight: bold;
}
.cart-content-btn .btn-primary{
  background: #e8dedf;
  border:3px solid red;
  color:#000;
}

#blockcart-modal{
  backdrop-filter: blur(2px);
  display: block;
}
#blockcart-modal .modal-dialog{
  position: fixed;
  right: 0px;
  top:-31px;
  width: auto;
  display: block;
}
#blockcart-modal .modal-content{
  width: 400px;
  height: 100vh !important;
  direction: rtl;
}
/*#########################################*/
#blockcart-modal .modal-header{
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
}
#blockcart-modal .modal-header h4{
   text-align: center;
   display: inline-block;
   margin-top: 20px;
   color:#fff;
   font-weight: bold;
}
#blockcart-modal .modal-title i.material-icons{
  margin-right: 0 !important;
  color:#FFF;
}
#carrito-personalizado .side-menu-header{
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px;
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  margin:0px;
  justify-content: space-between;
}
.close i{
  border: none;
  cursor: pointer;
  font-size: 1.8em;
  color: #fff !important;
  transition: color 0.3s ease;
  display: inline-block;
  padding-top:12px;
}
.close{
  display: none;
}
#carrito-personalizado .col-lg-8{
    width: 100%;
}
#carrito-personalizado .col-lg-4{
  width: 100%;
}
#carrito-personalizado .current-price{
  display: none;
}
#carrito-personalizado .product-line-grid-right .row{

}
#blockcart-modal .modal-content{
  direction: inherit;
  display: block !important;
  width: 100% !important;
}
#carrito-personalizado .product-line-actions{
    width: 100%;
}
#carrito-personalizado .col-md-4{
  width: 200px;
  text-align: center;
   display: -webkit-box;
}
#carrito-personalizado .product-line-info{
   width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#carrito-personalizado .input-preview-cart{
  width: 30px;
  border:none;
  cursor:normal;
  color:#000;
  margin-top: 2.5px;
}
#carrito-personalizado .qty:before{
  content:"Unidades: ";
}
#carrito-personalizado .product-price{
  font-size: 1em;
  color:#000;
  display: block;
  font-weight: 500;
}

#carrito-personalizado .cart-container a.label{
  display: block;
}
#carrito-personalizado .btn-primary{
  background: #ea2a2a;
  color:#fff;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 5px;
  overflow: hidden;
}
/*#carrito-personalizado .btn-primary:after{
  content:"Ver cesta";
  color:#fff;
  display: block;
  position: absolute;
  top: 205px;
  left: 110px;
}*/
#carrito-personalizado .cart-grid-body {
    margin-bottom: -12px;
}
.separator{display: none;}

#carrito-personalizado .product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart{
  display: none !important;
}
#carrito-personalizado .btn-primary{}
#carrito-personalizado .card{
  background: #fff !important;
}
#carrito-personalizado .cart-detailed-totals{
  margin: 10px !important;
}
.cart-content span{
  margin: 10px !important;
}
.pagina-compra-final .btn-primary{
  background: tomato;
  font-size:1.2em;
  letter-spacing: 3px;
  font-weight: bold;
}
.btn-primary{
  background: tomato;
}

.wishlist-product-combinations .material-icons{
  display: none !important;
}

.product-comments-additional-info .comments-note span{
  color:gold;
  font-weight: bold;
  font-size: 1.1em;
}

.product-comments-additional-info .additional-links {
color: black;
   display: none;
}
#carrito-personalizado .block-promo{display: none}

#menu-info-correo{
  margin-bottom: 100px !important;
}
.block-categories{
  display:none !important;
}
.dropdown-item .navbar-toggler{
    display: none !important;
}
.scroll-box-arrows{
  position: relative;
}
.scroll-box-arrows i{
  position: absolute;
  top: -120px;
  height: 100px;
  cursor: pointer;
  color:transparent;
}
.scroll-box-arrows .left:before{
  content:"<";
  font-family:comic sans ms;
  color:#000;
  font-weight: bold;
  padding: 10px;
}
.js-qv-product-images{
  max-width: 200px;
}
.scroll-box-arrows .right:before{
  content:">";
  font-family:comic sans ms;
  color:#000;
  font-weight: bold;
}
.tax-shipping-delivery-label{
  display: none;
}
/*Tabla de la descripcion de productos*/
#tabla-otros-formatos td a {
  background: #ff6347 !important;
}
.product-description{
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.product-description table{
  width: 100%;
  border-collapse: collapse;
}
.product-line-grid-right .bootstrap-touchspin{
  width: 70px;
}
.product-variants-item select{
  max-width: 200px;
}
/*MENU DE MARCAS*/
#manufacturers{
  background: gold;  
}
/*IPHONE SE 383*/
@media (max-width: 384px) {
.wishlist-button-add{
  display: none !important;
}
}
#subcategories ul li .subcategory-image{
  display: none;
}
#product_variants{
  background: tomato;
  padding: 5px;
  border:dashed 3px #000;
  margin-bottom:10px;
}
.product-variants{
  background: transparent;
  display: inline-block;
  /*position: absolute;
  top:-70px;
  left:0;*/
  width: 100%;
  /*display: flex;*/
  justify-content: space-evenly;
  color:black;
  font-weight: bold;
  margin-top:14px;
}
.product-variants .product-variants-item .control-label{
  display: none;
}

/*###########################################*/
.container{
  display: flex;
}
#product .container{
  display: flex;
}

#header .header-top {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#header .header-logo {
  margin: 0 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

#header .mobile-menu-toggle,
#header .d-flex.align-items-center.gap-3 {
  flex-shrink: 0;
}

#header .container.text-center.py-2 {
  display: none; /* Oculta el buscador de la segunda línea */
}

/* Si quieres que el buscador también esté en la misma línea: */
#header .searchbar-inline {
  margin-left: 20px;
  flex-grow: 1;
}

@media (min-width: 992px) {
  #header .header-top {
    display: flex;
  }

  #header .searchbar-inline {
    display: block;
  }
}

.align-items-center{
  display: flex;
}
/*################################################*/
  /* === SLIDER GENERAL === */
.my-slick-slider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
}

.my-slick-slider .slide-item {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-slick-slider .slide-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

/* === SLIDER FLECHAS === 
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.slick-prev {
  left: calc((100vw - 1110px) / 2 + 15px);
}

.slick-next {
  right: calc((100vw - 1110px) / 2 + 15px);
}

.slick-prev::before,
.slick-next::before {
  font-size: 30px !important;
}*/

/* === SLIDER PUNTOS === */
.slick-dots li button:before {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 5px !important;
}

/* === SLIDER RESPONSIVE === */
@media (max-width: 760px) {
  .my-slick-slider .slide-item {
    height: auto;
  }
}

/* === BENEFITS BAR === */
.benefits-bar {
  display: flex;
  justify-content: center;
  background: #f8f8f8;
  padding: 0;
}

.benefits-bar-inner {
  display: flex;
  max-width: 1110px;
  width: 100%;
  flex-wrap: nowrap; /* <-- evita el salto de línea en escritorio */
}

.benefit-item {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  flex: 0 0 25%; /* 4 por fila */
  padding: 12px 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.benefit-item:nth-child(n+2) {
  border-left: 5px solid #fff;
}

.benefit-item:last-child {
  border-right: none;
}

.benefit-item i {
  font-size: 24px;
  color: #888;
  margin-right: 10px;
  min-width: 24px;
}

.benefit-text {
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-size: 0.9em;
  transition: opacity 0.3s ease;
}

.benefit-item:hover .benefit-text {
  opacity: 0.9;
}

.benefit-text small {
  color: #666 !important;
}

.benefit-text strong {
  font-size: 0.9em;
  color: #444;
  font-weight: 600;
  text-transform: uppercase;
}

/* === BENEFITS RESPONSIVE === */

/* Máximo 3 items */
@media (max-width: 1772px) {
  .benefit-item {
    flex: 0 0 30%;
    width: 20px !important;
  }

  .benefit-item:nth-child(5) {
    display: none;
  }
}

/* Máximo 2 items */
@media (max-width: 1560px) {
  .benefit-item {
    flex: 0 0 35%;
  }

  .benefit-item:nth-child(4) {
    display: none;
  }
}

/* Mantener 2 bien centrados en móviles */
@media (max-width: 1230px) {
  .benefit-item {
    flex: 0 0 50%;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }

  .benefit-item:nth-child(3) {
    display: none;
  }
}

/* === HEADER SHADOW FIX === */
#header {
  box-shadow: none !important;
}

/*################menu y search*/
/* Centrado */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Contenedor principal */
.header-top {
  max-width: 100%;
  padding: 0 1rem;
}

/* Estilo base del formulario de búsqueda */
#search_widget2{
 border: none;
  outline: none;
}
#search_widget2 form {
  float: none !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

/* Icono dentro del input */
#search_widget2 form i {
  position: absolute;
  padding: 0.5rem;
  right: 20px;
  bottom: 15px;
  font-size: 1.3em;
  z-index: 1;
  color: #ff2b2f;
}

/* Input del formulario */
#search_widget2 form input {
  width: 100%;
  padding: 0px 0px 5px 10px;
  background: transparent;
  border-bottom: 1px solid #f00 !important;
  border-radius: 0;
  font-family: Assistant, sans-serif;
  position: relative;
  z-index: 2;
  border: none;
}

/* Placeholder oculto */
input::placeholder,
textarea::placeholder {
  opacity: 0;
}

/* Contenedor del buscador */
.searchbar-inline {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Inputs dentro del contenedor */
.searchbar-inline input[type="text"],
.searchbar-inline input[type="search"] {
  width: 100%;
  max-width: 100%;
}

/* MEDIA QUERIES */

/* Para pantallas pequeñas (móviles) */
@media (max-width: 575.98px) {
  .header-top {
    max-width: 100%;
  }

  #search_widget2 form {
    width: 90%;
  }

  #search_widget2 form i {
    right: 10px;
    bottom: 23px;
    font-size: 1.1em;
  }

  .searchbar-inline {
    max-width: 90%;
  }
}

/* Para pantallas medianas */
@media (min-width: 576px) {
  .header-top .search-widgets {
    max-width: 100%;
  }
}

/* 🔍 Para pantallas grandes (PC) — barra de búsqueda más grande */
/* Estilos base (para móviles) */
#search_widget2 form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.searchbar-inline {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.searchbar-inline input[type="text"],
.searchbar-inline input[type="search"] {
  width: 100%;
  max-width: 100%;
}

/* Versión de escritorio: barra más grande */
@media (min-width: 1200px) {
  #search_widget2 form,
  .searchbar-inline {
    width: 900px !important;
  }

  .searchbar-inline input[type="text"],
  .searchbar-inline input[type="search"] {
    width: 900px !important;
  }
}

/*###################estilos botones del menu izquierdo*/
.custom-icon-group {
  justify-content: center;

}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  font-family: Assistant;
  margin-right: 30px;
}
.d-flex{
  position: relative;
}
/*@-moz-document url-prefix() {
  .mi-cesta-name {
     right: -60px !important;
  }
  @media (max-width: 768px) {
    .mi-cesta-name {
     -moz-bottom: 26px !important;
    -moz-left: 17px !important;
  }
    .custom-icon-group div:nth-child(2) {
    -moz-margin-right: 0px !important;
    -moz-margin-bottom:3px !important;
  }
  .custom-icon-group div:nth-child(0),.custom-icon-group div:nth-child(1){
    -moz-margin-bottom:4px !important;
    -moz-margin-left:px;
  }
  #_desktop_cart .blockcart .header .shopping-cart{
    -moz-padding: 0 !important;
    -moz-margin-left:40px !important;
  }
   .mi-cesta-name {
     right: -80px !important;
  }
}
}*/

.mi-cesta-name{
font-family: Assistant !important;
    border-radius: 50%;
    /* padding: 2px 6px; */
    font-size: 13px;
    line-height: 1;
    color: #000;
    position: absolute;
    top:28px !important;
    right: -10px;
    
  width: 60px;
}
#header a:hover{
  color:#232323;
  opacity: none !important;
}

/*banner-2*/
.second-banner{
  display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 50%;
}
.menu-movil-busqueda{
  display: none !important;
}
/*##############################MENU RESPONSIVE*/

.custom-icon-group .cart-wrapper{
  margin-right: 0px !important;
}
.mi-cesta-name{
  bottom:20px;
  left:5px;
}
@media (max-width: 768px) {
  .mi-cesta-name{
    width: 50px;
  }
  #search_widget2 form i {
  bottom: 24px;

}
  .menu-movil-busqueda{
    display: flex !important;
  }
  .header-top-right{
    width: auto;
  }
        
  .primera-busqueda, .boton1{
    display: none;
  }
  #header .header-top{
    align-items: baseline;

  }
 .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    gap: 1rem;
  }

  /* Logo alineado a la izquierda */
  .header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
  }

  .header-logo img {
    max-height: 40px;
  }

  /* Botones alineados a la derecha */
  .custom-icon-group {
    display: flex;
    justify-content: flex-end;
  }

  .custom-icon-group .icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    font-size: 0.8rem;
    text-decoration: none;
    position: relative;
  }

  .custom-icon-group .icon-item i {
    font-size: 24px;
  }

  /* Contador carrito estilo badge */
  .cart-products-count {
    background-color: transparent;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
  }

  /* Menú hamburguesa oculto en escritorio */
  .menu-desktop-2 {
    display: none !important;
  }
.mi-cesta-name{
  bottom:20px;
  left:0px;
}
/*@-moz-document url-prefix() {
  #_desktop_cart {
  margin-left: -25px !important;
}
}*/
  .header .cart-products-count{
    top:-60px !important;
    left:20px;
  }
.custom-icon-group .icon-item{
  margin-right:18px ;
}
.custom-icon-group .cart-wrapper{
  margin-right: 0 !important;
}
/*#_desktop_cart {
  margin-left: -0px;
}*/
#header .header-logo a{
  margin-left:10px;
}
#header .header-top{
  padding: 13px 0px;
  margin-bottom:-50px;
}
#search_widget2 form{
  margin-left:-20px;
  margin-top:20px;
}
#search_widget2 form input{
  padding: 0px 0px 5px 5px;
}
.menu-button span{
  display: none;
}
.menu-button{
  padding-left: 10px;
  width: 50px !important;
}
.header-top-right{
  padding-left: 12px;
  padding-right:0;
}
.segundo-cuadro,.tercer-cuadro{
  display: none;
}
@media (min-width: 576px) {
  .container {
    width: auto;
    max-width: 100%;
  }
}
}
@media (max-width: 768px) {
  #search_widget2 form input{
    margin-bottom: 13px;
  }
  #wrapper {
    padding-top: 0px;
  }
  #product #wrapper {
    padding-top: 40px;
  }
}



#search-input, #search-input2 {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}
#search-input:focus, #search-input2:focus {
  border: none !important;
  border-bottom: 1px solid #f00 !important;
  outline: none !important;
  box-shadow: none !important;
}

#search_widget{display: none;}






#search-results,#search-results2 {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  padding: 10px;
  display: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.search-item,  .search-item2{
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
}

.search-item:last-child, .search-item2:last-child {
  border-bottom: none;
}

.search-item:hover, .search-item2:hover {
  background-color: #f9f9f9;
}

.search-item .search-image,.search-item2 .search-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}

.search-item .search-details,.search-item2 .search-details {
  display: flex;
  flex-direction: column;
}

.search-item .product-name,.search-item2 .product-name {
  font-weight: bold;
  font-size: 16px;
}

.search-item .product-price,.search-item2 .product-price {
  color: #28a745;
  font-size: 14px;
}

/*boton de reseñas*/
.btn-comment, .btn-comment-inverse{
  background: #ff4949;
}
.btn-comment:hover, .btn-comment-inverse{
  background: #db7676 !important;
}
.breadcrumb{
  display: none;
}
.resaltar{
  background: #fff;
  color:#ff4949;
  border-radius: 30px;
  padding: 4px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 3px;
}
/*######CATEGORIAS DESTACADAS##############*/
.featured-categories-container {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-title .decor {
  width: 15px;
  height: 15px;
  background-color: #ff4949;
  border-radius: 3px;
}
.categories-carousel {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.categories-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 10px 10px;
  scroll-snap-type: x mandatory;
  flex-wrap: nowrap;
  justify-content: flex-start;
  scroll-padding-left: 10px;

  /* Ocultar scroll en navegadores */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.categories-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}


.category-card {
  flex: 0 0 calc(33.33% - 20px);
  min-width: 100px;
  text-align: center;
  scroll-snap-align: start;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* sombra más suave */
  padding: 10px;
  margin-top: 5px; /* separa desde arriba */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .categories-carousel {
    overflow: visible;
  }

  .categories-track {
    overflow: visible;
    scroll-snap-type: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; /* sin padding en PC */
  }

  .category-card {
    flex: 0 0 auto;
    width: 120px;
    margin-top: 10px;
  }

  .carousel-nav,
  .carousel-dots {
    display: none;
  }
}




.category-card img {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
}
.category-card p {
  font-size: 0.8em;
  color: #333;
  font-family: Arial, sans-serif;
  margin: 0;
}
.category-card a {
  text-decoration: none;
  color: inherit;
}
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  padding: 5px 10px;
  transition: background-color 0.2s;
}
.carousel-nav.left {
  left: 0;
}
.carousel-nav.right {
  right: 0;
}
.carousel-nav:hover {
  background-color: #eee;
}
@media (max-width: 768px) {
  .carousel-nav {
    display: none;
  }
}
.carousel-dots {
  margin-top: 10px;
  text-align: center;
}
.carousel-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
}
.carousel-dots .active {
  background: #ff4949;
}

@media (max-width: 768px) {
  .products .js-product.product {
    width: 48% !important;
    margin: 1% !important;
    float: left !important;
  }

  /* Opcional: anular las clases Bootstrap que interfieren */
  .products .js-product.product[class*="col-"] {
    flex: none !important;
    max-width: none !important;
  }

}
/*Eliminar etiqueta de descuento*/
.has-discount .discount{display: none;}

/*sombra para el header*/
#product header {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/*Filtral por peso de productos version movil*/
@media (max-width: 767px) {
  #category #left-column #search_filters_wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn.btn-secondary.ok{
  color: white !important;
  background-color: #ff4949 !important;
}
#search_filter_toggler {
  color: white !important;
  background-color: #ff4949 !important;
}

}

.featured-products .products{
  justify-content: center !important;
}
.block-category{
  min-height: 0;
}