@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 5, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
  .custom-wrapper {
    margin-inline: 1rem;
  }
}
/* line 15, ../../../plantillas/emc_base/scss/checkout.scss */
.custom-wrapper--steps {
  background-color: unset;
}
@media (min-width: 888px) {
  /* line 15, ../../../plantillas/emc_base/scss/checkout.scss */
  .custom-wrapper--steps {
    padding: 2rem 6rem;
    background-color: white;
  }
}
@media (max-width: 888px) {
  /* line 15, ../../../plantillas/emc_base/scss/checkout.scss */
  .custom-wrapper--steps {
    box-shadow: none;
  }
}
/* line 27, ../../../plantillas/emc_base/scss/checkout.scss */
.custom-wrapper--agregar {
  padding: 1rem 2rem;
  cursor: initial !important;
}
/* line 33, ../../../plantillas/emc_base/scss/checkout.scss */
.custom-wrapper--metodo-envio {
  padding: 2rem;
}
/* line 37, ../../../plantillas/emc_base/scss/checkout.scss */
.custom-wrapper--metodo-pago {
  padding: 1rem;
}
@media (min-width: 888px) {
  /* line 37, ../../../plantillas/emc_base/scss/checkout.scss */
  .custom-wrapper--metodo-pago {
    padding: 2rem;
  }
}
/* line 45, ../../../plantillas/emc_base/scss/checkout.scss */
.custom-wrapper--finalizar-pedido {
  padding: 2rem;
}

/* line 51, ../../../plantillas/emc_base/scss/checkout.scss */
.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
/* line 57, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: .4s;
  background-color: grey;
}
/* line 66, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-button.completado {
  background-color: #07C98B;
  color: white;
}
/* line 70, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-button.completado::before {
  font: var(--fa-font-solid) !important;
  content: "\f00c" !important;
  color: white !important;
}
/* line 77, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-button.incompleto {
  background-color: grey;
}
/* line 83, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-button.actual {
  background-color: #5f5bff;
  border: 1px solid #151515;
}
/* line 89, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-item {
  z-index: 10;
  text-align: center;
}
/* line 95, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-item:nth-child(2) .step-button::before {
  content: '1';
}
/* line 103, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-item:nth-child(3) .step-button::before {
  content: '2';
}
/* line 111, ../../../plantillas/emc_base/scss/checkout.scss */
.steps .step-item:nth-child(4) .step-button::before {
  content: '3';
}
/* line 119, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
  .steps #progress {
    width: 85%;
  }
}
/* line 134, ../../../plantillas/emc_base/scss/checkout.scss */
.steps #progress::-webkit-progress-bar {
  background-color: #fff !important;
}
/* line 139, ../../../plantillas/emc_base/scss/checkout.scss */
.steps #progress::-webkit-progress-value {
  background-color: #07C98B;
  transition: .5s ease;
  border-radius: 2rem;
}

/* line 151, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout {
  width: 100%;
}
@media (min-width: 888px) {
  /* line 154, ../../../plantillas/emc_base/scss/checkout.scss */
  .minicart-list-checkout .checkout-product-wrapper {
    height: 40vh !important;
    overflow-y: scroll;
  }
}
/* line 164, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-product {
  display: flex;
  padding: .5rem 1rem;
  width: 100%;
}
/* line 180, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--img {
  width: 25%;
  display: flex;
}
/* line 184, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--img img {
  object-fit: contain;
}
/* line 192, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--content {
  padding: 1rem;
  font-weight: 400;
  font-size: .9rem;
  width: 100%;
}
/* line 200, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-product--precio {
  font-weight: 600;
  font-size: 1rem;
}
/* line 219, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals u {
  margin-right: 2rem;
  text-decoration: none;
}
/* line 234, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--subtotal {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}
/* line 240, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--descuento {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}
/* line 255, ../../../plantillas/emc_base/scss/checkout.scss */
.minicart-list-checkout .checkout-totals--envio .envio-precio {
  padding-bottom: .1rem;
  display: flex;
  justify-content: space-between;
}

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

/* line 274, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion {
  padding: 1rem;
  border: 1px solid #5f5bff;
  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, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion--agregar {
  cursor: initial;
}
/* line 289, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion.active {
  border: 3px solid #5f5bff;
  box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.75);
}
/* line 295, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion--header {
  text-align: center;
}
/* line 299, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion--footer {
  font-size: .8rem;
  font-weight: 300;
  color: #D41601;
}
/* line 304, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion--footer a {
  font-weight: 600;
  color: inherit;
}
/* line 311, ../../../plantillas/emc_base/scss/checkout.scss */
.card-direccion u {
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 888px) {
  /* line 316, ../../../plantillas/emc_base/scss/checkout.scss */
  .card-direccion--agregar {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: unset;
    box-shadow: none;
  }
}

/* line 329, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
.agregar-direccion--text {
  width: 100%;
  text-align: center;
  transition: color .3s;
  font-size: .9rem;
}
/* line 354, ../../../plantillas/emc_base/scss/checkout.scss */
.agregar-direccion--text:hover {
  color: #5f5bff;
}

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

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

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

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

/* line 421, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/checkout.scss */
  .metodo-pago .valor-a-pagar {
    font-size: .9rem;
  }
}
/* line 431, ../../../plantillas/emc_base/scss/checkout.scss */
.metodo-pago .doble-pago-buttons {
  display: flex;
  justify-content: center;
}

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

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

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

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

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

/* line 4, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/footer.scss */
  footer .footer {
    font-size: .9rem;
    line-height: 1.4;
  }
}
/* line 17, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer dt {
  margin-bottom: 1rem;
}
/* line 23, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .logo {
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  /* line 23, ../../../plantillas/emc_base/scss/footer.scss */
  footer .footer .logo {
    margin-bottom: 1rem;
  }
}
/* line 33, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .logo img {
  width: 100px;
  object-fit: contain;
}
/* line 38, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .logo .redes {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
@media (max-width: 888px) {
  /* line 38, ../../../plantillas/emc_base/scss/footer.scss */
  footer .footer .logo .redes {
    margin-top: .5rem;
  }
}
/* line 48, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .logo .redes a {
  margin: 0 .2rem;
}
/* line 51, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .logo .redes a i {
  font-size: 2rem;
}
/* line 60, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .contactanos address dd {
  margin-bottom: 0.25rem;
}
/* line 63, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .contactanos address dd a {
  margin-left: .5rem;
}
/* line 70, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .contactenme {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 76, ../../../plantillas/emc_base/scss/footer.scss */
footer .footer .contactenme dd {
  display: flex;
  justify-content: center;
}
@media (min-width: 888px) {
  /* line 81, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/footer.scss */
  footer .footer .contactenme dd a {
    font-size: .8rem;
    padding: .25rem .5rem;
  }
}
/* line 101, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/footer.scss */
  footer .copy {
    margin-bottom: 70px;
    font-size: .8rem;
  }
}
/* line 115, ../../../plantillas/emc_base/scss/footer.scss */
footer .copy a {
  color: white;
}
/* line 119, ../../../plantillas/emc_base/scss/footer.scss */
footer .copy .logo-tcommerce {
  padding: 0.5rem 1rem;
}
/* line 122, ../../../plantillas/emc_base/scss/footer.scss */
footer .copy .logo-tcommerce img {
  width: 150px;
}

/* line 3, ../../../plantillas/emc_base/scss/header.scss */
header {
  background-color: #5f5bff;
  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, ../../../plantillas/emc_base/scss/header.scss */
  header {
    height: 55px;
    margin: 4% 2.5% 0 2.5%;
    padding-block: .25rem;
    width: 95%;
  }
  /* line 19, ../../../plantillas/emc_base/scss/header.scss */
  header .btn {
    font-size: .75rem;
  }
}
/* line 25, ../../../plantillas/emc_base/scss/header.scss */
header .sticky {
  height: 65px;
  background-color: inherit !important;
  padding-block: .25rem;
}
/* line 32, ../../../plantillas/emc_base/scss/header.scss */
header .nimbus-links a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #151515 !important;
}
/* line 39, ../../../plantillas/emc_base/scss/header.scss */
header .header-logo {
  padding-left: 2.5rem;
}
/* line 42, ../../../plantillas/emc_base/scss/header.scss */
header .header-logo img {
  width: 6rem;
}
@media (max-width: 888px) {
  /* line 39, ../../../plantillas/emc_base/scss/header.scss */
  header .header-logo {
    padding-left: 1rem;
    width: 25%;
  }
}
@media (min-width: 888px) {
  /* line 53, ../../../plantillas/emc_base/scss/header.scss */
  header .carrito-box {
    cursor: initial !important;
  }
  /* line 56, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/header.scss */
  header .carrito-box {
    position: fixed;
    height: auto !important;
    z-index: 5000;
    width: 70%;
  }
}
@media (max-width: 888px) {
  /* line 81, ../../../plantillas/emc_base/scss/header.scss */
  header .minicart {
    height: auto !important;
    justify-content: center !important;
    padding: 2.5rem 2rem !important;
  }
}
/* line 88, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--heading {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 1rem .5rem;
}
/* line 95, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--heading .button-close {
  font-size: 1.5rem;
}
/* line 101, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--triangulo {
  position: absolute;
  top: -51;
  font-size: 100px;
  color: white;
  right: 70px;
}
@media (max-width: 888px) {
  /* line 101, ../../../plantillas/emc_base/scss/header.scss */
  header .minicart--triangulo {
    display: none;
  }
}
/* line 112, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--content {
  margin: .5rem .75rem;
  margin: auto;
  width: 100%;
}
/* line 117, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--content .no-hay-pedido {
  text-align: center;
}
/* line 122, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list {
  overflow-y: scroll;
  height: 40vh;
}
/* line 126, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list .producto-carrito--eliminar {
  position: absolute;
  right: 0;
  top: 0;
  color: #5f5bff;
  font-size: 1.2rem;
  padding-top: .5rem;
  cursor: pointer;
}
/* line 145, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list .producto-carrito--imagen {
  width: 25%;
}
/* line 149, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list .producto-carrito--contenido {
  position: relative;
  width: 100%;
  margin: .5rem 1.5rem;
}
/* line 154, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list .producto-carrito--contenido--titulo {
  width: 100%;
}
/* line 159, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--list .producto-carrito--contenido .add--cantidad {
  border: 2px solid #5f5bff !important;
  width: 6rem;
}
/* line 165, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1rem;
}
/* line 194, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--footer .btn-ver {
  height: 1.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
}
/* line 201, ../../../plantillas/emc_base/scss/header.scss */
header .minicart--footer .btn-vaciar {
  margin-top: .5rem;
  width: 100%;
  color: #5f5bff;
  text-align: center;
}
/* line 211, ../../../plantillas/emc_base/scss/header.scss */
header .btn-user {
  height: 2.25rem;
}
/* line 214, ../../../plantillas/emc_base/scss/header.scss */
header .btn-user--auth {
  font-size: 1rem;
}
/* line 218, ../../../plantillas/emc_base/scss/header.scss */
header .btn-user--auth::before {
  font: var(--fa-font-regular);
  content: "\f007";
}
/* line 225, ../../../plantillas/emc_base/scss/header.scss */
header .btn-user--noauth {
  font-size: 1rem;
}
/* line 228, ../../../plantillas/emc_base/scss/header.scss */
header .btn-user--noauth::before {
  content: "Ingreso";
}
@media (max-width: 888px) {
  /* line 237, ../../../plantillas/emc_base/scss/header.scss */
  header .btn-search {
    display: none !important;
  }
}
/* line 243, ../../../plantillas/emc_base/scss/header.scss */
header .btn-search--icon::before {
  font: var(--fa-font-solid);
  content: "\f002";
}

/* line 253, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu {
  width: 350px;
}
/* line 256, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-header {
  background-color: #5f5bff;
}
/* line 259, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-header img {
  width: 6rem;
}
/* line 265, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-body .navbar-nav {
  padding-left: 0;
}
/* line 268, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-body .navbar-nav .navbar-nav {
  padding-left: 5%;
}
/* line 274, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-body .nav-item:last-child {
  border-bottom: none;
}
/* line 286, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-body .nav-item--productos .icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #5f5bff;
  font-size: 1.2rem;
  padding-top: .5rem;
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: end;
  height: 100%;
}
/* line 306, ../../../plantillas/emc_base/scss/header.scss */
#mobileMenu .offcanvas-footer {
  padding: .5rem 0;
  background-color: #151515;
}

/* line 313, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/header.scss */
  .menu-mobile-bottom {
    display: none;
  }
}
/* line 328, ../../../plantillas/emc_base/scss/header.scss */
.menu-mobile-bottom--item {
  width: 25%;
}
/* line 331, ../../../plantillas/emc_base/scss/header.scss */
.menu-mobile-bottom--item a {
  color: #313131;
  text-align: center;
}
/* line 336, ../../../plantillas/emc_base/scss/header.scss */
.menu-mobile-bottom--item--icon {
  font-size: 1.5rem;
  text-align: center;
  color: #5f5bff;
}
/* line 343, ../../../plantillas/emc_base/scss/header.scss */
.menu-mobile-bottom--item--text {
  text-align: center;
  font-size: .8rem;
  padding-top: .2rem;
}

/* line 352, ../../../plantillas/emc_base/scss/header.scss */
.drop-holder {
  position: relative;
}
/* line 355, ../../../plantillas/emc_base/scss/header.scss */
.drop-holder .drop-menu {
  background-color: #151515;
  border-radius: 5px;
  left: 0;
  padding: 1rem 0rem 1rem 2rem;
}
/* line 366, ../../../plantillas/emc_base/scss/header.scss */
.drop-holder .drop-menu a {
  color: white !important;
}
/* line 370, ../../../plantillas/emc_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 378, ../../../plantillas/emc_base/scss/header.scss */
.drop-holder .drop-menu li:hover {
  position: relative;
}
/* line 382, ../../../plantillas/emc_base/scss/header.scss */
.drop-holder .drop-menu li .icon {
  padding-inline: 1rem;
  padding-right: 1.5rem;
  right: 0;
  color: #5f5bff;
}

/* line 398, ../../../plantillas/emc_base/scss/header.scss */
.dropdown-menu {
  background-color: #151515;
}
/* line 401, ../../../plantillas/emc_base/scss/header.scss */
.dropdown-menu .dropdown-item {
  color: white;
}
/* line 404, ../../../plantillas/emc_base/scss/header.scss */
.dropdown-menu .dropdown-item:hover {
  background-color: #5f5bff;
  color: #151515;
}

/* line 412, ../../../plantillas/emc_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 424, ../../../plantillas/emc_base/scss/header.scss */
.searchbox .custom-input label {
  background: white;
}
/* line 430, ../../../plantillas/emc_base/scss/header.scss */
.searchbox--titulo {
  display: none;
  font-weight: bold;
  font-size: 1.2rem;
}
/* line 437, ../../../plantillas/emc_base/scss/header.scss */
.searchbox--listado ul {
  list-style: initial !important;
}
/* line 441, ../../../plantillas/emc_base/scss/header.scss */
.searchbox--listado--titulo {
  font-weight: bold;
  margin-top: .5rem;
}

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

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

/* line 13, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/logins.scss */
  .pagina-login {
    position: absolute;
    height: 100vh;
    padding-top: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
/* line 34, ../../../plantillas/emc_base/scss/logins.scss */
.pagina-login--logo {
  position: absolute;
  top: 5%;
  left: 5%;
}
/* line 39, ../../../plantillas/emc_base/scss/logins.scss */
.pagina-login--logo img {
  width: 7rem;
}
/* line 44, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/logins.scss */
  .pagina-login--content {
    flex-wrap: wrap;
    align-content: center;
  }
}
@media (max-width: 888px) {
  /* line 44, ../../../plantillas/emc_base/scss/logins.scss */
  .pagina-login--content {
    width: 100%;
  }
}
/* line 62, ../../../plantillas/emc_base/scss/logins.scss */
.pagina-login--content .login--wrapper {
  padding-inline: 20%;
}
/* line 67, ../../../plantillas/emc_base/scss/logins.scss */
.pagina-login--image {
  width: 50%;
  height: 100%;
}
@media (max-width: 888px) {
  /* line 67, ../../../plantillas/emc_base/scss/logins.scss */
  .pagina-login--image {
    display: none !important;
  }
}
/* line 74, ../../../plantillas/emc_base/scss/logins.scss */
.pagina-login--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* line 162, ../../../plantillas/emc_base/scss/logins.scss */
.registro-ocasional {
  padding: 5%;
  height: 100%;
  width: 100%;
}
/* line 167, ../../../plantillas/emc_base/scss/logins.scss */
.registro-ocasional .custom-input {
  margin-bottom: 1rem;
}
/* line 171, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/logins.scss */
.registro-ocasional .btn-registro {
  width: 100%;
  font-size: 1.5rem;
  background-color: #5f5bff;
  color: white;
  transition: .3s ease-in-out;
}
/* line 189, ../../../plantillas/emc_base/scss/logins.scss */
.registro-ocasional .btn-registro:hover {
  opacity: .8;
}

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

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

/* line 3, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .pedido-info {
    padding-top: 1rem;
  }
}

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

/* line 27, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item {
  position: relative;
}
/* line 30, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-img {
    width: 40%;
  }
}
/* line 40, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content {
    width: 60%;
  }
}
/* line 49, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--left {
    width: 100%;
    border-right: none;
  }
}
/* line 58, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--center {
    width: 100%;
    justify-content: start;
  }
}
/* line 69, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content--right {
  width: 35%;
}
@media (max-width: 888px) {
  /* line 69, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content--right {
    width: 100%;
    display: flex;
    justify-content: start !important;
  }
}
/* line 78, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .product-name {
  height: auto;
}
/* line 83, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .add {
  width: 6rem;
}
/* line 87, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-content .add--cantidad button {
  color: black;
}
/* line 93, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper {
    padding-top: .5rem;
  }
}
/* line 104, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
.product-mini-wrapper--pedido .product-item .product-remove {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* line 138, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .box-precio--titulo {
    display: none;
  }
}
/* line 165, ../../../plantillas/emc_base/scss/pedido.scss */
.box-precio--descuento {
  padding-left: 4rem;
  font-weight: 400;
}
/* line 170, ../../../plantillas/emc_base/scss/pedido.scss */
.box-precio--subtotal {
  padding-left: 4rem;
  font-weight: 400;
  color: #D9D9D9;
}
/* line 176, ../../../plantillas/emc_base/scss/pedido.scss */
.box-precio--total {
  padding-left: 4rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
/* line 183, ../../../plantillas/emc_base/scss/pedido.scss */
.box-precio .boton-comprar {
  display: flex;
  justify-content: end;
  height: 3.5rem;
  margin-top: 1rem;
}
/* line 189, ../../../plantillas/emc_base/scss/pedido.scss */
.box-precio .boton-comprar button {
  font-size: 1.2rem;
}

/* line 197, ../../../plantillas/emc_base/scss/pedido.scss */
.mis-pedidos--titulo {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
/* line 204, ../../../plantillas/emc_base/scss/pedido.scss */
.mis-pedidos u {
  color: #151515;
  font-weight: bold;
  text-decoration: none;
}
/* line 210, ../../../plantillas/emc_base/scss/pedido.scss */
.mis-pedidos .custom-card {
  font-size: .9rem;
  margin-bottom: .5rem;
}
@media (min-width: 888px) {
  /* line 210, ../../../plantillas/emc_base/scss/pedido.scss */
  .mis-pedidos .custom-card {
    margin: 1rem;
  }
}
/* line 217, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .mis-pedidos .custom-card .ver-detalles-wrapper {
    justify-content: center;
  }
}
/* line 227, ../../../plantillas/emc_base/scss/pedido.scss */
.mis-pedidos .custom-card .custom-wrapper {
  margin: 0;
}

/* line 235, ../../../plantillas/emc_base/scss/pedido.scss */
.pedidos-navbar {
  margin-block: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
}
/* line 241, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .pedidos-navbar--seguir-comprando {
    position: relative;
    width: 50%;
    margin: 0;
  }
}
/* line 253, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/pedido.scss */
  .pedidos-navbar--logo {
    width: 50%;
    text-align: right;
  }
  /* line 265, ../../../plantillas/emc_base/scss/pedido.scss */
  .pedidos-navbar--logo img {
    width: 6rem;
  }
}

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

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

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

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

/* line 61, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/plugins.scss */
  .button-next,
  .button-prev {
    display: none;
  }
}

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

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

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

/* line 135, ../../../plantillas/emc_base/scss/plugins.scss */
.categorias {
  padding: 1rem 0;
}
/* line 136, ../../../plantillas/emc_base/scss/plugins.scss */
.categorias .ver-marcas {
  display: none !important;
}
/* line 143, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/plugins.scss */
  .categorias .card-categoria .card-icon {
    height: 4.5rem;
    width: 4.5rem;
    padding: .7rem;
  }
  /* line 160, ../../../plantillas/emc_base/scss/plugins.scss */
  .categorias .card-categoria .card-icon i {
    display: flex;
    justify-content: center;
  }
  /* line 164, ../../../plantillas/emc_base/scss/plugins.scss */
  .categorias .card-categoria .card-icon i img {
    width: 80%;
  }
}
/* line 172, ../../../plantillas/emc_base/scss/plugins.scss */
.categorias .card-categoria h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 888px) {
  /* line 172, ../../../plantillas/emc_base/scss/plugins.scss */
  .categorias .card-categoria h3 {
    font-size: .8rem;
    font-weight: 500;
  }
}

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

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

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

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

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

/* line 16, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper {
  transition: .2s width;
  padding: 1rem .25rem;
}
/* line 19, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.list {
  width: 100%;
}
/* line 22, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.list .variantes-box {
  width: 100%;
}
/* line 26, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item {
  display: flex;
}
/* line 29, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item .product-img {
  margin: auto;
}
@media (max-width: 888px) {
  /* line 29, ../../../plantillas/emc_base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-img {
    width: 50%;
  }
}
/* line 36, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.list .variantes-box .product-item .product-content {
  margin: auto;
}
/* line 39, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add {
    flex-wrap: wrap;
    height: auto;
  }
  /* line 47, ../../../plantillas/emc_base/scss/product.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add--cantidad {
    margin-bottom: 1rem;
  }
}
/* line 59, ../../../plantillas/emc_base/scss/product.scss */
.product-mini-wrapper.grid {
  width: 25%;
}
@media (max-width: 888px) {
  /* line 59, ../../../plantillas/emc_base/scss/product.scss */
  .product-mini-wrapper.grid {
    width: 100%;
  }
}

/* line 69, ../../../plantillas/emc_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;
}
/* line 77, ../../../plantillas/emc_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 88, ../../../plantillas/emc_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 98, ../../../plantillas/emc_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 113, ../../../plantillas/emc_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 113, ../../../plantillas/emc_base/scss/product.scss */
  .product-item .product-img {
    height: 225px;
    min-width: 50%;
    max-width: 95%;
    border-bottom: none;
    margin: auto;
  }
}
/* line 131, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-img img {
  width: 100%;
  object-fit: contain;
  min-height: 80%;
  height: 100px;
}
/* line 140, ../../../plantillas/emc_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 140, ../../../plantillas/emc_base/scss/product.scss */
  .product-item .product-img .product-escalas {
    height: auto;
  }
}
/* line 155, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-img .product-escalas .escala {
  width: 50%;
}
/* line 158, ../../../plantillas/emc_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 158, ../../../plantillas/emc_base/scss/product.scss */
  .product-item .product-img .product-escalas .escala--nombre {
    font-size: .7rem;
  }
}
/* line 168, ../../../plantillas/emc_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 168, ../../../plantillas/emc_base/scss/product.scss */
  .product-item .product-img .product-escalas .escala--select {
    font-size: .8rem;
  }
}
/* line 177, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-img .product-escalas .escala--loading {
  display: none;
  width: 100%;
}
/* line 181, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-img .product-escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #5f5bff;
}
/* line 194, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content {
  padding: .5em 1em;
  text-align: left;
  padding-bottom: 1em;
  border: 0;
}
@media (max-width: 888px) {
  /* line 194, ../../../plantillas/emc_base/scss/product.scss */
  .product-item .product-content {
    padding: .5em .5rem .5rem .5rem;
  }
}
/* line 203, ../../../plantillas/emc_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 211, ../../../plantillas/emc_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 221, ../../../plantillas/emc_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 230, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .product-stock {
  display: none;
}
/* line 237, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .product-precio {
  display: flex;
}
/* line 240, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .product-precio .new-price {
  font-weight: bold;
}
/* line 244, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .product-precio .old-price {
  text-align: right;
  text-decoration: line-through;
  color: #BDBDBD;
  font-size: 1em;
  font-weight: 500;
}
/* line 253, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .product-precio .descuento {
  display: none;
}
/* line 258, ../../../plantillas/emc_base/scss/product.scss */
.product-item .product-content .add {
  margin-bottom: .5rem;
}
/* line 262, ../../../plantillas/emc_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 285, ../../../plantillas/emc_base/scss/product.scss */
.product-grid-view {
  padding: 1rem 6rem 1rem 4rem;
}
@media (max-width: 888px) {
  /* line 285, ../../../plantillas/emc_base/scss/product.scss */
  .product-grid-view {
    padding: 0 1rem;
    margin: 0;
  }
}

/* line 294, ../../../plantillas/emc_base/scss/product.scss */
.add {
  height: 1.8rem;
}
/* line 297, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad {
  display: flex;
  align-items: center;
  border: 2px solid #5f5bff;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-right: .5rem;
  /* Firefox */
}
/* line 308, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad input::-webkit-outer-spin-button,
.add--cantidad input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 315, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad input[type=number].pym-input-cantidad {
  -moz-appearance: textfield !important;
}
/* line 320, ../../../plantillas/emc_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 331, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad .btn-mas, .add--cantidad .btn-menos {
  font-weight: bold;
  font-size: 1.2rem;
  color: #151515;
}
/* line 336, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad .btn-mas:disabled, .add--cantidad .btn-menos:disabled {
  color: #D9D9D9;
}
/* line 341, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad .btn-menos {
  padding: 0 0 0 .5rem;
}
/* line 345, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad .btn-mas {
  padding: 0 .5rem 0 0;
}
/* line 348, ../../../plantillas/emc_base/scss/product.scss */
.add--cantidad .btn-mas:focus {
  color: inherit;
}
/* line 355, ../../../plantillas/emc_base/scss/product.scss */
.add .btn-agregar {
  height: 30px;
  width: 120px;
  font-size: .9rem;
  background-color: #5f5bff;
  color: #2C2C2C;
  border-radius: 2rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 367, ../../../plantillas/emc_base/scss/product.scss */
.add .btn-agregar--icon {
  margin-right: .25rem;
}
/* line 371, ../../../plantillas/emc_base/scss/product.scss */
.add .btn-agregar:hover {
  filter: brightness(1.1);
  transition: .5s filter;
}

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

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

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

@media (max-width: 888px) {
  /* line 460, ../../../plantillas/emc_base/scss/product.scss */
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 888px) {
  /* line 457, ../../../plantillas/emc_base/scss/product.scss */
  .single-product-thumbs {
    max-height: 90vh;
    padding-right: 1rem;
    height: 100%;
  }
  /* line 470, ../../../plantillas/emc_base/scss/product.scss */
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  /* line 475, ../../../plantillas/emc_base/scss/product.scss */
  .single-product-thumbs .swiper-slide {
    height: min-content;
    width: 100% !important;
  }
}

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

/* line 499, ../../../plantillas/emc_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 499, ../../../plantillas/emc_base/scss/product.scss */
  .single-product-content {
    position: relative;
    top: 0;
    border: none;
  }
}
/* line 515, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--titulo {
  font-size: 1.5rem !important;
  line-height: 1.3;
  margin-bottom: .25rem;
}
/* line 521, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--descripcion, .single-product-content--descripcion-ext, .single-product-content--sinonimo, .single-product-content--clasificador {
  display: none;
}
/* line 529, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--marca, .single-product-content--sku {
  color: #BDBDBD;
  font-weight: 400;
}
/* line 535, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--separador {
  font-weight: 200;
  padding-inline: .5rem;
}
/* line 541, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--marca {
  width: 100%;
}
/* line 545, ../../../plantillas/emc_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 553, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .old-price {
  font-weight: 300;
  margin-right: 1rem;
}
/* line 560, ../../../plantillas/emc_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 573, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .new-price {
  width: 100%;
  font-size: 1.9rem;
}
/* line 580, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .medios-pago {
  font-size: .9rem;
}
/* line 585, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .medios-pago button {
  color: #5f5bff;
}
/* line 591, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .tarjetas {
  padding: 0;
}
/* line 594, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .tarjetas .custom-input {
  margin-block: 1rem;
}
/* line 597, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .tarjetas .custom-input label {
  background-color: white;
}
/* line 602, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content .price-box .tarjetas--cuotas {
  font-size: .8rem;
}
/* line 611, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--cantidad {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #BDBDBD;
}
/* line 616, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--cantidad .add {
  height: unset;
}
/* line 619, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--cantidad .add--cantidad {
  height: 3rem;
}
/* line 623, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--cantidad .add .btn-agregar {
  height: 3rem;
}
/* line 629, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--asesoramiento {
  margin-top: 1rem;
  margin-bottom: .5rem;
  width: 100%;
}
/* line 635, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento {
  background-color: #D9D9D9;
  padding-block: .2rem;
}
/* line 640, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento::before {
  font: var(--fa-font-solid);
  content: "\f05a";
  padding-right: .3rem;
}
/* line 646, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--asesoramiento .btn-asesoramiento:hover {
  background-color: #5f5bff;
  color: black;
}
/* line 656, ../../../plantillas/emc_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 665, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--escalas {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
/* line 670, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--escalas .escala {
  width: 100%;
  margin-inline: .1rem;
}
/* line 674, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--escalas .escala--loading {
  display: none;
}
/* line 677, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #5f5bff;
}
/* line 684, ../../../plantillas/emc_base/scss/product.scss */
.single-product-content--escalas .escala--nombre {
  font-size: .8rem;
}

/* line 692, ../../../plantillas/emc_base/scss/product.scss */
.producto-descripcion {
  margin: 2rem 1rem;
}
@media (min-width: 888px) {
  /* line 692, ../../../plantillas/emc_base/scss/product.scss */
  .producto-descripcion {
    padding-left: 2rem;
  }
}
/* line 699, ../../../plantillas/emc_base/scss/product.scss */
.producto-descripcion--titulo {
  font-weight: bold;
}
/* line 704, ../../../plantillas/emc_base/scss/product.scss */
.producto-descripcion--instructivo a {
  color: #5f5bff;
}

/* line 710, ../../../plantillas/emc_base/scss/product.scss */
.producto-relacionados {
  position: relative;
  margin: 1rem;
}
/* line 714, ../../../plantillas/emc_base/scss/product.scss */
.producto-relacionados--titulo {
  font-weight: bold;
}

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

/* line 5, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos {
  background-color: #fff;
}
/* line 10, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .top-info {
  display: flex;
  z-index: 500;
  position: relative;
}
/* line 15, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .top-info--left {
    padding-top: 5rem;
  }
}
/* line 26, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .top-info--left .breadcrumb {
    line-height: 1;
  }
}
/* line 37, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .top-info--left .breadcrumb button {
  color: white;
  font-weight: 300;
  padding: 0;
}
/* line 43, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .top-info--left .breadcrumb--title {
    font-size: .9rem;
  }
}
/* line 56, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .top-info--right {
    padding: 1rem;
    font-size: .8rem;
  }
}
/* line 75, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info {
  display: flex;
  width: 100%;
  z-index: 400;
  position: relative;
}
@media (max-width: 888px) {
  /* line 81, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info--fixed {
    position: relative;
    z-index: 2500;
  }
}
/* line 89, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item {
  display: none;
}
/* line 115, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li {
  display: flex;
  font-size: .85rem;
  cursor: pointer;
  margin: .9rem;
}
/* line 140, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox {
  cursor: pointer;
  color: #BDBDBD !important;
}
/* line 144, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox:hover {
  color: white !important;
}
/* line 148, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox--icon {
  margin-right: .75rem;
}
/* line 157, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--top {
  display: none;
}
/* line 161, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--cerrar {
  display: none;
}
/* line 164, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--cerrar--right {
  display: none;
}
/* line 169, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended {
  width: 18rem;
  display: block;
  padding-top: 5rem;
}
@media (min-width: 888px) {
  /* line 169, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended {
    border-top-right-radius: 3rem;
  }
}
@media (max-width: 888px) {
  /* line 169, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended {
    width: 100vw;
    height: 100vh;
  }
}
/* line 183, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .widgets-item {
  display: block;
}
/* line 187, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top {
  display: flex;
  color: white !important;
  margin-bottom: 2rem;
}
/* line 192, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .titulo img {
  margin-right: .5rem;
}
/* line 205, ../../../plantillas/emc_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, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar {
  display: flex !important;
  justify-content: end;
}
/* line 223, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
    top: 45%;
    padding-right: 1rem;
  }
}
/* line 238, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right .btn {
  color: white;
}
/* line 245, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area {
  display: flex;
}
/* line 249, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon:hover {
  filter: brightness(1.75);
}
/* line 259, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-title {
  width: 15%;
}
/* line 272, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item {
  width: 85%;
}
/* line 275, ../../../plantillas/emc_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, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .menu-filtros .buscador {
  display: none !important;
}
/* line 311, ../../../plantillas/emc_base/scss/products.scss */
.pagina-productos .bottom-info .filtros-boton-mobile {
  display: none;
}
@media (max-width: 888px) {
  /* line 311, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile {
    display: block;
    background-color: #276967;
    border-radius: 10px;
  }
  /* line 318, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 324, ../../../plantillas/emc_base/scss/products.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn img {
    margin-right: .5rem;
  }
}

/* line 37, ../scss/tcommerce_custom.scss */
html {
  font-size: 16px;
}

/* line 42, ../scss/tcommerce_custom.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Display", sans-serif !important;
}

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

/* line 56, ../scss/tcommerce_custom.scss */
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff !important;
}
@media (max-width: 888px) {
  /* line 56, ../scss/tcommerce_custom.scss */
  body {
    font-size: 14px;
  }
}

/* line 65, ../scss/tcommerce_custom.scss */
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  background-color: unset !important;
  color: black !important;
  border-color: unset !important;
}

/* line 76, ../scss/tcommerce_custom.scss */
.form-control:disabled {
  background-color: #fcfcfc;
  opacity: 1;
}

/* line 81, ../scss/tcommerce_custom.scss */
.row {
  margin: 0;
}

/* line 85, ../scss/tcommerce_custom.scss */
.col-md-4, .col-md-2, .col-2, col-4, .col-12, .col-6, .col-md-8, .col-2 {
  padding: .25rem;
}

/* line 90, ../scss/tcommerce_custom.scss */
.main-wrapper {
  overflow: hidden;
}

/* line 94, ../scss/tcommerce_custom.scss */
.old-price {
  text-decoration: line-through;
  color: #BDBDBD;
}

/* line 99, ../scss/tcommerce_custom.scss */
.notifyjs-corner {
  bottom: .5% !important;
  top: unset !important;
}
/* line 103, ../scss/tcommerce_custom.scss */
.notifyjs-corner .notifyjs-bootstrap-base {
  width: 100vw;
  display: flex;
  justify-content: center;
}

/* line 110, ../scss/tcommerce_custom.scss */
.global-overlay.overlay-open {
  cursor: initial;
}

@media (min-width: 888px) {
  /* line 114, ../scss/tcommerce_custom.scss */
  .pagina-container {
    padding-top: 100px;
  }
}
@media (max-width: 888px) {
  /* line 114, ../scss/tcommerce_custom.scss */
  .pagina-container {
    padding-top: 70px;
  }
}

/* line 125, ../scss/tcommerce_custom.scss */
.btn {
  font-weight: 600;
}

/* line 129, ../scss/tcommerce_custom.scss */
::selection {
  background-color: #D9D9D9;
}

/* line 135, ../scss/tcommerce_custom.scss */
.btn-custom {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
}
/* line 142, ../scss/tcommerce_custom.scss */
.btn-custom-rounded {
  border-radius: 50%;
  padding: .5rem;
  border: 2px solid #151515;
}
/* line 148, ../scss/tcommerce_custom.scss */
.btn-custom-main {
  background-color: #5f5bff;
  color: white;
}
/* line 153, ../scss/tcommerce_custom.scss */
.btn-custom-negro {
  background-color: #151515;
  color: white;
}
/* line 159, ../scss/tcommerce_custom.scss */
.btn-custom .quantity {
  background-color: #ff2929 !important;
}
/* line 163, ../scss/tcommerce_custom.scss */
.btn-custom:hover {
  background-color: #191919;
  color: #fafafa;
}
/* line 168, ../scss/tcommerce_custom.scss */
.btn-custom-lg {
  padding: .5rem 3rem;
}
/* line 172, ../scss/tcommerce_custom.scss */
.btn-custom:disabled {
  border: none;
  background-color: lightgrey;
}
/* line 176, ../scss/tcommerce_custom.scss */
.btn-custom:disabled:hover {
  background-color: #F9F9F9;
}

/* line 184, ../scss/tcommerce_custom.scss */
.add--cantidad {
  border-color: #5f5bff;
}
/* line 188, ../scss/tcommerce_custom.scss */
.add .btn-agregar {
  background-color: #5f5bff;
  color: white;
}
/* line 192, ../scss/tcommerce_custom.scss */
.add .btn-agregar i {
  color: white;
}

/* line 200, ../scss/tcommerce_custom.scss */
.swiper .swiper-scrollbar .swiper-scrollbar-drag, #mobileMenu .offcanvas-header {
  background-color: #5f5bff;
}

/* line 204, ../scss/tcommerce_custom.scss */
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}

/* line 208, ../scss/tcommerce_custom.scss */
.carousel-button-control-next, .carousel-button-control-prev {
  color: #5f5bff;
  width: 2rem;
  height: 2rem;
  opacity: 1;
}

/* line 215, ../scss/tcommerce_custom.scss */
.custom-card {
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  padding: 1rem;
  background-color: white;
}
/* line 221, ../scss/tcommerce_custom.scss */
.custom-card--titulo {
  color: #5f5bff;
  font-weight: 600;
}
/* line 227, ../scss/tcommerce_custom.scss */
.custom-card--descripcion {
  color: #F9F9F9;
}

/* line 233, ../scss/tcommerce_custom.scss */
.drop-holder .drop-menu li {
  border-bottom: none;
}

/* line 237, ../scss/tcommerce_custom.scss */
.custom-scroll {
  scrollbar-color: #5f5bff #BDBDBD;
  scrollbar-width: thin;
}

/* line 243, ../scss/tcommerce_custom.scss */
.custom-input {
  border: 2px solid gray;
  border-radius: 5px;
  padding: .5rem 1rem;
  position: relative;
}
/* line 249, ../scss/tcommerce_custom.scss */
.custom-input label {
  position: absolute;
  top: -33%;
  left: 5%;
  background-color: #fff;
  z-index: 200 !important;
  padding-inline: .25rem;
  padding-block: 0;
  color: grey;
  font-weight: 300;
  font-size: .9rem;
}
/* line 262, ../scss/tcommerce_custom.scss */
.custom-input input, .custom-input select, .custom-input select:focus {
  padding: 0;
  border: 0 !important;
  background: none;
  width: 100%;
}
/* line 268, ../scss/tcommerce_custom.scss */
.custom-input input:focus, .custom-input select:focus, .custom-input select:focus:focus {
  box-shadow: none;
}
/* line 273, ../scss/tcommerce_custom.scss */
.custom-input--error {
  color: #D41601;
  font-size: .7rem;
  line-height: 1;
  display: none;
}
/* line 280, ../scss/tcommerce_custom.scss */
.custom-input.is-invalid {
  border-color: #D41601;
}
/* line 284, ../scss/tcommerce_custom.scss */
.custom-input .eye-icon {
  position: absolute;
  right: 2%;
  height: 100%;
  top: 30%;
  cursor: pointer;
  color: #D9D9D9;
}

/* line 295, ../scss/tcommerce_custom.scss */
.formasSwiper .button-next-formas {
  display: none;
}
/* line 299, ../scss/tcommerce_custom.scss */
.formasSwiper .button-prev-formas {
  display: none;
}

/* line 305, ../scss/tcommerce_custom.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 309, ../scss/tcommerce_custom.scss */
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

/* line 316, ../scss/tcommerce_custom.scss */
.stock-label-red {
  color: #D41601;
}
/* line 319, ../scss/tcommerce_custom.scss */
.stock-label-red::after {
  font: var(--fa-font-solid);
  content: "\f057";
}
/* line 325, ../scss/tcommerce_custom.scss */
.stock-label-green {
  color: #07C98B;
}
/* line 328, ../scss/tcommerce_custom.scss */
.stock-label-green::after {
  font: var(--fa-font-solid);
  content: "\f058";
}
/* line 334, ../scss/tcommerce_custom.scss */
.stock-label-yellow {
  color: #5f5bff;
}
/* line 337, ../scss/tcommerce_custom.scss */
.stock-label-yellow::after {
  font: var(--fa-font-solid);
  content: "\f06a";
}

/* line 348, ../scss/tcommerce_custom.scss */
.modal .modal-dialog .modal-body {
  padding-inline: 10%;
}

/* line 355, ../scss/tcommerce_custom.scss */
.notifyjs-container {
  display: flex !important;
  justify-content: center !important;
  width: 100vw !important;
}
/* line 361, ../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 #5f5bff;
  background: white !important;
  padding-inline: 2rem !important;
  display: flex;
  align-items: center;
}
/* line 372, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-error {
  border: 2px solid #D41601;
  color: #D41601;
}
/* line 376, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-error::before {
  font: var(--fa-font-solid);
  content: "\f057";
  margin-right: .5rem;
}
/* line 383, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-success {
  border: 2px solid #5f5bff;
  color: #5f5bff;
}
/* line 387, ../scss/tcommerce_custom.scss */
.notifyjs-container .notifyjs-bootstrap-success::before {
  font: var(--fa-font-solid);
  content: "\f058";
  margin-right: .5rem;
}

/* line 399, ../scss/tcommerce_custom.scss */
.multiple-banners {
  display: flex;
}
/* line 402, ../scss/tcommerce_custom.scss */
.multiple-banners .cms-plugin {
  width: 33%;
}
@media (max-width: 888px) {
  /* line 402, ../scss/tcommerce_custom.scss */
  .multiple-banners .cms-plugin {
    width: 100%;
  }
}
/* line 408, ../scss/tcommerce_custom.scss */
.multiple-banners .cms-plugin img {
  width: 100%;
}

/* line 415, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio, .pagina-container.metodo-pago, .pagina-container.checkout-finalizar {
  background-color: #F9F9F9;
  padding-inline: 7.5% !important;
}
/* line 420, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .custom-wrapper--steps, .pagina-container.checkout-envio .custom-wrapper--finalizar-pedido, .pagina-container.checkout-envio .custom-wrapper--agregar, .pagina-container.checkout-envio .custom-wrapper--finalizar--pedido, .pagina-container.checkout-envio .custom-wrapper--metodo-pago, .pagina-container.metodo-pago .custom-wrapper--steps, .pagina-container.metodo-pago .custom-wrapper--finalizar-pedido, .pagina-container.metodo-pago .custom-wrapper--agregar, .pagina-container.metodo-pago .custom-wrapper--finalizar--pedido, .pagina-container.metodo-pago .custom-wrapper--metodo-pago, .pagina-container.checkout-finalizar .custom-wrapper--steps, .pagina-container.checkout-finalizar .custom-wrapper--finalizar-pedido, .pagina-container.checkout-finalizar .custom-wrapper--agregar, .pagina-container.checkout-finalizar .custom-wrapper--finalizar--pedido, .pagina-container.checkout-finalizar .custom-wrapper--metodo-pago {
  margin-inline: 0;
  border: none;
  border-radius: 0;
}
/* line 427, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .custom-wrapper--steps .card-resumen, .pagina-container.checkout-envio .custom-wrapper--finalizar-pedido .card-resumen, .pagina-container.checkout-envio .custom-wrapper--agregar .card-resumen, .pagina-container.checkout-envio .custom-wrapper--finalizar--pedido .card-resumen, .pagina-container.checkout-envio .custom-wrapper--metodo-pago .card-resumen, .pagina-container.metodo-pago .custom-wrapper--steps .card-resumen, .pagina-container.metodo-pago .custom-wrapper--finalizar-pedido .card-resumen, .pagina-container.metodo-pago .custom-wrapper--agregar .card-resumen, .pagina-container.metodo-pago .custom-wrapper--finalizar--pedido .card-resumen, .pagina-container.metodo-pago .custom-wrapper--metodo-pago .card-resumen, .pagina-container.checkout-finalizar .custom-wrapper--steps .card-resumen, .pagina-container.checkout-finalizar .custom-wrapper--finalizar-pedido .card-resumen, .pagina-container.checkout-finalizar .custom-wrapper--agregar .card-resumen, .pagina-container.checkout-finalizar .custom-wrapper--finalizar--pedido .card-resumen, .pagina-container.checkout-finalizar .custom-wrapper--metodo-pago .card-resumen {
  border-radius: 0;
  background-color: #fff;
}
/* line 432, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .custom-wrapper--steps .form-control, .pagina-container.checkout-envio .custom-wrapper--finalizar-pedido .form-control, .pagina-container.checkout-envio .custom-wrapper--agregar .form-control, .pagina-container.checkout-envio .custom-wrapper--finalizar--pedido .form-control, .pagina-container.checkout-envio .custom-wrapper--metodo-pago .form-control, .pagina-container.metodo-pago .custom-wrapper--steps .form-control, .pagina-container.metodo-pago .custom-wrapper--finalizar-pedido .form-control, .pagina-container.metodo-pago .custom-wrapper--agregar .form-control, .pagina-container.metodo-pago .custom-wrapper--finalizar--pedido .form-control, .pagina-container.metodo-pago .custom-wrapper--metodo-pago .form-control, .pagina-container.checkout-finalizar .custom-wrapper--steps .form-control, .pagina-container.checkout-finalizar .custom-wrapper--finalizar-pedido .form-control, .pagina-container.checkout-finalizar .custom-wrapper--agregar .form-control, .pagina-container.checkout-finalizar .custom-wrapper--finalizar--pedido .form-control, .pagina-container.checkout-finalizar .custom-wrapper--metodo-pago .form-control {
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
@media (max-width: 999px) {
  /* line 439, ../scss/tcommerce_custom.scss */
  .pagina-container.checkout-envio .custom-wrapper--agregar, .pagina-container.metodo-pago .custom-wrapper--agregar, .pagina-container.checkout-finalizar .custom-wrapper--agregar {
    border: none !important;
  }
}
/* line 448, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio form, .pagina-container.metodo-pago form, .pagina-container.checkout-finalizar form {
  margin-bottom: 0;
}
/* line 452, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .custom-wrapper--metodo-pago, .pagina-container.metodo-pago .custom-wrapper--metodo-pago, .pagina-container.checkout-finalizar .custom-wrapper--metodo-pago {
  border: none;
  border-radius: 0;
  margin-inline: 0;
}
/* line 458, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .custom-wrapper--metodo-pago .radio-pago-wrapper .radio-pago, .pagina-container.metodo-pago .custom-wrapper--metodo-pago .radio-pago-wrapper .radio-pago, .pagina-container.checkout-finalizar .custom-wrapper--metodo-pago .radio-pago-wrapper .radio-pago {
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
/* line 466, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .finalizar-pedido .custom-wrapper, .pagina-container.checkout-envio .direcciones-entrega .custom-wrapper, .pagina-container.metodo-pago .finalizar-pedido .custom-wrapper, .pagina-container.metodo-pago .direcciones-entrega .custom-wrapper, .pagina-container.checkout-finalizar .finalizar-pedido .custom-wrapper, .pagina-container.checkout-finalizar .direcciones-entrega .custom-wrapper {
  margin-inline: 0;
  border: none;
  border-radius: 0;
}
/* line 473, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .continuar-compra, .pagina-container.metodo-pago .continuar-compra, .pagina-container.checkout-finalizar .continuar-compra {
  margin-inline: 1rem;
}
/* line 479, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .finalizar-pedido .cart-checkout-wrapper .custom-wrapper, .pagina-container.metodo-pago .finalizar-pedido .cart-checkout-wrapper .custom-wrapper, .pagina-container.checkout-finalizar .finalizar-pedido .cart-checkout-wrapper .custom-wrapper {
  margin-left: 1rem;
}
/* line 486, ../scss/tcommerce_custom.scss */
.pagina-container.checkout-envio .cart-checkout-wrapper .custom-wrapper, .pagina-container.metodo-pago .cart-checkout-wrapper .custom-wrapper, .pagina-container.checkout-finalizar .cart-checkout-wrapper .custom-wrapper {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 494, ../scss/tcommerce_custom.scss */
.wsp-flotante {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all .3s ease-in-out;
}
@media (max-width: 888px) {
  /* line 494, ../scss/tcommerce_custom.scss */
  .wsp-flotante {
    bottom: 65px;
  }
}
/* line 509, ../scss/tcommerce_custom.scss */
.wsp-flotante a img {
  width: 50px;
  height: 50px;
}
/* line 515, ../scss/tcommerce_custom.scss */
.wsp-flotante a:hover img {
  transform: scale(1.3);
  opacity: .8;
}

/* line 527, ../scss/tcommerce_custom.scss */
.pedido-success .custom-card.custom-wrapper {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

/* line 534, ../scss/tcommerce_custom.scss */
.pagina-login {
  background-color: #fff;
}

/* line 538, ../scss/tcommerce_custom.scss */
header {
  border-radius: .25rem;
  background-color: #fff;
}
/* line 542, ../scss/tcommerce_custom.scss */
header.main-header_area {
  margin: 1% 8% 0 8%;
  height: 6rem;
}
/* line 547, ../scss/tcommerce_custom.scss */
header .header-logo {
  width: fit-content;
  padding-left: 1rem;
}
/* line 551, ../scss/tcommerce_custom.scss */
header .header-logo img {
  width: 200px;
}
/* line 556, ../scss/tcommerce_custom.scss */
header .header-right {
  padding-right: 5rem;
}
/* line 559, ../scss/tcommerce_custom.scss */
header .header-right .btn-search {
  border-radius: 25px;
  border: none;
  padding: 0.25rem 0.75rem;
}
/* line 564, ../scss/tcommerce_custom.scss */
header .header-right .btn-search:hover {
  background-color: #BDBDBD;
}
/* line 568, ../scss/tcommerce_custom.scss */
header .header-right .btn-search--icon {
  font-size: 1.3rem;
}
/* line 574, ../scss/tcommerce_custom.scss */
header .nimbus-links a {
  text-transform: uppercase;
  font-size: .85rem !important;
}
/* line 579, ../scss/tcommerce_custom.scss */
header .btn-custom-negro {
  background-color: transparent;
}
/* line 582, ../scss/tcommerce_custom.scss */
header .btn-custom-negro:hover {
  background-color: #BDBDBD;
}
/* line 588, ../scss/tcommerce_custom.scss */
header .btn-user--auth {
  color: #313131;
  font-size: 1.25rem;
}
/* line 592, ../scss/tcommerce_custom.scss */
header .btn-user--auth::before {
  font: var(--fa-font-regular);
  content: "\f007";
  padding-right: .3rem;
}
/* line 600, ../scss/tcommerce_custom.scss */
header .btn-user--noauth {
  color: #313131;
  font-size: 1.25rem;
}
/* line 604, ../scss/tcommerce_custom.scss */
header .btn-user--noauth::before {
  font: var(--fa-font-regular);
  content: "\f007";
  padding-right: .3rem;
}
/* line 613, ../scss/tcommerce_custom.scss */
header .minicart--triangulo {
  right: 50px;
}

/* line 620, ../scss/tcommerce_custom.scss */
.drop-holder .drop-menu {
  background-color: #fff;
  width: 300px;
}
/* line 624, ../scss/tcommerce_custom.scss */
.drop-holder .drop-menu a {
  color: #313131 !important;
}
/* line 630, ../scss/tcommerce_custom.scss */
.drop-holder a svg {
  padding-left: 5px;
}

/* line 638, ../scss/tcommerce_custom.scss */
.header-right .btn-cart img {
  width: 1.45rem;
}
/* line 642, ../scss/tcommerce_custom.scss */
.header-right .dropdown-menu .dropdown-item {
  color: #313131;
}

/* line 647, ../scss/tcommerce_custom.scss */
.dropdown-menu {
  background-color: #fff;
}

/* line 652, ../scss/tcommerce_custom.scss */
footer .footer {
  background-color: #5f5bff;
  color: white;
}
/* line 656, ../scss/tcommerce_custom.scss */
footer .footer .logo {
  align-items: center;
  flex-direction: column;
  justify-content: start;
}
/* line 661, ../scss/tcommerce_custom.scss */
footer .footer .logo img {
  width: 15rem;
  height: 5rem;
  object-fit: contain;
}
/* line 667, ../scss/tcommerce_custom.scss */
footer .footer .logo .redes {
  justify-content: center;
}
/* line 670, ../scss/tcommerce_custom.scss */
footer .footer .logo .redes .btn-custom-rounded {
  margin-inline: 0;
  border: none;
  font-size: 1.25rem;
  color: white;
}
/* line 680, ../scss/tcommerce_custom.scss */
footer .footer dt {
  margin-bottom: .5rem;
  line-height: 16px;
}
/* line 685, ../scss/tcommerce_custom.scss */
footer .footer dd {
  display: flex;
  margin-bottom: 0.25rem;
  line-height: 16px;
}
/* line 690, ../scss/tcommerce_custom.scss */
footer .footer dd .icon {
  font-size: .85rem;
}
/* line 694, ../scss/tcommerce_custom.scss */
footer .footer dd p {
  margin-bottom: .25rem;
}
/* line 699, ../scss/tcommerce_custom.scss */
footer .footer dd a {
  color: white;
}
/* line 705, ../scss/tcommerce_custom.scss */
footer .copy {
  padding-block: .25rem;
  background-color: #D9D9D9;
  color: #313131;
  font-weight: 500;
  font-size: .85rem;
}

/* line 718, ../scss/tcommerce_custom.scss */
.pagina-container-home .portada .carousel-indicators button {
  border-radius: 50%;
  height: .5rem;
  width: .5rem;
  border: 1px solid #fff;
  background-color: transparent;
}
/* line 725, ../scss/tcommerce_custom.scss */
.pagina-container-home .portada .carousel-indicators button.active {
  background-color: #fff;
}

/* line 734, ../scss/tcommerce_custom.scss */
section.categorias .titulo {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}
/* line 744, ../scss/tcommerce_custom.scss */
section.categorias .swiper {
  margin: 0;
  margin-inline: 3rem;
}
/* line 749, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide {
  margin-inline: .5rem;
}
/* line 752, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide .card-categoria {
  padding-inline: 0.35rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
/* line 761, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide .card-categoria:hover h3 {
  color: #5f5bff;
}
/* line 766, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide .card-categoria a {
  flex-wrap: nowrap !important;
  align-items: center;
}
/* line 770, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide .card-categoria a .card-icon {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
}
/* line 776, ../scss/tcommerce_custom.scss */
section.categorias .swiper-slide .card-categoria a h3 {
  white-space: nowrap;
  font-size: .8rem;
  font-weight: 700;
}
/* line 785, ../scss/tcommerce_custom.scss */
section.categorias .button-prev-categorias {
  left: 2rem;
}
/* line 788, ../scss/tcommerce_custom.scss */
section.categorias .button-prev-categorias button {
  top: -1rem;
}
/* line 791, ../scss/tcommerce_custom.scss */
section.categorias .button-prev-categorias button .carousel-button-control-prev {
  padding: 0;
  height: 1rem;
  border: none;
}
/* line 799, ../scss/tcommerce_custom.scss */
section.categorias .button-next-categorias {
  right: 2rem;
}
/* line 802, ../scss/tcommerce_custom.scss */
section.categorias .button-next-categorias button {
  top: -1rem;
}
/* line 805, ../scss/tcommerce_custom.scss */
section.categorias .button-next-categorias button .carousel-button-control-prev {
  padding: 0;
  height: 1rem;
  border: none;
}

/* line 814, ../scss/tcommerce_custom.scss */
.forma-trabajo {
  padding-block: 5rem;
}
/* line 818, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .icon {
  width: 3.75rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
/* line 824, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .titulo {
  font-size: 1.15rem;
  font-weight: 700;
  color: #5f5bff;
}
/* line 830, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .texto {
  margin-bottom: 0.2rem;
  line-height: 16px;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
}
/* line 837, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .texto b {
  font-weight: 700;
}
/* line 842, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .link {
  color: #5f5bff;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 848, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .link-icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #5f5bff;
  border-radius: 50%;
  background-color: transparent;
}
/* line 857, ../scss/tcommerce_custom.scss */
.forma-trabajo .card-trabajo .btn-custom {
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 2px solid #5f5bff;
  font-size: .85rem;
  color: #5f5bff;
}

/* line 869, ../scss/tcommerce_custom.scss */
.custom-scroll {
  scrollbar-color: #5f5bff #BDBDBD;
  scrollbar-width: thin;
}
/* line 873, ../scss/tcommerce_custom.scss */
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
/* line 877, ../scss/tcommerce_custom.scss */
.custom-scroll::-webkit-scrollbar-track {
  background: #BDBDBD;
}
/* line 881, ../scss/tcommerce_custom.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #5f5bff;
  border-radius: 20px;
  border: transparent;
}

/* line 894, ../scss/tcommerce_custom.scss */
#popup-home .modal-body {
  padding: 0;
}
/* line 898, ../scss/tcommerce_custom.scss */
#popup-home .btn-close {
  position: absolute;
  top: .5rem;
  right: .5rem;
}

/* line 906, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content {
  width: 650px;
  background: white;
  background: linear-gradient(0deg, white 0%, #e9e9e9 100%);
}
/* line 912, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-header {
  border-bottom: none;
}
/* line 916, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body {
  padding-bottom: 3rem;
}
/* line 919, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body .titulo {
  font-weight: 700;
  color: #5f5bff;
  font-size: 1.35rem;
  margin-bottom: .5rem;
}
/* line 925, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body .titulo .icon {
  filter: grayscale(100%) brightness(50%) sepia(100%) hue-rotate(0deg) saturate(10000%);
  margin-left: 0.5rem;
  width: 1.75rem;
  object-fit: contain;
}
/* line 933, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body .texto {
  margin-bottom: .25rem;
  line-height: 20px;
  font-size: 1rem;
}
/* line 938, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body .texto-precio {
  margin-block: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-block: 0.5rem;
  border: 1px solid #5f5bff;
  border-radius: .25rem;
}
/* line 949, ../scss/tcommerce_custom.scss */
.modal-envio .modal-content .modal-body .btn-custom {
  width: fit-content;
  padding-inline: 1.5rem !important;
  font-weight: 600;
  font-size: .85rem;
}

/* line 960, ../scss/tcommerce_custom.scss */
.productos {
  background: white;
  background: linear-gradient(180deg, white 0%, #e9e9e9 100%);
  padding-bottom: 5rem;
}
/* line 965, ../scss/tcommerce_custom.scss */
.productos h4 {
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 975, ../scss/tcommerce_custom.scss */
.pagina-productos .top-info {
  background-color: #fff;
}
@media (max-width: 999px) {
  /* line 975, ../scss/tcommerce_custom.scss */
  .pagina-productos .top-info {
    display: none;
  }
}
/* line 981, ../scss/tcommerce_custom.scss */
.pagina-productos .top-info--left {
  background-color: #fff;
  margin-top: 8rem;
  padding-top: 2rem;
  border-radius: 0;
}
/* line 987, ../scss/tcommerce_custom.scss */
.pagina-productos .top-info--left .breadcrumb {
  color: #313131 !important;
  justify-content: start;
  padding-left: 2.5rem;
}
/* line 992, ../scss/tcommerce_custom.scss */
.pagina-productos .top-info--left .breadcrumb--title {
  display: none;
}
/* line 997, ../scss/tcommerce_custom.scss */
.pagina-productos .top-info--left .breadcrumb--item .btn-link {
  font-weight: 600;
  color: #313131;
}
/* line 1011, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info {
  background-color: #fff;
  padding-top: 60px;
}
/* line 1015, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros {
  background-color: #fff;
}
/* line 1019, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--top .titulo {
  color: #313131;
}
/* line 1022, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--top .titulo img {
  filter: brightness(0.1);
}
/* line 1032, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon {
  display: none;
}
/* line 1037, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-title {
  color: #313131 !important;
}
/* line 1043, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .filtros-form {
  padding-left: 2.5rem;
}
/* line 1050, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar {
  display: none !important;
}
/* line 1054, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar .btn-link img {
  filter: brightness(0.1);
}
/* line 1059, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
  background-color: white;
}
/* line 1063, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right .btn-link {
  color: #313131;
}
/* line 1070, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar a {
  color: #313131 !important;
  font-weight: 500;
}

/* line 1085, ../scss/tcommerce_custom.scss */
.widgets-area--marcas .widgets-item .widgets-title, .widgets-area--clasificador .widgets-item .widgets-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100% !important;
}
/* line 1091, ../scss/tcommerce_custom.scss */
.widgets-area--marcas .widgets-item .widgets-title::before, .widgets-area--clasificador .widgets-item .widgets-title::before {
  display: block;
  content: '\f078';
  position: absolute;
  right: 1rem;
  color: #313131;
  font: var(--fa-font-solid);
}

/* line 1105, ../scss/tcommerce_custom.scss */
.menu-filtros--top {
  width: 100%;
}
/* line 1108, ../scss/tcommerce_custom.scss */
.menu-filtros--top .titulo {
  justify-content: start !important;
  padding-left: 2.5rem;
}
/* line 1113, ../scss/tcommerce_custom.scss */
.menu-filtros--top .limpiar {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  /* line 1123, ../scss/tcommerce_custom.scss */
  .menu-filtros--cerrar--right {
    display: block;
    background-color: white;
  }
}
@media (min-width: 768px) {
  /* line 1123, ../scss/tcommerce_custom.scss */
  .menu-filtros--cerrar--right {
    display: none !important;
  }
}

/* line 1136, ../scss/tcommerce_custom.scss */
.product-grid-view {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* line 1140, ../scss/tcommerce_custom.scss */
.product-grid-view .product-item {
  margin-inline: 0;
}

/* line 1146, ../scss/tcommerce_custom.scss */
.product-mini-wrapper.grid {
  width: 33.3333%;
}

/* line 1151, ../scss/tcommerce_custom.scss */
.product-topbar {
  position: relative;
  margin-inline: 5.5rem;
  padding-right: 0;
  margin-top: .5rem;
}
/* line 1157, ../scss/tcommerce_custom.scss */
.product-topbar .widgets-searchbox {
  display: block;
  position: absolute;
  left: 0;
  margin-bottom: 0 !important;
}
/* line 1163, ../scss/tcommerce_custom.scss */
.product-topbar .widgets-searchbox form {
  margin-bottom: 0;
}
/* line 1166, ../scss/tcommerce_custom.scss */
.product-topbar .widgets-searchbox form .input-field {
  height: 2.5rem;
  border-radius: 1.5rem;
}
/* line 1174, ../scss/tcommerce_custom.scss */
.product-topbar .modeview .btn-link {
  padding: 0;
  margin-right: 1rem;
}
/* line 1178, ../scss/tcommerce_custom.scss */
.product-topbar .modeview .btn-link img {
  width: 1.5rem;
  object-fit: contain;
}
/* line 1186, ../scss/tcommerce_custom.scss */
.product-topbar .order .form-select {
  background-color: #5f5bff;
  color: white;
  font-weight: 500;
  font-size: .85rem;
  border-radius: 1.5rem;
  border: none;
}
/* line 1194, ../scss/tcommerce_custom.scss */
.product-topbar .order .form-select option {
  background-color: #fff;
  color: #151515;
}

/* line 1203, ../scss/tcommerce_custom.scss */
.relacionadosSwiper .swiper-scrollbar {
  display: none;
}

/* line 1211, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros .buscador {
  display: block;
}
/* line 1216, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox:hover {
  color: #D9D9D9 !important;
}
/* line 1222, ../scss/tcommerce_custom.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item {
  width: 100% !important;
}
/* line 1231, ../scss/tcommerce_custom.scss */
.pagina-productos .menu-filtros--extended {
  width: 25% !important;
}
@media (max-width: 768px) {
  /* line 1231, ../scss/tcommerce_custom.scss */
  .pagina-productos .menu-filtros--extended {
    width: 100vw !important;
  }
}

/* line 1240, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-precio .old-price {
  font-style: italic;
  width: fit-content !important;
  flex: 1;
}

/* line 1252, ../scss/tcommerce_custom.scss */
.products-list .product-banners .banner-wrapper {
  display: none;
}
/* line 1257, ../scss/tcommerce_custom.scss */
.products-list .pagination-area {
  padding-bottom: 8rem;
}
/* line 1260, ../scss/tcommerce_custom.scss */
.products-list .pagination-area .pagination {
  justify-content: end !important;
  padding-right: 6rem;
}
/* line 1265, ../scss/tcommerce_custom.scss */
.products-list .pagination-area .pagination .page-item .page-link {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1274, ../scss/tcommerce_custom.scss */
.products-list .pagination-area .pagination .page-item .page-link.fw-bold {
  background-color: #5f5bff;
}
/* line 1278, ../scss/tcommerce_custom.scss */
.products-list .pagination-area .pagination .page-item .page-link:hover {
  color: #313131;
  background-color: #5f5bff;
}
/* line 1293, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-img {
  margin-inline: 0;
  width: 40%;
  padding: 2rem;
  border-bottom: none;
  border-right: 1px solid #D9D9D9;
}
/* line 1301, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-content {
  padding-block: 2rem;
  margin: 0;
  flex: 1;
}
/* line 1306, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .product-name {
  text-align: center;
}
/* line 1311, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .product-precio .old-price {
  width: fit-content !important;
  margin-inline: 1.5rem;
  font-style: italic;
}
/* line 1321, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .add--cantidad {
  width: 10rem;
  height: 100%;
}
/* line 1326, ../scss/tcommerce_custom.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .add .btn-agregar {
  width: 10rem !important;
  height: 100%;
}

/* line 1338, ../scss/tcommerce_custom.scss */
.product-item {
  position: relative;
  margin-inline: 0;
}
/* line 1343, ../scss/tcommerce_custom.scss */
.product-item .product-labels {
  top: 1.5rem;
  border-radius: 0;
  background-color: #D41601;
}
/* line 1348, ../scss/tcommerce_custom.scss */
.product-item .product-labels--right {
  background-color: #D41601;
  font-weight: 700;
}
/* line 1354, ../scss/tcommerce_custom.scss */
.product-item .product-img {
  height: 200px;
}
/* line 1358, ../scss/tcommerce_custom.scss */
.product-item .product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1363, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-marca {
  display: flex;
  width: 100%;
  order: 2;
}
/* line 1369, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-barcode {
  min-height: 21px;
  display: inline-block;
  width: 45%;
}
/* line 1375, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-description {
  width: 100%;
  order: 3;
}
/* line 1380, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-name {
  order: 1;
  height: 2.15rem;
  width: 100%;
}
/* line 1385, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-name a {
  font-size: .9rem;
}
/* line 1390, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-precio {
  order: 4;
  width: 100%;
}
/* line 1395, ../scss/tcommerce_custom.scss */
.product-item .product-content .btn-notificarme {
  order: 6;
  background-color: #5f5bff;
  width: 100%;
  height: 2rem;
  margin-top: 1rem;
  border: none;
  padding-block: 0;
}
/* line 1404, ../scss/tcommerce_custom.scss */
.product-item .product-content .btn-notificarme:hover {
  border: none;
}
/* line 1409, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-barcode {
  order: 5;
}
/* line 1412, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-barcode small {
  font-size: .75rem;
}
/* line 1417, ../scss/tcommerce_custom.scss */
.product-item .product-content .add {
  order: 7;
  margin-top: .5rem;
  padding-top: .5rem;
  height: fit-content;
  border-top: none;
  min-height: 40px;
  justify-content: center;
}
/* line 1427, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  text-align: center;
  order: 6;
}
/* line 1435, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock.stock-label {
  color: #fff;
  font-size: .75rem;
  position: relative;
  z-index: 0;
}
/* line 1442, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock.stock-label-red::before {
  position: absolute;
  content: '';
  display: block;
  width: 80%;
  left: 10%;
  height: 100%;
  background-color: #D41601;
  z-index: -1;
}
/* line 1455, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock.stock-label-yellow::before {
  position: absolute;
  content: '';
  display: block;
  width: 80%;
  left: 10%;
  height: 100%;
  background-color: #5f5bff;
  z-index: -1;
}
/* line 1468, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock.stock-label-green::before {
  position: absolute;
  content: '';
  display: block;
  width: 80%;
  left: 10%;
  height: 100%;
  background-color: #07C98B;
  z-index: -1;
}
/* line 1480, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-stock.stock-label::after {
  font-size: .8rem;
  margin-left: 5px;
}
/* line 1487, ../scss/tcommerce_custom.scss */
.product-item .product-content .product-label-cuotas {
  text-align: center;
  order: 8;
  width: 100%;
  color: #2C2C2C;
}
/* line 1495, ../scss/tcommerce_custom.scss */
.product-item .product-footer {
  display: none;
}

/* line 1502, ../scss/tcommerce_custom.scss */
.container.pagina-container {
  width: 100%;
  max-width: initial;
  padding-top: 8rem;
  padding-inline: 1rem;
}
/* line 1509, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto {
  width: 100%;
  margin-inline: 0;
  box-shadow: none;
}
/* line 1514, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .swiper-container {
  padding-inline: 2rem;
}
/* line 1517, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .swiper-container.single-product-thumbs {
  max-height: 500px;
  overflow: auto;
  margin-right: 0.5rem;
}
/* line 1524, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* line 1528, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content {
  border: none;
}
/* line 1531, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--titulo {
  font-size: 1.25rem !important;
  width: 100%;
}
/* line 1536, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--descripcion {
  display: block;
  width: 100%;
}
/* line 1541, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--marca {
  color: #BDBDBD;
}
/* line 1545, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--ean {
  width: 100%;
  color: #BDBDBD;
}
/* line 1550, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box {
  margin-block: 1rem;
}
/* line 1553, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box .new-price {
  font-weight: 700;
  font-size: 1.7rem;
}
/* line 1558, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box .descuento {
  background: transparent;
  font-weight: 800;
  color: #D41601;
}
/* line 1566, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add {
  flex-direction: column;
}
/* line 1569, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add--cantidad {
  margin-bottom: 1rem;
  height: 2rem;
}
/* line 1574, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add .btn-agregar {
  height: 2rem;
}
/* line 1580, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--extra-info {
  width: 70%;
}
/* line 1584, ../scss/tcommerce_custom.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--descripcion-ext {
  display: none;
}
/* line 1594, ../scss/tcommerce_custom.scss */
.container.pagina-container .producto-relacionados {
  margin-bottom: 4rem;
}
/* line 1597, ../scss/tcommerce_custom.scss */
.container.pagina-container .producto-relacionados--titulo {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  letter-spacing: 3px;
  font-weight: 700;
}
/* line 1608, ../scss/tcommerce_custom.scss */
.container.pagina-container .producto-relacionados .swiper-wrapper .swiper-slide {
  padding-inline: 1rem;
}
/* line 1614, ../scss/tcommerce_custom.scss */
.container.pagina-container .producto-relacionados .swiper button.carousel-control-prev {
  filter: opacity(1);
  opacity: 1;
  left: -5rem;
}
/* line 1620, ../scss/tcommerce_custom.scss */
.container.pagina-container .producto-relacionados .swiper button.carousel-control-next {
  filter: opacity(1);
  opacity: 1;
  right: -5rem;
}

/* line 1633, ../scss/tcommerce_custom.scss */
.single-product-content .price-box .medios-pago {
  width: 100%;
}
/* line 1637, ../scss/tcommerce_custom.scss */
.single-product-content .price-box .cuotas-label {
  width: 100%;
}
/* line 1642, ../scss/tcommerce_custom.scss */
.single-product-content .escala {
  width: 50%;
  padding-inline: .5rem;
}
/* line 1647, ../scss/tcommerce_custom.scss */
.single-product-content--cantidad {
  width: 50%;
}
/* line 1650, ../scss/tcommerce_custom.scss */
.single-product-content--cantidad .btn-notificarme {
  background-color: #5f5bff;
  border: 1px solid #5f5bff;
  color: #313131;
}
/* line 1655, ../scss/tcommerce_custom.scss */
.single-product-content--cantidad .btn-notificarme:hover {
  cursor: pointer;
  border: 1px solid #5f5bff;
  color: #313131;
  filter: brightness(1.1);
  transition: .5s filter;
}
/* line 1665, ../scss/tcommerce_custom.scss */
.single-product-content--descripcion-ext {
  display: block;
}

/* line 1673, ../scss/tcommerce_custom.scss */
.minicart-wrap .btn-custom-negro.btn-cart {
  color: black;
}
@media (max-width: 999px) {
  /* line 1678, ../scss/tcommerce_custom.scss */
  .minicart-wrap .carrito-box--body {
    padding-inline: 0 !important;
    padding-top: 0 !important;
    padding-left: 5% !important;
  }
}
/* line 1686, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--content {
  width: 100%;
  margin: 0;
}
/* line 1691, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--heading {
  justify-content: end;
}
/* line 1694, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--heading--titulo {
  display: none;
}
/* line 1698, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--heading .button-close {
  font-size: 2rem;
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: end;
  z-index: 999;
}
/* line 1706, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--heading .button-close:hover {
  cursor: pointer;
}
/* line 1714, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--list .producto-carrito--eliminar {
  color: #D41601;
}
/* line 1721, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--list .producto-carrito--contenido .add--cantidad .btn-link {
  padding-inline: .5rem;
}
/* line 1736, ../scss/tcommerce_custom.scss */
.minicart-wrap .carrito-box--body .minicart--footer .btn-ver {
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 1747, ../scss/tcommerce_custom.scss */
.custom-input {
  border: 1px solid #D9D9D9;
}

/* line 1753, ../scss/tcommerce_custom.scss */
.pagina-login--logo {
  width: 10rem;
}
/* line 1757, ../scss/tcommerce_custom.scss */
.pagina-login--content {
  background: #fff;
}
/* line 1763, ../scss/tcommerce_custom.scss */
.pagina-login--content .login--wrapper--olvide .btn-link {
  color: #D41601 !important;
  font-size: .9rem;
  font-weight: 700;
}
/* line 1772, ../scss/tcommerce_custom.scss */
.pagina-login--content .login--wrapper--ingresar .btn {
  font-weight: 700;
  padding-block: .25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
/* line 1782, ../scss/tcommerce_custom.scss */
.pagina-login .login--image {
  padding: 0;
}
/* line 1785, ../scss/tcommerce_custom.scss */
.pagina-login .login--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1794, ../scss/tcommerce_custom.scss */
.registro-ocasional .btn {
  font-weight: 700;
  padding-block: .25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* line 1802, ../scss/tcommerce_custom.scss */
.registrar-comercio .btn-custom {
  font-weight: 700;
  padding-block: .25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* line 1809, ../scss/tcommerce_custom.scss */
.nosotros {
  padding-inline: 10% !important;
  padding-top: 3rem !important;
  background: white;
  background: linear-gradient(0deg, white 0%, #e9e9e9 100%);
}
@media (max-width: 767px) {
  /* line 1809, ../scss/tcommerce_custom.scss */
  .nosotros {
    padding-top: 0 !important;
    padding-inline: 5% !important;
  }
}
/* line 1820, ../scss/tcommerce_custom.scss */
.nosotros--right {
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  /* line 1820, ../scss/tcommerce_custom.scss */
  .nosotros--right {
    padding-inline: 0;
  }
}
/* line 1831, ../scss/tcommerce_custom.scss */
.nosotros--titulo {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #646464;
}
@media (max-width: 767px) {
  /* line 1831, ../scss/tcommerce_custom.scss */
  .nosotros--titulo {
    font-size: 1rem;
  }
}
/* line 1841, ../scss/tcommerce_custom.scss */
.nosotros--texto {
  font-size: 1.05rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #646464;
}
@media (max-width: 767px) {
  /* line 1841, ../scss/tcommerce_custom.scss */
  .nosotros--texto {
    font-size: 1rem;
  }
}

/* line 1855, ../scss/tcommerce_custom.scss */
.nosotros-galeria .slider-for .slick-arrow {
  position: absolute;
  z-index: 2;
  border: none;
  background: none;
  width: 3rem;
  height: 3rem;
  transform: translateY(-1.5rem);
}
/* line 1864, ../scss/tcommerce_custom.scss */
.nosotros-galeria .slider-for .slick-arrow .icon {
  color: #fff;
}
/* line 1868, ../scss/tcommerce_custom.scss */
.nosotros-galeria .slider-for .slick-arrow.slick-prev {
  left: 0;
  top: 50%;
}
/* line 1873, ../scss/tcommerce_custom.scss */
.nosotros-galeria .slider-for .slick-arrow.slick-next {
  right: 0;
  top: 50%;
}
/* line 1880, ../scss/tcommerce_custom.scss */
.nosotros-galeria--for {
  height: 50vh !important;
  object-fit: cover;
  object-position: center;
}
/* line 1885, ../scss/tcommerce_custom.scss */
.nosotros-galeria--for:hover {
  cursor: pointer;
}
/* line 1890, ../scss/tcommerce_custom.scss */
.nosotros-galeria--nav {
  height: 4rem !important;
  object-fit: cover;
  object-position: center;
}
/* line 1895, ../scss/tcommerce_custom.scss */
.nosotros-galeria--nav:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1890, ../scss/tcommerce_custom.scss */
  .nosotros-galeria--nav {
    height: 3rem !important;
  }
}

/* line 1914, ../scss/tcommerce_custom.scss */
.banners .multiple-banners {
  width: 100%;
  padding-inline: 2rem;
}
/* line 1918, ../scss/tcommerce_custom.scss */
.banners .multiple-banners .plugin-wrapper {
  width: 33.3333%;
  padding: 1rem;
}
/* line 1924, ../scss/tcommerce_custom.scss */
.banners .multiple-banners div a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 1932, ../scss/tcommerce_custom.scss */
.banners.banner-mas-vendido {
  padding-bottom: 5rem;
}

/* line 1937, ../scss/tcommerce_custom.scss */
.pedido-info {
  margin-inline: 10%;
  border: none;
}
/* line 1941, ../scss/tcommerce_custom.scss */
.pedido-info--left {
  font-weight: 400;
}
/* line 1944, ../scss/tcommerce_custom.scss */
.pedido-info--left b {
  --bs-badge-font-weight: 700;
}

/* line 1951, ../scss/tcommerce_custom.scss */
#progress::-webkit-progress-value {
  background-color: #5f5bff !important;
  transition: .5s ease;
  border-radius: 2rem;
}

/* line 1957, ../scss/tcommerce_custom.scss */
#progress::-webkit-progress-bar {
  background-color: #5f5bff !important;
}

/* line 1961, ../scss/tcommerce_custom.scss */
#progress::-webkit-progress-bar {
  border-radius: 1rem;
  background-color: #D9D9D9 !important;
}

/* line 1967, ../scss/tcommerce_custom.scss */
.banner-news .carousel {
  width: 100%;
}
@media (min-width: 999px) {
  /* line 1967, ../scss/tcommerce_custom.scss */
  .banner-news .carousel {
    min-height: 100%;
    height: 70%;
  }
}
/* line 1974, ../scss/tcommerce_custom.scss */
.banner-news .carousel img {
  object-fit: cover;
  min-height: 70vh;
}
@media (max-width: 999px) {
  /* line 1974, ../scss/tcommerce_custom.scss */
  .banner-news .carousel img {
    object-fit: contain;
    min-height: 50%;
  }
}

/* line 1990, ../scss/tcommerce_custom.scss */
.add--cantidad .btn-menos, .add--cantidad .btn-mas {
  padding-inline: .5rem;
  color: #313131;
}

/* line 1996, ../scss/tcommerce_custom.scss */
.pedido-wrapper {
  flex-direction: column;
  padding-inline: 10%;
  width: 100%;
  align-items: end;
}
/* line 2002, ../scss/tcommerce_custom.scss */
.pedido-wrapper .col-12:first-child {
  width: 100%;
  max-height: 65vh;
  overflow: auto;
}
/* line 2010, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--left {
  width: 40%;
}
/* line 2014, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--center {
  width: 25%;
}
/* line 2020, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .descuento {
  font-size: .85rem !important;
  font-weight: 600;
  color: #D41601 !important;
}
/* line 2026, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .old-price {
  font-size: 1rem !important;
  font-style: italic;
  font-weight: 500 !important;
}
/* line 2032, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .precio {
  font-size: 1.35rem;
  font-weight: 600;
}
/* line 2039, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-remove {
  bottom: initial;
  top: .2rem;
}
/* line 2043, ../scss/tcommerce_custom.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-remove .btn-link {
  color: #D41601;
}
/* line 2049, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio {
  box-shadow: none;
}
/* line 2052, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio--titulo {
  display: none;
}
/* line 2056, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio--descuento, .pedido-wrapper .box-precio--subtotal, .pedido-wrapper .box-precio--total {
  text-align: end;
  font-size: 1.15rem;
  color: #313131;
}
/* line 2062, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio--subtotal {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2066, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio .boton-comprar {
  height: 3rem;
}
/* line 2069, ../scss/tcommerce_custom.scss */
.pedido-wrapper .box-precio .boton-comprar .btn {
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* line 2077, ../scss/tcommerce_custom.scss */
.steps .step-button {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
/* line 2081, ../scss/tcommerce_custom.scss */
.steps .step-button.completado {
  background-color: #07C98B;
}

/* line 2086, ../scss/tcommerce_custom.scss */
.custom-wrapper {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
/* line 2091, ../scss/tcommerce_custom.scss */
.custom-wrapper--steps, .custom-wrapper--agregar {
  box-shadow: none;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
}
/* line 2098, ../scss/tcommerce_custom.scss */
.custom-wrapper.metodo-envio .form-select {
  margin-bottom: 1rem;
  margin-top: .25rem;
}
/* line 2102, ../scss/tcommerce_custom.scss */
.custom-wrapper.metodo-envio .form-select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(235, 235, 76, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(235, 235, 76, 0.35);
}

/* line 2111, ../scss/tcommerce_custom.scss */
.card-direccion {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #5f5bff;
}
@media (max-width: 999px) {
  /* line 2116, ../scss/tcommerce_custom.scss */
  .card-direccion--agregar {
    border: none !important;
  }
}

/* line 2122, ../scss/tcommerce_custom.scss */
.direcciones-entrega--subtitulo {
  color: #313131;
  padding-left: 0;
  font-weight: 600;
}

/* line 2129, ../scss/tcommerce_custom.scss */
.nosotros-card--icon {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}
/* line 2135, ../scss/tcommerce_custom.scss */
.nosotros-card--texto {
  color: #a6a6a6;
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  /* line 2135, ../scss/tcommerce_custom.scss */
  .nosotros-card--texto {
    font-size: .85rem;
  }
}

/* line 2144, ../scss/tcommerce_custom.scss */
.custom-card--descripcion {
  color: #BDBDBD;
}

/* line 2148, ../scss/tcommerce_custom.scss */
.minicart-list-checkout {
  padding-bottom: 1rem;
}
/* line 2151, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-titulo {
  border-bottom: none;
}
/* line 2156, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-product--img {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2160, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-product--content {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2164, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-product--cantprecio {
  border-top: none;
  margin-top: 0;
  color: #313131;
}
/* line 2171, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-product-wrapper.custom-scroll {
  border-bottom: 1px solid #D9D9D9;
  margin-inline: 1rem;
}
/* line 2175, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-product-wrapper.custom-scroll .checkout-product {
  padding-inline: 0;
}
/* line 2182, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-totals {
  padding: 1rem;
  border-top: none;
  margin-inline: 1rem;
  margin-top: 2rem;
  background-color: #F9F9F9;
}
/* line 2190, ../scss/tcommerce_custom.scss */
.minicart-list-checkout .checkout-totals--envio .envio-precio {
  display: flex;
}

/* line 2199, ../scss/tcommerce_custom.scss */
.metodo-pago .valor-a-pagar .form-control {
  margin-left: 1rem;
}
/* line 2204, ../scss/tcommerce_custom.scss */
.metodo-pago .doble-pago-buttons {
  margin-inline: 0;
}

/* line 2210, ../scss/tcommerce_custom.scss */
.pedido-success h1 {
  margin-bottom: 1rem;
}
/* line 2214, ../scss/tcommerce_custom.scss */
.pedido-success p {
  width: 100%;
  text-align: center;
  margin-bottom: 0.25rem;
  line-height: 16px;
  font-weight: 500;
  font-size: .9rem;
}
/* line 2222, ../scss/tcommerce_custom.scss */
.pedido-success p.yellow {
  font-weight: 700;
  color: #5f5bff;
}
/* line 2228, ../scss/tcommerce_custom.scss */
.pedido-success .logo {
  width: 10rem;
  object-fit: contain;
}

/* line 2235, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom {
  background-color: #5f5bff;
}
/* line 2238, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom--item--text {
  color: #fff;
}
/* line 2242, ../scss/tcommerce_custom.scss */
.menu-mobile-bottom--item--icon {
  color: #fff;
}

/* line 2247, ../scss/tcommerce_custom.scss */
.banner-redes {
  background: #f8c101;
  background: linear-gradient(180deg, #f8c101 0%, #ffa63d 100%);
}
/* line 2251, ../scss/tcommerce_custom.scss */
.banner-redes--img {
  position: relative;
  width: 5rem;
  height: 2rem;
}
@media (max-width: 767px) {
  /* line 2251, ../scss/tcommerce_custom.scss */
  .banner-redes--img {
    width: 100%;
    height: 1px;
  }
}
/* line 2261, ../scss/tcommerce_custom.scss */
.banner-redes--img img {
  position: absolute;
  bottom: -2rem;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  z-index: 1;
  left: -1rem;
}
@media (max-width: 767px) {
  /* line 2261, ../scss/tcommerce_custom.scss */
  .banner-redes--img img {
    width: 3.5rem;
    height: 3.5rem;
    left: .5rem;
    top: -3.5rem;
  }
}
/* line 2280, ../scss/tcommerce_custom.scss */
.banner-redes--texto {
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 2280, ../scss/tcommerce_custom.scss */
  .banner-redes--texto {
    text-align: center;
    line-height: 16px;
    font-size: .85rem;
  }
}
/* line 2295, ../scss/tcommerce_custom.scss */
.banner-redes--iconos {
  margin-left: .5rem;
  width: fit-content;
}
/* line 2299, ../scss/tcommerce_custom.scss */
.banner-redes--iconos a {
  color: #fff;
  font-size: 1.35rem;
}

@media (max-width: 767px) {
  /* line 2320, ../scss/tcommerce_custom.scss */
  .product-item {
    margin-inline: .15rem;
  }
  /* line 2323, ../scss/tcommerce_custom.scss */
  .product-item .product-img {
    height: 100px;
    margin: 0 !important;
    height: auto !important;
  }

  /* line 2329, ../scss/tcommerce_custom.scss */
  section.categorias {
    padding-bottom: 0;
  }
  /* line 2332, ../scss/tcommerce_custom.scss */
  section.categorias .titulo {
    margin-block: .75rem;
    font-size: 1rem;
  }
  /* line 2337, ../scss/tcommerce_custom.scss */
  section.categorias .swiper {
    padding: 0;
    margin-inline: .5rem;
  }
  /* line 2344, ../scss/tcommerce_custom.scss */
  section.categorias .swiper-slide .card-categoria a {
    width: 100%;
  }
  /* line 2347, ../scss/tcommerce_custom.scss */
  section.categorias .swiper-slide .card-categoria a .card-icon {
    width: 4.5rem;
  }
  /* line 2351, ../scss/tcommerce_custom.scss */
  section.categorias .swiper-slide .card-categoria a h3 {
    white-space: pre-line;
    height: 2rem;
    align-items: center;
    margin-top: 0;
    width: auto !important;
  }

  /* line 2363, ../scss/tcommerce_custom.scss */
  .forma-trabajo {
    padding-block: 2rem;
  }
  /* line 2366, ../scss/tcommerce_custom.scss */
  .forma-trabajo .swiper {
    padding-top: 0;
  }

  /* line 2372, ../scss/tcommerce_custom.scss */
  .productos h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  /* line 2379, ../scss/tcommerce_custom.scss */
  .banners .titulo {
    font-size: 1rem;
    margin-block: 1.5rem;
  }
  /* line 2384, ../scss/tcommerce_custom.scss */
  .banners .multiple-banners {
    flex-direction: column;
    padding-inline: 1rem;
  }
  /* line 2388, ../scss/tcommerce_custom.scss */
  .banners .multiple-banners .plugin-wrapper {
    width: 100%;
    padding-block: 1rem;
  }

  /* line 2396, ../scss/tcommerce_custom.scss */
  .product-item .product-content .product-stock.stock-label-green::before, .product-item .product-content .product-stock.stock-label-red::before, .product-item .product-content .product-stock.stock-label-yellow::before {
    width: 80%;
    left: 10%;
  }

  /* line 2404, ../scss/tcommerce_custom.scss */
  footer .footer {
    padding-inline: .5rem;
  }
  /* line 2407, ../scss/tcommerce_custom.scss */
  footer .footer .logo .redes {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 1rem;
  }
  /* line 2413, ../scss/tcommerce_custom.scss */
  footer .footer dd {
    font-size: .85rem;
  }

  /* line 2419, ../scss/tcommerce_custom.scss */
  .pagina-productos .top-info {
    width: 100%;
    justify-content: end;
  }
  /* line 2425, ../scss/tcommerce_custom.scss */
  .pagina-productos .bottom-info .products-list {
    width: 100%;
  }
  /* line 2429, ../scss/tcommerce_custom.scss */
  .pagina-productos .bottom-info .product-topbar {
    margin-inline: 0;
    padding-inline: 0.5rem;
    width: 100%;
  }
  /* line 2435, ../scss/tcommerce_custom.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile {
    background-color: transparent;
  }
  /* line 2438, ../scss/tcommerce_custom.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn {
    color: #313131;
    border: none;
    border-radius: 0;
    font-weight: 600;
  }
  /* line 2447, ../scss/tcommerce_custom.scss */
  .pagina-productos .bottom-info .order .form-select {
    background-color: transparent;
    border-color: #5f5bff;
    color: black;
  }

  /* line 2456, ../scss/tcommerce_custom.scss */
  .product-grid-view {
    padding-inline: .65rem;
  }
  /* line 2461, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list {
    padding-inline: 0;
  }
  /* line 2466, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-item {
    width: 100%;
    margin: 0;
  }
  /* line 2471, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-img {
    width: 35%;
    padding: initial;
    border: none;
  }
  /* line 2477, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content {
    width: 65%;
    flex: initial;
    border-left: 1px solid #D9D9D9;
    padding-left: .85rem;
    padding: .75rem;
  }
  /* line 2487, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .product-name {
    height: 4rem;
  }
  /* line 2489, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .product-name a {
    font-size: .8rem;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  /* line 2487, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .product-name {
    height: 3rem;
    font-size: .7rem;
  }
}
@media (max-width: 767px) {
  /* line 2499, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add {
    border-top: none;
    justify-content: center;
  }
  /* line 2504, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add--cantidad {
    width: 100% !important;
  }
  /* line 2509, ../scss/tcommerce_custom.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add .btn-agregar {
    width: 100% !important;
  }

  /* line 2522, ../scss/tcommerce_custom.scss */
  .products-list .pagination-area {
    padding-bottom: 4rem;
  }

  /* line 2526, ../scss/tcommerce_custom.scss */
  .container.pagina-container {
    padding-inline: .5rem;
    padding-top: 5rem;
  }
  /* line 2530, ../scss/tcommerce_custom.scss */
  .container.pagina-container--single-product {
    padding-inline: 0;
    padding-top: 5rem;
    overflow: hidden;
  }
  /* line 2536, ../scss/tcommerce_custom.scss */
  .container.pagina-container--single-product .single-product-thumbs {
    margin-top: 1rem;
    max-height: initial !important;
    overflow: initial !important;
    margin-right: 0 !important;
  }
  /* line 2543, ../scss/tcommerce_custom.scss */
  .container.pagina-container--single-product .single-product-img {
    margin-inline: 1rem;
  }
  /* line 2546, ../scss/tcommerce_custom.scss */
  .container.pagina-container--single-product .single-product-img .swiper-container {
    padding: 1rem;
  }
  /* line 2551, ../scss/tcommerce_custom.scss */
  .container.pagina-container--single-product .single-product-img .swiper-container .swiper-slide .img-full {
    padding-inline: 1rem;
  }
  /* line 2560, ../scss/tcommerce_custom.scss */
  .container.pagina-container.checkout-envio, .container.pagina-container.metodo-pago, .container.pagina-container.checkout-finalizar {
    padding-inline: 0 !important;
  }
  /* line 2564, ../scss/tcommerce_custom.scss */
  .container.pagina-container.checkout-envio .cart-checkout-wrapper .custom-wrapper, .container.pagina-container.metodo-pago .cart-checkout-wrapper .custom-wrapper, .container.pagina-container.checkout-finalizar .cart-checkout-wrapper .custom-wrapper {
    margin-top: 0;
    margin-inline: 0;
  }
  /* line 2571, ../scss/tcommerce_custom.scss */
  .container.pagina-container.checkout-envio .custom-wrapper--finalizar-pedido, .container.pagina-container.metodo-pago .custom-wrapper--finalizar-pedido, .container.pagina-container.checkout-finalizar .custom-wrapper--finalizar-pedido {
    padding-inline: 1rem;
  }
  /* line 2579, ../scss/tcommerce_custom.scss */
  .container.pagina-container.checkout-envio .direcciones-entrega .col-12 {
    padding-inline: 0;
  }
  /* line 2586, ../scss/tcommerce_custom.scss */
  .container.pagina-container .finalizar-pedido .col-12 {
    padding-inline: 0;
  }

  /* line 2591, ../scss/tcommerce_custom.scss */
  .pedido-wrapper {
    padding-inline: 0;
  }

  /* line 2595, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item {
    margin-inline: 0;
    position: relative;
  }
  /* line 2599, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content {
    align-items: start;
  }
  /* line 2603, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 2609, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--center {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  /* line 2614, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--center .add {
    border-top: none;
  }
  /* line 2619, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--precio {
    flex-direction: column;
  }
  /* line 2623, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right {
    width: 50%;
    padding: 0;
    margin: 0;
    height: 3.125rem;
    justify-content: center !important;
    align-items: end;
  }
  /* line 2631, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper {
    padding-top: 0;
  }
  /* line 2634, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .descuento {
    position: absolute;
    left: 0;
    top: 1rem;
    padding-inline: 0.5rem;
    background-color: #D41601;
    color: #fff !important;
    font-weight: 700;
    font-size: 0.7rem !important;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  /* line 2646, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .old-price {
    font-size: .8rem !important;
  }
  /* line 2650, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .precio {
    font-size: .9rem !important;
  }
}
@media (max-width: 767px) and (max-width: 400px) {
  /* line 2654, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .descuento {
    font-size: .6rem;
  }
  /* line 2657, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .old-price, .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .precio {
    font-size: .75rem !important;
  }
}

@media (max-width: 767px) {
  /* line 2665, ../scss/tcommerce_custom.scss */
  .minicart-list-checkout .checkout-product-wrapper.custom-scroll {
    border-bottom: none;
  }

  /* line 2668, ../scss/tcommerce_custom.scss */
  .pedido-info {
    justify-content: center;
  }
  /* line 2671, ../scss/tcommerce_custom.scss */
  .pedido-info--right {
    display: none;
  }

  /* line 2675, ../scss/tcommerce_custom.scss */
  .pedido-wrapper .box-precio {
    margin-bottom: 3rem;
  }
  /* line 2678, ../scss/tcommerce_custom.scss */
  .pedido-wrapper .box-precio--descuento {
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }
  /* line 2684, ../scss/tcommerce_custom.scss */
  .pedido-wrapper .box-precio--subtotal {
    padding: 0;
    text-align: center;
    padding-bottom: 0.5rem;
    margin-inline: 2rem;
    font-size: 1rem;
  }
  /* line 2692, ../scss/tcommerce_custom.scss */
  .pedido-wrapper .box-precio--total {
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }

  /* line 2700, ../scss/tcommerce_custom.scss */
  .minicart-list-checkout .checkout-totals--envio .envio-precio {
    display: flex;
  }

  /* line 2706, ../scss/tcommerce_custom.scss */
  .custom-wrapper--metodo-pago {
    padding-inline: .25rem;
  }
  /* line 2709, ../scss/tcommerce_custom.scss */
  .custom-wrapper--metodo-pago .valor-a-pagar {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: .75rem;
    align-items: center !important;
    justify-content: space-between;
  }
  /* line 2716, ../scss/tcommerce_custom.scss */
  .custom-wrapper--metodo-pago .valor-a-pagar .form-control {
    margin: 0;
    font-size: 0.75rem;
  }

  /* line 2723, ../scss/tcommerce_custom.scss */
  .tarjetas {
    padding-inline: 0;
  }
  /* line 2727, ../scss/tcommerce_custom.scss */
  .tarjetas--cuotas h5 {
    font-size: 1rem;
    font-weight: 600;
  }

  /* line 2735, ../scss/tcommerce_custom.scss */
  .header-right .minicart-wrap .minicart-btn {
    padding: 0;
    background-color: initial;
  }
  /* line 2740, ../scss/tcommerce_custom.scss */
  .header-right .minicart-wrap .minicart-btn div img {
    object-fit: contain;
    width: 1.5rem;
  }
  /* line 2745, ../scss/tcommerce_custom.scss */
  .header-right .minicart-wrap .minicart-btn div .quantity {
    top: -10px;
    right: -10px;
  }

  /* line 2754, ../scss/tcommerce_custom.scss */
  #mobileMenu .offcanvas-footer div:nth-child(1) {
    justify-content: start !important;
    padding-inline: 1rem;
  }
  /* line 2759, ../scss/tcommerce_custom.scss */
  #mobileMenu .offcanvas-footer div:nth-child(1) .redes .btn {
    color: #5f5bff;
  }

  /* line 2768, ../scss/tcommerce_custom.scss */
  .product-mini-wrapper--pedido .product-item .product-content .product-name {
    padding-top: 2rem;
  }

  /* line 2775, ../scss/tcommerce_custom.scss */
  .custom-wrapper--steps .steps {
    margin-inline: 2rem;
  }

  /* line 2779, ../scss/tcommerce_custom.scss */
  .button-next-formas, .button-prev-formas {
    opacity: 1;
    visibility: initial;
    background: #F9F9F9;
    border-radius: 50%;
    border: 1px solid #5f5bff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    width: 2rem;
    height: 2rem;
  }
  /* line 2792, ../scss/tcommerce_custom.scss */
  .button-next-formas::after, .button-prev-formas::after {
    color: #5f5bff;
  }

  /* line 2800, ../scss/tcommerce_custom.scss */
  header.main-header_area {
    margin-inline: 0;
    width: 100%;
    border-radius: 0;
    height: 55px;
  }
  /* line 2806, ../scss/tcommerce_custom.scss */
  header.main-header_area .container {
    padding-inline: 1rem;
  }
  /* line 2809, ../scss/tcommerce_custom.scss */
  header.main-header_area .container .header-logo {
    padding-left: 0;
    width: 8rem;
  }
  /* line 2814, ../scss/tcommerce_custom.scss */
  header.main-header_area .container .header-right {
    padding-right: 0;
  }

  /* line 2819, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content {
    padding-inline: 1rem;
  }
  /* line 2822, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--titulo {
    font-size: 1rem !important;
    font-weight: 600;
    width: 100%;
  }
  /* line 2828, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--descripcion {
    font-size: .8rem !important;
    margin-bottom: .25rem;
    width: 100%;
  }
  /* line 2835, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .new-price {
    font-size: 1.5rem;
  }
  /* line 2839, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .old-price {
    font-size: 1rem;
    font-weight: 500;
  }
  /* line 2844, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .descuento {
    font-weight: 500;
  }
  /* line 2848, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .medios-pago {
    width: 100%;
    margin-top: .5rem;
  }
  /* line 2854, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--cantidad {
    width: 100%;
  }
  /* line 2857, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add {
    flex-direction: row;
    width: 100%;
  }
  /* line 2863, ../scss/tcommerce_custom.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--extra-info {
    width: 100%;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: .85rem;
  }

  /* line 2871, ../scss/tcommerce_custom.scss */
  .formasSwiper .button-next-formas, .formasSwiper .button-prev-formas {
    display: flex;
  }
  /* line 2874, ../scss/tcommerce_custom.scss */
  .formasSwiper .button-next-formas:hover, .formasSwiper .button-prev-formas:hover {
    border-color: #5f5bff;
  }
  /* line 2879, ../scss/tcommerce_custom.scss */
  .formasSwiper .button-next-formas {
    right: 1rem;
  }
  /* line 2883, ../scss/tcommerce_custom.scss */
  .formasSwiper .button-prev-formas {
    left: 1rem;
  }

  /* line 2888, ../scss/tcommerce_custom.scss */
  .product-topbar .widgets-searchbox {
    display: none;
  }

  /* line 2891, ../scss/tcommerce_custom.scss */
  .container.pagina-container .producto-relacionados .swiper-wrapper .swiper-slide {
    padding-inline: 0;
    /*.product-item {
        margin-inline: 0;
    }*/
  }
}
@media (max-width: 424px) {
  /* line 2901, ../scss/tcommerce_custom.scss */
  section.categorias .swiper-slide .card-categoria {
    min-height: 3rem;
  }
  /* line 2904, ../scss/tcommerce_custom.scss */
  section.categorias .swiper-slide .card-categoria h3 {
    margin-block: 0;
  }

  /* line 2909, ../scss/tcommerce_custom.scss */
  .product-item .product-content .product-precio {
    font-size: .85rem;
  }
  /* line 2912, ../scss/tcommerce_custom.scss */
  .product-item .product-content .product-precio .old-price {
    margin-inline: 0 !important;
  }
}
/*
@media(min-width: 768px) {
	section.categorias .swiper-slide {
		width: fit-content !important;
	}
}*/
/* line 2927, ../scss/tcommerce_custom.scss */
.proveedores {
  margin-inline: 20% !important;
}
/* line 2930, ../scss/tcommerce_custom.scss */
.proveedores img {
  width: 300px !important;
}
/* line 2935, ../scss/tcommerce_custom.scss */
.proveedores .multiple-banners .plugin-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  /* line 2935, ../scss/tcommerce_custom.scss */
  .proveedores .multiple-banners .plugin-wrapper {
    width: 100%;
  }
}

/* line 2944, ../scss/tcommerce_custom.scss */
.home-titulo {
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 1.5rem;
}

/* line 2959, ../scss/tcommerce_custom.scss */
.pedidos-navbar--seguir-comprando {
  margin: 0;
}

/* line 2967, ../scss/tcommerce_custom.scss */
.variantes-box .variante .product-sku {
  display: none;
}
/* line 2971, ../scss/tcommerce_custom.scss */
.variantes-box .variante .product-sinonimo {
  display: none;
}

/* line 2977, ../scss/tcommerce_custom.scss */
.mi-cuenta {
  margin: auto;
  padding-inline: 10% !important;
}

/* line 2983, ../scss/tcommerce_custom.scss */
.super-menu {
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  position: absolute;
  top: 85px;
  left: 0;
  background-color: white;
}
/* line 2993, ../scss/tcommerce_custom.scss */
.super-menu ul {
  display: none;
  color: red !important;
  position: absolute;
  top: 0;
  left: 200px;
}
/* line 3000, ../scss/tcommerce_custom.scss */
.super-menu ul ul {
  color: blue !important;
  position: absolute;
  top: 0;
  left: 450px;
}
/* line 3009, ../scss/tcommerce_custom.scss */
.super-menu--categoria {
  width: 33%;
  font-size: 1rem;
}
/* line 3014, ../scss/tcommerce_custom.scss */
.super-menu--hijos {
  position: absolute;
  left: 33%;
  top: 0;
}
/* line 3020, ../scss/tcommerce_custom.scss */
.super-menu--hijos-2 {
  position: absolute;
  left: 66%;
  top: 0;
}

/* line 3027, ../scss/tcommerce_custom.scss */
.main-nav > ul > li:hover > .drop-menu > li:hover > .drop-menu > li:hover > .drop-menu {
  top: 0;
}

/* line 3033, ../scss/tcommerce_custom.scss */
.drop-menu li {
  position: static !important;
  margin-bottom: 0 !important;
}
/* line 3037, ../scss/tcommerce_custom.scss */
.drop-menu li:hover {
  position: static !important;
}
/* line 3042, ../scss/tcommerce_custom.scss */
.drop-menu li .drop-menu li {
  position: static;
  margin-bottom: 0 !important;
}
/* line 3046, ../scss/tcommerce_custom.scss */
.drop-menu li .drop-menu li:hover {
  position: static !important;
}
/* line 3053, ../scss/tcommerce_custom.scss */
.drop-menu li .drop-menu.sub-dropdown {
  height: 100%;
  scrollbar-color: #5f5bff #BDBDBD;
  scrollbar-width: thin;
}
/* line 3059, ../scss/tcommerce_custom.scss */
.drop-menu li .drop-menu.sub-dropdown a.achicar {
  font-size: 11px !important;
}

/* line 3078, ../scss/tcommerce_custom.scss */
.estado-pedido-danger {
  font-weight: bold;
  color: #D41601;
}
/* line 3083, ../scss/tcommerce_custom.scss */
.estado-pedido-success {
  font-weight: bold;
  color: #07C98B;
}
/* line 3088, ../scss/tcommerce_custom.scss */
.estado-pedido-warning {
  font-weight: bold;
  color: orange;
}
/* line 3093, ../scss/tcommerce_custom.scss */
.estado-pedidoyellow {
  font-weight: bold;
  color: #5f5bff;
}
/* line 3098, ../scss/tcommerce_custom.scss */
.estado-pedido-danger {
  font-weight: bold;
  color: #D41601;
}

@media (max-width: 768px) {
  /* line 3106, ../scss/tcommerce_custom.scss */
  header .minicart--list .producto-carrito--contenido--precio {
    right: -5% !important;
    font-size: .8rem;
  }
}
