@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 5, ../../../base/scss/checkout.scss */
.custom-wrapper {
  background-color: white;
  border-radius: 15px;
  margin-block: 1rem;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
}
@media (min-width: 888px) {
  /* line 5, ../../../base/scss/checkout.scss */
  .custom-wrapper {
    margin-inline: 1rem;
  }
}
/* line 15, ../../../base/scss/checkout.scss */
.custom-wrapper--steps {
  background-color: unset;
}
@media (min-width: 888px) {
  /* line 15, ../../../base/scss/checkout.scss */
  .custom-wrapper--steps {
    padding: 2rem 6rem;
    background-color: white;
  }
}
@media (max-width: 888px) {
  /* line 15, ../../../base/scss/checkout.scss */
  .custom-wrapper--steps {
    box-shadow: none;
  }
}
/* line 27, ../../../base/scss/checkout.scss */
.custom-wrapper--agregar {
  padding: 1rem 2rem;
  cursor: initial !important;
}
/* line 33, ../../../base/scss/checkout.scss */
.custom-wrapper--metodo-envio {
  padding: 2rem;
}
/* line 37, ../../../base/scss/checkout.scss */
.custom-wrapper--metodo-pago {
  padding: 1rem;
}
@media (min-width: 888px) {
  /* line 37, ../../../base/scss/checkout.scss */
  .custom-wrapper--metodo-pago {
    padding: 2rem;
  }
}
/* line 45, ../../../base/scss/checkout.scss */
.custom-wrapper--finalizar-pedido {
  padding: 2rem;
}

/* line 51, ../../../base/scss/checkout.scss */
.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* line 57, ../../../base/scss/checkout.scss */
.steps .step-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: .4s;
  background-color: grey;
}
/* line 66, ../../../base/scss/checkout.scss */
.steps .step-button.completado {
  background-color: #07C98B;
  color: white;
}
/* line 70, ../../../base/scss/checkout.scss */
.steps .step-button.completado::before {
  font: var(--fa-font-solid) !important;
  content: "\f00c" !important;
  color: white !important;
}
/* line 77, ../../../base/scss/checkout.scss */
.steps .step-button.incompleto {
  background-color: grey;
}
/* line 83, ../../../base/scss/checkout.scss */
.steps .step-button.actual {
  background-color: #009681;
  border: 1px solid #151515;
}
/* line 89, ../../../base/scss/checkout.scss */
.steps .step-item {
  z-index: 10;
  text-align: center;
}
/* line 95, ../../../base/scss/checkout.scss */
.steps .step-item:nth-child(2) .step-button::before {
  content: '1';
}
/* line 103, ../../../base/scss/checkout.scss */
.steps .step-item:nth-child(3) .step-button::before {
  content: '2';
}
/* line 111, ../../../base/scss/checkout.scss */
.steps .step-item:nth-child(4) .step-button::before {
  content: '3';
}
/* line 119, ../../../base/scss/checkout.scss */
.steps #progress {
  width: 95%;
  -webkit-appearance: none;
  position: absolute;
  z-index: 5;
  height: 10px;
  margin-left: 32px;
  margin-bottom: 18px;
  border-radius: 20px;
  border: none;
}
@media (max-width: 888px) {
  /* line 119, ../../../base/scss/checkout.scss */
  .steps #progress {
    width: 85%;
  }
}
/* line 134, ../../../base/scss/checkout.scss */
.steps #progress::-webkit-progress-bar {
  background-color: #fff !important;
}
/* line 139, ../../../base/scss/checkout.scss */
.steps #progress::-webkit-progress-value {
  background-color: #07C98B;
  transition: .5s ease;
  border-radius: 2rem;
}

/* line 151, ../../../base/scss/checkout.scss */
.minicart-list-checkout {
  width: 100%;
}
@media (min-width: 888px) {
  /* line 154, ../../../base/scss/checkout.scss */
  .minicart-list-checkout .checkout-product-wrapper {
    height: 40vh !important;
    overflow-y: scroll;
  }
}
/* line 164, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-titulo {
  font-size: 1.2rem;
  font-weight: 500;
  color: #151515;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #BDBDBD;
  margin-inline: 1rem;
}
/* line 175, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product {
  display: flex;
  padding: .5rem 1rem;
  width: 100%;
}
/* line 180, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--img {
  width: 25%;
  display: flex;
}
/* line 184, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--img img {
  object-fit: contain;
}
/* line 192, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--content {
  padding: 1rem;
  font-weight: 400;
  font-size: .9rem;
  width: 100%;
}
/* line 200, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--cantprecio {
  display: flex;
  justify-content: space-between;
  padding-inline: 1rem;
  padding-top: .1rem;
  margin-top: 1rem;
  text-align: right;
  width: 100%;
  border-top: 1px solid #BDBDBD;
  color: #BDBDBD;
}
/* line 212, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--precio {
  font-weight: 600;
  font-size: 1rem;
}
/* line 219, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals {
  border-top: 2px solid #BDBDBD;
  padding: 5% 5% !important;
  font-weight: 300;
  color: #151515;
  font-size: .9rem;
}
/* line 228, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals u {
  margin-right: 2rem;
  text-decoration: none;
}
/* line 234, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--subtotal {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}
/* line 240, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--total {
  padding-top: .5rem;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}
/* line 248, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--descuento {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}
/* line 255, ../../../base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--envio .envio-precio {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}

/* line 268, ../../../base/scss/checkout.scss */
.cart-checkout-wrapper {
  position: sticky;
  top: 4rem;
  height: min-content;
}

/* line 274, ../../../base/scss/checkout.scss */
.card-direccion {
  padding: 1rem;
  border: 1px solid #009681;
  border-radius: 15px;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 100%;
}
/* line 285, ../../../base/scss/checkout.scss */
.card-direccion--agregar {
  cursor: initial;
}
/* line 289, ../../../base/scss/checkout.scss */
.card-direccion.active {
  border: 3px solid #009681;
  box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.75);
}
/* line 295, ../../../base/scss/checkout.scss */
.card-direccion--header {
  text-align: center;
}
/* line 299, ../../../base/scss/checkout.scss */
.card-direccion--footer {
  font-size: .8rem;
  font-weight: 300;
  color: #D41601;
}
/* line 304, ../../../base/scss/checkout.scss */
.card-direccion--footer a {
  font-weight: 600;
  color: inherit;
}
/* line 311, ../../../base/scss/checkout.scss */
.card-direccion u {
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 888px) {
  /* line 316, ../../../base/scss/checkout.scss */
  .card-direccion--agregar {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: unset;
    box-shadow: none;
  }
}

/* line 329, ../../../base/scss/checkout.scss */
.agregar-direccion {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
/* line 338, ../../../base/scss/checkout.scss */
.agregar-direccion--button {
  height: 40px;
  width: 40px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 348, ../../../base/scss/checkout.scss */
.agregar-direccion--text {
  width: 100%;
  text-align: center;
  transition: color .3s;
  font-size: .9rem;
}
/* line 354, ../../../base/scss/checkout.scss */
.agregar-direccion--text:hover {
  color: #009681;
}

/* line 361, ../../../base/scss/checkout.scss */
.direcciones-entrega {
  display: flex;
}
/* line 368, ../../../base/scss/checkout.scss */
.direcciones-entrega--titulo {
  font-size: 1rem;
}
/* line 372, ../../../base/scss/checkout.scss */
.direcciones-entrega--subtitulo {
  font-size: .9rem;
  font-weight: 300;
  color: #BDBDBD;
}

/* line 381, ../../../base/scss/checkout.scss */
.nueva-direccion-wrapper {
  padding: 1rem 2rem;
  align-items: center;
}
@media (max-width: 888px) {
  /* line 381, ../../../base/scss/checkout.scss */
  .nueva-direccion-wrapper {
    padding: .1rem;
  }
}
/* line 388, ../../../base/scss/checkout.scss */
.nueva-direccion-wrapper .custom-input {
  margin-bottom: 1rem;
}
/* line 391, ../../../base/scss/checkout.scss */
.nueva-direccion-wrapper .custom-input label {
  background-color: white;
}

/* line 397, ../../../base/scss/checkout.scss */
.metodo-envio {
  padding: 2rem;
}
/* line 404, ../../../base/scss/checkout.scss */
.metodo-envio--error {
  display: flex;
  justify-content: center;
}

/* line 410, ../../../base/scss/checkout.scss */
.continuar-compra {
  display: flex;
  justify-content: end;
}
/* line 414, ../../../base/scss/checkout.scss */
.continuar-compra button {
  width: 30%;
}

/* line 421, ../../../base/scss/checkout.scss */
.metodo-pago .valor-a-pagar {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  /* line 421, ../../../base/scss/checkout.scss */
  .metodo-pago .valor-a-pagar {
    font-size: .9rem;
  }
}
/* line 431, ../../../base/scss/checkout.scss */
.metodo-pago .doble-pago-buttons {
  display: flex;
  justify-content: center;
}

/* line 439, ../../../base/scss/checkout.scss */
.radio-pago-wrapper .radio-pago {
  padding: .5rem 2rem;
  margin-block: .5rem;
  width: 100%;
  font-size: .9rem;
  cursor: pointer;
}
/* line 446, ../../../base/scss/checkout.scss */
.radio-pago-wrapper .radio-pago.active {
  border: 2px solid #009681;
  box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.25);
}
/* line 455, ../../../base/scss/checkout.scss */
.radio-pago-wrapper .radio-pago.active .custom-card--descripcion {
  color: #151515;
}
/* line 462, ../../../base/scss/checkout.scss */
.radio-pago-wrapper .radio-pago input {
  display: none;
}

/* line 468, ../../../base/scss/checkout.scss */
.tarjetas {
  padding: 1rem 3rem;
}
/* line 471, ../../../base/scss/checkout.scss */
.tarjetas--cuotas {
  margin-top: 1rem;
}

/* line 478, ../../../base/scss/checkout.scss */
.finalizar-pedido .card-resumen {
  padding: 1rem;
  margin-block: .5rem;
  font-size: .9rem;
}

/* line 486, ../../../base/scss/checkout.scss */
.pedido-success {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 10%;
}
/* line 492, ../../../base/scss/checkout.scss */
.pedido-success h1 {
  width: 100%;
  text-align: center;
  color: #009681;
  font-size: 1.6rem;
}
/* line 499, ../../../base/scss/checkout.scss */
.pedido-success h2 {
  color: #151515;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

/* line 508, ../../../base/scss/checkout.scss */
.facturacion .custom-input {
  margin-top: .75rem;
}
/* line 509, ../../../base/scss/checkout.scss */
.facturacion .custom-input label {
  background-color: white;
}

/* line 4, ../../../base/scss/footer.scss */
footer .footer {
  position: relative;
  z-index: 500;
  padding: 2rem;
  color: #151515;
  background-color: #D9D9D9;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 888px) {
  /* line 4, ../../../base/scss/footer.scss */
  footer .footer {
    font-size: .9rem;
    line-height: 1.4;
  }
}
/* line 17, ../../../base/scss/footer.scss */
footer .footer dt {
  margin-bottom: 1rem;
}
/* line 23, ../../../base/scss/footer.scss */
footer .footer .logo {
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  /* line 23, ../../../base/scss/footer.scss */
  footer .footer .logo {
    margin-bottom: 1rem;
  }
}
/* line 33, ../../../base/scss/footer.scss */
footer .footer .logo img {
  width: 100px;
  object-fit: contain;
}
/* line 38, ../../../base/scss/footer.scss */
footer .footer .logo .redes {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
@media (max-width: 888px) {
  /* line 38, ../../../base/scss/footer.scss */
  footer .footer .logo .redes {
    margin-top: .5rem;
  }
}
/* line 48, ../../../base/scss/footer.scss */
footer .footer .logo .redes a {
  margin: 0 .2rem;
}
/* line 51, ../../../base/scss/footer.scss */
footer .footer .logo .redes a i {
  font-size: 2rem;
}
/* line 60, ../../../base/scss/footer.scss */
footer .footer .contactanos address dd {
  margin-bottom: 0.25rem;
}
/* line 63, ../../../base/scss/footer.scss */
footer .footer .contactanos address dd a {
  margin-left: .5rem;
}
/* line 70, ../../../base/scss/footer.scss */
footer .footer .contactenme {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 76, ../../../base/scss/footer.scss */
footer .footer .contactenme dd {
  display: flex;
  justify-content: center;
}
@media (min-width: 888px) {
  /* line 81, ../../../base/scss/footer.scss */
  footer .footer .contactenme dd a {
    margin-top: .5rem;
    padding: .75rem 1.25rem;
    font-weight: 500;
  }
}
@media (max-width: 888px) {
  /* line 81, ../../../base/scss/footer.scss */
  footer .footer .contactenme dd a {
    font-size: .8rem;
    padding: .25rem .5rem;
  }
}
/* line 101, ../../../base/scss/footer.scss */
footer .copy {
  background-color: #151515;
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 888px) {
  /* line 101, ../../../base/scss/footer.scss */
  footer .copy {
    margin-bottom: 70px;
    font-size: .8rem;
  }
}
/* line 115, ../../../base/scss/footer.scss */
footer .copy a {
  color: white;
}
/* line 119, ../../../base/scss/footer.scss */
footer .copy .logo-tcommerce {
  padding: 0.5rem 1rem;
}
/* line 122, ../../../base/scss/footer.scss */
footer .copy .logo-tcommerce img {
  width: 150px;
}

/* line 3, ../../../base/scss/header.scss */
header {
  background-color: #009681;
  position: absolute;
  width: 85%;
  z-index: 1050 !important;
  border-radius: 35px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  margin: 1% 7.5% 0 7.5%;
  height: 65px;
}
@media (max-width: 888px) {
  /* line 3, ../../../base/scss/header.scss */
  header {
    height: 55px;
    margin: 4% 2.5% 0 2.5%;
    padding-block: .25rem;
    width: 95%;
  }
  /* line 19, ../../../base/scss/header.scss */
  header .btn {
    font-size: .75rem;
  }
}
/* line 25, ../../../base/scss/header.scss */
header .sticky {
  height: 65px;
  background-color: inherit !important;
  padding-block: .25rem;
}
/* line 32, ../../../base/scss/header.scss */
header .nimbus-links a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #151515 !important;
}
/* line 39, ../../../base/scss/header.scss */
header .header-logo {
  padding-left: 2.5rem;
}
/* line 42, ../../../base/scss/header.scss */
header .header-logo img {
  width: 6rem;
}
@media (max-width: 888px) {
  /* line 39, ../../../base/scss/header.scss */
  header .header-logo {
    padding-left: 1rem;
    width: 25%;
  }
}
@media (min-width: 888px) {
  /* line 53, ../../../base/scss/header.scss */
  header .carrito-box {
    cursor: initial !important;
  }
  /* line 56, ../../../base/scss/header.scss */
  header .carrito-box--body {
    padding: 0 2rem 2rem 2rem !important;
    top: 4rem !important;
    right: -57px !important;
    width: 550px !important;
    position: absolute !important;
    overflow: unset !important;
    border-radius: .8rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    color: #151515;
    min-height: 300px !important;
    height: max-content !important;
  }
}
@media (max-width: 888px) {
  /* line 53, ../../../base/scss/header.scss */
  header .carrito-box {
    position: fixed;
    height: auto !important;
    z-index: 5000;
    width: 70%;
  }
}
@media (max-width: 888px) {
  /* line 81, ../../../base/scss/header.scss */
  header .minicart {
    height: auto !important;
    justify-content: center !important;
    padding: 2.5rem 2rem !important;
  }
}
/* line 88, ../../../base/scss/header.scss */
header .minicart--heading {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 1rem .5rem;
}
/* line 95, ../../../base/scss/header.scss */
header .minicart--heading .button-close {
  font-size: 1.5rem;
}
/* line 101, ../../../base/scss/header.scss */
header .minicart--triangulo {
  position: absolute;
  top: -51;
  font-size: 100px;
  color: white;
  right: 70px;
}
@media (max-width: 888px) {
  /* line 101, ../../../base/scss/header.scss */
  header .minicart--triangulo {
    display: none;
  }
}
/* line 112, ../../../base/scss/header.scss */
header .minicart--content {
  margin: .5rem .75rem;
  margin: auto;
  width: 100%;
}
/* line 117, ../../../base/scss/header.scss */
header .minicart--content .no-hay-pedido {
  text-align: center;
}
/* line 122, ../../../base/scss/header.scss */
header .minicart--list {
  overflow-y: scroll;
  height: 40vh;
}
/* line 126, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito {
  margin-right: 1rem;
  padding-block: .6rem;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #BDBDBD;
}
/* line 134, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--eliminar {
  position: absolute;
  right: 0;
  top: 0;
  color: #009681;
  font-size: 1.2rem;
  padding-top: .5rem;
  cursor: pointer;
}
/* line 145, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--imagen {
  width: 25%;
}
/* line 149, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--contenido {
  position: relative;
  width: 100%;
  margin: .5rem 1.5rem;
}
/* line 154, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--contenido--titulo {
  width: 100%;
}
/* line 159, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--contenido .add--cantidad {
  border: 2px solid #009681 !important;
  width: 6rem;
}
/* line 165, ../../../base/scss/header.scss */
header .minicart--list .producto-carrito--contenido--precio {
  font-weight: 500;
  font-size: 1rem;
  color: #151515;
  position: absolute;
  bottom: .5rem;
  right: 1rem;
}
/* line 178, ../../../base/scss/header.scss */
header .minicart--total {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: inherit;
  padding: 1rem !important;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
/* line 188, ../../../base/scss/header.scss */
header .minicart--footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1rem;
}
/* line 194, ../../../base/scss/header.scss */
header .minicart--footer .btn-ver {
  height: 1.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
}
/* line 201, ../../../base/scss/header.scss */
header .minicart--footer .btn-vaciar {
  margin-top: .5rem;
  width: 100%;
  color: #009681;
  text-align: center;
}
/* line 211, ../../../base/scss/header.scss */
header .btn-user {
  height: 2.25rem;
}
/* line 214, ../../../base/scss/header.scss */
header .btn-user--auth {
  font-size: 1rem;
}
/* line 218, ../../../base/scss/header.scss */
header .btn-user--auth::before {
  font: var(--fa-font-regular);
  content: "\f007";
}
/* line 225, ../../../base/scss/header.scss */
header .btn-user--noauth {
  font-size: 1rem;
}
/* line 228, ../../../base/scss/header.scss */
header .btn-user--noauth::before {
  content: "Ingreso";
}
@media (max-width: 888px) {
  /* line 237, ../../../base/scss/header.scss */
  header .btn-search {
    display: none !important;
  }
}
/* line 243, ../../../base/scss/header.scss */
header .btn-search--icon::before {
  font: var(--fa-font-solid);
  content: "\f002";
}

/* line 253, ../../../base/scss/header.scss */
#mobileMenu {
  width: 350px;
}
/* line 256, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-header {
  background-color: #009681;
}
/* line 259, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-header img {
  width: 6rem;
}
/* line 265, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-body .navbar-nav {
  padding-left: 0;
}
/* line 268, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-body .navbar-nav .navbar-nav {
  padding-left: 5%;
}
/* line 274, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-body .nav-item {
  font-size: 1.1rem;
  border-bottom: 1px solid #BDBDBD;
  padding-block: .1rem;
  position: relative;
}
/* line 281, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-body .nav-item:last-child {
  border-bottom: none;
}
/* line 286, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-body .nav-item--productos .icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #009681;
  font-size: 1.2rem;
  padding-top: .5rem;
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: end;
  height: 100%;
}
/* line 306, ../../../base/scss/header.scss */
#mobileMenu .offcanvas-footer {
  padding: .5rem 0;
  background-color: #151515;
}

/* line 313, ../../../base/scss/header.scss */
.menu-mobile-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 5000;
  background-color: white;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  padding-block: .75rem;
}
@media (min-width: 888px) {
  /* line 313, ../../../base/scss/header.scss */
  .menu-mobile-bottom {
    display: none;
  }
}
/* line 328, ../../../base/scss/header.scss */
.menu-mobile-bottom--item {
  width: 25%;
}
/* line 331, ../../../base/scss/header.scss */
.menu-mobile-bottom--item a {
  color: #313131;
  text-align: center;
}
/* line 336, ../../../base/scss/header.scss */
.menu-mobile-bottom--item--icon {
  font-size: 1.5rem;
  text-align: center;
  color: #009681;
}
/* line 343, ../../../base/scss/header.scss */
.menu-mobile-bottom--item--text {
  text-align: center;
  font-size: .8rem;
  padding-top: .2rem;
}

/* line 352, ../../../base/scss/header.scss */
.drop-holder {
  position: relative;
}
/* line 355, ../../../base/scss/header.scss */
.drop-holder .drop-menu {
  background-color: #151515;
  border-radius: 5px;
  left: 0;
  padding: 1rem 0rem 1rem 2rem;
}
/* line 362, ../../../base/scss/header.scss */
.drop-holder .drop-menu .drop-menu {
  top: -20px;
}
/* line 367, ../../../base/scss/header.scss */
.drop-holder .drop-menu a {
  color: white !important;
}
/* line 371, ../../../base/scss/header.scss */
.drop-holder .drop-menu li {
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: .7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
}
/* line 379, ../../../base/scss/header.scss */
.drop-holder .drop-menu li:hover {
  position: relative;
}
/* line 383, ../../../base/scss/header.scss */
.drop-holder .drop-menu li .icon {
  padding-inline: 1rem;
  padding-right: 1.5rem;
  right: 0;
  color: #009681;
}

/* line 399, ../../../base/scss/header.scss */
.main-nav > ul > li:hover > .drop-menu > li:hover > .drop-menu {
  top: -25px !important;
}
/* line 401, ../../../base/scss/header.scss */
.main-nav > ul > li:hover > .drop-menu > li:hover > .drop-menu li:hover > .drop-menu {
  top: -25px !important;
}

/* line 406, ../../../base/scss/header.scss */
.dropdown-menu {
  background-color: #151515;
}
/* line 409, ../../../base/scss/header.scss */
.dropdown-menu .dropdown-item {
  color: white;
}
/* line 412, ../../../base/scss/header.scss */
.dropdown-menu .dropdown-item:hover {
  background-color: #009681;
  color: #151515;
}

/* line 420, ../../../base/scss/header.scss */
.searchbox {
  padding: 1.5rem;
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  background-color: white;
  border: 1px solid #f9bd24;
  border-radius: 7px;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
}
/* line 432, ../../../base/scss/header.scss */
.searchbox .custom-input label {
  background: white;
}
/* line 438, ../../../base/scss/header.scss */
.searchbox--titulo {
  display: none;
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 445, ../../../base/scss/header.scss */
.searchbox--listado ul {
  list-style: initial !important;
}
/* line 449, ../../../base/scss/header.scss */
.searchbox--listado--titulo {
  font-weight: bold;
  margin-top: .5rem;
}

/* line 457, ../../../base/scss/header.scss */
#buscadorModal .modal-dialog {
  margin-top: 25vh;
}

/* line 5, ../../../base/scss/logins.scss */
.custom-wrapper--registrar-comercio {
  padding: 2rem;
}
@media (max-width: 888px) {
  /* line 5, ../../../base/scss/logins.scss */
  .custom-wrapper--registrar-comercio {
    padding: 1rem;
  }
}

/* line 13, ../../../base/scss/logins.scss */
.pagina-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1800;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: auto;
}
@media (max-width: 888px) {
  /* line 13, ../../../base/scss/logins.scss */
  .pagina-login {
    position: absolute;
    height: 100vh;
    padding-top: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
/* line 34, ../../../base/scss/logins.scss */
.pagina-login--logo {
  position: absolute;
  top: 5%;
  left: 5%;
}
/* line 39, ../../../base/scss/logins.scss */
.pagina-login--logo img {
  width: 7rem;
}
/* line 44, ../../../base/scss/logins.scss */
.pagina-login--content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5%;
}
@media (min-width: 888px) {
  /* line 44, ../../../base/scss/logins.scss */
  .pagina-login--content {
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 888px) {
  /* line 44, ../../../base/scss/logins.scss */
  .pagina-login--content {
    width: 100%;
  }
}
/* line 62, ../../../base/scss/logins.scss */
.pagina-login--content .login--wrapper {
  padding-inline: 20%;
}
/* line 67, ../../../base/scss/logins.scss */
.pagina-login--image {
  width: 50%;
  height: 100%;
}
@media (max-width: 888px) {
  /* line 67, ../../../base/scss/logins.scss */
  .pagina-login--image {
    display: none !important;
  }
}
/* line 74, ../../../base/scss/logins.scss */
.pagina-login--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 82, ../../../base/scss/logins.scss */
.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 88, ../../../base/scss/logins.scss */
.login--title {
  text-align: center;
  margin-bottom: 1rem;
}
/* line 93, ../../../base/scss/logins.scss */
.login--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 10%;
}
/* line 98, ../../../base/scss/logins.scss */
.login--wrapper .custom-input {
  width: 100%;
  margin-top: 1.25rem;
}
/* line 103, ../../../base/scss/logins.scss */
.login--wrapper--olvide {
  display: flex;
  justify-content: end;
  width: 100%;
}
/* line 108, ../../../base/scss/logins.scss */
.login--wrapper--olvide .btn-olvide-contraseña {
  color: #151515 !important;
}
/* line 114, ../../../base/scss/logins.scss */
.login--wrapper--ingresar {
  margin-top: 1.25rem;
  width: 100%;
}
@media (max-width: 888px) {
  /* line 114, ../../../base/scss/logins.scss */
  .login--wrapper--ingresar {
    display: flex;
    justify-content: center;
  }
}
/* line 123, ../../../base/scss/logins.scss */
.login--wrapper--ingresar button {
  padding: .5rem 3rem;
}
/* line 128, ../../../base/scss/logins.scss */
.login--wrapper--registrate {
  margin-top: 1.25rem;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 888px) {
  /* line 128, ../../../base/scss/logins.scss */
  .login--wrapper--registrate {
    display: flex;
    justify-content: center;
  }
}
/* line 137, ../../../base/scss/logins.scss */
.login--wrapper--registrate a {
  margin-left: .25rem;
  font-weight: 600;
}
/* line 144, ../../../base/scss/logins.scss */
.login--wrapper--volver {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
/* line 149, ../../../base/scss/logins.scss */
.login--wrapper--volver button {
  color: #151515;
}
/* line 154, ../../../base/scss/logins.scss */
.login--wrapper .btn-recuperar {
  margin-top: 1.25rem;
  padding: .5rem 3rem;
}

/* line 162, ../../../base/scss/logins.scss */
.registro-ocasional {
  padding: 5%;
  height: 100%;
  width: 100%;
}
/* line 167, ../../../base/scss/logins.scss */
.registro-ocasional .custom-input {
  margin-bottom: 1rem;
}
/* line 171, ../../../base/scss/logins.scss */
.registro-ocasional--choices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  height: 100%;
  align-content: center;
}
/* line 180, ../../../base/scss/logins.scss */
.registro-ocasional .btn-registro {
  width: 100%;
  font-size: 1.5rem;
  background-color: #009681;
  color: white;
  transition: .3s ease-in-out;
}
/* line 189, ../../../base/scss/logins.scss */
.registro-ocasional .btn-registro:hover {
  opacity: .8;
}

/* line 196, ../../../base/scss/logins.scss */
.registrar-comercio .custom-input {
  margin: .25rem;
}
/* line 199, ../../../base/scss/logins.scss */
.registrar-comercio .custom-input label {
  background-color: white;
}

/* line 207, ../../../base/scss/logins.scss */
.mi-cuenta .custom-card {
  margin: .5rem;
}
/* line 211, ../../../base/scss/logins.scss */
.mi-cuenta .card-direccion {
  height: unset;
}
/* line 215, ../../../base/scss/logins.scss */
.mi-cuenta .custom-input {
  margin: 1rem;
}
/* line 218, ../../../base/scss/logins.scss */
.mi-cuenta .custom-input label {
  background-color: white;
}

/* line 3, ../../../base/scss/pedido.scss */
.pedido-info {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: .9rem;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: .5rem;
}
@media (max-width: 888px) {
  /* line 3, ../../../base/scss/pedido.scss */
  .pedido-info {
    padding-top: 1rem;
  }
}

/* line 16, ../../../base/scss/pedido.scss */
.pedido-wrapper {
  border-radius: 15px;
}
@media (min-width: 888px) {
  /* line 16, ../../../base/scss/pedido.scss */
  .pedido-wrapper {
    padding: 1rem 2rem;
  }
}

/* line 27, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item {
  position: relative;
}
/* line 30, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-img {
  width: 25%;
  padding: 1rem;
  height: unset;
  border: none;
}
@media (max-width: 888px) {
  /* line 30, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-img {
    width: 40%;
  }
}
/* line 40, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  /* line 40, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content {
    width: 60%;
  }
}
/* line 49, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content--left {
  width: 35%;
  border-right: 1px solid #F9F9F9;
}
@media (max-width: 888px) {
  /* line 49, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--left {
    width: 100%;
    border-right: none;
  }
}
/* line 58, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content--center {
  width: 30%;
  display: flex;
  justify-content: end;
  padding-left: 1rem;
}
@media (max-width: 888px) {
  /* line 58, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--center {
    width: 100%;
    justify-content: start;
  }
}
/* line 69, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content--right {
  width: 35%;
}
@media (max-width: 888px) {
  /* line 69, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--right {
    width: 100%;
    display: flex;
    justify-content: start !important;
  }
}
/* line 78, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .product-name {
  height: auto;
}
/* line 83, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .add {
  width: 6rem;
}
/* line 87, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .add--cantidad button {
  color: black;
}
/* line 93, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  padding-inline: 5%;
}
@media (max-width: 888px) {
  /* line 93, ../../../base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper {
    padding-top: .5rem;
  }
}
/* line 104, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .descuento {
  color: #07C98B;
  font-size: .75rem;
  width: max-content;
  padding-right: .5rem;
}
/* line 111, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .old-price {
  width: max-content;
  font-weight: 600;
  font-size: 1.35rem;
}
/* line 117, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .precio {
  width: 100%;
  font-size: 1.6rem;
  text-align: right;
}
/* line 129, ../../../base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-remove {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* line 138, ../../../base/scss/pedido.scss */
.box-precio {
  margin-top: 1rem;
  padding: 1rem;
  height: min-content;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 888px) {
  /* line 138, ../../../base/scss/pedido.scss */
  .box-precio {
    position: sticky;
    top: 4.5rem;
    right: 0;
    box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: white;
  }
}
/* line 154, ../../../base/scss/pedido.scss */
.box-precio--titulo {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #F9F9F9;
}
@media (max-width: 888px) {
  /* line 154, ../../../base/scss/pedido.scss */
  .box-precio--titulo {
    display: none;
  }
}
/* line 165, ../../../base/scss/pedido.scss */
.box-precio--descuento {
  padding-left: 4rem;
  font-weight: 400;
}
/* line 170, ../../../base/scss/pedido.scss */
.box-precio--subtotal {
  padding-left: 4rem;
  font-weight: 400;
  color: #D9D9D9;
}
/* line 176, ../../../base/scss/pedido.scss */
.box-precio--total {
  padding-left: 4rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 183, ../../../base/scss/pedido.scss */
.box-precio .boton-comprar {
  display: flex;
  justify-content: end;
  height: 3.5rem;
  margin-top: 1rem;
}
/* line 189, ../../../base/scss/pedido.scss */
.box-precio .boton-comprar button {
  font-size: 1.2rem;
}

/* line 197, ../../../base/scss/pedido.scss */
.mis-pedidos--titulo {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
/* line 204, ../../../base/scss/pedido.scss */
.mis-pedidos u {
  color: #151515;
  font-weight: bold;
  text-decoration: none;
}
/* line 210, ../../../base/scss/pedido.scss */
.mis-pedidos .custom-card {
  font-size: .9rem;
  margin-bottom: .5rem;
}
@media (min-width: 888px) {
  /* line 210, ../../../base/scss/pedido.scss */
  .mis-pedidos .custom-card {
    margin: 1rem;
  }
}
/* line 217, ../../../base/scss/pedido.scss */
.mis-pedidos .custom-card .ver-detalles-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  /* line 217, ../../../base/scss/pedido.scss */
  .mis-pedidos .custom-card .ver-detalles-wrapper {
    justify-content: center;
  }
}
/* line 227, ../../../base/scss/pedido.scss */
.mis-pedidos .custom-card .custom-wrapper {
  margin: 0;
}

/* line 235, ../../../base/scss/pedido.scss */
.pedidos-navbar {
  margin-block: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
}
/* line 241, ../../../base/scss/pedido.scss */
.pedidos-navbar--seguir-comprando {
  position: absolute;
  left: 0;
  top: 0;
  margin: 1rem;
  z-index: 1500;
}
@media (max-width: 888px) {
  /* line 241, ../../../base/scss/pedido.scss */
  .pedidos-navbar--seguir-comprando {
    position: relative;
    width: 50%;
    margin: 0;
  }
}
/* line 253, ../../../base/scss/pedido.scss */
.pedidos-navbar--seguir-comprando::before {
  font: var(--fa-font-solid) !important;
  content: "\f053" !important;
  margin-right: 4px;
}
@media (max-width: 888px) {
  /* line 261, ../../../base/scss/pedido.scss */
  .pedidos-navbar--logo {
    width: 50%;
    text-align: right;
  }
  /* line 265, ../../../base/scss/pedido.scss */
  .pedidos-navbar--logo img {
    width: 6rem;
  }
}

/* line 275, ../../../base/scss/pedido.scss */
#loginModal .custom-input label {
  background-color: white;
}

/* line 5, ../../../base/scss/plugins.scss */
.banners img {
  width: 100%;
}

/* line 10, ../../../base/scss/plugins.scss */
.swiper {
  overflow: hidden;
  padding-top: .5rem;
}
@media (max-width: 888px) {
  /* line 14, ../../../base/scss/plugins.scss */
  .swiper.CategoriasSwiper, .swiper.MarcasSwiper {
    padding-left: 5%;
  }
}
@media (min-width: 888px) {
  /* line 14, ../../../base/scss/plugins.scss */
  .swiper.CategoriasSwiper, .swiper.MarcasSwiper {
    margin: 0 10%;
  }
}
/* line 26, ../../../base/scss/plugins.scss */
.swiper .swiper-wrapper {
  height: min-content;
  margin-bottom: 1.5rem;
}
/* line 31, ../../../base/scss/plugins.scss */
.swiper .swiper-scrollbar {
  display: none;
}
/* line 34, ../../../base/scss/plugins.scss */
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #009681;
}

/* line 43, ../../../base/scss/plugins.scss */
.carousel-button-control-next,
.carousel-button-control-prev {
  background: white !important;
  color: #009681;
  padding: 1rem;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgrey;
}
/* line 56, ../../../base/scss/plugins.scss */
.carousel-button-control-next i,
.carousel-button-control-prev i {
  font-size: 1.5rem;
}

/* line 61, ../../../base/scss/plugins.scss */
.button-next,
.button-prev {
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  background-color: white;
  font-weight: bold !important;
  border: 1px solid lightgray;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 50%;
  z-index: 200;
}
@media (max-width: 888px) {
  /* line 61, ../../../base/scss/plugins.scss */
  .button-next,
  .button-prev {
    display: none;
  }
}

/* line 79, ../../../base/scss/plugins.scss */
.button-next {
  right: 5rem;
}

/* line 83, ../../../base/scss/plugins.scss */
.button-prev {
  left: 5rem;
}

/* line 112, ../../../base/scss/plugins.scss */
.banner-news .carousel {
  width: 100%;
}
@media (min-width: 888px) {
  /* line 112, ../../../base/scss/plugins.scss */
  .banner-news .carousel {
    height: 100vh;
  }
}
/* line 119, ../../../base/scss/plugins.scss */
.banner-news .carousel img {
  height: 100%;
  object-fit: cover;
  min-height: 100%;
}
@media (max-width: 888px) {
  /* line 119, ../../../base/scss/plugins.scss */
  .banner-news .carousel img {
    object-fit: contain;
  }
}

/* line 135, ../../../base/scss/plugins.scss */
.categorias {
  padding: 1rem 0;
}
/* line 136, ../../../base/scss/plugins.scss */
.categorias .ver-marcas {
  display: none !important;
}
/* line 143, ../../../base/scss/plugins.scss */
.categorias .card-categoria .card-icon {
  height: 6rem;
  width: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 1.60157px 9.48353px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1.60157px 9.48353px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1.60157px 9.48353px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media (max-width: 888px) {
  /* line 143, ../../../base/scss/plugins.scss */
  .categorias .card-categoria .card-icon {
    height: 4.5rem;
    width: 4.5rem;
    padding: .7rem;
  }
  /* line 160, ../../../base/scss/plugins.scss */
  .categorias .card-categoria .card-icon i {
    display: flex;
    justify-content: center;
  }
  /* line 164, ../../../base/scss/plugins.scss */
  .categorias .card-categoria .card-icon i img {
    width: 80%;
  }
}
/* line 172, ../../../base/scss/plugins.scss */
.categorias .card-categoria h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 888px) {
  /* line 172, ../../../base/scss/plugins.scss */
  .categorias .card-categoria h3 {
    font-size: .8rem;
    font-weight: 500;
  }
}

/* line 184, ../../../base/scss/plugins.scss */
.productos {
  background-color: #fff;
}

/* line 189, ../../../base/scss/plugins.scss */
.single-product-thumbs {
  overflow-y: auto;
  max-height: 400px;
  height: 100%;
}
/* line 194, ../../../base/scss/plugins.scss */
.single-product-thumbs .swiper-slide {
  margin-block: .25rem;
}

/* line 199, ../../../base/scss/plugins.scss */
.single-product-slider .swiper-slide .single-img img {
  object-fit: contain;
}

/* line 7, ../../../base/scss/product.scss */
.variante {
  display: none;
}

/* line 11, ../../../base/scss/product.scss */
.variante.active {
  display: block;
}

/* line 16, ../../../base/scss/product.scss */
.product-mini-wrapper {
  transition: .2s width;
  padding: 1rem .25rem;
}
/* line 19, ../../../base/scss/product.scss */
.product-mini-wrapper.list {
  width: 100%;
}
/* line 22, ../../../base/scss/product.scss */
.product-mini-wrapper.list .variantes-box {
  width: 100%;
}
/* line 26, ../../../base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item {
  display: flex;
}
/* line 29, ../../../base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item .product-img {
  margin: auto;
}
@media (max-width: 888px) {
  /* line 29, ../../../base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-img {
    width: 50%;
  }
}
/* line 36, ../../../base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item .product-content {
  margin: auto;
}
/* line 39, ../../../base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item .product-content .product-precio {
  justify-content: center;
}
@media (max-width: 888px) {
  /* line 43, ../../../base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add {
    flex-wrap: wrap;
    height: auto;
  }
  /* line 47, ../../../base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add--cantidad {
    margin-bottom: 1rem;
  }
}
/* line 59, ../../../base/scss/product.scss */
.product-mini-wrapper.grid {
  width: 25%;
}
@media (max-width: 888px) {
  /* line 59, ../../../base/scss/product.scss */
  .product-mini-wrapper.grid {
    width: 100%;
  }
}

/* line 69, ../../../base/scss/product.scss */
.product-item {
  background-color: white;
  border-radius: 1em;
  margin: 0 .2em;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 450px !important;
}
@media (max-width: 999px) {
  /* line 69, ../../../base/scss/product.scss */
  .product-item {
    height: auto;
  }
}
/* line 81, ../../../base/scss/product.scss */
.product-item .product-labels {
  position: absolute;
  z-index: 200;
  border-top-left-radius: 1em;
  display: flex;
  font-size: .8em;
  background-color: #07C98B;
  border-bottom-right-radius: 1.5em;
  left: 0;
  font-size: 1rem;
}
/* line 92, ../../../base/scss/product.scss */
.product-item .product-labels--left {
  z-index: 600;
  background-color: #D41601;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: .3em 1em;
  color: white;
}
/* line 102, ../../../base/scss/product.scss */
.product-item .product-labels--right {
  z-index: 550;
  background-color: #07C98B;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: .3em 1em .3em .5em;
  color: white;
}
/* line 117, ../../../base/scss/product.scss */
.product-item .product-img {
  height: 250px;
  margin: 0 1em;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 888px) {
  /* line 117, ../../../base/scss/product.scss */
  .product-item .product-img {
    height: 225px;
    min-width: 50%;
    max-width: 95%;
    border-bottom: none;
    margin: auto;
  }
}
/* line 135, ../../../base/scss/product.scss */
.product-item .product-img img {
  width: 100%;
  object-fit: contain;
  min-height: 80%;
  height: 100px;
}
/* line 144, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 800;
  width: 100%;
  display: flex;
  align-items: end;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 888px) {
  /* line 144, ../../../base/scss/product.scss */
  .product-item .product-img .product-escalas {
    height: auto;
  }
}
/* line 159, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas .escala {
  width: 50%;
}
/* line 162, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas .escala--nombre {
  font-size: .8em;
  text-align: center;
  height: 1rem;
  overflow: hidden;
}
@media (min-width: 888px) {
  /* line 162, ../../../base/scss/product.scss */
  .product-item .product-img .product-escalas .escala--nombre {
    font-size: .7rem;
  }
}
/* line 172, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas .escala--select {
  font-size: .9em;
  padding: 0;
  text-align: center;
}
@media (min-width: 888px) {
  /* line 172, ../../../base/scss/product.scss */
  .product-item .product-img .product-escalas .escala--select {
    font-size: .8rem;
  }
}
/* line 181, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas .escala--loading {
  display: none;
  width: 100%;
}
/* line 185, ../../../base/scss/product.scss */
.product-item .product-img .product-escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #009681;
}
/* line 198, ../../../base/scss/product.scss */
.product-item .product-content {
  position: absolute;
  bottom: 0;
  padding: .5em 1em;
  text-align: left;
  padding-bottom: 1em;
  border: 0;
}
@media (max-width: 888px) {
  /* line 198, ../../../base/scss/product.scss */
  .product-item .product-content {
    padding: .5em .5rem .5rem .5rem;
  }
}
/* line 209, ../../../base/scss/product.scss */
.product-item .product-content .product-marca {
  line-height: 1;
  font-size: .8em;
  color: #bdbdbd;
  font-weight: 500;
  padding-bottom: .3em;
}
/* line 217, ../../../base/scss/product.scss */
.product-item .product-content .product-name {
  font-weight: 400;
  height: 2.4em;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  margin-bottom: .7em;
  font-size: .95em;
}
/* line 227, ../../../base/scss/product.scss */
.product-item .product-content .product-description {
  color: #313131 !important;
  font-size: .8em !important;
  font-weight: 300;
  margin-bottom: .75em;
  height: 1em;
  line-height: 1.2;
}
/* line 236, ../../../base/scss/product.scss */
.product-item .product-content .product-stock {
  display: none;
}
/* line 243, ../../../base/scss/product.scss */
.product-item .product-content .product-precio {
  display: flex;
  flex-wrap: wrap;
}
/* line 247, ../../../base/scss/product.scss */
.product-item .product-content .product-precio .new-price {
  font-weight: bold;
  width: 100%;
  text-align: center;
}
/* line 253, ../../../base/scss/product.scss */
.product-item .product-content .product-precio .old-price {
  text-align: center;
  text-decoration: line-through;
  color: #BDBDBD;
  font-size: 1em;
  font-weight: 500;
  width: 100%;
}
/* line 263, ../../../base/scss/product.scss */
.product-item .product-content .product-precio .descuento {
  display: none;
}
/* line 269, ../../../base/scss/product.scss */
.product-item .product-content .add {
  margin-bottom: .5rem;
}
/* line 273, ../../../base/scss/product.scss */
.product-item .product-content .product-label-cuotas {
  display: flex;
  justify-content: center;
  color: #F9F9F9;
  font-weight: 300;
  text-align: center;
  font-size: .9em;
        /* @media (max-width: 888px) {
           position: absolute;
           bottom: 0;
           right: .5rem;
           font-size: .8rem;
           color: $gris;

         }*/
}

/* line 296, ../../../base/scss/product.scss */
.product-grid-view {
  padding: 1rem 6rem 1rem 4rem;
}
@media (max-width: 888px) {
  /* line 296, ../../../base/scss/product.scss */
  .product-grid-view {
    padding: 0 1rem;
    margin: 0;
  }
}

/* line 305, ../../../base/scss/product.scss */
.add {
  height: 1.8rem;
}
/* line 308, ../../../base/scss/product.scss */
.add--cantidad {
  display: flex;
  align-items: center;
  border: 2px solid #009681;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-right: .5rem;
  /* Firefox */
}
/* line 319, ../../../base/scss/product.scss */
.add--cantidad input::-webkit-outer-spin-button,
.add--cantidad input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 326, ../../../base/scss/product.scss */
.add--cantidad input[type=number].pym-input-cantidad {
  -moz-appearance: textfield !important;
}
/* line 331, ../../../base/scss/product.scss */
.add--cantidad input {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
/* line 342, ../../../base/scss/product.scss */
.add--cantidad .btn-mas, .add--cantidad .btn-menos {
  font-weight: bold;
  font-size: 1.2rem;
  color: #151515;
}
/* line 347, ../../../base/scss/product.scss */
.add--cantidad .btn-mas:disabled, .add--cantidad .btn-menos:disabled {
  color: #D9D9D9;
}
/* line 352, ../../../base/scss/product.scss */
.add--cantidad .btn-menos {
  padding: 0 0 0 .5rem;
}
/* line 356, ../../../base/scss/product.scss */
.add--cantidad .btn-mas {
  padding: 0 .5rem 0 0;
}
/* line 359, ../../../base/scss/product.scss */
.add--cantidad .btn-mas:focus {
  color: inherit;
}
/* line 366, ../../../base/scss/product.scss */
.add .btn-agregar {
  height: 30px;
  width: 120px;
  font-size: .9rem;
  background-color: #009681;
  color: #2C2C2C;
  border-radius: 2rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 378, ../../../base/scss/product.scss */
.add .btn-agregar--icon {
  margin-right: .25rem;
}
/* line 382, ../../../base/scss/product.scss */
.add .btn-agregar:hover {
  filter: brightness(1.1);
  transition: .5s filter;
}

/* line 390, ../../../base/scss/product.scss */
.product-topbar {
  padding-right: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 888px) {
  /* line 390, ../../../base/scss/product.scss */
  .product-topbar {
    padding-right: 0;
    justify-content: space-around;
  }
}
/* line 400, ../../../base/scss/product.scss */
.product-topbar .buscador {
  display: none;
}
@media (max-width: 888px) {
  /* line 404, ../../../base/scss/product.scss */
  .product-topbar .modeview {
    display: none;
    padding: 1rem;
  }
}
/* line 411, ../../../base/scss/product.scss */
.product-topbar .order {
  display: flex;
  align-items: center;
}

/* line 420, ../../../base/scss/product.scss */
.product-banners .banner-wrapper {
  display: flex;
  padding: 1rem 5.5rem 0 2rem;
}
@media (max-width: 888px) {
  /* line 420, ../../../base/scss/product.scss */
  .product-banners .banner-wrapper {
    padding: 1rem 0;
  }
}
/* line 427, ../../../base/scss/product.scss */
.product-banners .banner-wrapper .banner {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative !important;
}
/* line 433, ../../../base/scss/product.scss */
.product-banners .banner-wrapper .banner--left {
  padding: 0 .25rem 0 1rem;
}
/* line 437, ../../../base/scss/product.scss */
.product-banners .banner-wrapper .banner--right {
  padding: 0 1rem 0 .25rem;
}
/* line 442, ../../../base/scss/product.scss */
.product-banners .banner-wrapper .banner img {
  max-height: 350px;
  border-radius: 15px;
}
@media (max-width: 888px) {
  /* line 442, ../../../base/scss/product.scss */
  .product-banners .banner-wrapper .banner img {
    height: 45vh !important;
    object-fit: contain;
  }
}

/* line 459, ../../../base/scss/product.scss */
.custom-wrapper--producto {
  padding: 2rem;
}
@media (max-width: 888px) {
  /* line 459, ../../../base/scss/product.scss */
  .custom-wrapper--producto {
    padding: 0;
  }
}

@media (max-width: 888px) {
  /* line 471, ../../../base/scss/product.scss */
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 888px) {
  /* line 468, ../../../base/scss/product.scss */
  .single-product-thumbs {
    max-height: 90vh;
    padding-right: 1rem;
    height: 100%;
  }
  /* line 481, ../../../base/scss/product.scss */
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  /* line 486, ../../../base/scss/product.scss */
  .single-product-thumbs .swiper-slide {
    height: min-content;
    width: 100% !important;
  }
}

@media (min-width: 888px) {
  /* line 493, ../../../base/scss/product.scss */
  .single-product-img {
    max-height: 90vh;
  }
  /* line 497, ../../../base/scss/product.scss */
  .single-product-img .img-full {
    padding-inline: 1rem;
  }
}
@media (max-width: 888px) {
  /* line 503, ../../../base/scss/product.scss */
  .single-product-img .img-full {
    height: 35vh !important;
    object-fit: contain;
  }
}

/* line 510, ../../../base/scss/product.scss */
.single-product-content {
  border: 1px solid #BDBDBD;
  padding: 2rem;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  height: min-content;
  top: 5rem;
}
@media (max-width: 888px) {
  /* line 510, ../../../base/scss/product.scss */
  .single-product-content {
    position: relative;
    top: 0;
    border: none;
  }
}
/* line 526, ../../../base/scss/product.scss */
.single-product-content--titulo {
  font-size: 1.5rem !important;
  line-height: 1.3;
  margin-bottom: .25rem;
}
/* line 532, ../../../base/scss/product.scss */
.single-product-content--descripcion, .single-product-content--descripcion-ext, .single-product-content--sinonimo, .single-product-content--clasificador {
  display: none;
}
/* line 540, ../../../base/scss/product.scss */
.single-product-content--marca, .single-product-content--sku {
  color: #BDBDBD;
  font-weight: 400;
}
/* line 546, ../../../base/scss/product.scss */
.single-product-content--separador {
  font-weight: 200;
  padding-inline: .5rem;
}
/* line 552, ../../../base/scss/product.scss */
.single-product-content--marca {
  width: 100%;
}
/* line 556, ../../../base/scss/product.scss */
.single-product-content .price-box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
/* line 564, ../../../base/scss/product.scss */
.single-product-content .price-box .old-price {
  font-weight: 300;
  margin-right: 1rem;
}
/* line 573, ../../../base/scss/product.scss */
.single-product-content .price-box .descuento {
  font-size: .9rem;
  width: auto;
  padding-inline: .5rem;
  background-color: #07C98B;
  border-radius: 6px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
/* line 586, ../../../base/scss/product.scss */
.single-product-content .price-box .new-price {
  width: 100%;
  font-size: 1.9rem;
}
/* line 593, ../../../base/scss/product.scss */
.single-product-content .price-box .medios-pago {
  font-size: .9rem;
}
/* line 598, ../../../base/scss/product.scss */
.single-product-content .price-box .medios-pago button {
  color: #009681;
}
/* line 604, ../../../base/scss/product.scss */
.single-product-content .price-box .tarjetas {
  padding: 0;
}
/* line 607, ../../../base/scss/product.scss */
.single-product-content .price-box .tarjetas .custom-input {
  margin-block: 1rem;
}
/* line 610, ../../../base/scss/product.scss */
.single-product-content .price-box .tarjetas .custom-input label {
  background-color: white;
}
/* line 615, ../../../base/scss/product.scss */
.single-product-content .price-box .tarjetas--cuotas {
  font-size: .8rem;
}
/* line 624, ../../../base/scss/product.scss */
.single-product-content--cantidad {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #BDBDBD;
}
/* line 629, ../../../base/scss/product.scss */
.single-product-content--cantidad .add {
  height: unset;
}
/* line 632, ../../../base/scss/product.scss */
.single-product-content--cantidad .add--cantidad {
  height: 3rem;
}
/* line 636, ../../../base/scss/product.scss */
.single-product-content--cantidad .add .btn-agregar {
  height: 3rem;
}
/* line 642, ../../../base/scss/product.scss */
.single-product-content--asesoramiento {
  margin-top: 1rem;
  margin-bottom: .5rem;
  width: 100%;
}
/* line 648, ../../../base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento {
  background-color: #D9D9D9;
  padding-block: .2rem;
}
/* line 653, ../../../base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento::before {
  font: var(--fa-font-solid);
  content: "\f05a";
  padding-right: .3rem;
}
/* line 659, ../../../base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento:hover {
  background-color: #009681;
  color: black;
}
/* line 669, ../../../base/scss/product.scss */
.single-product-content--extra-info {
  font-size: .9rem;
  color: #2C2C2C;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
}
/* line 678, ../../../base/scss/product.scss */
.single-product-content--escalas {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
/* line 683, ../../../base/scss/product.scss */
.single-product-content--escalas .escala {
  width: 100%;
  margin-inline: .1rem;
}
/* line 687, ../../../base/scss/product.scss */
.single-product-content--escalas .escala--loading {
  display: none;
}
/* line 690, ../../../base/scss/product.scss */
.single-product-content--escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #009681;
}
/* line 697, ../../../base/scss/product.scss */
.single-product-content--escalas .escala--nombre {
  font-size: .8rem;
}

/* line 705, ../../../base/scss/product.scss */
.producto-descripcion {
  margin: 2rem 1rem;
}
@media (min-width: 888px) {
  /* line 705, ../../../base/scss/product.scss */
  .producto-descripcion {
    padding-left: 2rem;
  }
}
/* line 712, ../../../base/scss/product.scss */
.producto-descripcion--titulo {
  font-weight: bold;
}
/* line 717, ../../../base/scss/product.scss */
.producto-descripcion--instructivo a {
  color: #009681;
}

/* line 723, ../../../base/scss/product.scss */
.producto-relacionados {
  position: relative;
  margin: 1rem;
}
/* line 727, ../../../base/scss/product.scss */
.producto-relacionados--titulo {
  font-weight: bold;
}

/* line 735, ../../../base/scss/product.scss */
.swiper .variantes-box {
  margin-inline: .7rem;
}
@media (min-width: 888px) {
  /* line 735, ../../../base/scss/product.scss */
  .swiper .variantes-box {
    margin-inline: .5rem;
  }
}
/* line 741, ../../../base/scss/product.scss */
.swiper .variantes-box .product-item {
  padding-inline: 1rem;
}
@media (min-width: 888px) {
  /* line 741, ../../../base/scss/product.scss */
  .swiper .variantes-box .product-item {
    padding-inline: .25rem;
  }
}

/* line 5, ../../../base/scss/products.scss */
.pagina-productos {
  background-color: #fff;
}
/* line 10, ../../../base/scss/products.scss */
.pagina-productos .top-info {
  display: flex;
  z-index: 500;
  position: relative;
}
/* line 15, ../../../base/scss/products.scss */
.pagina-productos .top-info--left {
  padding-bottom: .75rem;
  padding-top: 6rem;
  background-color: #1b4645;
  color: white;
  width: 18rem !important;
  border-bottom-right-radius: 3rem;
}
@media (max-width: 888px) {
  /* line 15, ../../../base/scss/products.scss */
  .pagina-productos .top-info--left {
    padding-top: 5rem;
  }
}
/* line 26, ../../../base/scss/products.scss */
.pagina-productos .top-info--left .breadcrumb {
  margin: 0;
  padding: 0;
  color: white !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  /* line 26, ../../../base/scss/products.scss */
  .pagina-productos .top-info--left .breadcrumb {
    line-height: 1;
  }
}
/* line 37, ../../../base/scss/products.scss */
.pagina-productos .top-info--left .breadcrumb button {
  color: white;
  font-weight: 300;
  padding: 0;
}
/* line 43, ../../../base/scss/products.scss */
.pagina-productos .top-info--left .breadcrumb--title {
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 888px) {
  /* line 43, ../../../base/scss/products.scss */
  .pagina-productos .top-info--left .breadcrumb--title {
    font-size: .9rem;
  }
}
/* line 56, ../../../base/scss/products.scss */
.pagina-productos .top-info--right {
  padding-top: 6rem;
  padding-bottom: .75rem;
  background-color: #fff;
  color: #151515;
  font-size: 1.3rem;
  padding-left: 3rem;
  font-weight: bold;
  display: flex;
  align-items: end;
}
@media (max-width: 888px) {
  /* line 56, ../../../base/scss/products.scss */
  .pagina-productos .top-info--right {
    padding: 1rem;
    font-size: .8rem;
  }
}
/* line 75, ../../../base/scss/products.scss */
.pagina-productos .bottom-info {
  display: flex;
  width: 100%;
  z-index: 400;
  position: relative;
}
@media (max-width: 888px) {
  /* line 81, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info--fixed {
    position: relative;
    z-index: 2500;
  }
}
/* line 89, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros {
  z-index: 5;
  padding-top: 8rem;
  background-color: #276967;
  transition: width .3s ease;
  width: 4rem;
  position: relative;
}
@media (max-width: 888px) {
  /* line 89, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros {
    position: fixed;
    bottom: 0;
    z-index: 5000;
    padding-top: 1rem;
    height: 100vh;
    margin-bottom: 0;
    transform: none;
    display: none;
  }
}
/* line 112, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item {
  display: none;
}
/* line 115, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item .widgets-title {
  color: white;
  font-size: 1rem;
  margin: 0;
  margin-top: 0.25rem;
}
/* line 125, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item .widgets-checkbox {
  max-height: 45vh;
  overflow-y: scroll;
  margin-right: 10%;
}
/* line 131, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li {
  display: flex;
  font-size: .85rem;
  cursor: pointer;
  margin: .9rem;
}
/* line 140, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox {
  cursor: pointer;
  color: #BDBDBD !important;
}
/* line 144, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox:hover {
  color: white !important;
}
/* line 148, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox--icon {
  margin-right: .75rem;
}
/* line 157, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--top {
  display: none;
}
/* line 161, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--cerrar {
  display: none;
}
/* line 164, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--cerrar--right {
  display: none;
}
/* line 169, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended {
  width: 18rem;
  display: block;
  padding-top: 5rem;
}
@media (min-width: 888px) {
  /* line 169, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended {
    border-top-right-radius: 3rem;
  }
}
@media (max-width: 888px) {
  /* line 169, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended {
    width: 100vw;
    height: 100vh;
  }
}
/* line 183, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .widgets-item {
  display: block;
}
/* line 187, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top {
  display: flex;
  color: white !important;
  margin-bottom: 2rem;
}
/* line 192, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .titulo {
  text-align: center;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
/* line 200, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .titulo img {
  margin-right: .5rem;
}
/* line 205, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar {
  font-size: .8rem;
  text-align: right;
  margin-right: 1rem;
}
/* line 210, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar a {
  color: #BDBDBD !important;
  font-weight: 300;
  text-decoration: underline;
}
/* line 218, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar {
  display: flex !important;
  justify-content: end;
}
/* line 223, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
  z-index: 0;
  display: block;
  position: absolute;
  right: -10;
  top: 15%;
  background-color: #276967;
  padding: 3rem 0;
  border-radius: 100%;
}
@media (max-width: 888px) {
  /* line 223, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
    top: 45%;
    padding-right: 1rem;
  }
}
/* line 238, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right .btn {
  color: white;
}
/* line 245, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area {
  display: flex;
}
/* line 249, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon {
  padding-inline: 1rem;
  display: block;
  cursor: pointer;
  transition: .5s;
}
/* line 255, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon:hover {
  filter: brightness(1.75);
}
/* line 259, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon--icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 268, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-title {
  width: 15%;
}
/* line 272, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item {
  width: 85%;
}
/* line 275, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item--divisor {
  margin: 0 10% 5% 5%;
  height: 5px;
  width: 80%;
  border-bottom: 2px solid #BDBDBD;
}
/* line 305, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .buscador {
  display: none !important;
}
/* line 311, ../../../base/scss/products.scss */
.pagina-productos .bottom-info .filtros-boton-mobile {
  display: none;
}
@media (max-width: 888px) {
  /* line 311, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile {
    display: block;
    background-color: #276967;
    border-radius: 10px;
  }
  /* line 318, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 324, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn img {
    margin-right: .5rem;
  }
}
@media (max-width: 888px) {
  /* line 331, ../../../base/scss/products.scss */
  .pagina-productos .bottom-info .products-list {
    width: 100% !important;
  }
}

/* line 45, ../scss/tcommerce_custom.scss */
html {
  font-size: 16px;
}
/* line 48, ../scss/tcommerce_custom.scss */
html ::selection {
  background: #009681 !important;
  color: white !important;
}

/* line 56, ../scss/tcommerce_custom.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  color: #696984 !important;
}

/* line 68, ../scss/tcommerce_custom.scss */
body::-webkit-scrollbar {
  width: 15px;
}
/* line 72, ../scss/tcommerce_custom.scss */
body::-webkit-scrollbar-track {
  background: #BDBDBD;
}
/* line 77, ../scss/tcommerce_custom.scss */
body::-webkit-scrollbar-thumb {
  background-color: #009681;
  border-radius: 20px;
  border: transparent;
}

/* line 84, ../scss/tcommerce_custom.scss */
a:hover {
  color: unset;
}

/* line 88, ../scss/tcommerce_custom.scss */
.bg-main {
  background-color: #009681 !important;
}

/* line 92, ../scss/tcommerce_custom.scss */
.text-main {
  color: #009681 !important;
}

/* line 102, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom--item:nth-child(2) {
  display: none !important;
}

/* line 106, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom--item:nth-child(3) {
  display: none !important;
}

/* line 110, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom--item:nth-child(4) {
  display: none !important;
}

/* line 114, ../scss/tcommerce_custom.scss */
.header-right {
  width: 10%;
}

/* line 123, ../scss/tcommerce_custom.scss */
#mobileMenu img {
  width: 100px !important;
}

/* line 135, ../scss/tcommerce_custom.scss */
.btn-custom-main {
  background-color: #009681;
  color: white !important;
  border-color: #009681 !important;
}
/* line 140, ../scss/tcommerce_custom.scss */
.btn-custom-main:hover {
  background-color: #006355;
  border-color: #006355;
}

/* line 148, ../scss/tcommerce_custom.scss */
.custom-card {
  border: unset;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 999px) {
  /* line 148, ../scss/tcommerce_custom.scss */
  .custom-card {
    padding: 2rem 5rem;
  }
}
/* line 155, ../scss/tcommerce_custom.scss */
.custom-card--titulo {
  text-align: center;
  color: #13538A !important;
}
/* line 160, ../scss/tcommerce_custom.scss */
.custom-card--descripcion {
  color: #696984;
}

/* line 165, ../scss/tcommerce_custom.scss */
.custom-input {
  border-color: #ddd !important;
}
/* line 168, ../scss/tcommerce_custom.scss */
.custom-input label {
  color: #13538A;
  font-weight: 500;
  font-size: .9rem;
  top: -12px !important;
}
/* line 175, ../scss/tcommerce_custom.scss */
.custom-input textarea {
  border: unset !important;
  height: 70px;
}

/* line 182, ../scss/tcommerce_custom.scss */
.custom-titulo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 188, ../scss/tcommerce_custom.scss */
.custom-titulo h1 {
  color: #009681;
  font-size: 1.5rem;
  font-weight: 500;
  width: max-content;
}
/* line 195, ../scss/tcommerce_custom.scss */
.custom-titulo--subrayado {
  border-bottom: 3px solid #009681;
  margin: .25rem 0;
  width: 140px;
}

/* line 206, ../scss/tcommerce_custom.scss */
.custom-formulario .custom-input {
  margin: 1rem;
}
/* line 210, ../scss/tcommerce_custom.scss */
.custom-formulario button.submit {
  width: 15rem;
  font-size: 1.2rem;
  font-weight: bold;
  padding-block: .5rem;
}

/* line 218, ../scss/tcommerce_custom.scss */
.pagina-container {
  padding-top: 120px;
  max-width: none;
  padding-inline: 0 !important;
}
@media (max-width: 999px) {
  /* line 218, ../scss/tcommerce_custom.scss */
  .pagina-container {
    padding-top: 80px !important;
  }
}

/* line 228, ../scss/tcommerce_custom.scss */
header {
  margin: 0;
  width: 100%;
  height: 120px !important;
  border-radius: 0;
  background: #fafcff;
}
@media (max-width: 999px) {
  /* line 228, ../scss/tcommerce_custom.scss */
  header {
    height: 80px !important;
  }
}
/* line 240, ../scss/tcommerce_custom.scss */
header .sticky {
  height: 120px !important;
}
@media (max-width: 999px) {
  /* line 240, ../scss/tcommerce_custom.scss */
  header .sticky {
    height: 80px !important;
  }
}
/* line 253, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li a {
  font-weight: bold !important;
  font-size: 1.1rem !important;
}
/* line 257, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li a svg {
  font-size: .8rem !important;
  color: #009681 !important;
  padding-left: .5rem;
}
/* line 266, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li .drop-menu {
  padding-top: 1.5rem;
  background: white;
  font-size: 1.2rem;
}
/* line 271, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li .drop-menu a {
  color: #009681 !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
}
/* line 277, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li .drop-menu li {
  border-bottom: none;
}
/* line 280, ../scss/tcommerce_custom.scss */
header .main-menu ul.nimbus-links li .drop-menu li .icon {
  font-size: .7rem;
  color: black;
}
/* line 290, ../scss/tcommerce_custom.scss */
header .btn-custom, header .btn-search {
  border: none;
  color: #696984 !important;
}
/* line 295, ../scss/tcommerce_custom.scss */
header .btn-custom:hover, header .btn-search:hover {
  background-color: transparent;
  color: #009681;
  border: none;
}
/* line 302, ../scss/tcommerce_custom.scss */
header .minicart-wrap {
  width: 45px;
}
/* line 306, ../scss/tcommerce_custom.scss */
header .minicart-wrap .minicart-btn img {
  width: 20px !important;
  max-width: unset !important;
}
/* line 312, ../scss/tcommerce_custom.scss */
header .minicart-wrap .btn-ver {
  color: white !important;
}
/* line 315, ../scss/tcommerce_custom.scss */
header .minicart-wrap .btn-ver:hover {
  color: #009681 !important;
  border: 1px solid #009681 !important;
}
/* line 324, ../scss/tcommerce_custom.scss */
header .dropdown-menu {
  background: white;
}
/* line 327, ../scss/tcommerce_custom.scss */
header .dropdown-menu a {
  color: #696984 !important;
}
/* line 330, ../scss/tcommerce_custom.scss */
header .dropdown-menu a:hover {
  color: white !important;
}

/* line 347, ../scss/tcommerce_custom.scss */
.alert-success {
  color: #009681;
  border-color: #c3e6cb;
}

/* line 356, ../scss/tcommerce_custom.scss */
footer .footer {
  background-color: #13538A !important;
  color: white;
}
/* line 368, ../scss/tcommerce_custom.scss */
footer .footer a {
  color: white;
  border-color: white;
}
/* line 374, ../scss/tcommerce_custom.scss */
footer .footer .redes a {
  border: unset !important;
  font-size: 22px;
}
/* line 380, ../scss/tcommerce_custom.scss */
footer .footer .contactanos {
  font-size: .9rem;
}
/* line 384, ../scss/tcommerce_custom.scss */
footer .footer .contactanos dt .list-title-footer {
  text-align: center !important;
}
/* line 394, ../scss/tcommerce_custom.scss */
footer .copy img {
  height: 20px !important;
  margin-bottom: 5px !important;
  margin-left: 10px !important;
}

/* line 405, ../scss/tcommerce_custom.scss */
.portada .carousel.slide {
  height: 400px;
}
@media (max-width: 999px) {
  /* line 411, ../scss/tcommerce_custom.scss */
  .portada .banner-news .carousel-button-control-prev, .portada .banner-news .carousel-button-control-next {
    height: 2rem;
    width: 2rem;
  }
}
@media (max-width: 999px) {
  /* line 422, ../scss/tcommerce_custom.scss */
  .portada .banner-news .carousel-item img {
    object-fit: cover !important;
  }
}

/* line 434, ../scss/tcommerce_custom.scss */
.laboratorios {
  padding: 2rem 1rem 0 1rem;
}
@media (max-width: 999px) {
  /* line 434, ../scss/tcommerce_custom.scss */
  .laboratorios {
    padding-inline: 0 !important;
  }
}
/* line 440, ../scss/tcommerce_custom.scss */
.laboratorios--titulo {
  text-align: center;
  color: grey;
  font-size: 1.45rem;
  font-weight: 500;
}

/* line 448, ../scss/tcommerce_custom.scss */
section {
  padding-bottom: 3rem;
}
/* line 452, ../scss/tcommerce_custom.scss */
section.somos .parrafo_1 {
  color: #009681;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
@media (max-width: 999px) {
  /* line 452, ../scss/tcommerce_custom.scss */
  section.somos .parrafo_1 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
/* line 463, ../scss/tcommerce_custom.scss */
section.somos .parrafo_2 {
  font-size: 1.05rem;
  line-height: 1.7rem;
}
@media (max-width: 999px) {
  /* line 463, ../scss/tcommerce_custom.scss */
  section.somos .parrafo_2 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 999px) {
  /* line 474, ../scss/tcommerce_custom.scss */
  section.somos img {
    padding-left: 1rem;
  }
}
/* line 481, ../scss/tcommerce_custom.scss */
section.formulario-ayuda {
  background: linear-gradient(to bottom, white 80%, #13538A 20%);
}
/* line 486, ../scss/tcommerce_custom.scss */
section .refuerzo--item {
  position: relative;
  text-align: center;
}
/* line 490, ../scss/tcommerce_custom.scss */
section .refuerzo--item--imagen {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
/* line 497, ../scss/tcommerce_custom.scss */
section .refuerzo--item--titulo {
  text-align: center;
  margin-bottom: .5rem;
}
/* line 505, ../scss/tcommerce_custom.scss */
section.productos-destacados {
  padding-top: 5rem;
  background: #f5f5f5;
  padding-bottom: 0;
}
/* line 510, ../scss/tcommerce_custom.scss */
section.productos-destacados .productos {
  background: #f5f5f5;
  padding-inline: 7.5% !important;
}
/* line 511, ../scss/tcommerce_custom.scss */
section.productos-destacados .productos section {
  padding-bottom: 0;
}
/* line 520, ../scss/tcommerce_custom.scss */
section.banners {
  padding-top: 4rem !important;
}
/* line 523, ../scss/tcommerce_custom.scss */
section.banners .banner-link {
  overflow: hidden;
}
/* line 527, ../scss/tcommerce_custom.scss */
section.banners .banner-link:hover img {
  transform: scale(1.05);
}

/* line 541, ../scss/tcommerce_custom.scss */
.modal .modal-header {
  border: none !important;
}
/* line 545, ../scss/tcommerce_custom.scss */
.modal .modal-content {
  border-radius: 22px;
}
/* line 549, ../scss/tcommerce_custom.scss */
.modal .modal-body {
  padding-top: 0;
}

/* line 555, ../scss/tcommerce_custom.scss */
.btn-agregar {
  color: #fafcff !important;
}

/* line 560, ../scss/tcommerce_custom.scss */
.product-item {
  box-shadow: none;
  border: 1px solid #ddd;
}

/* line 573, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
/* line 578, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-marca {
  order: -4;
  font-weight: bold !important;
  color: grey !important;
  font-size: .75rem !important;
}
/* line 585, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-name {
  order: -5;
  margin-bottom: 0.4rem !important;
}
/* line 589, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-name a {
  font-weight: bold;
}
/* line 599, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-sinonimo {
  order: 5;
}
/* line 606, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-sku {
  font-size: .7rem;
  order: 5;
  padding: .5rem .5rem;
  text-align: center;
  border-top: 1px solid lightgrey;
  margin-bottom: .25rem;
}
/* line 616, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-precio {
  font-size: .9rem;
}
/* line 631, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .add {
  order: 10;
  padding-top: .25rem;
}
/* line 636, ../scss/tcommerce_custom.scss */
.product-mini-wrapper .product-content .product-label-cuotas {
  order: 11;
  color: #ddd;
}

/* line 645, ../scss/tcommerce_custom.scss */
.swiper .button-prev {
  left: 3rem;
}
/* line 649, ../scss/tcommerce_custom.scss */
.swiper .button-next {
  right: 3rem;
}
/* line 653, ../scss/tcommerce_custom.scss */
.swiper .carousel-control-prev {
  opacity: 1;
}
/* line 656, ../scss/tcommerce_custom.scss */
.swiper .carousel-control-prev:hover {
  opacity: .5;
}
/* line 662, ../scss/tcommerce_custom.scss */
.swiper .carousel-button-control-prev, .swiper .carousel-button-control-next {
  background-color: #009681 !important;
  height: 1rem;
  width: 1rem;
  color: white !important;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 675, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros {
  background: white !important;
}
/* line 679, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-item .widgets-checkbox {
  overflow: unset !important;
  max-height: unset !important;
}
/* line 684, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-item .widgets-checkbox a:hover {
  color: #009681 !important;
}
/* line 690, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-item .widgets-title {
  color: #696984 !important;
}
/* line 694, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-item .widgets-icon--icon {
  padding-top: .25rem;
}
/* line 697, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-item .widgets-icon--icon:before {
  content: "\f485" !important;
}
/* line 704, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros--cerrar--right {
  background: white !important;
}
@media (min-width: 999px) {
  /* line 704, ../scss/tcommerce_custom.scss */
  .pagina-productos .menu-filtros--cerrar--right {
    display: none !important;
  }
}
/* line 710, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros--cerrar--right .btn-link {
  color: #696984 !important;
}
/* line 716, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros--top {
  color: #696984;
}
/* line 720, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .widgets-icon--icon {
  display: none !important;
}
/* line 727, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .breadcrumb {
  padding-left: 2rem;
  font-size: .8rem;
}
/* line 732, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros .breadcrumb--item a {
  font-size: .8rem;
  padding: 0;
  padding-left: .2rem;
  color: #009681;
}

/* line 743, ../scss/tcommerce_custom.scss */
.top-info--left {
  background-color: white !important;
}

/* line 747, ../scss/tcommerce_custom.scss */
.btn-filtros {
  background-color: #009681 !important;
}

/* line 753, ../scss/tcommerce_custom.scss */
.login--image img {
  object-fit: cover !important;
  height: 100vh !important;
}

/* line 761, ../scss/tcommerce_custom.scss */
.notifyjs-container {
  display: flex !important;
  justify-content: center !important;
  width: 100vw !important;
  z-index: 1040;
}
/* line 768, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-base {
  width: auto !important;
  border-radius: 15px;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
  border: 2px solid #009681;
  background: white !important;
  padding-inline: 2rem !important;
  display: flex;
  align-items: center;
}
/* line 779, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-error {
  border: 2px solid #D41601;
  color: #D41601;
}
/* line 783, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-error::before {
  font: var(--fa-font-solid);
  content: "\f057";
  margin-right: .5rem;
}
/* line 790, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-success {
  border: 2px solid #009681;
  color: #009681;
}
/* line 794, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-success::before {
  font: var(--fa-font-solid);
  content: "\f058";
  margin-right: .5rem;
}

/* line 808, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-content {
  flex-direction: row;
  position: relative !important;
}
/* line 813, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-item {
  height: unset !important;
}
/* line 815, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-item .add {
  width: 100% !important;
}
/* line 818, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-item .add--cantidad {
  width: 100%;
}

/* line 826, ../scss/tcommerce_custom.scss */
.custom-scroll {
  scrollbar-color: #009681 #BDBDBD !important;
}
/* line 830, ../scss/tcommerce_custom.scss */
.custom-scroll::-webkit-scrollbar-track {
  background: #BDBDBD !important;
}
/* line 834, ../scss/tcommerce_custom.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #009681 !important;
  border-radius: 20px;
  border: transparent;
}

/* line 843, ../scss/tcommerce_custom.scss */
.btn-custom .quantity {
  background-color: #009681 !important;
}
