/* Black Friday Menu Item - Targeted specifically to ID 50623 */
.menu-item-50623 {
  position: relative;
}

.menu-item-50623 .big-store-menu-link {
  color: #ef4444;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(239, 68, 68, 0.6);
  animation: menuGlow 2s ease-in-out infinite;
  position: relative;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  display: inline-block;
}

.menu-item-50623 .big-store-menu-link::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, transparent, rgba(239, 68, 68, 0.2), transparent);
  border-radius: 8px;
  filter: blur(8px);
  opacity: 0.5;
  animation: shimmer 3s infinite;
  z-index: -1;
}

@keyframes menuGlow {

  0%,
  100% {
    text-shadow:
      0 0 20px rgba(239, 68, 68, 0.6),
      0 0 30px rgba(239, 68, 68, 0.4);
  }

  50% {
    text-shadow:
      0 0 30px rgba(239, 68, 68, 0.9),
      0 0 40px rgba(239, 68, 68, 0.6),
      0 0 50px rgba(239, 68, 68, 0.3);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }

  100% {
    transform: translateX(100%) rotate(45deg);
  }
}

.menu-item-49654 .big-store-menu-link:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.5);
  text-shadow:
    0 0 35px rgba(239, 68, 68, 1),
    0 0 45px rgba(239, 68, 68, 0.7),
    0 0 55px rgba(239, 68, 68, 0.4);
}


.contenedor-principal {
  /* width: 800px; */
}


.entry-content i {
  color: #ff1415;
}

/* circulo rojo */
.entry-content .titulo i {
  font-size: 10px;
}

/* titulos a lado del circulo rojo */
.entry-content .titulo {
  /* background-color: chartreuse; */
  font-family: 'SF UI Display Medium';
  font-weight: normal;
  font-size: 14px;
  color: #353535;
  letter-spacing: 1px;
  /* margin-top: 10px; */
  margin-bottom: 30px;
}

.entry-content .linea_divisora .solid {

  border: 1px solid #ebebeb;
}

.entry-content .subtitulo {
  /* background-color: aqua; */
  font-family: 'SF UI Display Medium';
  font-weight: normal;
  font-size: 12px;
  color: #313131;
  letter-spacing: 1px;
}

.entry-content .subtitulo-big {
  /* background-color:cornsilk; */
  font-family: 'SF UI Display Medium';
  font-weight: normal;
  font-size: 13px;
  color: #313131;
  letter-spacing: 1px;
}

.entry-content .parrafo {
  /* background-color: yellow; */
  font-family: 'SF UI Display Light';
  font-weight: normal;
  font-size: 13px;
  color: #75838b;
  letter-spacing: 1px;
  line-height: 20px;
}


.entry-content .bloque-FormasPago {
  /* background-color: lightcoral; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 900px;
  /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
}

.entry-content .bloque-FormasPago .contenido {
  /* background-color: crimson; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* justify-content:space-between; */
  /* align-items: center; */
}

.entry-content .bloque-FormasPago .contenido .subcontenido {
  max-width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  /* margin-right: 20px;   */
  display: flex;
  flex-direction: row;
  /* border-right: 1px solid #ebebeb;   */
  text-align: justify;
}

.entry-content .bloque-FormasPago .contenido .subcontenido .icono {
  padding-top: 5px;
  font-size: 20px;
}

.entry-content .bloque-FormasPago .contenido .subcontenido .texto {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

/* ==============bloque envio==================== */
.entry-content .bloque-envio {
  /* background-color: lightcoral; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 900px;
  /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
}


.entry-content .bloque-envio .contenido {
  /* background-color: crimson; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: space-evenly;
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* justify-content:space-between; */
  /* align-items: center; */
}


.entry-content .bloque-envio .contenido .subcontenido-top {
  background-color: #ebebeb;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  text-align: justify;
  /* max-width: 250px; */

  /* margin-right: 20px;   */
  display: flex;
  flex-direction: row;
  text-align: justify;
  /* border-right: 1px solid #ebebeb;   */
}

.entry-content .bloque-envio .contenido .subcontenido-top .texto {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}


.entry-content .bloque-envio .contenido .subcontenido-center {
  /* max-width: 250px; */

  /* margin-right: 20px;   */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* border-right: 1px solid #ebebeb;   */

}

.entry-content .bloque-envio .contenido .subcontenido-center .bloque {

  display: flex;
  flex-direction: row;
  /* max-width: 250px; */
  padding-right: 20px;
  width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .entry-content .bloque-envio .contenido .subcontenido-center .bloque {
    display: flex;
    flex-direction: row;
    /* max-width: 250px; */
    padding-right: 20px;
    width: initial;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;

    padding-left: 20px;
    padding-right: 20px;
  }
}

.entry-content .bloque-envio .contenido .subcontenido-center .bloque .texto {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  /* max-width: 250px; */
}


.entry-content .bloque-envio .contenido .subcontenido-footer {
  background-color: #ebebeb;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

/* ============bloque garantia===================== */
.entry-content .bloque-garantia {
  /* background-color: lightcoral; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 900px;
  /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
}



.entry-content .bloque-garantia .contenido .subcontenido-footer {
  background-color: #ebebeb;
  /* width: 100%; */
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
}

.entry-content .bloque-garantia .contenido .subleyenda {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.entry-content .bloque-garantia .contenido .subcontenido-center {
  /* padding-left: 20px; */
  /* display: flex;
  flex-direction: row; */
  text-align: justify;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  column-gap: 25px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .entry-content .bloque-garantia .contenido .subcontenido-center {
    /* padding-left: 20px; */
    /* display: flex;
    flex-direction: row; */
    text-align: justify;
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    column-gap: 25px;

    margin-right: 20px;
    margin-left: 20px;
  }

  .entry-content .bloque-garantia .contenido .subleyenda {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;

    margin-right: 20px;
    margin-left: 20px;
  }
}

/* ===========sobre nosotros========== */

.entry-content .bloque-nosotros {
  /* background-color: lightcoral; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 900px;
  /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
}

.entry-content .bloque-nosotros .contenido-nosotros {
  /* background-color: #ff1415;   */
  margin-top: 30px;
  margin-bottom: 30px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;


  justify-content: space-between;
  /* text-align: justify; */
}

.entry-content .bloque-nosotros .contenido-nosotros .subcontenido-texto {
  /* background-color: #ff1415; */
  padding-right: 10px;
  padding-left: 20px;
  margin-bottom: 30px;
  max-width: 400px;
  text-align: justify;
}

.entry-content .bloque-nosotros .contenido-nosotros .subcontenido-texto .icono-subtitulo {

  margin-bottom: 10px;
}


.entry-content .bloque-nosotros .contenido-nosotros .subcontenido-imagen {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
  max-width: 400px;
}

/* =========bloque galeria imagenes====== */

.entry-content .bloque-imagenes {
  background-color: #ebebeb;
  /* background-color: #ff1415; */
  width: 100%;
}

.entry-content .bloque-imagenes .subbloque-images {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: lightcoral; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 900px;
  /* width: 800px; */
  margin-left: auto;
  margin-right: auto;
}

.entry-content .bloque-imagenes .subbloque-images .titulo-bloque-images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  /* width: 100%;  */
}

.entry-content .bloque-imagenes .subbloque-images .titulo-bloque-images .titulo-images-h1 {

  /* background-color:cornsilk; */
  font-family: 'SF UI Display Bold';
  font-weight: normal;
  font-size: 35px;
  color: #353535;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.entry-content .bloque-imagenes .subbloque-images .titulo-bloque-images .parrafo-images {
  /* background-color:cornsilk; */
  font-family: 'SF UI Display Medium';
  font-weight: normal;
  font-size: 13px;
  color: #313131;
  letter-spacing: 1px;
}


.entry-content .bloque-imagenes .subbloque-images .list-images {
  /* background-color: #353535;   */
  width: 100%;
}

.entry-content .bloque-imagenes .subbloque-images .list-images .fila-images {
  /* background-color: aquamarine; */
  width: 100%;
  /* background-color: #ff1415; */
  display: flex;
  flex-direction: row;
  ;
  flex-wrap: wrap;
  justify-content: space-around;
}

.entry-content .bloque-imagenes .subbloque-images .list-images .fila-images img {
  width: 280px;
  height: 203px;
  padding: 10px;
}

.entry-content .bloque-imagenes .subbloque-images .list-images .fila-images img:hover {
  transition: transform .7s;
  transform: scale(1.1);
}


/* ====================PARA POPUP IMAGES========================= */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* ===================FIN DE POPUP IMAGES================================ */



/* boton lista de deseos */
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: #ff1415;
  color: white;
}