@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'arial';
  font-size: 14px;
  /* font-style: italic; */
}

.thumb .photo,
.thumb .photo2,
.fotomain,
.photo {
    min-height: 200px; /* O el alto estimado que necesites */
    background-size: cover;
    background-position: center;
    /* opacity: 0; */
    transition: opacity 0.3s ease-in-out;
}
.condition-img img{
  width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Roboto", sans-serif; */
  font-family: 'arial';
}

#st-2{
  display: none !important;
}

.thumb {
    position: relative;
    overflow: hidden;
}

.color-footer-two {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    gap: 6px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 2;
}

.color-footer-two .color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.thumb:hover .color-footer-two {
    transform: translateY(0);
}


.color-footer-two .color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

/* Efecto brillo */
.color-footer-two .color::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent 70%);
    pointer-events: none;
}

/* Hover */
.color-footer-two .color:hover {
    transform: scale(1.2);
    box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

/* Si el color es blanco o muy claro */
.color-footer-two .color[style*="rgb(255, 255, 255)"],
.color-footer-two .color[style*="rgb(250, 250, 250)"] {
    border: 2px solid #ccc !important;
}


.cookie-banner {
  position: fixed;
  bottom: 2px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  z-index: 9999;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cookie-banner.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner a {
  color: #CE8FDE;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-banner button {
  background-color: #CE8FDE;
  color: white;
  border: none;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cookie-banner button:hover {
  background-color: #d8b86d;
}

/* Botón de cancelar estilo diferente */
#reject-cookies {
  background-color: #ccc;
  color: #333;
}

#reject-cookies:hover {
  background-color: #bbb;
}


/* === TITULOS === */
.headline h2 {
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.headline h3 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #555;
}

/* === TARJETA PRODUCTO (Instagram + Boutique + Hover Pro) === */
.card-product {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 15px;
    border: 4px solid #ffffff; /* borde blanco tipo Instagram */
    box-shadow: 0 3px 10px rgba(0,0,0,0.12); /* sombra elegante */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

/* Hover estilo tarjetas */
.card-product:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* === FOTO === */
.card-product .photo {
    overflow: hidden;
}

/* Imagen uniforme + zoom al hover */
.card-product .photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover zoom estilo Instagram */
.card-product:hover .photo img {
    transform: scale(1.12);
}

/* === TÍTULO DEL PRODUCTO === */
.card-product h3 {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    padding: 0 5px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .card-product .photo img {
        height: 220px;
    }
    .product-carousel .item {
        text-align: center;
        padding: 10px;
        width: 177px !important;
    }
    .owl-carousel .owl-item img{
       height: 313px !important;
    }
}

@media (max-width: 576px) {
    .card-product .photo img {
        height: 180px;
    }
    .product-carousel .item {    
        width: 195px !important;
    }
}
@media (max-width: 414px) {   
    .product-carousel .item {    
        width: 188px !important;
    }
}
@media (max-width: 390px) {   
    .product-carousel .item {    
        width: 170px !important;
    }
}

/* --- CONTENEDOR GENERAL --- */
.product-carousel .item {
    text-align: center;
    padding: 0px;
    width: 360px;
}

.item-product-cat .photo {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 100%; /* cuadrado perfecto */
}



/* --- TARJETA --- */
.imagenproducto {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    transition: transform .25s ease, box-shadow .25s ease;
}

.imagenproducto:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* ----- FOTO ----- */
.imagenproducto .photo {
    height: 340px;               /* Tamaño estilo boutique */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

/* --- TEXTO --- */
.product-carousel .text h3 a {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.product-carousel .text h4 {
    margin-top: 5px;
    font-size: 18px;
    color: #8b4eb8;              /* MORADO */
    font-weight: 700;
}

.product-carousel .text del {
    color: #999;
    font-size: 14px;
}

/* --- BOTONES --- */
.product-carousel p a {
   /* background: #ce8fde;           MORADO PASTEL */
    padding: 12px 20px;
    display: block;
    font-weight: 600;
    color: #111;
    border-radius: 5px;
    margin-top: 15px;
    border: 2px solid transparent;
    transition: .2s ease;
}

.product-carousel p a:hover {
    background: #fff;
    border-color: #ce8fde;
}

/* --- ETIQUERAS DE COLORES --- */
.color-footer-two span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* --- ETIQUETA AGOTADO (PREMIUM) --- */
.out-of-stock .inner {
    background: rgba(207,168,255,0.9);
    color: #fff;
    padding: 6px 18px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
}

/* --- FLECHAS DEL CAROUSEL EN MORADO --- */
.owl-prev, .owl-next {
    background: #ce8fde !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.owl-prev:hover, .owl-next:hover {
    background: #a86ce5 !important;
}



/* .modal-lg {
  width: 630px;
} */
.valor-toggle{
    margin: 15px 0px;
    padding: 15px;
    background-color: rgb(206 143 222 / 14%);
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ce8fde;
    border-radius: 10px;
    display: block;
}
.addi-btn {
  background-color: #fff;
  color: #1c67d8;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  /* border-radius: 30px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border: #1c67d8 2px solid;
}

.addi-btn img {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  padding: 2px;
  /* display: block; */
}

.seccion-exclusiva {
  text-align: center;
  margin: 60px auto;
  max-width: 800px;
  padding: 0 16px;
}

.titulo-exclusiva {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 24px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 8px;
  display: inline-block;
}

.video-marco-minimalista {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  width: 100%;
  max-width: 100%;
}

.video-marco-minimalista:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Sección animacion de alerta*/

 .alerta.show{
   animation: show_slide 1s ease forwards;
 } 

 .alerta-pago {
  background-color: #ffffff; /* Amarillo suave */
  color: #000000; /* Tono oscuro para contraste */
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  border: 1px solid #ce8fde;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  margin: 10px auto;
}
.alerta-sucess {
  background-color: #fefdf9;
  color: #CE8FDE;
  font-weight: bold;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  border: 1px solid #CE8FDE;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  margin: 10px auto;
  animation: palpito 2s ease-in-out 2;
}
@keyframes palpito {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.palpito-mp{
  animation: palpito 2s ease-in-out 2;
}

.owl-carousel {
  touch-action: pan-y;
}

 @keyframes show_slide {
    0%{
      transform: translateX(100%);
    }
    40%{
      transform: translateX(-10%);
    }
    80%{
      transform: translateX(0%);
    }
    100%{
      transform: translateX(-10%);
    }
 }

  .alerta.hide{
    animation: show_slide 1s ease forwards;
  }

  @keyframes hide_slide {
    0%{
      transform: translateX(-10%);
    }
    40%{
      transform: translateX(0%);
    }
    80%{
      transform: translateX(-10%);
    }
    100%{
      transform: translateX(100%);
    }
 }

  @keyframes zumbido {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
  }

  .zumbido {
    animation: zumbido 0.2s infinite;
  }

.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-container input {
    width: 40px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: 2px solid #333;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-btn:hover {
  background-color: #444444;
  color: #fff;
} 

a {
  text-decoration: none;
}

.st-btn{
  background-color: #f9f2dd !important;
}

.clear {
  clear: both;
}

.ovh {
  overflow: hidden;
}

.error {
  color: red;
}

.success {
  color: green;
}

a:hover {
  text-decoration: none;
}

.headline {
  text-align: center;
  margin-bottom: 50px;
}

.headline h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  color: #000;
  font-family: 'arial';
}
.bg-warning {
  background: #fff !important;
  color:#000000 !important;
}

.headline h3 {
  font-size: 18px;
  margin-top: 0;
  color: #555555;
  font-family: 'arial';
}

.headline-white {
  color: #fff;
}

.bg-gray {
  background: #f2f3f3 !important;
}

.bg-white {
  background: #ffffff !important;
}

.top {
  width: 100%;
  height: 40px;
  /* background: #ececec; */
  background: #131921;
}

.top .left {
  float: left;
}

.top .left ul {
  padding-top: 8px;
}

.top .left ul li {
  list-style-type: none;
  float: left;
  margin-right: 14px;
  color: #CE8FDE;
  /* color: white; */
}

.top .left ul li i {
  color: #CE8FDE;
  /* color: white; */
}

.top .right {
  float: right;
}

.top .right ul {
  padding-top: 8px;
}

.top .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 5px;
}

.top .right ul li a {
  /* color: #CE8FDE; */
  color: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.top .right ul li a:hover {
  background: #1c257e;
  color: #fff;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.menu ul li a {
    padding: 10px 14px;
    font-size: 14px;
}

.header .inner {
  height: auto;
  display: table;
}

.header .logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .logo img {
  max-width: 100%;
  height: 80px;
}

.search-box {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 10px 42px 10px 14px; /* espacio para la lupa */
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.search-input:focus {
    outline: none;
    border-color: #CE8FDE;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.search-icon i {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
    color: #CE8FDE;
}


.header .navbar-form .form-control {
  width: 300px;
}

.header .search-area {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .search-area .form-group {
  width: calc(100% - 84px);
}

.header .search-area button {
  width: 80px;
}

.header .search-area form {
  width: 100%;
}

.search-area input {
    width: 100%;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
}

.search-area button {
    border-radius: 8px;
}
@media (max-width: 768px) {
    .right ul li:not(.cart-btn) {
        display: none;
    }
    .header .logo img {      
      height: 65px;
    }
}


.header .right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}

.header .right ul {
  float: right;
  margin-bottom: 0;
}

.header .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 14px;
  color: #CE8FDE;
}

.header .right ul li a {
  color: #CE8FDE;
}

.header .navbar-form .search-top {
  width: 100%;
}

.nav {
  /* background: #CE8FDE; */
  background: #232f3e;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  /* background: #CE8FDE; */
  background: #232f3e;
}

.menu-mobile {
  display: none;
  padding: 8px;
  color: #fff;
}

.menu-mobile:hover {
  color: #fff;
}

.menu-mobile:after {
  content: "\f067";
  font-family: "arial";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "arial";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 20px;
  display: block;
  color: #CE8FDE;
}

.menu > ul > li:hover {
  background: #CE8FDE;
  color: #fff;
}
.menu > ul > li:hover a{  
  color: #fff;
}
.menu > ul > li:hover ul > li > a{  
  color: #5a5a55;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  color: #333;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tamanofoto:hover .zoom-icon {
  background: rgba(0, 0, 0, 0.8);
  font-size: 28px;
}
.margin-top-20 {
  margin-top: 20px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.bx-wrapper {
  position: relative;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}

.bx-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

.welcome {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #333;
  text-align: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.welcome .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #333;
}

.welcome h2 {
  color: #fff;
  margin-bottom: 25px;
}

.welcome p {
  color: #fff;
}

.welcome p.button {
  color: #fff;
  margin-top: 35px;
}

.welcome p.button a {
  background: #CE8FDE;
  color: #fff;
  padding: 10px 14px;
  transition: all 0.4s ease;
  text-decoration: none;
}

.welcome p.button a:hover {
  background: #fff;
  color: #CE8FDE;
}

.service {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 70px 0;
}

.service .item {
  text-align: center;
}
.service .icon {
  text-align: center;
}

.service .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #CE8FDE;
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
}

.product .product-carousel {
  position: relative;
}

.product .owl-controls {
  position: absolute;
  top: -60px;
  right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
  background: #CE8FDE;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
  font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
  background: #454545;
}

.product .item {
  border: 2px solid #ffffff;
  /* box-shadow: 0px 0px 15px 15px #ec731e; */
}

.product .text {
  background: #ffffff;
  padding: 14px;
  overflow: hidden;
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #333;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'arial';
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #CE8FDE;
  text-align: center;
  font-size: 16px;
}
.product .text .numberdel  {
  color: #CE8FDE !important;
  text-align: center !important;
  font-size: 13px !important;
}

.product .text h3 a {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    width: 100% !important;
}

.product .text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.product .text p a {
      /* background: #CE8FDE; */
    /* background: #CE8FDE; */
    color: #333;
    font-size: 14px;
    padding: 6px 20%;
    transition: all 0.4s ease;
    /* border-radius: 14px; */
    border: 1px solid #333;
}
.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #ed4b9fa2;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: line-through;
}

.product .text .rating {
  text-align: center;
}

.product .text p a:hover {
  background: #3d362a;
  color: #fff;
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
}

.product .item .thumb .photo {
  width: 100%;
  height: 650px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  

}
.owl-carousel .owl-item img{
  height: 650px;
}





.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);

 
}

.product .item:hover .thumb .overlay {
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-cat {
  padding-top: 14px;
}

.product-cat .item {
  margin-bottom: 30px;
}

.product .item-product-cat {
  border: 0;
}
.product .item-product-cat .inner {
  /* border: 2px solid #e5e5e5; */
}

.product .item-search-result {
  border: 0;
}
.product .item-search-result .inner {
  border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n + 1) {
  clear: both;
}
.product .item-product-cat:nth-of-type(3n + 1) {
  clear: both;
}

.testimonial-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-v1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  opacity: 0.7;
}

/* Contenedor principal de opciones */
.opciones-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* Espacio entre las opciones */
  margin-top: 20px;
  flex-wrap: wrap; /* Adaptable a pantallas pequeñas */
}

/* Estilo de cada opción */
.opcion {
  display: flex;
  align-items: center;
  gap: 10px; /* Espacio entre el icono y el texto */
  padding: 15px 20px;
  border: 2px solid #ddd; /* Borde del cuadro */
  border-radius: 12px; /* Esquinas redondeadas */
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.2s;
  background: #fff;
}

/* Efecto al pasar el mouse */
.opcion:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Ocultar el input nativo */
.opcion input {
  display: none;
}

/* Destacar la opción seleccionada */
.opcion input:checked + span {
  color: #2c7be5;
  font-weight: bold;
  border-bottom: 2px solid #2c7be5;
}

/* Contenedor de subopciones (debajo) */
#subopciones-container {
  margin-top: 20px; /* Espacio con las opciones principales */
  display: flex;
  flex-direction: column; /* Apiladas verticalmente */
  align-items: center; /* Centrado horizontal */
}

/* Ocultar subopciones por defecto */
.subopciones {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 10px; /* Separación entre grupos */
}

/* Etiquetas dentro de las subopciones */
.subopciones label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

/* Adaptación a pantallas pequeñas */
@media (max-width: 768px) {
  .opciones-container {
      flex-direction: column;
      align-items: center; /* Centrar opciones */

  }
  .photoproducto{
    width: 80% !important; 
    height: 120px !important;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
    border: 2px solid #f9f2dd;
    border-radius: 15px;    
  } 
  .mbvideo{
    margin-bottom: -79px !important;
  }
  .img-medios-pago{
    width: 90% !important;
  }
  .product .text p a{
    padding: 6px 11% !important;
  }
  .product .text h3 a{
    font-size: 12px !important;
  }
  
}

.testimonial-v1 .container {
  position: relative;
  z-index: 9999;
}

.testimonial-v1 .heading {
  margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .heading p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.testimonial-v1 .testimonial-carousel {
  text-align: center;
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.testimonial-v1 .content .comment {
  color: #fff;
  padding: 14px 50px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}

.testimonial-v1 .content .comment p {
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

.testimonial-v1 .author {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonial-v1 .photo {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}

.testimonial-v1 .photo img {
  width: 80px;
  height: 80px;
  float: right;
  margin-right: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.testimonial-v1 .text {
  display: inline-block;
  vertical-align: top;
}

.testimonial-v1 .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.testimonial-v1 .text h4 {
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.testimonial-v1 .owl-nav {
  margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
  color: #fff;
  background: none;
  position: absolute;
  top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
  left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
  right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
  background: none;
}

.home-blog {
  width: 100%;
  height: auto;
  padding: 70px 0;
  overflow: hidden;
}

.home-blog .item {
}

.home-blog .item .photo {
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-blog .text {
  padding: 14px;
  background: #f2f3f3;
}

.home-blog .text h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.home-blog .text p.button {
  margin-top: 25px;
}

.home-blog .text p.button a {
  background: #CE8FDE;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
  background: #333;
}

.footer-main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f9f2dd;
}
.footer-main h3 {
  color: #040404;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f9f2dd;
}
.footer-main h3:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #CE8FDE;
  left: 0;
  bottom: -2px;
  height: 4px;
}
.footer-main .footer-col p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
}
.footer-main .footer-col p a {
  color: #a3a3a3;
}
.footer-main .footer-col p span {
  display: block;
  color: #a3a3a3;
}
.footer-main .footer-col ul li {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.footer-main .footer-col ul li a {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
  color: #fff;
}
.footer-main .footer-col ul li:before {
  color: #a3a3a3;
  content: "\f0a4";
  font-family: "arial";
  left: 0;
  position: absolute;
  top: 0;
}
.footer-main .footer-col .contact-item {
  color: #a3a3a3;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  display: table;
}
.footer-main .footer-col .contact-item .icon {
  width: 35px;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #dedede;
  color: #2a2a2a;
  border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
  display: table-cell;
  vertical-align: top;
  line-height: 22px;
  display: block;
}
.footer-main .footer-col p.social {
  margin-bottom: 10px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  background: #000000;
  padding: 14px 0;
}
.footer-bottom .copyright {
  font-size: 13px;
  color: #CE8FDE;
  text-align: center;
}

.scrollup {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  display: none;
}
.scrollup i {
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background: #CE8FDE;
  color: #fff;
  border: 4px solid #CE8FDE;
  text-align: center;
  font-size: 26px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.scrollup i:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}

ul.prod-slider li {
  height: auto;
  /* background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
  background-position: top center;
  position: relative; */
}
/* ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
} */
.bx-controls {
  display: none;
}
.prod-pager-thumb {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
}
#prod-pager {
  margin-top: 20px;
}

#prod-pager a {
  float: left;
  margin-right: 3px;
}
#prod-pager-2 {
  margin-top: 20px;
}

#prod-pager-2 a {
  float: left;
  margin-right: 3px;
}
.pager-pc{
  height: 111px !important;
}
ul.nav-tabs {
  margin-top: 50px;
}
.product .p-title h2 {
  color: #000000;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.product .p-status {
  margin-bottom: 10px;
}

.product .p-review {
  margin-bottom: 10px;
}

.product .p-price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.product .p-price span {
  font-size: 30px;
}

.product .p-price del {
  color: #c7c7c7;
}

.product .p-short-des {
  margin-bottom: 30px;
}

.product .p-quantity {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  font-size: 14px;
}

.product .p-quantity input[type="number"] {
  height: 30px;
  width: 100px;
  border: 2px solid #c7c7c7;
}

.product .btn-cart {
  margin-bottom: 30px;
}

.product .btn-cart a {
  padding: 10px 14px;
  /* background: #CE8FDE; */
  background: #f19000;
  color: #fff;
}
.btn-info{
    background: #fff !important;
    border: 1px solid #CE8FDE !important;
    color: #000000 !important;
}

.product .btn-cart1 input[type="submit"] {
  /* border: 0;
  padding: 10px 14px;
  background: #CE8FDE; */
  /* background: #CE8FDE;
  color: #fff; */ */    
  color: #333;
  font-size: 14px;
  padding: 6px 20%;
  transition: all 0.4s ease;
  /* border-radius: 14px; */
  border: 2px solid #333;
  background: #fff;
}
.product .btn-cart1 input[type="submit"]:hover {
    background: #3d362a;
    color: #fff;
}

.product .share {
  line-height: 30px;
  font-weight: 700;
}

.product .nav {
  background: transparent;
}

.product .nav-tabs li a {
  font-weight: 700;
  color: #333;
}

.product .tab-content > .tab-pane {
  padding-top: 20px;
}

.review-form h2 {
  font-size: 24px;
  font-weight: 700;
}
.review-form .btn-default {
  background: #CE8FDE;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding: 10px 14px;
}
.rating-section {
  margin-bottom: 14px;
}

.page-banner {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  /* padding-top: 80px;
  padding-bottom: 80px; */
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.image-nosotros{
  height: 600px !important;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: #333; */
  background: #131921;
}

.page-banner h1 {
  color: #000;
  text-align: center;
  z-index: 999;
  position: relative;
  font-weight: 600;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page h3.special {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.page h3.special:after {
  content: "";
  position: absolute;
  width: 50px;
  background: #CE8FDE;
  left: 0;
  bottom: -2px;
  height: 4px;
}

.cart {
  width: 100%;
  height: auto;
}

.cart table img {
  width: 60px;
}

.cart table tr td {
  vertical-align: middle;
  border: none;
}

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #CE8FDE;
  font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
  text-align: right;
  font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
  /* text-align: right; */
  font-size: 17px;
}

.cart-buttons {
  width: 100%;
  float: right;
  margin-top: 40px;
}

.cart-buttons ul {
  float: right;
}

.cart-buttons li {
  float: left;
  list-style-type: none;
  margin-left: 14px;
  padding: 3px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
  width: 100%;
  padding: 7px 20px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}

/* .cform input[type="submit"] {
  background: #CE8FDE;
  border: 0;
} */

.cform address span,
.cform address a span {
  color: #CE8FDE;
}

.page iframe {
  width: 100%;
}

.gal-container {
  padding: 12px;
}
.gal-item {
  overflow: hidden;
  padding: 3px;
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.gal-item a:focus {
  outline: none;
}
.gal-item a:after {
  content: "\e003";
  font-family: "Glyphicons Halflings";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
  opacity: 1;
}
.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
  padding: 0px;
  overflow-y: auto !important;
}
.modal-body{
  overflow-y: auto !important;
}
.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 14px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
  outline: none;
}
.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.gal-container .modal-dialogue {
  width: 80%;
}
.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}
.ocultarone{
  position: sticky !important;
  top: 0 !important; 
  z-index: 1020 !important;
}

.ocultartwo{
  position: sticky !important;
  top: 80px !important; 
  z-index: 1020 !important;
}
@media (max-width: 1370px) {
  .bs-slider .item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 700px;
  }
  .product .item .thumb .viewall {    
    height: 230px !important;      
  }
  
}

@media (min-width: 768px) { 
  .navbar-form{
    padding-top: 19px !important;
  }
  .saveupdateaddress{
    margin-left: -329px;
  } 
  .img-medios-pago{
    width: 50% !important;
  }
  .saveupdateaddress30{
    margin-left: -30px;
  }
  .saveupdateaddress16{
    margin-left: -16px;
  }
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }    
  .imggrande{
    height: 1000px !important;
  } 
  .tamanofoto{
    max-width: 457px !important;
  }
  .secciontitle{
    display: none !important;
  }
  .bs-slider .item {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 600px;
  }
  .ocultarcarritotwo{
    display: block !important;
  }
  .ocultarcarrito{
    display: none !important;
  }
  .bannerdos {
    display: flex;
    width: 100%;
  }
  .nombre {
    white-space: nowrap;  /* Evita el salto de línea */
    overflow: hidden;      /* Oculta el texto que sobrepasa */
    text-overflow: ellipsis; /* Agrega "..." al final */
    max-width: 100%;     /* Ajusta según el ancho deseado */
    display: block;        /* Asegura que se aplique correctamente */
  }
  /* .product .item .thumb .photo{
    background-size: cover !important;
  } */
  /* Ajustes logo y iconos header  */
  .right ul {
    display: flex !important;
    align-items: center;
  }

  .right ul li {
      float: none !important;   /* 🔥 CLAVE */
  }
  .right ul li.logo {
      margin-left: auto !important;
  }
    .right ul {
      gap: 16px;
  }

  .right ul li i {
      width: 22px;
      height: 22px;
  }
}
@media (max-width: 768px) {
  .cart table tr td{
    border: none !important;
    text-align: center;
    align-content: center;
  }
  .cart table tr th{    
    text-align: center;
  }
  .cart table img{
    width: 80px !important;
  }
  .quantity-container-cart {
    margin-left: 50px;
  }
  .bannerdos .section{
    height: 600px !important;
  }
  .header .navbar-form .search-top{
    font-size: 12px;
  }
  .altoredes{
    height: 40px !important;
  }
  .telefonoicons{
    display: none !important;
  }
  .product .text p a{
    font-size: 11px !important;
  }
  .product .text p .carfind{
    font-size: 8px !important;
  }
  .nombre {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Funciona en Chrome, Edge, Safari, Opera */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    line-height: 1.5em;
    max-height: 3em; /* Fallback para navegadores sin soporte */
  }
  .product .item .thumb .photo{
    /* height: 300px !important; */
    height: 310px !important;
  }
  .ocultarcarritotwo{
    display: none !important;
  }
  .ocultarcarrito{
    display: block !important;
  }
  .gal-container .modal-content {
    height: 250px;
  }
  .ocultartwo{
    top: 110px !important;
  }
  .logohide{
    display: none !important;
  }
  .headline h2{
    font-size: 23px !important;
  } 
  .header .search-area{
    margin-top: -20px;
    top: -1px;
  }
  .header .search-area button{
    margin-top: 2px !important;
  }
  .search-input:focus {
      box-shadow: 0 0 0 3px rgba(206,143,222,0.2);
  }


  .header .right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 5px;
    margin: 0;
    list-style: none;
    padding-right: 32px;

}

.header-icons i[data-lucide] {
    width: 30px;
    height: 30px;
    stroke-width: 1.7;
    color: #000;
    cursor: pointer;
}


  /* .menu-mobile{
    margin-top: -31px;
  } */
  .header .right {    
    margin-left: -34px !important;
  }
  .imggrande{
    height: 280px !important;
  } 
  .title-margin{
    margin-top: 230px !important;
    margin-left: -14px !important;
  }
  .title-margin3{
    margin-top: 343px !important;
    margin-left: -14px !important;
  }
  .title-margin2{
    margin-top: 180px !important;    
  }
  .secciontitle{
    display: block !important; 
  }
  .secciontitle h4{    
    color: #000000;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
  }
  .bs-slider .item {  
      /* background-size: contain; */
      height: 500px;
      width: 100%;
      height: 50vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      animation: moverFondo 15s linear infinite; /* Animación infinita */
  }
  @keyframes moverFondo {
      from {
          background-position: 0 0; /* Inicio (izquierda) */
      }
      to {
          background-position: 100% 0; /* Fin (derecha) */
      }
  }
  /* Pausar la animación cuando el mouse esté encima */
  .slider:hover .slide {
    animation-play-state: paused; /* Pausa en hover */
  }
  .bannerdos{
    width: 99.4% !important;
  }
  .bannerdos .section{
    width: 100% !important;
  }
  .bannerdos {
    /* display: flex; */
    width: 100%;
  }
  .contentbanner{
    margin-top: 75% !important;
  }
  /* //aquii */
}
@media (max-width: 414px){
  
}
/* Footer Style */
i.red {
  color: #bc0213;
}
.gal-container {
  padding-top: 0px;
  padding-bottom: 75px;
}

.videos {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.videos .adv img {
  width: 100%;
  height: auto;
}
.videos .prop-4-col:nth-of-type(4n + 1) {
  clear: both;
}
.videos .prop-3-col:nth-of-type(3n + 1) {
  clear: both;
}
.videos h2 {
  color: #464646;
  font-family: "Open Sans", serif;
  font-size: 26px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
.videos h3 {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 20px;
}
.single-room {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.75);
}
.single-room .photo-col2 {
  width: 100%;
  height: 360px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room .photo-col3 {
  width: 100%;
  height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-room-text {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.single-room-text h2 {
  background: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 0;
}
.single-room-text h2 a {
  color: #333;
  padding: 8px !important;
  font-weight: 600;
  display: block;
}

table.bill-address tr td:nth-of-type(1) {
  font-weight: bold;
  width: 200px;
}

.user-sidebar ul {
  text-align: center;
}

.user-sidebar ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

.user-sidebar ul li a {
  padding: 7px 20px;
  min-height: 40px;
  line-height: 40px;
  background: #444;
  color: #fff;
}

.user-content h3 {
  margin-bottom: 20px;
}

.blog {
  background: #fff;
}

.blog .post-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.blog .image-holder {
  width: 285px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.blog .image-holder-single {
  width: 100%;
  float: none;
  position: relative;
}

.blog .image-holder-single img {
  width: 100%;
  height: auto;
}

.blog .image-holder .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 999;
}

.blog .image-holder .day {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #CE8FDE;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.blog .image-holder .day:before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: #CE8FDE;
  font-family: "arial";
  content: "\f0d7";
  font-size: 24px;
}

.blog .image-holder .month {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background: #333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.blog .text {
  width: calc(100% - 300px);
  float: left;
}

.blog .text-single {
  width: 100%;
  float: none;
}

.blog .text-single h3 {
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.blog .text .inner {
  padding: 0 20px 20px 20px;
}

.blog h3 {
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog h3 a {
  font-family: "Roboto", sans-serif;
  color: #333;
}

.blog h3 a:hover {
  color: #CE8FDE;
}

.blog .text ul.status {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog .text ul.status li {
  text-align: left;
  margin-bottom: 15px;
  color: #CE8FDE;
  font-size: 14px;
  float: left;
  list-style-type: none;
  margin-right: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  padding-left: 0;
}

.blog .text ul.status li a {
  color: #CE8FDE;
}

.blog .text ul.status li i {
  margin-right: 8px;
}

.blog ul.status li:before {
  content: "";
}

.blog ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "arial";
  content: "\f044";
  color: #333;
}

.blog h1 {
  font-size: 24px;
  color: #CE8FDE;
  font-weight: bold;
}

.blog h2 {
  font-size: 20px;
  color: #CE8FDE;
  font-weight: bold;
}

.blog h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.blog h4 {
  font-size: 16px;
  color: #CE8FDE;
  font-weight: bold;
}

.blog h5 {
  font-size: 14px;
  color: #CE8FDE;
  font-weight: bold;
}

.blog h6 {
  font-size: 12px;
  color: #CE8FDE;
  font-weight: bold;
}

.blog p {
  margin-bottom: 15px;
  font-size: 14px;
}

.blog p.button {
  margin-top: 20px;
}

.blog p.button a {
  font-family: "Roboto", sans-serif;
  background: #CE8FDE;
  color: #fff;
  padding: 10px 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog p.button a:hover {
  background: #444;
}

.blog .pagination {
  margin-top: 20px;
}

.blog .pagination ul {
  width: 100%;
  height: auto;
  text-align: center;
}

.blog .pagination ul li {
  display: inline-block;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  padding-left: 0;
}

.blog .pagination ul li:before {
  content: "";
}

.blog .pagination ul li a {
  background: #CE8FDE;
  color: #fff;
  display: block;
  font-size: 16px;
}

.blog .pagination ul li a i {
  margin-right: 0;
}

.blog .pagination ul li a:hover {
  background: #333;
}

.blog .pagination ul li a.active {
  background: #333;
}

.blog .gallery-carousel {
  position: relative;
  z-index: 999;
}

.blog .owl-controls {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
  background: #333;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 13px;
  padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
  font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
  background: #CE8FDE;
}

.blog .video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.blog .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog .audio {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
  width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.widget-search input {
  height: 36px;
  border: 2px solid #afafaf;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.widget-search input:focus {
  border: 2px solid #CE8FDE;
}

.widget-search button {
  width: 42px;
  height: 36px;
  float: left;
  border: 2px solid #CE8FDE;
  background: #CE8FDE;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-search button:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

.widget h4 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 2px solid #CE8FDE;
}

.widget ul li {
  display: block;
  float: none;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.widget ul li:before {
  content: "\f105";
  font-family: "arial";
  position: absolute;
  color: #333;
  top: 1px;
  left: 3px;
}

.widget ul li a {
  color: #333;
  font-size: 14px;
}

.widget ul li a:hover {
  color: #CE8FDE;
}

.widget ul.tag-cloud li {
  display: inline-block;
  padding-left: 0;
  padding: 4px 10px;
  border: 2px solid #afafaf;
  font-size: 12px;
  margin-right: 5px;
}

.widget ul.tag-cloud li:before {
  content: "";
}

.widget ul.tag-cloud li:hover {
  background: #CE8FDE;
  border: 2px solid #CE8FDE;
}

.widget ul.tag-cloud li:hover a {
  color: #fff;
}

.card .nav-tabs {
  border-bottom: 2px solid #ddd;
  background: #fff;
}
.card .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
}
.card .nav-tabs > li > a {
  border: none;
  color: #666;
}
.card .nav-tabs > li.active > a,
.card .nav-tabs > li > a:hover {
  border: none;
  color: #CE8FDE !important;
  background: transparent;
}
.card .nav-tabs > li > a::after {
  content: "";
  background: #CE8FDE;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.card .nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 14px 0;
}
.tab-content {
  padding: 20px;
}

.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.vid iframe {
  width: 100%;
  height: 250px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
  z-index: 1000;
  font-size: 14px;
  margin-bottom: 20px;
}

div.pagination a {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  text-decoration: none; /* no underline */
  background-color: #CE8FDE;
  color: #fff;
  font-weight: bold;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #cf0d42;
  color: #fff;
  background-color: #b20b39;
}

div.pagination span.current {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #cf0d42;
  font-weight: bold;
  background-color: #b20b39;
  color: #fff;
  font-weight: bold;
}

div.pagination span.disabled {
  padding: 5px 7px;
  margin: 2px;
  border: 1px solid #929693;
  color: #929693;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/1.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.ad-section img {
  width: 100% !important;
  height: auto !important;
}

.breadcrumb {
  background: #fff;
  margin-top: -40px;
}

.breadcrumb ul li {
  /* float: left; */
  list-style-type: none;
  margin-right: 10px;
  color: #CE8FDE;
}
.breadcrumb ul li:last-child {
  color: #333;
}

.breadcrumb ul li a {
  color: #CE8FDE;
}

.home-newsletter {
  padding: 80px 0;
  /* background: #CE8FDE; */
  background: #fff;  
}

.home-newsletter .single {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-newsletter .single h2 {
  font-size: 22px;
  color: #454545;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.home-newsletter .single .form-control {
  height: 50px;
  border-color: #000000;
  outline: none;
}
.home-newsletter .single .btn {
  min-height: 50px;
  background: #000000;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

 /* Contenedor del Botón */
 .whatsapp-button {
  position: relative;
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 5px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: bounce 10s infinite; /* Animación inicial */
}

/* Icono de WhatsApp */
.whatsapp-button::before {
  content: " ";
  background: url('https://cdn-icons-png.flaticon.com/512/733/733585.png') no-repeat center center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* Efecto Hover */
.whatsapp-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.benefits-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5c26338;
  padding: 20px;
}
.benefit {
  text-align: center;
  margin: 0 30px;
}
.benefit i {
  font-size: 32px;
  color: #333;
  margin-bottom: 10px;
}
.benefit h3 {
  font-size: 18px;
  margin: 5px 0;
}
.benefit p {
  font-size: 14px;
  color: #666;
}

.top-barbanner {
  background-color: #444444;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
}
.marquee {
  display: flex;
  width: 200%;
  animation: marquee 20s linear infinite;
}
.marquee span {
  flex: 1;
  padding: 0 20px;
  text-align: center;
  color: #CE8FDE;
}
@keyframes marquee {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%);
  }
}
.bannerdos .section {
  position: relative;
  width: 50%;
  height: 765px;
  background-size: contain;  
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  padding: 20px;
}
@media (max-width: 768px) {
  .bannerdos .section {
    background-position: center !important;
  }
}
.leftbanner {
  /* background-image: url('../uploads/product-featured-93.png'); */
  justify-content: flex-end;
  text-align: right;
}
.rightbanner {
  /* background-image: url('../uploads/product-featured-92.jpg'); */
  justify-content: flex-end;
  text-align: right;
}
.contentbanner {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 20px;
  /* max-width: 300px; */
  color: #fff;
  margin-top: 35%;
}
.buttonbanner {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: white;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
.border-services{
  vertical-align: middle;
  border-radius: 85px;
  border: 2px solid #F1E9DB;
}
.color-font-services{
  color: #264653;
}

/* Pausar la animación cuando el usuario pasa el mouse */
.service:hover .row {
  animation-play-state: paused;
}

.top-barbanner:hover .marquee {
  animation-play-state: paused;
}
.mb-3{
  margin-bottom: 16px;
}

.photoproducto{
  width: 50%;
  height: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
  border: 2px solid #f9f2dd;
  border-radius: 15px;
  
} 
.itemproducto{
  border: 0px solid #f9f2dd;
}
.textproducto{
  /* background: #f9f2dd; */
  padding: 4px;
  overflow: hidden;
}


.section-title {
    position: relative;
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    padding: 10px 0;
}

.section-title:before,
.section-title:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #CE8FDE;
    transform: translateY(-50%);
    border-radius: 3px;
}

.section-title:before {
    left: -500px;
}

.section-title:after {
    right: -500px;
}
@media (max-width: 768px) {
    .section-title:before,
    .section-title:after {
        width: 7% !important;
    }
    .section-title:before {
        left: -10px;
    }

    .section-title:after {
        right: -10px;
    }
}

h1, h2, h3, h4, h5, h6, a, p {
    font-family: 'Bebas Neue', sans-serif !important;
    text-align: center;
    /* position: relative; */
    /* margin: 40px 0; */
    /* letter-spacing: 1px; */
}


/*==sección parallax fade-out */
/* HERO → ocupa toda la pantalla */
.koa-hero-section {
    position: relative;
    height: 100vh;
    /* background-image: url('/ecommerce_koa/assets/uploads/parallax/parallax.jpeg'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: opacity 0.8s linear, filter 0.8s linear;
}

.koa-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); /* oscurece la imagen */
}

.koa-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

/* Título */
.koa-hero-title {
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

/* Botón */
.koa-btn-hero {
    background: #c29a00;
    padding: 14px 34px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

/* Sección inferior */
.koa-contenido {
    /* padding: 80px 0; */
    background: #fff;
}

.koa-section-title {
    font-size: 28px;
    margin-bottom: 40px;
}

/* Responsive para pantalla chica */
@media (max-width: 767px) {
    .koa-hero-title {
        font-size: 32px;
    }

    .koa-btn-hero {
        padding: 12px 24px;
    }
}

.koa-category-banner {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    color: #fff;
}

.koa-category-banner .koa-cat-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.koa-category-banner .koa-cat-sub {
    font-size: 12px;
    opacity: .7;
    letter-spacing: 2px;
}

.koa-category-banner .koa-btn-ver {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 8px 25px;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
}

.koa-category-banner a {
    color: inherit;
    text-decoration: none;
}
/* // Clases para seccion de embed de videos */
.ig-carousel {
    padding: 40px 15px;
    background: #fafafa;
}

.ig-carousel h2 {
    text-align: center;
    margin-bottom: 20px;
}

.ig-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.ig-slide {
    flex: 0 0 80%;
    scroll-snap-align: center;
}

/* Desktop */
@media (min-width: 992px) {
    .ig-slide {
        flex: 0 0 22%;
    }
}

/* // seccion videos home */

.videos-home {
    padding: 40px 15px;
    background: #fafafa;
}

.videos-home h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* MOBILE: carrusel */
.videos-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

/* Card */
/* MOBILE FIRST */
.video-card {
    flex: 0 0 100%;
    max-width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    scroll-snap-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 🔥 CLAVE */
    display: block;
}
.videos-wrapper {
    padding-bottom: 10px;
}



/* DESKTOP: grid con 5 */
@media (min-width: 992px) {
    .videos-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
        overflow: visible;
    }

    .video-card {
        max-width: 100%;
        aspect-ratio: 9 / 16;
        box-shadow: none;
    }
}

.ham-hamburger {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.ham-menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ham-item {
    position: relative;
}

.ham-item > a {
    color: #fff;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.ham-submenu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #000;
    min-width: 200px;
}

.ham-item:hover > .ham-submenu {
    display: block;
}

/* MOBILE */
@media (max-width: 768px) {

    .ham-hamburger {
        display: block;
    }

    .ham-menu {
        display: none;
        width: 100%;
        background: #000;
    }

    .ham-menu.ham-active {
        display: block;
    }

    .ham-menu-list {
        flex-direction: column;
    }

    .ham-submenu {
        position: relative;
    }

    .ham-item.ham-open > .ham-submenu {
        display: block;
    }
}

.ham-search-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icono hamburguesa */
.ham-hamburger {
    display: none;
    font-size: 26px;
    color: #000000; /* usa tu color de marca */
    cursor: pointer;
    line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
    .ham-hamburger {
        display: block;
    }
}

/* Overlay */
.ham-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 9998;
}

/* Drawer */
.ham-drawer {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: .3s ease;
    overflow-y: auto;
    font-family: Arial, sans-serif;
}

/* Active */
/* .ham-drawer.active {
    left: 0;
} */

.ham-drawer {
    left: -320px;
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    transform: translateX(0);
}

.ham-drawer.active {
    transform: translateX(320px);
}

.ham-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header */
.ham-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #ddd;
    font-weight: bold;
}

.ham-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

/* List */
.ham-drawer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ham-drawer-list li {
    border-bottom: 1px solid #eee;
}

.ham-drawer-list a {
    display: block;
    padding: 14px 15px;
    color: #000;
    text-decoration: none;
}

/* Item with + */
.ham-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.ham-toggle {
    font-size: 18px;
    cursor: pointer;
}

/* Submenu */
/* .ham-sublist {
    display: none;
    background: #fafafa;
} */

.ham-sublist li a {
    padding-left: 30px;
    font-size: 14px;
}

/* Divider */
.ham-divider {
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}
.ham-sublist {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.ham-sublist.active {
    max-height: 500px;
}
.ham-no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

.sticky-cart-mobile {
    display: none;
}

@media (max-width: 768px) {
    .sticky-cart-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px;
        box-shadow: 0 -2px 10px rgba(0,0,0,.15);
        z-index: 9999;
    }

    .sticky-cart-mobile button {
        width: 100%;
        background: #fff;
        color: #000;
        border: none;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
        border: 2px solid #000;
    }
}
.zoom-icon {
    font-size: 22px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.zoom-icon {
    font-size: 22px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.selection-alert {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff3cd;
    color: #856404;
    font-size: 14px;
    border: 1px solid #ffeeba;
    transition: all .3s ease;
}

.selection-alert.hide {
    display: none;
}

.shake {
    animation: shake 0.35s;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}
.selection-ok {
    margin-top: 8px;
    font-size: 13px;
    color: #155724;
}

.prod-pager-movil {
    margin-bottom: 20px;
}

/* Grid limpio */
.prod-pager-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
}

/* Miniaturas */
.prod-pager-thumb {
    width: 100%;
    aspect-ratio: 3 / 4; /* proporción ropa */
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}

/* Hover */
.prod-pager-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Activa (slider) */
.prod-pager a.active .prod-pager-thumb {
    border-color: #00C4CC; /* tu color marca */
}

/* Mobile */
@media (max-width: 576px) {
    .prod-pager-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .prod-pager-grid {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 5px;
    }

    .prod-pager-grid a {
        flex: 0 0 90px;
    }

    .prod-pager-grid::-webkit-scrollbar {
        height: 4px;
    }
}
.prod-pager a.active .prod-pager-thumb {
    border: 2px solid #00C4CC;
    box-shadow: 0 4px 12px rgba(0,196,204,0.4);
    transform: scale(1.05);
}

/* Seccion zoom imagen */
.product-gallery {
    position: relative;
}

.zoom-container {
    position: relative;
    overflow: hidden;
}

.zoom-img {
    width: 100%;
    display: block;
}

.zoom-lens {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(0,0,0,.4);
    display: none;
    cursor: crosshair;
}

/* PANEL ZOOM */
#zoom-result {
    position: fixed;
    left: calc(34% + 320px); /* ajusta a tu layout */
    width: 520px;
    height: 520px;
    /* border: 1px solid #eee; */
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 9999;
    display: none;
}


/* DESACTIVAR EN MÓVIL */
@media (max-width: 991px) {
    .zoom-lens,
    #zoom-result {
        display: none !important;
    }
}

.btn-add-cart {
    width: 100%;
    padding: 7px 20px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 12px;
}

.btn-add-cart:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}
.p-quantity {
    margin-bottom: 24px;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Botones + / - */
.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease;
}

.quantity-btn:hover {
    background: #000;
}
/*Menor a 768*/
@media (max-width: 768px) {
    .product .btn-cart{
      margin-bottom: -100px !important;
    }
    .mt-movil {
      margin-top: 50px !important;
    }

}

/* Input */
.cantidadseleccionada {
    width: 42px;
    height: 32px;
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: 500;
    background: transparent;
}
.prod-pager-grid {
    display: flex;
    gap: 10px;
}

.pager-desktop .prod-pager-grid {
    flex-direction: column;
}

.pager-mobile .prod-pager-grid {
    flex-direction: row;
    justify-content: center;
}
.btn-cart-bar{
  border-color: #000 !important;
  color: #000 !important;
}
.btn-cart-bar:hover{
  background: #000 !important;
  color: #fff !important;
}
.datas tbody tr td{
  border: none !important;
}

.cliente-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.cliente-card h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

.cliente-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.item {
    display: flex;
    flex-direction: column;
}

.item.full {
    grid-column: span 2;
}

.label {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px;
}

.value {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

/* Responsive */
@media (max-width: 768px) {
    /* .cliente-grid {
        grid-template-columns: 1fr;
    } */

    .item.full {
        grid-column: span 1;
    }
}
.review-section {
    padding: 40px 20px;
    background: #f9f9f9;
    text-align: center;
}
/* // Seccion comentarios */
.review-section h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.review-card .stars {
    color: gold;
    margin-bottom: 5px;
}

.review-card span {
    font-weight: bold;
    color: #333;
}

@keyframes scrollReviews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* PAUSA AL HOVER */
.review-slider:hover .review-track {
    animation-play-state: paused;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .review-card {
        width: 220px;
    }
}

.review-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
    /* // centrar todo el contenido */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-form input,
.review-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.stars-input span {
    cursor: pointer;
    font-size: 20px;
    opacity: 0.3;
}

.stars-input span.active {
    opacity: 1;
}

.review-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}
.review-slider::-webkit-scrollbar {
    display: none;
}

.review-track {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.review-slider:hover .review-track {
    animation-play-state: paused;
}

@keyframes scrollReviews {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.review-card {
    flex: 0 0 85%;
    max-width: 300px;
    scroll-snap-align: center;

    background: #fff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);

    transition: transform 0.3s ease;
}
.review-card:active {
    transform: scale(0.97);
}

.review-card p {
    word-wrap: break-word;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.review-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.stars {
    font-size: 16px;
    margin-bottom: 8px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-name {
    font-size: 13px;
    color: #666;
}

.verified {
    font-size: 11px;
    color: #00C4CC;
    font-weight: bold;
}
/* Desktop */
@media (min-width: 768px) {
    .review-slider {
        overflow: hidden;
    }

    .review-track {
        animation: scrollAuto 35s linear infinite;
    }

    .review-slider:hover .review-track {
        animation-play-state: paused;
    }

    @keyframes scrollAuto {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    .review-card {
        flex: 0 0 260px;
    }
}
.review-slider {
    cursor: grab;
}

.review-slider.active {
    cursor: grabbing;
}

.review-card {
    transition: transform 0.2s ease;
}

.review-card:hover {
    transform: scale(1.03);
}
































