@charset "UTF-8";
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Thin-Trial.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-ThinItalic-Trial.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Extralight-Trial.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-ExtralightItalic-Trial.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-LightItalic-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-SemiboldItalic-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Black-Trial.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-BlackItalic-Trial.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-Super-Trial.otf") format("opentype");
  font-weight: 950;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../tipografa/Graphik-SuperItalic-Trial.otf") format("opentype");
  font-weight: 950;
  font-style: italic;
}
.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) {
  .custom-wrapper {
    margin-inline: 1rem;
  }
}
.custom-wrapper--steps {
  background-color: unset;
}
@media (min-width: 888px) {
  .custom-wrapper--steps {
    padding: 2rem 6rem;
    background-color: white;
  }
}
@media (max-width: 888px) {
  .custom-wrapper--steps {
    box-shadow: none;
  }
}
.custom-wrapper--agregar {
  padding: 1rem 2rem;
  cursor: initial !important;
}
.custom-wrapper--metodo-envio {
  padding: 2rem;
}
.custom-wrapper--metodo-pago {
  padding: 1rem;
}
@media (min-width: 888px) {
  .custom-wrapper--metodo-pago {
    padding: 2rem;
  }
}
.custom-wrapper--finalizar-pedido {
  padding: 2rem;
}
.custom-wrapper--titulo {
  color: #193c6c;
}
.custom-wrapper--descripcion {
  color: #BDBDBD;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.steps .step-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: none;
  transition: 0.4s;
  background-color: grey;
}
.steps .step-button.completado {
  background-color: #269435;
  color: white;
}
.steps .step-button.completado::before {
  font: var(--fa-font-solid) !important;
  content: "\f00c" !important;
  color: white !important;
}
.steps .step-button.incompleto {
  background-color: grey;
}
.steps .step-button.actual {
  background-color: #193c6c;
  border: 1px solid #151515;
}
.steps .step-item {
  z-index: 10;
  text-align: center;
}
.steps .step-item:nth-child(2) .step-button::before {
  content: "1";
}
.steps .step-item:nth-child(3) .step-button::before {
  content: "2";
}
.steps .step-item:nth-child(4) .step-button::before {
  content: "3";
}
.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) {
  .steps #progress {
    width: 85%;
  }
}
.steps #progress::-webkit-progress-bar {
  background-color: #DADADA !important;
}
.steps #progress::-webkit-progress-value {
  background-color: #269435;
  transition: 0.5s ease;
  border-radius: 2rem;
}

.minicart-list-checkout {
  width: 100%;
}
@media (min-width: 888px) {
  .minicart-list-checkout .checkout-product-wrapper {
    height: 40vh !important;
    overflow-y: scroll;
  }
}
.minicart-list-checkout .checkout-titulo {
  font-size: 1.2rem;
  font-weight: 500;
  color: #151515;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #BDBDBD;
  margin-inline: 1rem;
}
.minicart-list-checkout .checkout-product {
  display: flex;
  padding: 0.5rem 1rem;
  width: 100%;
}
.minicart-list-checkout .checkout-product--img {
  width: 25%;
  display: flex;
}
.minicart-list-checkout .checkout-product--img img {
  object-fit: contain;
}
.minicart-list-checkout .checkout-product--content {
  padding: 1rem;
  font-weight: 400;
  font-size: 0.9rem;
  width: 100%;
}
.minicart-list-checkout .checkout-product--cantprecio {
  display: flex;
  justify-content: space-between;
  padding-inline: 1rem;
  padding-top: 0.1rem;
  margin-top: 1rem;
  text-align: right;
  width: 100%;
  border-top: 1px solid #BDBDBD;
  color: #BDBDBD;
}
.minicart-list-checkout .checkout-product--precio {
  font-weight: 600;
  font-size: 1rem;
}
.minicart-list-checkout .checkout-totals {
  border-top: 2px solid #BDBDBD;
  padding: 5% 15% !important;
  font-weight: 300;
  color: #151515;
  font-size: 1rem;
}
.minicart-list-checkout .checkout-totals u {
  margin-right: 2rem;
  text-decoration: none;
}
.minicart-list-checkout .checkout-totals--subtotal {
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.minicart-list-checkout .checkout-totals--total {
  padding-top: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}
.minicart-list-checkout .checkout-totals--descuento {
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}
.minicart-list-checkout .checkout-totals--envio .envio-precio {
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
}

.cart-checkout-wrapper {
  position: sticky;
  top: 4rem;
  height: min-content;
}

.card-direccion {
  padding: 1rem;
  border: 1px solid #193c6c;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  height: 100%;
}
.card-direccion--agregar {
  cursor: initial;
}
.card-direccion.active {
  border: 3px solid #193c6c;
  box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.75);
}
.card-direccion--header {
  text-align: center;
}
.card-direccion--footer {
  font-size: 0.8rem;
  font-weight: 300;
  color: #FF4343;
}
.card-direccion--footer a {
  font-weight: 600;
  color: inherit;
}
.card-direccion u {
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 888px) {
  .card-direccion--agregar {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: unset;
    box-shadow: none;
  }
}

.agregar-direccion {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.agregar-direccion--button {
  height: 40px;
  width: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agregar-direccion--text {
  width: 100%;
  text-align: center;
  transition: color 0.3s;
  font-size: 0.9rem;
}
.agregar-direccion--text:hover {
  color: #193c6c;
}

.direcciones-entrega {
  display: flex;
}
.direcciones-entrega--titulo {
  font-size: 1rem;
}
.direcciones-entrega--subtitulo {
  font-size: 0.9rem;
  font-weight: 300;
  color: #BDBDBD;
}

.nueva-direccion-wrapper {
  padding: 1rem 2rem;
  align-items: center;
}
@media (max-width: 888px) {
  .nueva-direccion-wrapper {
    padding: 0.1rem;
  }
}
.nueva-direccion-wrapper .custom-input {
  margin-bottom: 1rem;
}
.nueva-direccion-wrapper .custom-input label {
  background-color: white;
}

.metodo-envio {
  padding: 2rem;
}
.metodo-envio--error {
  display: flex;
  justify-content: center;
}

.continuar-compra {
  display: flex;
  justify-content: end;
}
.continuar-compra button {
  width: 30%;
}

.metodo-pago .valor-a-pagar {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  .metodo-pago .valor-a-pagar {
    font-size: 0.9rem;
  }
}
.metodo-pago .doble-pago-buttons {
  display: flex;
  justify-content: center;
}

.radio-pago-wrapper .radio-pago {
  padding: 0.5rem 2rem;
  margin-block: 0.5rem;
  width: 100%;
  font-size: 0.9rem;
  cursor: pointer;
}
.radio-pago-wrapper .radio-pago.active {
  border: 2px solid #193c6c;
  box-shadow: 0 1.6px 8px rgba(0, 0, 0, 0.25);
}
.radio-pago-wrapper .radio-pago.active .custom-card--descripcion {
  color: #151515;
}
.radio-pago-wrapper .radio-pago input {
  display: none;
}

.tarjetas {
  padding: 1rem 3rem;
}
.tarjetas--cuotas {
  margin-top: 1rem;
}

.finalizar-pedido .card-resumen {
  padding: 1rem;
  margin-block: 0.5rem;
}

.pedido-success {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 10%;
}
.pedido-success h1 {
  width: 100%;
  text-align: center;
  color: #193c6c;
  font-size: 1.6rem;
}
.pedido-success h2 {
  color: #151515;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}

.facturacion .custom-input {
  margin-top: 0.75rem;
}
.facturacion .custom-input label {
  background-color: white;
}

footer .footer {
  position: relative;
  z-index: 500;
  padding: 2rem;
  color: #151515;
  background-color: #BDBDBD;
  font-weight: 300;
  font-size: 1rem;
}
@media (max-width: 888px) {
  footer .footer {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
footer .footer dt {
  margin-bottom: 1rem;
}
footer .footer .logo {
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  footer .footer .logo {
    margin-bottom: 1rem;
  }
}
footer .footer .logo img {
  width: 100%;
  object-fit: contain;
}
footer .footer .logo .redes {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
@media (max-width: 888px) {
  footer .footer .logo .redes {
    margin-top: 0.5rem;
  }
}
footer .footer .logo .redes a {
  margin: 0 0.2rem;
}
footer .footer .logo .redes a i {
  font-size: 2rem;
}
footer .footer .contactanos address dd {
  margin-bottom: 0.25rem;
}
footer .footer .contactanos address dd a {
  margin-left: 0.5rem;
}
footer .footer .contactenme {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .footer .contactenme dd {
  display: flex;
  justify-content: center;
}
@media (min-width: 888px) {
  footer .footer .contactenme dd a {
    margin-top: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
  }
}
@media (max-width: 888px) {
  footer .footer .contactenme dd a {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }
}
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) {
  footer .copy {
    margin-bottom: 70px;
    font-size: 0.8rem;
  }
}
footer .copy a {
  color: white;
}
footer .copy .logo-tcommerce {
  padding: 0.5rem 1rem;
}
footer .copy .logo-tcommerce img {
  width: 110px;
  margin-bottom: 5px;
}

header {
  background: rgb(249, 189, 36);
  background: linear-gradient(180deg, #151515 0%, rgba(21, 21, 21, 0.8) 25%, rgba(21, 21, 21, 0.6) 50%, rgba(21, 21, 21, 0.3) 75%, rgba(21, 21, 21, 0) 100%);
  position: absolute;
  width: 85%;
  z-index: 1050 !important;
  box-shadow: none !important;
  color: white !important;
  height: 65px;
  width: 100%;
  height: 100px;
}
@media (max-width: 888px) {
  header {
    height: 85px;
    padding-block: 0.25rem;
    padding-bottom: 1.5rem;
    width: 100%;
  }
  header .btn {
    font-size: 0.75rem;
  }
}
header .main-header {
  height: 100%;
}
header .main-header .header-middle {
  height: 100%;
}
header .main-header .header-middle .container-header {
  height: 100%;
}
header .container-header {
  padding-left: 3%;
  padding-right: 5%;
}
header .sticky {
  height: 75px;
  padding-block: 0.25rem;
  background: #151515;
  background-color: rgba(21, 21, 21, 0.8);
}
header .sticky .header-middle-wrap {
  margin-bottom: 0;
}
header .nimbus-links a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: white !important;
}
header .header-logo {
  padding-left: 2.5rem;
}
header .header-logo img {
  width: 350px;
}
@media (max-width: 888px) {
  header .header-logo {
    padding-left: 1rem;
    width: 25%;
  }
}
@media (min-width: 888px) {
  header .carrito-box {
    cursor: initial !important;
  }
  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: 0.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) {
  header .carrito-box {
    position: fixed;
    height: auto !important;
    z-index: 5000;
    width: 70%;
  }
}
header .minicart {
  color: #151515;
}
@media (max-width: 888px) {
  header .minicart {
    height: auto !important;
    justify-content: center !important;
    padding: 2.5rem 2rem !important;
  }
}
header .minicart--heading {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
header .minicart--heading .button-close {
  font-size: 1.5rem;
}
header .minicart--triangulo {
  position: absolute;
  top: -51;
  font-size: 100px;
  color: white;
  right: 70px;
}
@media (max-width: 888px) {
  header .minicart--triangulo {
    display: none;
  }
}
header .minicart--content {
  margin: 0.5rem 0.75rem;
  margin: auto;
  width: 100%;
}
header .minicart--content .no-hay-pedido {
  text-align: center;
}
header .minicart--list {
  overflow-y: scroll;
  height: 40vh;
}
header .minicart--list .producto-carrito {
  margin-right: 1rem;
  padding-block: 0.6rem;
  display: flex;
  position: relative;
  align-items: center;
}
header .minicart--list .producto-carrito--eliminar {
  position: absolute;
  right: 0;
  top: 0;
  color: #193c6c;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  cursor: pointer;
}
header .minicart--list .producto-carrito--imagen {
  width: 25%;
}
header .minicart--list .producto-carrito--contenido {
  position: relative;
  width: 100%;
  margin: 0.5rem 1.5rem;
}
header .minicart--list .producto-carrito--contenido--titulo {
  width: 100%;
}
header .minicart--list .producto-carrito--contenido .add--cantidad {
  border: 2px solid #193c6c !important;
  width: 6rem;
}
header .minicart--list .producto-carrito--contenido--precio {
  font-weight: 500;
  font-size: 1rem;
  color: #151515;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
header .minicart--total {
  margin-top: 1rem;
  background-color: #DADADA;
  border-radius: inherit;
  padding: 1rem !important;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
header .minicart--footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1rem;
}
header .minicart--footer .btn-ver {
  height: 1.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
}
header .minicart--footer .btn-vaciar {
  margin-top: 0.5rem;
  width: 100%;
  color: #193c6c;
  text-align: center;
}
header .btn-user {
  height: 2.25rem;
}
header .btn-user--auth {
  font-size: 1rem;
}
header .btn-user--auth::before {
  font: var(--fa-font-regular);
  content: "\f007";
}
header .btn-user--noauth {
  font-size: 1rem;
}
header .btn-user--noauth::before {
  content: "Ingreso";
}
header .btn-search {
  color: white;
}
@media (max-width: 888px) {
  header .btn-search {
    display: none !important;
  }
}
header .btn-search--icon::before {
  font: var(--fa-font-solid);
  content: "\f002";
}
header .header-vendedor {
  position: absolute;
}

#mobileMenu {
  width: 350px;
}
#mobileMenu .offcanvas-header {
  background-color: #193c6c;
}
#mobileMenu .offcanvas-header img {
  width: 6rem;
}
#mobileMenu .offcanvas-body .navbar-nav {
  padding-left: 0;
}
#mobileMenu .offcanvas-body .navbar-nav .navbar-nav {
  padding-left: 5%;
}
#mobileMenu .offcanvas-body .nav-item {
  font-size: 1.1rem;
  padding-block: 0.1rem;
  position: relative;
  color: #151515;
}
#mobileMenu .offcanvas-body .nav-item:last-child {
  border-bottom: none;
}
#mobileMenu .offcanvas-body .nav-item--productos .icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #193c6c;
  font-size: 1.2rem;
  padding-top: 0.5rem;
  cursor: pointer;
  width: 50px;
  display: flex;
  justify-content: end;
  height: 100%;
}
#mobileMenu .offcanvas-footer {
  padding: 0.5rem 0;
  background-color: #151515;
}

.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: 0.75rem;
}
@media (min-width: 888px) {
  .menu-mobile-bottom {
    display: none;
  }
}
.menu-mobile-bottom--item {
  width: 25%;
}
.menu-mobile-bottom--item a {
  color: #151515;
  text-align: center;
}
.menu-mobile-bottom--item--icon {
  font-size: 1.5rem;
  text-align: center;
  color: #193c6c;
}
.menu-mobile-bottom--item--text {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 0.2rem;
}

.drop-holder {
  position: relative;
}
.drop-holder .drop-menu {
  background-color: #151515;
  border-radius: 5px;
  left: 0;
  padding: 1rem 0rem 1rem 2rem;
}
.drop-holder .drop-menu a {
  color: white !important;
}
.drop-holder .drop-menu li {
  border-bottom: 0.5px solid #BDBDBD;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}
.drop-holder .drop-menu li:hover {
  position: relative;
}
.drop-holder .drop-menu li .icon {
  padding-inline: 1rem;
  padding-right: 1.5rem;
  right: 0;
  color: #193c6c;
}
.dropdown-menu {
  background-color: #151515;
}
.dropdown-menu .dropdown-item {
  color: white;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #193c6c;
  color: #151515;
}

.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);
}
.searchbox .custom-input label {
  background: white;
}
.searchbox--titulo {
  display: none;
  font-weight: bold;
  font-size: 1.2rem;
}
.searchbox--listado--titulo {
  font-weight: bold;
  margin-top: 0.5rem;
}

#buscadorModal .modal-dialog {
  margin-top: 25vh;
}

.custom-wrapper--registrar-comercio {
  padding: 2rem;
}
@media (max-width: 888px) {
  .custom-wrapper--registrar-comercio {
    padding: 0;
  }
}

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

.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login--title {
  text-align: center;
  margin-bottom: 1rem;
}
.login--wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 10%;
}
.login--wrapper .custom-input {
  width: 100%;
  margin-top: 1.25rem;
}
.login--wrapper--olvide {
  display: flex;
  justify-content: end;
  width: 100%;
}
.login--wrapper--olvide .btn-olvide-contraseña {
  color: #151515 !important;
}
.login--wrapper--ingresar {
  margin-top: 1.25rem;
  width: 100%;
}
@media (max-width: 888px) {
  .login--wrapper--ingresar {
    display: flex;
    justify-content: center;
  }
}
.login--wrapper--ingresar button {
  padding: 0.5rem 3rem;
}
.login--wrapper--registrate {
  margin-top: 1.25rem;
  width: 100%;
  font-weight: 300;
}
@media (max-width: 888px) {
  .login--wrapper--registrate {
    display: flex;
    justify-content: center;
  }
}
.login--wrapper--registrate a {
  margin-left: 0.25rem;
  font-weight: 600;
}
.login--wrapper--volver {
  display: flex;
  justify-content: end;
  margin-top: 2rem;
}
.login--wrapper--volver button {
  color: #151515;
}
.login--wrapper .btn-recuperar {
  margin-top: 1.25rem;
  padding: 0.5rem 3rem;
}

.registro-ocasional {
  padding: 5%;
  height: 100%;
  width: 100%;
}
.registro-ocasional .custom-input {
  margin-bottom: 1rem;
}
.registro-ocasional--choices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  height: 100%;
  align-content: center;
}
.registro-ocasional .btn-registro {
  width: 100%;
  font-size: 1.5rem;
  background-color: #193c6c;
  color: white;
  transition: 0.3s ease-in-out;
}
.registro-ocasional .btn-registro:hover {
  opacity: 0.8;
}

.registrar-comercio .custom-input {
  margin: 0.25rem;
}
.registrar-comercio .custom-input label {
  background-color: white;
}

.mi-cuenta .custom-card {
  margin: 0.5rem;
}
.mi-cuenta .card-direccion {
  height: unset;
}
.mi-cuenta .custom-input {
  margin: 1rem;
}
.mi-cuenta .custom-input label {
  background-color: white;
}

.pedido-info {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 0.9rem;
  border-bottom: 1px solid #878787;
  margin-bottom: 0.5rem;
}
@media (max-width: 888px) {
  .pedido-info {
    padding-top: 1rem;
  }
}

.pedido-wrapper {
  border-radius: 15px;
}
@media (min-width: 888px) {
  .pedido-wrapper {
    padding: 1rem 2rem;
  }
}

.product-mini-wrapper--pedido .product-item {
  position: relative;
}
.product-mini-wrapper--pedido .product-item .product-img {
  width: 25%;
  padding: 1rem;
  height: unset;
  border: none;
}
@media (max-width: 888px) {
  .product-mini-wrapper--pedido .product-item .product-img {
    width: 40%;
  }
}
.product-mini-wrapper--pedido .product-item .product-content {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 888px) {
  .product-mini-wrapper--pedido .product-item .product-content {
    width: 60%;
  }
}
.product-mini-wrapper--pedido .product-item .product-content--left {
  width: 35%;
  border-right: 1px solid #878787;
}
@media (max-width: 888px) {
  .product-mini-wrapper--pedido .product-item .product-content--left {
    width: 100%;
    border-right: none;
  }
}
.product-mini-wrapper--pedido .product-item .product-content--center {
  width: 30%;
  display: flex;
  justify-content: end;
  padding-left: 1rem;
}
@media (max-width: 888px) {
  .product-mini-wrapper--pedido .product-item .product-content--center {
    width: 100%;
    justify-content: start;
  }
}
.product-mini-wrapper--pedido .product-item .product-content--right {
  width: 35%;
}
@media (max-width: 888px) {
  .product-mini-wrapper--pedido .product-item .product-content--right {
    width: 100%;
    display: flex;
    justify-content: start !important;
  }
}
.product-mini-wrapper--pedido .product-item .product-content .product-name {
  height: auto;
}
.product-mini-wrapper--pedido .product-item .product-content .add {
  width: 6rem;
}
.product-mini-wrapper--pedido .product-item .product-content .add--cantidad button {
  color: black;
}
.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) {
  .product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper {
    padding-top: 0.5rem;
  }
}
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .descuento {
  color: #269435;
  font-size: 0.75rem;
  width: max-content;
  padding-right: 0.5rem;
}
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .old-price {
  width: max-content;
  font-weight: 600;
  font-size: 1.35rem;
}
.product-mini-wrapper--pedido .product-item .product-content .precio-cantidad-wrapper .precio {
  width: 100%;
  font-size: 1.6rem;
  text-align: right;
}
.product-mini-wrapper--pedido .product-item .product-remove {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.box-precio {
  margin-top: 1rem;
  padding: 1rem;
  height: min-content;
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 888px) {
  .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;
  }
}
.box-precio--titulo {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border-bottom: 1px solid #878787;
}
@media (max-width: 888px) {
  .box-precio--titulo {
    display: none;
  }
}
.box-precio--descuento {
  padding-left: 4rem;
  font-weight: 400;
}
.box-precio--subtotal {
  padding-left: 4rem;
  font-weight: 400;
  color: #BDBDBD;
}
.box-precio--total {
  padding-left: 4rem;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.box-precio .boton-comprar {
  display: flex;
  justify-content: end;
  height: 3.5rem;
  margin-top: 1rem;
}
.box-precio .boton-comprar button {
  font-size: 1.2rem;
}

.mis-pedidos--titulo {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.mis-pedidos u {
  color: #151515;
  font-weight: bold;
  text-decoration: none;
}
.mis-pedidos .custom-card {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 888px) {
  .mis-pedidos .custom-card {
    margin: 1rem;
  }
}
.mis-pedidos .custom-card .ver-detalles-wrapper {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  .mis-pedidos .custom-card .ver-detalles-wrapper {
    justify-content: center;
  }
}
.mis-pedidos .custom-card .custom-wrapper {
  margin: 0;
}
.mis-pedidos .estado-pedido-danger {
  font-weight: bold;
  color: #FF4343;
}
.mis-pedidos .estado-pedido-success {
  font-weight: bold;
  color: #269435;
}
.mis-pedidos .estado-pedido-warning {
  font-weight: bold;
  color: orange;
}
.mis-pedidos .estado-pedidoyellow {
  font-weight: bold;
  color: #193c6c;
}
.mis-pedidos .estado-pedido-danger {
  font-weight: bold;
  color: #FF4343;
}

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

#loginModal .custom-input label {
  background-color: white;
}

.banners img {
  width: 100%;
}

.swiper {
  overflow: hidden;
  padding-top: 0.5rem;
}
@media (max-width: 888px) {
  .swiper.CategoriasSwiper, .swiper.MarcasSwiper {
    padding-left: 5%;
  }
}
@media (min-width: 888px) {
  .swiper.CategoriasSwiper, .swiper.MarcasSwiper {
    margin: 0 10%;
  }
}
.swiper .swiper-wrapper {
  height: min-content;
  margin-bottom: 1.5rem;
}
.swiper .swiper-scrollbar {
  display: none;
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #193c6c;
}

.carousel-button-control-next,
.carousel-button-control-prev {
  background: white !important;
  color: #193c6c;
  padding: 1rem;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid lightgrey;
}
.carousel-button-control-next i,
.carousel-button-control-prev i {
  font-size: 1.5rem;
}

.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) {
  .button-next,
  .button-prev {
    display: none;
  }
}

.button-next {
  right: 5rem;
}

.button-prev {
  left: 5rem;
}

.banner-news .carousel {
  width: 100%;
}
@media (min-width: 888px) {
  .banner-news .carousel {
    min-height: 100%;
  }
}
@media (max-width: 999px) {
  .banner-news .carousel img {
    object-fit: contain;
    min-height: 100%;
  }
}

.categorias {
  padding: 1rem 0;
}
.categorias .ver-marcas {
  display: none !important;
}
.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) {
  .categorias .card-categoria .card-icon {
    height: 4.5rem;
    width: 4.5rem;
    padding: 0.7rem;
  }
  .categorias .card-categoria .card-icon i {
    display: flex;
    justify-content: center;
  }
  .categorias .card-categoria .card-icon i img {
    width: 80%;
  }
}
.categorias .card-categoria h3 {
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media (max-width: 888px) {
  .categorias .card-categoria h3 {
    font-size: 0.8rem;
    font-weight: 500;
  }
}

.productos {
  background-color: #DADADA;
}

.single-product-thumbs {
  overflow-y: auto;
  max-height: 400px;
  height: 100%;
}
.single-product-thumbs .swiper-slide {
  margin-block: 0.25rem;
}

.single-product-slider .swiper-slide .single-img img {
  object-fit: contain;
}

.variante {
  display: none;
}

.variante.active {
  display: block;
}

.product-mini-wrapper {
  transition: 0.2s width;
  padding: 1rem 0.25rem;
}
.product-mini-wrapper.list {
  width: 100%;
}
.product-mini-wrapper.list .variantes-box {
  width: 100%;
}
.product-mini-wrapper.list .variantes-box .product-item {
  display: flex;
}
.product-mini-wrapper.list .variantes-box .product-item .product-img {
  margin: auto;
}
@media (max-width: 888px) {
  .product-mini-wrapper.list .variantes-box .product-item .product-img {
    width: 50%;
  }
}
.product-mini-wrapper.list .variantes-box .product-item .product-content {
  margin: auto;
}
.product-mini-wrapper.list .variantes-box .product-item .product-content .product-precio {
  justify-content: center;
}
@media (max-width: 888px) {
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add {
    flex-wrap: wrap;
    height: auto;
  }
  .product-mini-wrapper.list .variantes-box .product-item .product-content .add--cantidad {
    margin-bottom: 1rem;
  }
}
.product-mini-wrapper.grid {
  width: 25%;
}
@media (max-width: 888px) {
  .product-mini-wrapper.grid {
    width: 100%;
  }
}

.product-item {
  background-color: white;
  border-radius: 1em;
  margin: 0 0.2em;
  box-shadow: 0px 1.60101px 8.00503px rgba(0, 0, 0, 0.25);
  position: relative;
}
.product-item .product-labels {
  position: absolute;
  z-index: 200;
  border-top-left-radius: 1em;
  display: flex;
  font-size: 0.8em;
  background-color: #269435;
  border-bottom-right-radius: 1.5em;
  left: 0;
  font-size: 1rem;
}
.product-item .product-labels--left {
  z-index: 600;
  background-color: #FF4343;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 0.3em 1em;
  color: white;
}
.product-item .product-labels--right {
  z-index: 550;
  background-color: #269435;
  border-top-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 0.3em 1em 0.3em 0.5em;
  color: white;
}
.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) {
  .product-item .product-img {
    height: 225px;
    min-width: 50%;
    max-width: 95%;
    border-bottom: none;
    margin: auto;
  }
}
.product-item .product-img img {
  width: 100%;
  object-fit: contain;
  min-height: 80%;
  height: 100px;
}
.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) {
  .product-item .product-img .product-escalas {
    height: auto;
  }
}
.product-item .product-img .product-escalas .escala {
  width: 50%;
}
.product-item .product-img .product-escalas .escala--nombre {
  font-size: 0.8em;
  text-align: center;
  height: 1rem;
  overflow: hidden;
}
@media (min-width: 888px) {
  .product-item .product-img .product-escalas .escala--nombre {
    font-size: 0.7rem;
  }
}
.product-item .product-img .product-escalas .escala--select {
  font-size: 0.9em;
  padding: 0;
  text-align: center;
}
@media (min-width: 888px) {
  .product-item .product-img .product-escalas .escala--select {
    font-size: 0.8rem;
  }
}
.product-item .product-img .product-escalas .escala--loading {
  display: none;
  width: 100%;
}
.product-item .product-img .product-escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #193c6c;
}
.product-item .product-content {
  padding: 0.5em 1em;
  text-align: left;
  padding-bottom: 1em;
  border: 0;
}
@media (max-width: 888px) {
  .product-item .product-content {
    padding: 0.5em 0.5rem 0.5rem 0.5rem;
  }
}
.product-item .product-content .product-marca {
  line-height: 1;
  font-size: 0.8em;
  color: #bdbdbd;
  font-weight: 500;
  padding-bottom: 0.3em;
}
.product-item .product-content .product-name {
  font-weight: 400;
  height: 2.4em;
  line-height: 1.2;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.7em;
  font-size: 0.95em;
}
.product-item .product-content .product-description {
  color: #151515 !important;
  font-size: 0.8em !important;
  font-weight: 300;
  margin-bottom: 0.75em;
  height: 1em;
  line-height: 1.2;
}
.product-item .product-content .product-sku,
.product-item .product-content .product-sinonimo,
.product-item .product-content .product-barcode {
  font-size: 0.8rem;
}
.product-item .product-content .product-precio {
  display: flex;
}
.product-item .product-content .product-precio .new-price {
  font-weight: bold;
}
.product-item .product-content .product-precio .old-price {
  text-align: right;
  text-decoration: line-through;
  color: #BDBDBD;
  font-size: 1em;
  font-weight: 500;
}
.product-item .product-content .product-precio .descuento {
  display: none;
}
.product-item .product-content .add {
  margin-bottom: 0.5rem;
}
.product-item .product-content .product-label-cuotas {
  display: flex;
  justify-content: center;
  color: #878787;
  font-weight: 300;
  text-align: center;
  font-size: 0.9em;
  /* @media (max-width: 888px) {
     position: absolute;
     bottom: 0;
     right: .5rem;
     font-size: .8rem;
     color: $gris;

   }*/
}

.product-grid-view {
  padding: 1rem 6rem 1rem 4rem;
}
@media (max-width: 888px) {
  .product-grid-view {
    padding: 0 1rem;
    margin: 0;
  }
}

.add {
  height: 1.8rem;
}
.add--cantidad {
  display: flex;
  align-items: center;
  border: 2px solid #193c6c;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  /* Firefox */
}
.add--cantidad input::-webkit-outer-spin-button,
.add--cantidad input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.add--cantidad input[type=number].pym-input-cantidad {
  -moz-appearance: textfield !important;
}
.add--cantidad input {
  border: none;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.add--cantidad .btn-mas, .add--cantidad .btn-menos {
  font-weight: bold;
  font-size: 1.2rem;
  color: #151515;
}
.add--cantidad .btn-mas:disabled, .add--cantidad .btn-menos:disabled {
  color: #BDBDBD;
}
.add--cantidad .btn-menos {
  padding: 0 0 0 0.5rem;
}
.add--cantidad .btn-mas {
  padding: 0 0.5rem 0 0;
}
.add--cantidad .btn-mas:focus {
  color: inherit;
}
.add .btn-agregar {
  height: 30px;
  width: 120px;
  font-size: 0.9rem;
  background-color: #193c6c;
  color: white;
  border-radius: 2rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add .btn-agregar--icon {
  margin-right: 0.25rem;
  filter: brightness(0) invert(1);
}
.add .btn-agregar:hover {
  filter: brightness(1.1);
  transition: 0.5s filter;
}

.product-topbar {
  padding-right: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 888px) {
  .product-topbar {
    padding-right: 0;
    justify-content: space-around;
  }
}
.product-topbar .buscador {
  display: none;
}
@media (max-width: 888px) {
  .product-topbar .modeview {
    display: none;
    padding: 1rem;
  }
}
.product-topbar .order {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .product-topbar .order select#selectSort {
    font-size: 11px !important;
  }
}

.product-banners .banner-wrapper {
  display: flex;
  padding: 1rem 5.5rem 0 2rem;
}
@media (max-width: 888px) {
  .product-banners .banner-wrapper {
    padding: 1rem 0;
  }
}
.product-banners .banner-wrapper .banner {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative !important;
}
.product-banners .banner-wrapper .banner--left {
  padding: 0 0.25rem 0 1rem;
  width: 100%;
}
.product-banners .banner-wrapper .banner--right {
  padding: 0 1rem 0 0.25rem;
  width: 100%;
}
.product-banners .banner-wrapper .banner img {
  max-height: 350px;
  border-radius: 15px;
}
@media (max-width: 888px) {
  .product-banners .banner-wrapper .banner img {
    height: 45vh !important;
    object-fit: contain;
  }
}

.custom-wrapper--producto {
  padding: 2rem;
}
@media (max-width: 888px) {
  .custom-wrapper--producto {
    padding: 0;
  }
}

@media (max-width: 888px) {
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 888px) {
  .single-product-thumbs {
    max-height: 90vh;
    padding-right: 1rem;
    height: 100%;
  }
  .single-product-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .single-product-thumbs .swiper-slide {
    height: min-content;
    width: 100% !important;
  }
}

@media (min-width: 888px) {
  .single-product-img {
    max-height: 90vh;
  }
  .single-product-img .img-full {
    padding-inline: 1rem;
  }
}
@media (max-width: 888px) {
  .single-product-img .img-full {
    height: 35vh !important;
    object-fit: contain;
  }
}

.single-product-content {
  border: 1px solid #BDBDBD;
  padding: 2rem;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  height: min-content;
  top: 5rem;
}
.single-product-content .product-stock {
  width: 100%;
}
@media (max-width: 888px) {
  .single-product-content {
    position: relative;
    top: 0;
    border: none;
  }
}
.single-product-content--titulo {
  font-size: 1.5rem !important;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}
.single-product-content--descripcion-ext, .single-product-content--clasificador {
  display: none;
}
.single-product-content--sinonimo, .single-product-content--sku, .single-product-content--ean, .single-product-content--descripcion {
  margin-right: 0.2rem;
}
.single-product-content--marca, .single-product-content--sku {
  color: #BDBDBD;
  font-weight: 400;
}
.single-product-content--separador {
  font-weight: 200;
  padding-inline: 0.5rem;
}
.single-product-content--marca {
  width: 100%;
}
.single-product-content .price-box {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}
.single-product-content .price-box .old-price {
  font-weight: 300;
  margin-right: 1rem;
}
.single-product-content .price-box .descuento {
  font-size: 0.9rem;
  width: auto;
  padding-inline: 0.5rem;
  background-color: #269435;
  border-radius: 6px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.single-product-content .price-box .new-price {
  width: 100%;
  font-size: 1.9rem;
}
.single-product-content .price-box .medios-pago {
  font-size: 0.9rem;
}
.single-product-content .price-box .medios-pago button {
  color: #193c6c;
}
.single-product-content .price-box .tarjetas {
  padding: 0;
}
.single-product-content .price-box .tarjetas .custom-input {
  margin-block: 1rem;
}
.single-product-content .price-box .tarjetas .custom-input label {
  background-color: white;
}
.single-product-content .price-box .tarjetas--cuotas {
  font-size: 0.8rem;
}
.single-product-content--cantidad {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #BDBDBD;
}
.single-product-content--cantidad .add {
  height: unset;
}
.single-product-content--cantidad .add--cantidad {
  height: 3rem;
}
.single-product-content--cantidad .add .btn-agregar {
  height: 3rem;
}
.single-product-content--asesoramiento {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.single-product-content--asesoramiento .btn-asesoramiento {
  background-color: #193c6c;
  padding-block: 0.2rem;
}
.single-product-content--asesoramiento .btn-asesoramiento::before {
  font: var(--fa-font-solid);
  content: "\f05a";
  padding-right: 0.3rem;
}
.single-product-content--extra-info {
  font-size: 0.9rem;
  color: #2C2C2C;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 1rem;
}
.single-product-content--escalas {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.single-product-content--escalas .escala {
  width: 100%;
  margin-inline: 0.1rem;
}
.single-product-content--escalas .escala--loading {
  display: none;
}
.single-product-content--escalas .escala--loading .loading-wrap {
  display: flex;
  justify-content: center;
  color: #193c6c;
}
.single-product-content--escalas .escala--nombre {
  font-size: 0.8rem;
}

.producto-descripcion {
  margin: 2rem 1rem;
}
@media (min-width: 888px) {
  .producto-descripcion {
    padding-left: 2rem;
  }
}
.producto-descripcion--titulo {
  font-weight: bold;
}
.producto-descripcion--instructivo a {
  color: #193c6c;
}

.producto-relacionados {
  position: relative;
  margin: 1rem;
}
.producto-relacionados--titulo {
  font-weight: bold;
}

.swiper .variantes-box {
  margin-inline: 0.7rem;
}
@media (min-width: 888px) {
  .swiper .variantes-box {
    margin-inline: 0.5rem;
  }
}
.swiper .variantes-box .product-item {
  padding-inline: 1rem;
}
@media (min-width: 888px) {
  .swiper .variantes-box .product-item {
    padding-inline: 0.25rem;
  }
}

.pagina-productos {
  background-color: #DADADA;
}
.pagina-productos .top-info {
  display: flex;
  z-index: 500;
  position: relative;
}
.pagina-productos .top-info--left {
  padding-bottom: 0.75rem;
  padding-top: 6rem;
  background-color: transparent;
  color: white;
  width: 18rem !important;
  border-bottom-right-radius: 3rem;
}
@media (max-width: 888px) {
  .pagina-productos .top-info--left {
    padding-top: 5rem;
  }
}
.pagina-productos .top-info--left .breadcrumb {
  margin: 0;
  padding: 0;
  color: white !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 888px) {
  .pagina-productos .top-info--left .breadcrumb {
    line-height: 1;
  }
}
.pagina-productos .top-info--left .breadcrumb button {
  color: white;
  font-weight: 300;
  padding: 0;
}
.pagina-productos .top-info--left .breadcrumb--title {
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media (max-width: 888px) {
  .pagina-productos .top-info--left .breadcrumb--title {
    font-size: 0.9rem;
  }
}
.pagina-productos .top-info--right {
  padding-top: 6rem;
  padding-bottom: 0.75rem;
  background-color: #DADADA;
  color: #151515;
  font-size: 1.3rem;
  padding-left: 3rem;
  font-weight: bold;
  display: flex;
  align-items: end;
}
@media (max-width: 888px) {
  .pagina-productos .top-info--right {
    padding: 1rem;
    font-size: 0.8rem;
  }
}
.pagina-productos .bottom-info {
  display: flex;
  width: 100%;
  z-index: 400;
  position: relative;
}
@media (max-width: 888px) {
  .pagina-productos .bottom-info--fixed {
    position: relative;
    z-index: 2500;
  }
}
.pagina-productos .bottom-info .desagrupar button#agrupar-productos {
  font-size: 12px;
  border-radius: 5px;
}
.pagina-productos .bottom-info .menu-filtros {
  z-index: 5;
  padding-top: 8rem;
  background-color: #DADADA;
  transition: width 0.3s ease;
  width: 4rem;
  position: relative;
}
@media (max-width: 888px) {
  .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;
  }
}
.pagina-productos .bottom-info .menu-filtros .widgets-item {
  display: none;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item .widgets-title {
  color: white;
  font-size: 1rem;
  margin: 0;
  margin-top: 0.25rem;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item .widgets-checkbox {
  max-height: 45vh;
  overflow-y: scroll;
  margin-right: 10%;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item li {
  display: flex;
  font-size: 0.85rem;
  cursor: pointer;
  margin: 0.9rem;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox {
  cursor: pointer;
  color: #BDBDBD !important;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox a {
  color: #BDBDBD !important;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox:hover {
  color: white !important;
}
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox--icon {
  margin-right: 0.75rem;
}
.pagina-productos .bottom-info .menu-filtros--top {
  display: none;
}
.pagina-productos .bottom-info .menu-filtros--cerrar {
  display: none;
}
.pagina-productos .bottom-info .menu-filtros--cerrar--right {
  display: none;
}
.pagina-productos .bottom-info .menu-filtros--extended {
  width: 18rem;
  display: block;
  padding-top: 5rem;
}
@media (min-width: 888px) {
  .pagina-productos .bottom-info .menu-filtros--extended {
    border-top-right-radius: 3rem;
  }
}
@media (max-width: 888px) {
  .pagina-productos .bottom-info .menu-filtros--extended {
    width: 100vw;
    height: 100vh;
  }
}
.pagina-productos .bottom-info .menu-filtros--extended .widgets-item {
  display: block;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top {
  display: flex;
  color: white !important;
  margin-bottom: 2rem;
}
.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;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .titulo img {
  margin-right: 0.5rem;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar {
  font-size: 0.8rem;
  text-align: right;
  margin-right: 1rem;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar a {
  color: #BDBDBD !important;
  font-weight: 300;
  text-decoration: underline;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar {
  display: flex !important;
  justify-content: end;
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
  z-index: 0;
  display: block;
  position: absolute;
  right: -10;
  top: 15%;
  background-color: #DADADA;
  padding: 3rem 0;
  border-radius: 100%;
}
@media (max-width: 888px) {
  .pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
    top: 45%;
    padding-right: 1rem;
  }
}
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right .btn {
  color: white;
}
.pagina-productos .bottom-info .menu-filtros .widgets-area {
  display: flex;
  align-items: center;
}
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon {
  padding-inline: 1rem;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon:hover {
  filter: brightness(1.75);
}
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-title {
  width: 15%;
}
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item {
  width: 85%;
}
.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;
}
.pagina-productos .bottom-info .menu-filtros .buscador {
  display: none !important;
}
.pagina-productos .bottom-info .filtros-boton-mobile {
  display: none;
}
@media (max-width: 888px) {
  .pagina-productos .bottom-info .filtros-boton-mobile {
    display: block;
    background-color: #276967;
    border-radius: 10px;
  }
  .pagina-productos .bottom-info .filtros-boton-mobile .btn {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
  }
  .pagina-productos .bottom-info .filtros-boton-mobile .btn img {
    margin-right: 0.5rem;
  }
}
html {
  font-size: 16px;
}

@media (prefers-color-scheme: dark) {
  input {
    background-color: white;
    color: #151515;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.h2 {
  font-size: 2rem;
  font-weight: 600;
}

.h3 {
  font-size: 1.75rem;
  font-weight: 600;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.form-control:focus {
  box-shadow: none !important;
  background-color: unset !important;
  color: unset;
  border-color: unset !important;
}

a:hover {
  color: unset;
}

a {
  color: #151515;
}

body {
  width: 100vw;
  overflow-x: hidden;
  background-color: #DADADA !important;
  color: #151515 !important;
}
@media (max-width: 888px) {
  body {
    font-size: 14px;
  }
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background: #BDBDBD;
}
body::-webkit-scrollbar-thumb {
  background-color: #193c6c;
  border-radius: 20px;
  border: transparent;
}

.row {
  margin: 0;
}

.col-md-4, .col-md-2, .col-2, col-4, .col-12, .col-6, .col-md-8, .col-2 {
  padding: 0.25rem;
}

.main-wrapper {
  overflow: hidden;
}

.old-price {
  text-decoration: line-through;
  color: #BDBDBD;
}

.notifyjs-corner {
  bottom: 0.5% !important;
  top: unset !important;
}
@media (max-width: 888px) {
  .notifyjs-corner {
    bottom: 75px !important;
  }
}
.notifyjs-corner .notifyjs-bootstrap-base {
  width: 100vw;
  display: flex;
  justify-content: center;
}

.global-overlay.overlay-open {
  cursor: initial;
}

@media (min-width: 888px) {
  .pagina-container {
    padding-top: 100px;
  }
}
@media (max-width: 888px) {
  .pagina-container {
    padding-top: 90px;
  }
}

.btn-custom {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
}
.btn-custom-rounded {
  border-radius: 50%;
  padding: 0.5rem;
  border: 2px solid #151515;
}
.btn-custom-main {
  background-color: #193c6c;
  color: white;
}
.btn-custom-negro {
  background-color: #151515;
  color: white !important;
}
.btn-custom .quantity {
  background-color: #ff2929 !important;
}
.btn-custom:hover {
  background-color: #191919;
  color: #fafafa;
}
.btn-custom-lg {
  padding: 0.5rem 3rem;
}
.btn-custom:disabled {
  border: none;
  background-color: lightgrey;
}
.btn-custom:disabled:hover {
  background-color: #878787;
}

.custom-card {
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  padding: 1rem;
  background-color: white;
}
.custom-card--titulo {
  color: #193c6c;
  font-weight: 600;
}
.custom-card--descripcion {
  color: #878787;
}

.custom-scroll {
  scrollbar-color: #193c6c #BDBDBD;
  scrollbar-width: thin;
}
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #BDBDBD;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #193c6c;
  border-radius: 20px;
  border: transparent;
}

.custom-input {
  border: 2px solid gray;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  position: relative;
}
.custom-input label {
  position: absolute;
  top: -33%;
  left: 5%;
  background-color: #DADADA;
  z-index: 200 !important;
  padding-inline: 0.25rem;
  padding-block: 0;
  color: grey;
  font-weight: 300;
  font-size: 0.9rem;
}
.custom-input input, .custom-input select, .custom-input select:focus {
  padding: 0;
  border: 0 !important;
  background: none;
  width: 100%;
}
.custom-input input:focus, .custom-input select:focus, .custom-input select:focus:focus {
  box-shadow: none;
}
.custom-input--error {
  color: #FF4343;
  font-size: 0.7rem;
  line-height: 1;
  display: none;
}
.custom-input.is-invalid {
  border-color: #FF4343;
}
.custom-input .eye-icon {
  position: absolute;
  right: 2%;
  height: 100%;
  top: 30%;
  cursor: pointer;
  color: #878787;
}

.custom-input.is-invalid .custom-input--error {
  display: none;
}

.errores-all {
  color: #FF4343;
  font-size: 0.9rem;
  line-height: 1;
  text-align: right;
  width: 100%;
  margin-bottom: 1rem;
}

.text-main {
  color: #193c6c;
}

.bg-main {
  background-color: #193c6c;
}

.text-gris {
  color: #878787;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

.stock-label-red {
  color: #FF4343;
}
.stock-label-red::after {
  font: var(--fa-font-solid);
  content: "\f057";
}
.stock-label-green {
  color: #269435;
}
.stock-label-green::after {
  font: var(--fa-font-solid);
  content: "\f058";
}
.stock-label-yellow {
  color: #193c6c;
}
.stock-label-yellow::after {
  font: var(--fa-font-solid);
  content: "\f06a";
}
.stock-label-black {
  color: #151515;
}
.stock-label-black::after {
  font: var(--fa-font-solid);
  content: "\f057";
}

.modal .modal-dialog .modal-body {
  padding-inline: 10%;
}

.notifyjs-container {
  display: flex !important;
  justify-content: center !important;
  width: 100vw !important;
  z-index: 1040;
}
.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 #193c6c;
  background: white !important;
  padding-inline: 2rem !important;
  display: flex;
  align-items: center;
}
.notifyjs-container .notifyjs-bootstrap-error {
  border: 2px solid #FF4343;
  color: #FF4343;
}
.notifyjs-container .notifyjs-bootstrap-error::before {
  font: var(--fa-font-solid);
  content: "\f057";
  margin-right: 0.5rem;
}
.notifyjs-container .notifyjs-bootstrap-success {
  border: 2px solid #193c6c;
  color: #193c6c;
}
.notifyjs-container .notifyjs-bootstrap-success::before {
  font: var(--fa-font-solid);
  content: "\f058";
  margin-right: 0.5rem;
}

.multiple-banners {
  display: flex;
}
.multiple-banners .cms-plugin {
  width: 33%;
}
.multiple-banners .cms-plugin img {
  width: 100%;
}

.pagination {
  margin-bottom: 1rem;
}
.pagination .page-link:hover {
  background-color: #193c6c;
  color: white;
}

.nosotros .texto {
  margin: 3rem 15%;
}
.nosotros img[img_width=full] {
  width: 100%;
}
.nosotros img[col=auto] {
  margin: 0;
  padding: 0;
  width: 10%;
}
.nosotros .encontranos {
  height: max-content;
  background-color: #193c6c;
  padding: 3rem;
  font-size: 1.1rem;
  text-align: center;
}
.nosotros .encontranos h5 {
  text-align: center;
  font-size: 1.5rem;
}
.nosotros .encontranos .nombre {
  font-weight: bold;
}
.nosotros .encontranos .icon {
  text-align: center;
  font-size: 2rem;
}
.nosotros .encontranos .icon::before {
  font: var(--fa-font-solid);
  content: "\f3c5";
  margin-right: 0.5rem;
}

#popup-home .modal-body {
  padding: 0;
}
#popup-home .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.alert-success {
  background-color: white;
  color: #193c6c;
}
.alert-error {
  background-color: white;
  color: #FF4343;
  border: 1px solid #FF4343;
}
.alert-main {
  background-color: #193c6c;
  color: #151515;
  border: 1px solid #193c6c;
}

.info-pagos h5 {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.info-pagos .custom-card {
  border: 1px solid #ececec;
}
.info-pagos--box {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  margin-bottom: 1rem !important;
  border-radius: 1rem;
  margin: 0.5rem;
  justify-content: center !important;
  color: #151515;
}
.info-pagos .cuotas-de {
  color: #BDBDBD;
}
.info-pagos--imagen img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  padding-right: 0.6rem;
}

.wsp-flotante {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 888px) {
  .wsp-flotante {
    bottom: 65px;
  }
}
.wsp-flotante a img {
  width: 50px;
  height: 50px;
}
.wsp-flotante a:hover img {
  transform: scale(1.3);
  opacity: 0.8;
}

.nosotros .img-min {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 888px) {
  .nosotros .img-min {
    height: 150px;
  }
}

.pedido-rapido .card-selected {
  border: 2px solid #193c6c !important;
}

/*# sourceMappingURL=tcommerce.css.map */
