@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #444;
  background-color: #f2f4f7;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
}

.no-click {
  pointer-events: none;
}

#popimage {
  border-radius: 9px;
}

.input-direccion-phone{
  display: flex; 
  flex-direction: column; 
  align-items: flex-start;
}


div,
select,
input,
textarea {
  outline: none;
}

.table_layout {
  border-collapse: collapse;
  width: 100%;
}

.table_layout td {
  padding: 20px 20px;
  vertical-align: top;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.row-bono{
  display: flex;
  align-items: flex-start;
}

.row-middle {
  justify-content: center;
}

.r-r {
  justify-content: flex-end;
}

.column {
  display: flex;
  flex-direction: column;
}

.w5 {
  width: 5%;
}

.w50 {
  width: 50%;
}

#droguerias {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#droguerias>div {
  padding: 6px 20px;
  border-bottom: 2px solid transparent;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 98;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  color: #344054;
}

#back-main-menu {
  background-color: #1c58b7;
}

.search-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 40px;
  padding-left: 5px;
  border-radius: 5px;
  background: #f2f4f7;
}

.txt-search {
  background-color: transparent;
  color: #333;
  font-family: "Poppins", sans-serif;
  border: none;
  height: 30px;
  line-height: 30px;
  padding: 0 7px;
  width: 100%;
}

.txt-search::placeholder {
  color: #444;
  font-weight: 300;
}

.ojito {
  position: absolute;
  top: 5px;
  right: 8px;
}

.ojito:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn-search,
.btn-search2,
.btn-search3 {
  width: 40px;
  padding-right: 8px;
  border: none;
  color: #333;
  height: 30px;
  border-radius: 0 6px 6px 0;
  background: transparent;
}

.btn-search3.close img {
  margin-top: 5px;
}

.btn-search:hover {
  color: #666;
  cursor: pointer;
}

.horizontal {
  white-space: nowrap;
  overflow-x: auto;
  background-color: green;
}

.max-height-filtro {
  max-height: 200px;
  overflow-y: auto;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p1020 {
  padding: 10px 20px;
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-weight: 400;
}

.marcasdes .swiper-slide>div {
  background-color: white;
  border-radius: 123px;
  padding: 10px;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.marcasdes .swiper-slide>span {
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 8px;
}

.marcasdes .swiper-slide img {
  width: 90%;
}

#top-menu {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}

#top-menu-mobile {
  display: none;
}

.top-items {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  cursor: default;
  padding: 0 30px;
}

.top-items>div {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.top-items>div i {
  margin-right: 4px;
  color: #222;
  font-size: 0.9em;
}

.top-items>div:hover {
  color: #000;
}

.top-items span {
  font-size: 0.9em;
  font-weight: 500;
}

#main-menu {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  min-height: 36px;
  font-size: 0.9em;
  gap: 30px;
}

#main-menu>div {
  padding: 7px 16px;
  text-align: center;
  cursor: default;
  color: white;
}

#main-menu:first-child>div {
  padding: 7px 16px 7px 0;
}

#main-menu>div .row>div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
}


#main-menu .dropdown:hover img {
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}


#main-menu>div.especial:hover {
  cursor: pointer;
  opacity: 0.8;
}

.cart {
  width: 50px;
  position: relative;
}

#footer .max-width {
  padding: 30px 75px;
  box-sizing: border-box;
}

#links {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

#links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#links ul li {
  text-align: left;
  padding: 4px 2px;
  cursor: default;
  font-weight: 400;
  margin: 2px 0;
  font-size: 0.9em;
  max-width: 190px;
}

#links a:hover {
  text-decoration: underline;
}

#qr-mobile {
  display: none;
}

.spacer50 {
  width: 50px;
}

#footer {
  background: white;
}


#footer.blurred {
  filter: blur(4px);
}


#copyright {
  font-size: 0.9em;
}

#redes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}

#powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#porta-qr-app {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#modal-cont {
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

#content {
  padding-top: 100px;
  position: relative;
  width: 100%;
}

#content {
  transition: filter 0.3s ease;
}

#content.blurred {
  filter: blur(4px);
}

.location-bar {
  background: var(--primary-background-light-ecf-4-fc, #ECF4FC);
  display: flex;
  width: 100%;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
}

.location-content {
  display: flex;
  align-items: center;
}

.city-name {
  overflow: hidden;
  color: var(--primary-default-1-c-58-b-7, #1C58B7);
  text-overflow: ellipsis;
  /* Text-xs/Regular */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.reminder-location-mobile {
  z-index: -1;
  display: flex;
  padding: 8px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: var(--primary-default-1-c-58-b-7, #1C58B7);
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.10), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
  transform: translateY(-8rem);
  /* Empieza desplazado hacia arriba */
  opacity: 0;
  /* Empieza invisible */
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* Transiciones suaves */
}

.reminder-location-mobile.visible {
  transform: translateY(0);
  /* Vuelve a la posición original */
  opacity: 1;
  /* Se hace completamente visible */
}




.reminder-location-mobile .city-name {
  color: var(--white-base-ffffff, #FFF);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.reminder-location-mobile p {
  color: var(--white-base-ffffff, #FFF);
  margin-top: 0;
  /* Text-xs/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.button-container-mobile {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn-continue-mobile,
.btn-change-city-mobile {
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  font-size: 0.9em;
  cursor: pointer;
}

.btn-change-city-mobile {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  color: var(--primary-default-1-c-58-b-7, #1C58B7);
  border: 1px solid var(--primary-default-1-c-58-b-7, #1C58B7);
  background: var(--white-base-ffffff, #FFF);
}

.btn-change-city-mobile:hover {
  background-color: #f0f0f0;
}

.btn-continue-mobile {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;

  border: 1px solid var(--gray-50-fcfcfd, #FCFCFD);
  background: var(--white-base-ffffff, #1C58B7);
  color: #fff;
}

.btn-continue-mobile:hover {
  background-color: #0056b3;
}

.reminder-location {
  z-index: 100;
  top: 54px;
  display: flex;
  position: absolute;
  transform: translateX(-12%);
  align-items: flex-start;
  flex-direction: column;
  /* Alinea los elementos en columna */
  max-width: 320px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.reminder-location h2 {
  text-align: flex;
  width: 100%;
  border-bottom: solid 2px #b4b6ba2b;
  line-height: 0;
  padding-bottom: 16px;
  color: #101828;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1px;
}

.reminder-location p {
  color: var(--gray-700101828, #101828);
  /* Text-xs/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.reminder-location .city-name {
  font-weight: bold;
  color: #333;
}

.button-container {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn-continue,
.btn-change-city {
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  font-size: 0.9em;
  cursor: pointer;
}

.btn-continue {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  color: var(--primary-default-1-c-58-b-7, #1C58B7);
  border: 1px solid var(--primary-default-1-c-58-b-7, #1C58B7);
  background: var(--white-base-ffffff, #FFF);
}

.btn-continue:hover {
  background-color: #f0f0f0;
}

.btn-change-city {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;

  border: 1px solid var(--primary-default-1-c-58-b-7, #1C58B7);
  background: var(--white-base-ffffff, #1C58B7);
  color: #fff;
}

.btn-change-city:hover {
  background-color: #0056b3;
}

#popup.float-window {
  background-color: transparent;
}

.float-window {
  margin: 15px;
  position: relative;
  border-radius: 6px;
  background-color: white;
  box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: none;

}

.float-window .float-header {

  position: relative;
  padding: 20px 20px 0px;
  color: var(--gray-700101828, #101828);
  /* Text-lg/Semibold */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
}

/* .float-window .float-header div {
  border-bottom: 1px solid #e4e7ec;
} */

.float-window .float-content {
  padding: 0px 20px;
  min-height: 119px;
  overflow-y: auto;
  box-sizing: border-box;
}

.float-window .float-content-checkout {
  padding: 0px 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.float-window .float-content-checkout .float-description,
.float-window .float-content .float-description {
  width: 344px;
  color: var(--gray-500667085, #667085);
  /* Text-xs/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.float-window .float-header .float-description {
  width: 344px;
  color: var(--gray-500667085, #667085);
  /* Text-xs/Regular */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.float-window .border-bottom-titulo {
  border-bottom: 1px solid #ddd;
  margin-top: 16px;
}

.float-window .float-content-login {
  padding: 0px 16px;
  min-height: 119px;
  overflow-y: auto;
  box-sizing: border-box;
}

.float-window .float-content-text {
  margin-top: 8px;
  color: var(--gray-700101828, #101828);
  text-align: center;
  /* Text-md/Medium */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.float-window .float-content-img {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}


.float-window .float-content-img img {
  width: 40px; /* Ancho de la imagen */
  height: 40px; /* Alto de la imagen */
  object-fit: contain; /* Ajusta cómo la imagen se escala */
}

.float-window .float-footer {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
}


.float-window .float-footer-mobile {
  position: relative;
  padding: 0 17px;
  box-sizing: border-box;
}

.float-window .float-footer-ubication {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  box-sizing: border-box;
}

.float-window .float-footer-center-button {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 94px;
  align-self: stretch;
}

.float-footer-center-button .sesion-button {
  background-color: #1c58b7;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 34px;
  width: 100%;
}
.float-window .close {
  z-index: 100;
  left: initial;
  top: 17px;
  right: 20px;
  width: 29px;
  height: 2px;
  text-align: center;
  color: #667085;
  font-size: 1.3em;
}

.float-window2 .close i {
  padding: 21px;
  border-radius: 50px;
  line-height: 13px;
  mix-blend-mode: difference;
}

.float-window2 .close {
  z-index: 100;
  left: initial;
  top: -3px;
  right: 22px;
  width: 28px;
  height: 7px;
  text-align: center;
  font-size: 1.3em;
}

.float-window2 .close.light-theme i {
  color: black;
}

.float-window2 .close.dark-theme i {
  color: white;
}


.float-window2 .close:hover {
  color: rgb(14, 64, 130);
  cursor: pointer;
}

.float-window2 .tab-info {
  max-height: 390px;
  padding-right: 10px;
  overflow-y: auto;
}

#float-cont {
  position: absolute;
  top: 0;
  right: 100vw;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}

#crumbs {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9em;
  overflow-x: auto;
  box-sizing: border-box;
}

#crumbs>div:not(.separator) {
  padding: 5px 6px;
  border-radius: 25px;
  color: #101828;
  white-space: nowrap;
}

#crumbs>div.separator {
  margin: 0 9px;
  color: #101828;
  font-size: 0.7em;
}

#crumbs a {
  color: inherit;
  text-decoration: none;
}

.inline {
  display: inline-block;
}

.image-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.image-list>div {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px;
}

.image-list img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.left-panel {
  width: 220px;
  background-color: #f2f2f2;
  background: linear-gradient(180deg,
      rgb(255, 255, 255) 0%,
      rgb(239, 239, 241) 100%);
  border-right: 1px solid #ddd;
}

.selectdiv {
  position: relative;
  display: flex;
  border-radius: 4px;
  background-color: #FFF;
  flex-direction: column; /* Cambiar a disposición vertical */
  align-items: flex-start; /* Alinear elementos al inicio */

}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #98A2B3;
  background: transparent;
  color: #667085;
  /* Color del texto */
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  outline: none;
  padding: 5px 4px;
}

.selectdiv::after {
  content: "\f078";
  /* Ícono de flecha */
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  color: #98A2B3;
  /* Color de la flecha */
  position: absolute;
  top:6px;
  right: 15px;
  pointer-events: none;
}

.selectdiv:hover::after {
  background: #eee;
}

.selectdiv select option {
  font-size: 16px;
}

.no-products {
  color: #000;
  text-align: center;
  font-weight: 400;
  pointer-events: none;
  margin: 0;
}

.no-products-result {
  color: #777;
  line-height: 1.5em;
  font-size: 1.8em;
  flex: 1;
  text-align: center;
  display: none;
  border: 1px solid#fff;
  border-radius: 9px;
  margin: 37px;
  box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
  padding: 20px 0;
}

.products-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
}

.products-list-pop {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr)); /* Configuración responsiva */
  gap: 20px; /* Espaciado entre elementos */

}

.footer-menu-color {
  background-color: #1c58b7;
}

.padding-popup-checkout {
  padding: 20px 40px;
}


.product-item {
  border: 1px solid var(--gray-200-e-4-e-7-ec, #E4E7EC);
  background-color: white;
  padding: 10px;
  position: relative;
  border-radius: 16px;
  font-size: 0.85em;
  box-sizing: border-box;
  height: 100%;
}

.product-item:hover {
  cursor: pointer;
}

.product-item .titulo {
  height: 40px;
  text-transform: capitalize;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  /* margin-bottom: 10px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}

.product-item .precio {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}

.product-item .antes {
  text-decoration: line-through;
  color: #6e7191;
  padding-right: 5px;
}

.product-item .descuento {
  border-radius: 5px;
  color: white;
  background: #039855;
  display: inline-block;
  padding: 3px 10px;
}

.descuento.exclusivo{
  background: rgba(239, 255, 248, 1) !important;
  border: 2px solid rgba(3, 152, 85, 1) !important;
  color: rgba(3, 152, 85, 1) !important;
}

.product-item .image {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  aspect-ratio: 1 / 1;
}

.product-item .image img {
  width: 100%;
}

.product-item .info {
  padding: 10px 0;
}

.product-item .pcondicion {
  color: #039855;
  font-weight: bold;
}

.product-item .pcondicion i {
  font-size: 0.9em;
}

.product-item .contenido {
  color: #666;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: capitalize;
}

.product-item .refresh {
  display: flex;
  height: 50px;
}

.product-item .cantidad {
  border-radius: 25px;
  border: 1px solid #98a2b3;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  width: 90%;
  box-sizing: border-box;
  align-items: center;
  height: 39px;
  position: absolute;
  left: 0;
  bottom: 13px;
}

.product-item .cantidad>div img {
  width: 20px;
}

.product-item .cantidad>div {
  text-align: center;
  font-size: 0;
  width: 45px;
  height: 100%;
  line-height: 57px;
}

.product-item .cantidad input {
  width: 40px;
  border: none;
  text-align: center;
  font-size: 1.4em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  flex: 1;
  height: 100%;
  background: transparent;
}

.product-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005bd4;
  color: white;
  padding: 10px 0;
  border: none;
  border-radius: 25px;
  position: relative;
  letter-spacing: 1px;
  margin: 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  flex: 1;
  position: absolute;
  width: 90%;
  box-sizing: border-box;
  left: 0;
  bottom: 13px;
}

.product-item button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.product-item.agotado .image img {
  filter: grayscale(0.9);
  opacity: 0.8;
}

.product-item.agotado button {
  background-color: #acbdce;
  pointer-events: none;
}

.product-item.agotado .descuento {
  background-color: #98a2b3;
}

.frm-error {
  color: red;
  display: none;
  font-size: 0.9em;
  background-color: #f7dbdb;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid red;
  margin: 10px 0;
  padding: 5px 10px;
}

.frm-error-sticky {
  color: red;
  display: none;
  font-size: 0.9em;
  background-color: #f7dbdb;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid red;
  margin: 10px 0;
  padding: 5px 10px;
}


.frm-label {
  display: block;
  text-align: left;
  padding: 3px 4px;
  margin-top: 8px;
}

.registerError {
  background-color: rgb(255, 219, 219);
  border: 1px solid rgb(255 175 175);
  border-radius: 5px;
  padding: 8px 0;
  color: red;
  display: none;
  text-align: center;
}

.button-pink {
  background-color: #ff2c6e !important;
  color: white !important;
  border: 1px solid #c65377 !important;
}

.verde {
  color: #039855;
}

.rojo2 {
  color: #bb251a;
}

.bg-blanco {
  background-color: white;
  max-width: 800px;
  padding: 30px;
  margin: 20px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  line-height: 1.5em;
  font-weight: 400;
  overflow: hidden;
  font-size: 0.9em;
}

.porta-medida {
  width: 100%;
  opacity: 0;
}

.porta-medida-checkout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Asegura que ocupe todo el espacio del padre */
  z-index: -1;
  /* Mantiene el contenedor detrás del contenido visible */
  pointer-events: none;
  /* Permite que los clics pasen a través */
  opacity: 0;
}

.banner_init {
  height: 280px;
  background-color: #eee;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.bono {
  padding: 8px;
  margin: 20px auto;
  border-radius: 7px;
  background: linear-gradient(45deg,
      rgb(192, 44, 44) 47%,
      rgb(239, 69, 16) 100%);
  color: white;
  text-align: center;
  position: relative;
  font-weight: 400;
  max-width: 250px;
}

.bono.inactivo {
  background: #845959 !important;
}

.bono.inactivo button {
  color: #444;
}

.bono .fx {
  border: 2px dashed white;
  padding: 10px;
}

.bono button {
  padding: 8px 15px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 5px 5px 5px;
  background-color: white;
  color: rgb(192, 44, 44);
  border: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9em;
}

.bono button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.login-blanco {
  background: white;
  border-radius: 5px;
  margin: 10px 0;
  font-weight: 500;
}

.login-window {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 50%;
  background: #f2f4f7;
  min-height: 500px;
  overflow-y: auto;
}

.login-cont {
  padding: 30px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-paco {
  font-size: 0.8em;
  margin-top: 40px;
  opacity: 0;
  color: #667085;
  max-width: 400px;
  pointer-events: none;
}

.slider-cont {
  position: relative;
  height: 500px;
  transition: all 0.4s;
  max-width: 400px;
  width: 100%;
}

.slider-window {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.hspacer50 {
  height: 50px;
}

.hspacer100 {
  height: 100px;
}

.tx-c {
  text-align: center;
}

.tx-r {
  text-align: right;
}

.tx-l {
  text-align: left;
}

.flex1 {
  flex: 1;
}

.rowfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-center {
  align-items: center;
}

.row-left {
  justify-content: flex-start;
}

.row-right {
  justify-content: flex-end;
}

.full-row {
  justify-content: center;
}

.w100 {
  width: 100%;
}

#alert-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #3a3b55b7;
}

#alert-cont .alert {
  width: 100%;
  max-width: 480px;
  margin: 0 20px;
  min-height: 30px;
  background: #d6f3e9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
  pointer-events: all;
  user-select: none;
  border: 1px solid rgba(0, 128, 0, 0.186);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#alert-cont .error {
  background: #f3d6d6 !important;
  border: 1px solid rgb(128 0 0 / 19%);
}

.max-width {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 80px;
}


.max-width-1600 {
  max-width: 1600px;
  margin: 0 auto;
}

#back-supermodal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
}

#active-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#supermodal {
  position: absolute;
  background: rgb(31 62 118 / 80%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-cont {
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.icon {
  width: 30px;
  height: 30px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  line-height: 30px;
  font-size: 1.2em;
  position: relative;
}

.icon .badge {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #ff2c6e;
  color: white;
  font-size: 0.8em;
  line-height: 20px;
  top: -9px;
  right: -11px;
}

.button {
  background-color: #1b42cb;
  color: white;
  font-family: "Roboto";
  padding: 15px 35px;
  border-radius: 27px;
  border: none;
}

.button:hover {
  cursor: pointer;
  background-color: #2352ff;
}

.button-popup {
  border-radius: 4px;
  border: none;
  padding: 9px 8px;
  flex: 1;
  background-color: #1b42cb;
  color: white;
  font-family: "Poppins", sans-serif;
  max-width: 150px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.button-popup:hover {
  opacity: 0.8;
  cursor: pointer;
}

.button-delete {
  border-radius: 6px;
  border: none;
  padding: 5px;
  margin-left: 8px;
  font-size: 0.9em;
  background-color: #ec1616;
  color: white;
  font-family: "Roboto";
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.button-delete:hover,
.button-wish:hover {
  opacity: 0.8;
  cursor: pointer;
}

.button-wish {
  border-radius: 6px;
  border: none;
  padding: 5px;
  margin-left: 8px;
  font-size: 0.9em;
  background-color: #ffd42b;
  color: #fff;
  font-family: "Roboto";
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.button2 {
  color: #1b42cb;
  font-family: "Roboto";
  background-color: white;
  padding: 15px 35px;
  border-radius: 27px;
  border: solid 1px #1b42cb;
}

.button2:hover {
  cursor: pointer;
  color: white;
  background-color: #1b42cb;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

.order-error {
  margin: 5px 0;
  background-color: #fad8d8;
  color: red;
  text-align: center;
  padding: 6px 10px;
  border: 2px solid #f88;
  border-radius: 10px;
}

.order-info {
  margin: 5px 0;
  background-color: #d8ddfa;
  color: blue;
  text-align: center;
  padding: 6px 10px;
  border: 2px solid rgb(136, 174, 255);
  border-radius: 10px;
}

h4 {
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 8px;
}

.input {
  border: 1px solid #98a2b3;
  padding: 4px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.input-error {
  border: 1px solid #d66;
}

.input.xl {
  width: 100%;
}

.marcas {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  row-gap: 8px;
}

h3 {
  margin-bottom: 4px;
}

.h50 {
  height: 50px;
}

.h40 {
  height: 40px;
}

.h30 {
  height: 30px;
}

.h20 {
  height: 20px;
}

.h10 {
  height: 10px;
}

.header-title {
  font-weight: 700;
  color: #222;
  padding-left: 5px;
  text-align: center;
  font-size: 0.9em;
}

.line-deco {
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(59 161 255) 30%,
      rgb(59 161 255) 50%,
      rgb(59 161 255) 70%,
      rgba(255, 255, 255, 1) 100%);
  margin-bottom: 15px;
  margin-top: 4px;
}

.hidden {
  display: none;
}

.filtro-label {
  padding: 5px 10px;
  color: #333;
  margin-top: 20px;
  background: #cdd2e1;
  border-radius: 10px;
  margin-bottom: 10px;
}

.relative {
  position: relative;
}

.absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  z-index: 100;
  background-color: rgba(10, 10, 40, 0.7);
  backdrop-filter: blur(6px);
  opacity: 0;
}

.cards-cont {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
}

.card {
  background-color: white;
  border-radius: 12px;
}

.card .label {
  font-weight: 400;
  margin-top: 15px;
}

.card .card-body {
  margin: 15px;
  max-height: 500px;
  overflow-y: auto;
  margin-top: 0;
}

.resultado {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  margin: 20px auto;
  max-width: 400px;
  border-radius: 25px;
}

#calificacion .titulo {
  padding: 0 20px 20px 20px;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  text-align: center;
}

#calificacion .estrellas {
  padding: 0 13px;
  cursor: default;
}

#calificacion .estrellas i {
  display: inline-block;
  padding: 2px;
  font-size: 1.3em;
  color: orange;
}

#calificacion .pregunta {
  text-align: center;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 5px;
}

#calificacion textarea {
  display: block;
  border: solid #ccc 1px;
  padding: 7px;
  margin: 10px 0;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1em;
  color: #444;
  border-radius: 4px;
  outline: none;
}

.white {
  background-color: white;
}

.precio-cupon {
  color: #fff !important;
  background-color: #ff2c6e;
  border-radius: 22px;
  padding: 4px 8px;
  text-align: center;
  font-size: 1.15em;
  font-weight: 500;
  min-width: 70px;
}

.button-prev,
.button-next {
  width: 28px;
  height: 28px;
  border-radius: 15px;
  background-color: white;
  color: #1b42cb;
  font-weight: bold;
  top: 50%;
  margin-top: -34px;
  position: absolute;
  z-index: 10;
  line-height: 28px;
  text-align: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.button-prev:hover,
.button-next:hover {
  cursor: pointer;
  opacity: 0.8;
}

.button-next {
  right: -25px;
}

.button-prev {
  left: -25px;
}

.menu-item {
  padding: 8px 12px;
  border-bottom: 1px solid #f2f2f2;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 0.9em;
  animation: 0.4s;
}

.menu-item.selected {
  background: #005bd4;
  color: white;
}

.menu-item.selected:hover {
  background: #0255c2;
  color: white;
  cursor: not-allowed;
}

.menu-item:hover {
  color: #222;
  background: #f2f2f2;
  font-weight: 500;
  cursor: pointer;
}

.menu-item img {
  width: 20px;
  vertical-align: middle;
  opacity: 0.7;
}

.swiper {
  padding: 5px 0;
}

.swiper .swiper-slide:not(.slide-product) {
  font-size: 0;
}

.swiper-slide {
  height: auto !important;
}

.h-100 {
  height: 100%;
}

.swiper .product-item button {
  min-width: 90%;
}

.swiper-content {
  height: 100% !important;
}

.slider img {
  width: 100%;
}

.page-button {
  background-color: #1c58b7;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  padding: 10px 24px;
  border: none;
  border-radius: 34px;
  width: 100%;
  border: 2px solid #1c58b7;
}

.page-button:disabled {
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.6;
}

.button-disabled {
  background-color: #c4c4c4 !important;
  color: #666 !important;
}

.page-button-flat {
  flex: 1;
  background-color: transparent;
  border: 1px solid #010101;
  font-family: "Roboto";
  color: #1a1a1a;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 4px;
  font-size: 0.95em;
}

.page-button-flat3 {
  background-color: transparent;
  border: none;
  font-family: "Poppins", sans-serif;
  color: #1c58b7;
  padding: 8px 10px;
  font-size: 0.9em;
  font-weight: 500;
}

.page-button-flat2 {
  background-color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  color: #1c58b7;
  font-weight: 500;
  padding: 10px 24px;
  border: 2px solid #1c58b7;
  border-radius: 34px;
  width: 100%;
}

.page-button-secundary {
  flex: 1;
  background-color: transparent;
  border: 1px solid #ff2c6e;
  font-family: "Roboto";
  color: #ff2c6e;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 4px;
}

.page-button:hover,
.page-button-flat:hover,
.page-button-flat2:hover,
.page-button-secundary:hover,
.page-button-flat3:hover {
  cursor: pointer;
  opacity: 0.8;
}

.p15 {
  padding: 15px;
}

.ptop15 {
  padding-top: 15px;
}

.tables {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 280px;
}

.tables td {
  padding: 3px 4px;
  font-weight: 400;
}

#sumario {
  margin: 0 auto;
}

#sumario td:nth-child(2) {
  text-align: left;
}

#sumario b {
  color: #222;
  font-size: 1.3em;
  border-top: 1px solid #ddd;
  margin-top: 2px;
  padding: 5px 0;
  display: inline-block;
}

.mostrar-mas {
  margin: 40px auto;
  max-width: 200px;
  background-color: #1b42cb;
  font-family: "Roboto";
  color: white;
  text-align: center;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 15px;
}

.mostrar-mas:hover {
  cursor: pointer;
  opacity: 0.8;
}

.h3 {
  color: #444;
  font-size: 1.2em;
  padding: 15px 2px;
}

.soft-gray {
  margin-top: 8px;
  color: #777;
  text-align: center;
}

.results-cont {
  padding: 0 8px 0 10px;
  color: #333;
  border-radius: 6px;
  font-weight: 400;
  font-size: 1.1em;
}

.max50 {
  max-width: 50%;
}

.link2 {
  font-weight: 500;
  color: #1b42cb;
  padding: 5px 0;
  display: block;
}

.link2:hover {
  text-decoration: underline;
  cursor: pointer;
}

.no-aplica-cupon {
  font-size: 0.9em;
  background: #ffe592;
  padding: 2px;
  text-align: center;
  border-radius: 10px;
  color: #ab1010;
  font-weight: 300;
  margin: 3px 10px 8px 10px;
  border: 1px solid #ffa54b;
}

.cupon {
  margin-bottom: 25px;
  background-color: white;
  border-radius: 10px;
  margin: 20px 15px;
  font-size: 0.9em;
}

.cupon .bolita {
  width: 20px;
  height: 20px;
  border-radius: 11px;
  background: #f2f4f7;
  position: absolute;
  top: -10px;
}

.cupon .title {
  font-size: 1.4em;
  color: #333;
  font-weight: 900;
}

.cupon .colilla {
  padding: 15px;
  border-top: 2px dashed #ccc;
  position: relative;
  border-radius: 12x !important;
}

.cupon .value {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0;
  color: #039855;
  font-weight: bold;
  line-height: 20px;
}

.cupon span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0.85em;
  padding: 3px 5px;
  border-radius: 5px;
}

.cupon span:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.cupon button {
  background-color: #1c58b7 !important;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 0.8em;
}

.encuesta {
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 15px 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 1.2em;
  display: none;
}

.encuesta span {
  display: inline-block;
  padding: 6px 10px;
  background-color: #3252e0;
  margin: 4px 4px 4px 10px;
  border-radius: 5px;
  color: white;
}

.encuesta span:hover {
  cursor: pointer;
  opacity: 0.8;
}

.rojo {
  color: #ff2c6e !important;
}

.azul {
  color: #3252e0 !important;
}

.gris {
  color: #666 !important;
}

.verde {
  color: #039855;
}

.p-info {
  opacity: 0.8;
  font-weight: 300;
  margin: 10px 0;
  font-size: 0.9em;
  text-align: justify;
}

.boton-i {
  border-radius: 8px;
  padding: 2px;
  margin-left: 10px;
}

.boton-i:hover {
  background-color: #ddd;
}

.boton-i>i {
  padding: 5px;
  font-size: 1.3em;
}

.titulo-grande {
  /* padding-left: 10px; */
  color: #111;
  font-size: 1.4em;
  font-weight: 600;
  cursor: default;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-case {
  text-transform: lowercase;
}

.title-case::first-letter {
  text-transform: uppercase;
}

.vertodo {
  color: #005bd4;
  display: inline-block;
  padding: 0 10px;
  border-radius: 25px;
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: underline;
}

.vertodo:hover {
  cursor: pointer;
  opacity: 0.9;
}

.placeholder {
  background-color: #f2f2f2;
  height: 24px;
  margin: 5px 0;
}

#lbl-total {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
}

#lbl-domicilio {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
}

.select-list-label {
  font-size: 0.9em;
  text-align: center;
  font-weight: 500;
}

.select-list>div {
  min-width: 82px;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  margin: 6px;
  cursor: pointer;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(235, 235, 235) 100%);
  border: 1px solid #ddd;
}

.select-list>div .image {
  height: 50px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

.select-list>div i {
  margin-right: 1px;
  display: none;
  color: #6f7aa2;
}

.select-list>div:not(.active):hover {
  opacity: 0.8;
}

.select-list>div.active {
  color: #1b42cb;
  font-weight: 500;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 10px 0 rgb(66 102 232 / 52%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(202 221 249) 100%);
}

.select-list>div.active i {
  display: inline-block;
}

.vselect-list {
  padding: 1px;
  margin-top: 10px;
  max-height: 200px;
  overflow-y: auto;
}

.vselect-list>div {
  padding: 5px 10px;
  font-size: 0.9em;
  margin: 5px;
  font-size: 1em;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(235, 235, 235) 100%);
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  cursor: default;
}

.vselect-list>div>div:first-child i {
  padding: 5px;
  font-size: 1.3em;
  color: #6f7aa2;
  margin-right: 10px;
  opacity: 0;
  border-right: 1px solid #ddd;
  padding-right: 8px;
}

.vselect-list>div:hover {
  cursor: pointer;
  opacity: 0.8;
}

.vselect-list>div.active {
  background-color: white;
  color: #1b42cb;
  box-shadow: 1px 1px 5px 0 rgb(66 102 232 / 52%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgb(202 221 249) 100%);
}

.vselect-list>div.active>div:first-child i {
  opacity: 1;
}

.address-item {
  cursor: pointer;
}

.address-city {
  text-transform: Capitalize;
  color: #ff2c6e;
  font-weight: bold;
}

.nota-entrega {
  border: 1px solid #ccc;
  margin: 10px auto;
  width: 92%;
  display: block;
  padding: 10px;
  border-radius: 6px;
  font-family: "Roboto";
  font-size: 1em;
}

#order-cont {
  flex: 1;
  height: 100%;
  overflow-y: auto;
}

#order {
  max-width: 700px;
  margin: 30px auto;
}

#order>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#order>div>div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px;
  /* border: 1px solid #cdcdcd; */
  margin: 10px;
  border-radius: 4px;
  min-height: 230px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

#order .titulo {
  color: #333;
  font-size: 1.2em;
  padding-left: 5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.progressbar {
  width: 100%;
  display: inline-block;
  background-color: #f2f2f2;
  height: 6px;
  border-radius: 2px;
  position: relative;
}

.progressbar>div {
  position: absolute;
  height: 6px;
  border-radius: 2px;
  background-color: #ffb100;
  top: 0;
  left: 0;
}

.observacion {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 7px;
  width: 90%;
  border-radius: 5px;
}

.separador {
  width: 10px;
}

.float-window h3 {
  font-weight: 500;
  padding-left: 4px;
  font-size: 1em;
  color: #111;
}

.link {
  color: #1b42cb !important;
  text-decoration: underline;
}

.aplica {
  text-align: right;
}

.aplica i {
  color: green;
}

.coupon-icon {
  width: 20px;
  height: 20px;
  top: 8px;
  left: 15px;
  z-index: 100;
  position: absolute;
  font-size: 1.3em;
}

.coupon-good {
  background-color: #edfdf1;
}

.coupon-bad {
  background-color: #ffe6ea;
}

.coupon-bad-lbl {
  color: red;
}

.coupon-good-lbl {
  color: green;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  top: 0;
  left: -10px;
  padding: 10px;
}

.dropdown-content .separator {
  height: 10px;
}

.dropdown-content .content {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.4);
  padding: 0 10px 20px 10px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.dropdown-content .content .row>div {
  padding: 0 10px;
  min-width: 150px;
}

.dropdown-content a {
  color: #444;
  font-size: 0.9em;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: 400;
  cursor: default;
  border-radius: 12px;
}

.dropdown-content a:hover {
  color: #222;
  background-color: #f2f2f2;
  font-weight: 500;
}

.dropdown-content .title {
  color: #444;
  font-size: 1em;
  font-weight: 700;
  margin-top: 8px;
  text-align: left;
  padding: 3px 13px 3px 3px;
}

.accordion3>.title {
  position: relative;
  display: block;
  padding: 6px 33px 6px 10px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 0.85em;
}

.accordion3>.title:hover {
  font-weight: 500;
}

.accordion3>.title.open {
  border: none;
  border-radius: 5px 5px 0 0;
  margin: 10px 3px 0 3px;
  padding-left: 10px;
  color: #1068d8;
}

.accordion3>.title.open span {
  display: none;
}

.accordion3>.title:not(.open) .fa-caret-down {
  display: none;
}

.accordion3>.title.open .fa-caret-right {
  display: none;
}

.accordion3>.title span {
  display: block;
  position: absolute;
  width: 25px;
  height: 20px;
  top: 8px;
  right: 4px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  border-radius: 20px;
  font-size: 0.9em;
}

.accordion3>.content {
  overflow: auto;
  margin: 0 3px 10px 3px;
  padding: 0 10px;
}

.accordion3>.content:not(.open) {
  display: none;
}

.accordion2>.title {
  position: relative;
  display: block;
  padding: 8px 0;
  font-weight: 400;
  color: #444;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
}

.accordion2>.title:not(.open):hover {
  cursor: pointer;
  color: rgb(27, 66, 203);
  background-color: rgba(27, 66, 203, 0.05);
}

.accordion2>.title.open {
  margin-top: 6px;
  border-bottom: none;
  color: rgb(27, 66, 203);
  font-weight: 500;
}

.accordion2>.title:not(.open) .fa-caret-down {
  display: none;
}

.accordion2>.title.open .fa-caret-right {
  display: none;
}

.accordion2>.content {
  overflow: auto;
  margin-left: 14px;
  margin-bottom: 15px;
  margin-right: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(243, 243, 243, 1) 100%);
}

.accordion2>.content>div>div {
  border-bottom: 1px solid #eee;
}

.accordion2>.content>div>div.active a {
  color: #1b42cb;
  font-weight: bold;
}

.accordion2>.content>div>div a {
  padding: 6px 10px;
  display: block;
}

.accordion2>.content>div>div:last-child {
  border: none;
}

.accordion2>.content>div>div:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #1b42cb;
  cursor: pointer;
}

.accordion2>.content:not(.open) {
  display: none;
}

.accordion>.title {
  cursor: pointer;
  /* border-bottom: 1px solid #ddd; */
  position: relative;
  padding: 5px 5px 5px 10px;
  border-radius: 4px;
}

.accordion>.title span {
  font-size: 0.9em;
  position: absolute;
  top: 0;
  right: 9px;
  width: 25px;
  height: 21px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 4px;
  line-height: 21px;
  margin: 2px 0;
}

.accordion>.title.open {
  color: #1b42cb;
}

.accordion>.title.open span {
  color: #fff;
  background: #1b42cb;
}

.accordion>.title:not(.open):hover {
  background: #f2f2f2;
  color: #1b42cb;
  font-weight: 500;
}

.accordion>.title:not(.open) .fa-check-square {
  display: none;
}

.accordion>.title.open .fa-square {
  display: none;
}

.accordion>.content {
  display: none;
  padding: 7px 7px 7px 15px;
  overflow: auto;
}

.left-menu {
  font-weight: 400;
}

.left-menu>div {
  cursor: default;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 6px 42px 6px 10px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.8em;
}

.left-menu b {
  position: absolute;
  top: 7px;
  right: 2px;
  width: 25px;
  height: 21px;
  text-align: center;
  border-radius: 10px;
  line-height: 21px;
}

.left-menu>div:first-child {
  border-top: none;
}

.left-menu>div:last-child {
  border-bottom: none;
}

.left-menu>div:not(.active):hover {
  color: #111;
}

.left-menu>div.active {
  color: #333;
  font-weight: 500;
}

.left-menu a {
  display: block;
  padding: 7px 12px;
}

.left-menu>div:not(.active) .fa-check-square {
  display: none;
}

.left-menu>div.active .fa-square {
  display: none;
}

.h100 {
  height: 100%;
}

#menu-cont {
  display: flex;
  flex-direction: column;
  z-index: 1001;
  left: 0;
  top: 0;
  position: fixed;
  background-color: #fff;
  display: flex;
  height: 100%;
  transform: translateX(-400px);
  transition: 0.4s ease;
  overflow: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
}

.menu-hamb>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

#menu-adicional {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  border-radius: 5px;
  margin-bottom: 50px;
}

#menu-adicional .menu-button {
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  background: #0a61d0;
  color: #fff;
  font-weight: 400;
}

#menu-adicional .menu-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

#menu-adicional .title {
  color: #333;
  font-size: 1.2em;
}

#menu-adicional>div {
  text-align: center;
  padding: 15px 20px;
  border-right: 1px solid #eee;
}

#menu-adicional>div p {
  min-height: 30px;
  font-size: 0.9em;
  font-weight: 400;
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  height: 50px;
}

#menu-adicional>div:last-child {
  border: none;
}

#menu-adicional>div i {
  display: inline-block;
  margin-bottom: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #666;
  font-size: 1.3em;
  line-height: 30px;
}

.icono {
  margin-left: 6px;
  font-size: 0;
}

.icono-volver-azul {
  margin-left: 6px;
  width: 16px;
  height: 16px;
}

.banner {
  min-height: 200px;
  position: relative;
}

#banner{
  margin-top: 20px;
}

.banner-ws {
  width: 100%;
  display: block;
  position: relative;
  background-color: #254ca4;
  max-height: 40px;
}

.banner-enterogermina {
  border-radius: 9.7px;
}

.max-width-1600 {
  width: 100%;
  max-width: 1600px;
  position: relative;
}

video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}


.banner .swiper-wrapper {
  border-radius: 10px;
}

.banner .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

#categorias-destacadas>div {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

#categorias-destacadas>div p {
  margin: 5px 0;
  font-size: 0.8em;
  min-height: 50px;
}

#categorias-destacadas .productos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

#categorias-destacadas .productos .circulo {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 50px;
}

#categorias-destacadas .productos .circulo img {
  width: 115px;
  height: 104px;
  margin-bottom: 24px;
  padding: 5px;
}

#categorias-destacadas .productos .label {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
}

.mini-price {
  padding-bottom: 16px;
}

select {
  border: 1px solid #cdcdcd;
  padding: 4px;
  border-radius: 3px;
}

.big-font {
  display: inline-block;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.info-top {
  padding: 11px;
  background: #ffdada;
  border-bottom: 1px solid #ff8a8a;
  font-size: 1.1em;
  font-weight: 400;
  color: #222;
  text-align: center;
}

.info-top button {
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #eee;
}

.item-prom {
  display: flex;
  animation-duration: 0.3s;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border-radius: 50px;
  padding: 5px;
  font-size: 0;
  cursor: pointer;
}

.item-prom .label {
  display: block;
  color: #444;
  cursor: default;
  font-weight: 400;
  font-size: 11px;
  max-width: 110px;
  padding-left: 10px;
  user-select: none;
  pointer-events: none;
}

.item-prom .label.disabled {
  color: #ccc;
}

.item-prom:hover {
  animation-name: bounce2;
  animation-timing-function: ease;
}

.item-prom img {
  max-width: 50px;
}

.item-prom-cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 10px;
}

#destacados_home {
  padding: 0 40px;
}

.promocion-item {
  margin-top: 20px;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}


.promocion-item>span {
  font-size: 12px;
  color: black;
  text-align: center;
  margin-top: 4px;
  font-weight: 500;
}


.promocion-item .circle {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 3.36px solid rgba(158, 200, 241, 1);
  z-index: 0;
}

.promocion-item:hover>img {
  transform: scale(1.1);
}

.animacion-scale {
  transition: transform 0.1s ease-in-out;
}

.animacion-scale:hover {
  transform: scale(1.01);
}

#inspirados img,
#destacados img {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 1;
}

#inspirados .swiper-slide:hover img,
#destacados .swiper-slide:hover img {
  transform: scale(1.1);
  opacity: 1;
}

#inspirados:hover .swiper-slide:not(:hover) img,
#destacados:hover .swiper-slide:not(:hover) img {
  opacity: 0.5;
}

#inspirados .swiper-slide:hover span,
#destacados .swiper-slide:hover span {
  font-weight: 500;
  transition: font-weight 0.2s ease-in-out;
}


#categorias-destacadas .productos .circulo,
#categorias-destacadas .productos .circulo {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, font-weight 0.2s ease-in-out;
  opacity: 1;
}


#categorias-destacadas:hover .productos .circulo,
#categorias-destacadas:hover .productos .circulo {
  opacity: 0.5;
}


#categorias-destacadas .productos:hover .circulo {
  transform: scale(1.1);
  opacity: 1;
}

#categorias-destacadas .productos:hover .circulo {
  font-weight: 500;
  opacity: 1;
}





.promocion-item>img {
  position: relative;
  z-index: 1;
  height: 120px;
  object-fit: cover;
  transition: transform 0.1s ease-in-out;
}


.destacados-prev,
.destacados-next {
  display: none !important;
}


@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collap-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.collapsible .fa-chevron-down {
  display: block;
}

.collapsible .fa-chevron-up {
  display: none;
}

.collap-active .fa-chevron-down {
  display: none !important;
}

.collap-active .fa-chevron-up {
  display: block !important;
}

#frm-registro .separador {
  height: 5px;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.parrafo {
  font-weight: 400;
  color: #1c3d6a;
  text-align: justify;
  font-size: 0.95em;
  line-height: 1.3em;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  margin: 0 1px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a61d0;
}

.swiper-button-prev {
  left: 2px !important;
  background: #1c58b7;
  border-radius: 20px;
  width: 33px !important;
  height: 33px !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
  border: 1px solid #333;
}

.swiper-button-next {
  right: 2px !important;
  background: #1c58b7;
  border-radius: 20px;
  width: 33px !important;
  height: 33px !important;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
  border: 1px solid #333;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px !important;
  color: white;
}

.titulo2 {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.4em;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

.border-cont {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.puntos-disp {
  background: #f6f6f6;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.puntos-plata {
  background: #f78c12;
  padding: 5px 10px;
  color: white;
  margin-left: 23px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.tab-menu {
  position: relative;
}

.tab-menu>div:not(.indicador) {
  font-weight: 500;
  padding-right: 20px;
  cursor: default;
}

.tab-menu>div:not(.indicador):not(.active):hover {
  cursor: pointer;
  color: #106ce1;
}

.tab-menu>div.active {
  color: #106ce1;
}

.tab-menu .indicador {
  height: 5px;
  background-color: #106ce1;
  width: 0;
  position: absolute;
  top: 23px;
  left: 0px;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

.tabs-cont {
  position: relative;
  transition: 1s ease-out;
}

.tabs {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.tb-regalo {
  border-radius: 10px;
  overflow: hidden;
  margin-left: 30px;
  border-spacing: 0;
  table-layout: fixed;
  background: #0a438c;
  text-align: center;
}

.tb-regalo td:nth-child(1) {
  border-left: 1px solid #0a438c;
}

.tb-regalo td:nth-child(2) {
  border-right: 1px solid #0a438c;
  border-left: 1px solid #0a438c;
  font-weight: 500;
}

.tb-regalo td {
  padding: 7px;
  background-color: white;
}

.cuadro-azul>div {
  border: 1px solid #b6bad4;
  padding: 20px;
  border-radius: 10px;
  background: #ecf5fb;
}

.col3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.col2fix {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.8s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-out {
  opacity: 0;
  animation-name: fadeOutOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.8s;
}

@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.simple-table {
  width: 100%;
  border-collapse: collapse;
}

.simple-table thead td {
  padding: 5px;
  font-weight: bold;
}

.simple-table tbody td {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.accordion22 {
  background-color: transparent;
  color: #333;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.accordion22>.fa-chevron-down {
  display: block;
}

.accordion22>.fa-chevron-up {
  display: none;
}

.aco-active>.fa-chevron-down {
  display: none !important;
}

.aco-active>.fa-chevron-up {
  display: block !important;
}

.aco-active,
.accordion22:hover {
  background-color: #f6f6f6;
  color: #1c58b7;
}

.accordion23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  color: #333;
  cursor: pointer;
  padding: 12px 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #d0d5dd;
  font-weight: 600;
  font-size: 1em;
}

.accordion23>.fa-chevron-down {
  display: block;
}

.accordion23>.fa-chevron-up {
  display: none;
}

.accordion23.aco-active {
  background-color: #f6f6f6;
  color: #1c58b7;
}

.panel.vidas {
  padding-left: 20px;
  color: #555;
}

.panel:not(.vidas) a {
  display: block;
  font-size: 0.9em;
  padding: 8px 30px;
}

.panel.vidas a {
  color: #005bd4;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-weight: 400;
}

#frm-direccion h4 {
  color: var(--gray-700101828, #101828);
  /* Text-sm/Regular */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-weight: 400;
  width: 190px;
  font-size: 0.8em;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-35px);

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-36px);
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#banner1  .swiper-button-next-eco,
#banner1 .swiper-button-prev-eco {
  background: white;
  color: #1c58b7;
  border: 1px solid white;
}

#banner1 .swiper-button-next-eco img,
#banner1 .swiper-button-prev-eco img {
  filter: invert(64%) sepia(91%) saturate(749%) hue-rotate(185deg) brightness(96%) contrast(92%);
}



.swiper-button-next-eco,
.swiper-button-prev-eco {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #1c58b7;
  color: white;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  border-radius: 16px;
  border: 1px solid #194c9e;
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
}

.swiper-button-next-eco {
  left: -16px;
}

.swiper-button-prev-eco {
  right: -16px;
}

#banner .swiper-button-next-eco,
#banner1 .swiper-button-next-eco {
  left: 10px;
}

#banner .swiper-button-prev-eco,
#banner1 .swiper-button-prev-eco {
  right: 10px;
}


.search-result {
  display: none;
  position: absolute;
  background: #F2F4F7;
  padding: 0 16px 0 16px;
  transform: translateX(-5%);
  margin-top: 5px;
  z-index: 2;
  border-radius: 12px;
  color: #101828;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
  max-height: 29rem;
  overflow: hidden;
  width: 667px;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.search-header p {
  font-size: 14px;
  color: #101828;
}

.search-header p strong {
  font-size: 14px;
  color: #0056B3;
}

.search-header p strong a:hover {
  text-decoration: underline;
}

.search-header .view-all {
  font-size: 14px;
  color: #0056B3;
  text-decoration: underline;
  font-weight: 500;
}

.search-content {
  display: flex;

}

.search-filters {
  width: 42%;
  margin-right: 24px;
  flex-direction: column;
  display: flex;

}


.filter-section.marcas {
  display: flex;
  flex-direction: column;
}

.filter-section {
  padding: 10px;
  background: white;
  border-radius: 8px;
  margin-bottom: 12px;
}

.filter-section ul {
  overflow-y: auto;
  height: 6.6rem;
  overflow-x: hidden;
}

.filter-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.filter-section ul {
  overflow-y: auto;
  max-height: 6.7rem;
  overflow-x: hidden;
}

.filter-section ul li {
  margin-bottom: 8px;
}

.search-results {
  width: 70%;
  flex-direction: column;
  display: flex;
  gap: 12px;
  max-height: 23rem;
  overflow: auto;
  position: unset;
}

/* Clases adicionales */
.product-container {
  height: min-content;
  width: -webkit-fill-available;
}


/* .product-container:hover ~ .product-item .titulo{
    color: #0056B3;
  } */

.item-container {
  display: flex;
}

.image-container {
  align-content: center;
  min-width: 7rem !important;
  width: 7rem !important;
  height: 7rem;
  margin-right: 21px;
}

.product-image {
  height: auto;
  /* width: 111px !important; */
}


.brand-filter {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.subcategory-filter {
  display: flex;
  font-size: 12px;
  align-items: center;
}


.info-container {
  padding: 5px 0;
}

.product-title {
  font-size: 11px;
  height: auto;
}

.product-before-price {
  font-size: 16px;
}

.product-price {
  font-size: 16px;
}

.product-condition {
  font-size: 12px;
}

.product-content {
  font-size: 9px;
}

.product-unavailable {
  color: red;
  font-weight: bold;
}

#inspirados .swiper-slide img {
  margin-left: -10px;
  width: 117%;
}

#inspirados .swiper-slide>span {
  font-size: 14px;
}

#banner_inferior .slider img {
  border-radius: 8px;
}

.pqrs_form_section{
  background-color: #F2F4F7; 
  display: flex; 
  justify-content: center;
  margin: 40px auto
}


.mensaje-pqrs {
  margin:10px 0px;
  width: 100%; /* Asegura que ocupe todo el ancho del contenedor */
  max-width: 100%; /* No excederá el ancho del contenedor */
  height: 100px; /* Altura fija */
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  resize: vertical; /* Solo permite redimensionar verticalmente */
 
  box-sizing: border-box; /* Incluye el padding en el ancho total */
  outline: none;
  display: block;
  font-family: "Poppins";
  font-style: normal;
}


.row-center-acepto {
  display: flex;
  align-items: center;
  font-size: 16px;
}

/* Ajustar el margen entre el checkbox y el texto */
#pqrs-acepto {
  margin-right: 10px;
}

/* Estilizar el enlace */
.link-acepto {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

/* Cambiar el color del enlace al pasar el mouse */
.link-acepto:hover {
  text-decoration: underline;
}


.texto-acepto{
 
    font-size: 0.9em;
    font-weight: 300;
    color: #444;

}


.error-input {
  border: 2px solid red;
  background-color: #ffe6e6;
}

/* Opcional: puedes cambiar el color de fondo o agregar más estilos */
.error-input:focus {
  outline: none;
  border-color: darkred;
}

@media (max-width: 1601px) {
  .banner .swiper-slide {
    border-radius: 0;
  }

  .banner_init {
    margin-top: 0;
  }

  #banner,
  #banner1 {
    margin-top: 0;
  }
}
.error-message {
  position: relative;
  color: red;
  font-size: 10px;
  display: none;
  height: 0;
}

.input.error {
  border-color: red;
}

.select.error {
  border-color: red;
}

.select.error + .error-message {
  display: block;
}





@media (max-width: 1180px) {
  #header {
    position: absolute;
  }

  .max-width {
    padding: 0 40px;
  }
}

@media (min-width: 801px) {

  body,
  #header,
  #content {
    min-width: 1180px;
  }
}

@media (max-width: 800px) {



  .banner-enterogermina {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .product-item .precio {
    font-size: 1em;
  }

  .product-item.texto-pequeno {
    font-size: 9px;
  }

  .search-result {
    max-height: 100vh;
    height: calc(100vh - 12.5rem);
    transform: translateX(-11%);
    max-height: max-content;
    width: 95.2vw;
    overflow-y: auto;
    left: 0;
    right: 0;
  }

  .search-content {
    flex-direction: column-reverse;
  }

  .search-results {
    overflow: hidden;
    width: fit-content;
    max-height: 26rem;
  }

  .search-header {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .search-filters {
    margin-top: 15px;
    width: calc(100% - 2px);
  }

  .page-button:hover,
  .page-button-flat:hover,
  .page-button-flat2:hover,
  .page-button-secundary:hover,
  .page-button-flat3:hover {
    cursor: default;
    opacity: 1;
  }

  #header {
    position: fixed;
  }

  #top-menu {
    padding: 0 25px;
  }

  .max-width {
    padding: 0 25px;
  }

  #links {
    display: grid;
    grid-template-columns: repeat(2, minmax(170px, 1fr));
    margin: 0 auto;
    grid-row-gap: 10px;
  }

  #footer .max-width {
    padding: 20px;
    box-sizing: border-box;
  }

  #copyright {
    font-size: 0.9em;
    text-align: center;
  }

  #porta-qr-app {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  }

  #redes-cont {
    text-align: center;
  }

  #redes-cont a {
    display: inline-block;
    padding: 0 10px 0 0;
  }

  #powered {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
  }

  #footer .row {
    display: block;
  }

  .max-width {
    padding: 0;
  }

  #header {
    height: 115px;
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 30%);
  }

  #top-menu {
    display: none;
  }

  .target-container {
    height: 0;
    /* Inicialmente colapsado */
    overflow: hidden;
    /* Para que el contenido oculto no sea visible */
    transition: height 0.3s ease;
    /* Animar el cambio de max-height */
  }



  #top-menu-mobile {
    background: #fff;
    padding: 15px;
    padding-bottom: 7px;
    display: block;
  }

  .login-window {
    grid-template-columns: 1fr;
  }

  #main-menu {
    display: none;
  }

  .search-cont {
    margin: 0 0 0 15px;
  }


  .txt-search {
    height: 35px;
    line-height: 35px;
  }

  .top-items {
    flex: unset;
    padding: 0 10px;
  }

  .top-items>div {
    margin: 0 9px;
  }

  .marcasdes .swiper-slide>div {
    background-color: white;
    border-radius: 123px;
    padding: 10px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
  }

  .h2 {
    font-size: 1.2em;
  }

  #buttomBar {
    display: flex;
  }

  .autocomplete {
    min-width: 220px;
  }

  #content {
    padding-top: 115px;
    /* Valor para pantallas grandes */
  }

  /* Aplicar para dispositivos móviles o pantallas pequeñas */
  @media (hover: none) and (pointer: coarse) {
    #content {
      padding-top: 156px;
      /* Valor para dispositivos móviles */
    }
  }


  #back-categories {
    display: none;
  }

  #user-ubicacion,
  #user-btn,
  #logo {
    display: none;
  }

  .main-menu-item {
    padding: 15px 5px;
    border-right: none;
  }

  #logo3 {
    display: block;
  }

  .products-list {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
    padding: 0 20px;
  }


  .products-list-pop {
    padding: 0px 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Configuración responsiva */
    gap: 20px; /* Espaciado entre elementos */
    width: 100%; /* Ajusta el ancho al contenedor */
    height: 100%; /* Asegura que el grid ocupe todo el espacio disponible */
    overflow: hidden; /* Evita desbordamientos */
    background-color: rgba(255, 255, 255, 0.8); /* Fondo opcional */
    border-radius: 8px; /* Opcional: bordes redondeados */
    box-sizing: border-box; /* Incluye padding y bordes */
  }


  #sticky-element {
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 500;
    transition: bottom 0.3s ease;
  }

  #sticky-element.sticky-visible {
    bottom: 0px;
    /* Esto ahora tiene mayor prioridad */
  }




  .padding-popup-checkout {
    padding: 20px 0px;
  }

  .showPanel {
    box-shadow: 0 2px 20px 0 rgba(0 0 0 / 30%) !important;
  }

  .bg-blanco {
    margin: 0;
  }

  .product-item:hover {
    box-shadow: none;
  }

  .titulo-grande {
    font-size: 1.2em;
    padding: 10px 20px;
  }


  #crumbs {
    padding: 5px 15px 0 15px;
  }

  .col3 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .col2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  #qr-pc {
    display: none;
  }

  #qr-mobile {
    display: block;
  }

  .login-cont {
    display: block;
    padding: 30px 20px 110px 20px;
  }

  #categorias-destacadas {
    /* margin: 0 20px; */
  }

  #categorias-destacadas>div {
    padding: 20px;
    width: calc(100% - 70px);
    margin: auto;
  }

  #categorias-destacadas .productos {
    gap: 15px;
  }

  #categorias-destacadas .productos .circulo img {
    width: 100px;
    height: 88px;
    margin-bottom: 7px;
  }

  #categorias-destacadas .productos .label {
    font-size: 0.7em;
  }

  #inspirados .swiper-slide img {
    margin-left: 0px;
    width: 103%;
  }

  #inspirados .swiper-slide>span {
    font-size: 0.7em;
  }

  .promocion-item>img {
    height: 77px;
  }

  .promocion-item .circle {
    border: 3px solid rgba(158, 200, 241, 1);
    height: 55px;
    width: 55px;
  }

  .promocion-item>span {
    font-size: 10px;
    font-weight: 400;
  }

  .item-prom-cont {
    max-width: 100%;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 20px 0 20px;
  }

  .item-prom-cont>div:nth-child(1) {
    width: 50%;
  }

  .item-prom-cont>div:nth-child(2) {
    flex: 1;
  }

  .swiper .swiper-slide:not(.slide-product) {
    border-radius: 10px;
    overflow: none;
  }

  #destacados_home {
    padding: 0 19px;
  }

  #destacados {
    margin-bottom: 20px;
  }

  #banner,
  #banner1 {
    margin-top: 20px;
  }

  .banner {
    min-height: 100px;
  }

  .swiper-button-next-eco,
  .swiper-button-prev-eco {
    display: none;
  }

  .h40 {
    height: 20px;
  }

  .h30 {
    height: 20px;
  }

  .scroller {
    max-height: calc(90vh - 80px);
    /* Ajusta la altura al espacio disponible */
    overflow-y: auto;
    /* Activa el scroll interno */
    padding-right: 10px;
    /* Asegura que el contenido no se corte por la barra de scroll */
  }

}


.info-container {
  margin-top: 0;
  max-height: 7rem;
}

.loading-overlay>div {
  width: 100%;
  height: 20px;
  border-radius: 5px;
  background-color: rgba(128, 128, 128, 0.427);
  /* Fondo gris semiopaco */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  animation: blinking 1s ease-in-out infinite;
  /* Añade la animación de parpadeo */
}

@keyframes blinking {

  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}