@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 11, ../scss/tcommerce.scss */
html {
  font-size: 16px;
  color-scheme: light;
}

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

/* line 28, ../scss/tcommerce.scss */
a:hover {
  color: unset;
}

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

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

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

/* line 55, ../scss/tcommerce.scss */
.row {
  margin: 0;
}

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

/* line 64, ../scss/tcommerce.scss */
.main-wrapper {
  overflow: hidden;
}

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

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

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

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

/* line 99, ../scss/tcommerce.scss */
.btn {
  font-weight: 600;
}

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

/* line 109, ../scss/tcommerce.scss */
.btn-custom {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
}
/* line 116, ../scss/tcommerce.scss */
.btn-custom-rounded {
  border-radius: 50%;
  padding: .5rem;
  border: 2px solid #151515;
}
/* line 122, ../scss/tcommerce.scss */
.btn-custom-main {
  background-color: #FF0000;
  color: white;
}
/* line 127, ../scss/tcommerce.scss */
.btn-custom-negro {
  background-color: #151515;
  color: white;
}
/* line 133, ../scss/tcommerce.scss */
.btn-custom .quantity {
  background-color: #ff2929 !important;
}
/* line 137, ../scss/tcommerce.scss */
.btn-custom:hover {
  background-color: #191919;
  color: #fafafa;
}
/* line 142, ../scss/tcommerce.scss */
.btn-custom-lg {
  padding: .5rem 3rem;
}
/* line 146, ../scss/tcommerce.scss */
.btn-custom:disabled {
  border: none;
  background-color: lightgrey;
}
/* line 150, ../scss/tcommerce.scss */
.btn-custom:disabled:hover {
  background-color: #F9F9F9;
}

/* line 158, ../scss/tcommerce.scss */
.add--cantidad {
  border-color: #FF0000;
}
/* line 162, ../scss/tcommerce.scss */
.add .btn-agregar {
  background-color: #FF0000;
  color: white;
}
/* line 166, ../scss/tcommerce.scss */
.add .btn-agregar i {
  color: white;
}

/* line 174, ../scss/tcommerce.scss */
.swiper .swiper-scrollbar .swiper-scrollbar-drag, #mobileMenu .offcanvas-header {
  background-color: #FF0000;
}

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

/* line 182, ../scss/tcommerce.scss */
.carousel-button-control-next, .carousel-button-control-prev {
  color: #FF0000;
  width: 2rem;
  height: 2rem;
  opacity: 1;
}

/* line 189, ../scss/tcommerce.scss */
.custom-card {
  border: 1px solid #BDBDBD;
  border-radius: 10px;
  padding: 1rem;
  background-color: white;
}
/* line 195, ../scss/tcommerce.scss */
.custom-card--titulo {
  color: #FF0000;
  font-weight: 600;
}
/* line 201, ../scss/tcommerce.scss */
.custom-card--descripcion {
  color: #F9F9F9;
}

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

/* line 211, ../scss/tcommerce.scss */
.custom-scroll {
  scrollbar-color: #FF0000 #BDBDBD;
  scrollbar-width: thin;
}

/* line 217, ../scss/tcommerce.scss */
.custom-input {
  border: 2px solid gray;
  border-radius: 5px;
  padding: .5rem 1rem;
  position: relative;
}
/* line 223, ../scss/tcommerce.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 236, ../scss/tcommerce.scss */
.custom-input input, .custom-input select, .custom-input select:focus {
  padding: 0;
  border: 0 !important;
  background: none;
  width: 100%;
}
/* line 242, ../scss/tcommerce.scss */
.custom-input input:focus, .custom-input select:focus, .custom-input select:focus:focus {
  box-shadow: none;
}
/* line 247, ../scss/tcommerce.scss */
.custom-input--error {
  color: #D41601;
  font-size: .7rem;
  line-height: 1;
  display: none;
}
/* line 254, ../scss/tcommerce.scss */
.custom-input.is-invalid {
  border-color: #D41601;
}
/* line 258, ../scss/tcommerce.scss */
.custom-input .eye-icon {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  cursor: pointer;
  color: #D9D9D9;
}

/* line 269, ../scss/tcommerce.scss */
.formasSwiper .button-next-formas {
  display: none;
}
/* line 273, ../scss/tcommerce.scss */
.formasSwiper .button-prev-formas {
  display: none;
}

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

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

/* line 290, ../scss/tcommerce.scss */
.stock-label-red {
  color: #D41601;
}
/* line 293, ../scss/tcommerce.scss */
.stock-label-red::after {
  font: var(--fa-font-solid);
  content: "\f057";
}
/* line 299, ../scss/tcommerce.scss */
.stock-label-green {
  color: #07C98B;
}
/* line 302, ../scss/tcommerce.scss */
.stock-label-green::after {
  font: var(--fa-font-solid);
  content: "\f058";
}
/* line 308, ../scss/tcommerce.scss */
.stock-label-yellow {
  color: #FF0000;
}
/* line 311, ../scss/tcommerce.scss */
.stock-label-yellow::after {
  font: var(--fa-font-solid);
  content: "\f06a";
}

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

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

/* line 373, ../scss/tcommerce.scss */
.multiple-banners {
  display: flex;
}
/* line 376, ../scss/tcommerce.scss */
.multiple-banners .cms-plugin {
  width: 33%;
}
@media (max-width: 888px) {
  /* line 376, ../scss/tcommerce.scss */
  .multiple-banners .cms-plugin {
    width: 100%;
  }
}
/* line 382, ../scss/tcommerce.scss */
.multiple-banners .cms-plugin img {
  width: 100%;
}

/* line 389, ../scss/tcommerce.scss */
.pagina-container.checkout-envio, .pagina-container.metodo-pago, .pagina-container.checkout-finalizar {
  background-color: #F9F9F9;
  padding-inline: 7.5% !important;
}
/* line 394, ../scss/tcommerce.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 400, ../scss/tcommerce.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 405, ../scss/tcommerce.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 412, ../scss/tcommerce.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 419, ../scss/tcommerce.scss */
.pagina-container.checkout-envio form, .pagina-container.metodo-pago form, .pagina-container.checkout-finalizar form {
  margin-bottom: 0;
}
/* line 423, ../scss/tcommerce.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 429, ../scss/tcommerce.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 437, ../scss/tcommerce.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 444, ../scss/tcommerce.scss */
.pagina-container.checkout-envio .continuar-compra, .pagina-container.metodo-pago .continuar-compra, .pagina-container.checkout-finalizar .continuar-compra {
  margin-inline: 1rem;
}
/* line 450, ../scss/tcommerce.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 457, ../scss/tcommerce.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 465, ../scss/tcommerce.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 465, ../scss/tcommerce.scss */
  .wsp-flotante {
    bottom: 65px;
  }
}
/* line 480, ../scss/tcommerce.scss */
.wsp-flotante a img {
  width: 50px;
  height: 50px;
}
/* line 486, ../scss/tcommerce.scss */
.wsp-flotante a:hover img {
  transform: scale(1.3);
  opacity: .8;
}

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

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

/* line 509, ../scss/tcommerce.scss */
header {
  border-radius: .25rem;
  background-color: #fff;
}
/* line 513, ../scss/tcommerce.scss */
header.main-header_area {
  margin: 1% 8% 0 8%;
  height: 6rem;
}
/* line 518, ../scss/tcommerce.scss */
header .header-logo {
  width: fit-content;
  padding-left: 1rem;
}
/* line 522, ../scss/tcommerce.scss */
header .header-logo img {
  width: 200px;
}
/* line 527, ../scss/tcommerce.scss */
header .header-right {
  padding-right: 5rem;
}
/* line 530, ../scss/tcommerce.scss */
header .header-right .btn-search {
  border-radius: 25px;
  border: none;
  padding: 0.25rem 0.75rem;
}
/* line 535, ../scss/tcommerce.scss */
header .header-right .btn-search:hover {
  background-color: #BDBDBD;
}
/* line 539, ../scss/tcommerce.scss */
header .header-right .btn-search--icon {
  font-size: 1.3rem;
}
/* line 545, ../scss/tcommerce.scss */
header .nimbus-links a {
  text-transform: uppercase;
  font-size: .85rem !important;
}
/* line 550, ../scss/tcommerce.scss */
header .btn-custom-negro {
  background-color: transparent;
}
/* line 553, ../scss/tcommerce.scss */
header .btn-custom-negro:hover {
  background-color: #BDBDBD;
}
/* line 559, ../scss/tcommerce.scss */
header .btn-user--auth {
  color: #313131;
  font-size: 1.25rem;
}
/* line 563, ../scss/tcommerce.scss */
header .btn-user--auth::before {
  font: var(--fa-font-regular);
  content: "\f007";
  padding-right: .3rem;
}
/* line 571, ../scss/tcommerce.scss */
header .btn-user--noauth {
  color: #313131;
  font-size: 1.25rem;
}
/* line 575, ../scss/tcommerce.scss */
header .btn-user--noauth::before {
  font: var(--fa-font-regular);
  content: "\f007";
  padding-right: .3rem;
}
/* line 584, ../scss/tcommerce.scss */
header .minicart--triangulo {
  right: 50px;
}

/* line 591, ../scss/tcommerce.scss */
.drop-holder .drop-menu {
  background-color: #fff;
  width: 300px;
}
/* line 595, ../scss/tcommerce.scss */
.drop-holder .drop-menu a {
  color: #313131 !important;
}
/* line 601, ../scss/tcommerce.scss */
.drop-holder a svg {
  padding-left: 5px;
}

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

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

/* line 623, ../scss/tcommerce.scss */
footer .footer {
  background-color: #FF0000;
  color: white;
}
/* line 627, ../scss/tcommerce.scss */
footer .footer .logo {
  align-items: center;
  flex-direction: column;
  justify-content: start;
}
/* line 632, ../scss/tcommerce.scss */
footer .footer .logo img {
  width: 15rem;
  height: 5rem;
  object-fit: contain;
}
/* line 638, ../scss/tcommerce.scss */
footer .footer .logo .redes {
  justify-content: center;
}
/* line 641, ../scss/tcommerce.scss */
footer .footer .logo .redes .btn-custom-rounded {
  margin-inline: 0;
  border: none;
  font-size: 1.25rem;
  color: white;
}
/* line 651, ../scss/tcommerce.scss */
footer .footer dt {
  margin-bottom: .5rem;
  line-height: 16px;
}
/* line 656, ../scss/tcommerce.scss */
footer .footer dd {
  display: flex;
  margin-bottom: 0.25rem;
  line-height: 16px;
}
/* line 661, ../scss/tcommerce.scss */
footer .footer dd .icon {
  font-size: .85rem;
}
/* line 665, ../scss/tcommerce.scss */
footer .footer dd p {
  margin-bottom: .25rem;
}
/* line 670, ../scss/tcommerce.scss */
footer .footer dd a {
  color: white;
}
/* line 676, ../scss/tcommerce.scss */
footer .copy {
  padding-block: .25rem;
  background-color: #D9D9D9;
  color: #313131;
  font-weight: 500;
  font-size: .85rem;
}

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

/* line 705, ../scss/tcommerce.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 715, ../scss/tcommerce.scss */
section.categorias .swiper {
  margin: 0;
  margin-inline: 3rem;
}
/* line 720, ../scss/tcommerce.scss */
section.categorias .swiper-slide {
  margin-inline: .5rem;
}
/* line 723, ../scss/tcommerce.scss */
section.categorias .swiper-slide .card-categoria {
  padding-inline: 0.35rem;
  border: 1px solid #0b1b47;
  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: #0b1b47;
  transition: background-color .2s ease, border-color .2s ease;
}
/* line 732, ../scss/tcommerce.scss */
section.categorias .swiper-slide .card-categoria:hover {
  background-color: #FF0000;
  border-color: #FF0000;
}
/* line 737, ../scss/tcommerce.scss */
section.categorias .swiper-slide .card-categoria a {
  flex-wrap: nowrap !important;
  align-items: center;
}
/* line 741, ../scss/tcommerce.scss */
section.categorias .swiper-slide .card-categoria a .card-icon {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
}
/* line 747, ../scss/tcommerce.scss */
section.categorias .swiper-slide .card-categoria a h3 {
  white-space: nowrap;
  font-size: .8rem;
  font-weight: 700;
  color: #fff;
}
/* line 756, ../scss/tcommerce.scss */
section.categorias .button-prev-categorias {
  left: 2rem;
}
/* line 759, ../scss/tcommerce.scss */
section.categorias .button-prev-categorias button {
  top: -1rem;
}
/* line 762, ../scss/tcommerce.scss */
section.categorias .button-prev-categorias button .carousel-button-control-prev {
  padding: 0;
  height: 1rem;
  border: none;
}
/* line 770, ../scss/tcommerce.scss */
section.categorias .button-next-categorias {
  right: 2rem;
}
/* line 773, ../scss/tcommerce.scss */
section.categorias .button-next-categorias button {
  top: -1rem;
}
/* line 776, ../scss/tcommerce.scss */
section.categorias .button-next-categorias button .carousel-button-control-prev {
  padding: 0;
  height: 1rem;
  border: none;
}

/* line 785, ../scss/tcommerce.scss */
.forma-trabajo {
  padding-block: 5rem;
}
/* line 789, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .icon {
  width: 3.75rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
/* line 795, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .titulo {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FF0000;
}
/* line 801, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .texto {
  margin-bottom: 0.2rem;
  line-height: 16px;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
}
/* line 808, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .texto b {
  font-weight: 700;
}
/* line 813, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .link {
  color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 819, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .link-icon {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #FF0000;
  border-radius: 50%;
  background-color: transparent;
}
/* line 828, ../scss/tcommerce.scss */
.forma-trabajo .card-trabajo .btn-custom {
  padding: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border: 2px solid #FF0000;
  font-size: .85rem;
  color: #FF0000;
}

/* line 840, ../scss/tcommerce.scss */
.custom-scroll {
  scrollbar-color: #FF0000 #BDBDBD;
  scrollbar-width: thin;
}
/* line 844, ../scss/tcommerce.scss */
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
/* line 848, ../scss/tcommerce.scss */
.custom-scroll::-webkit-scrollbar-track {
  background: #BDBDBD;
}
/* line 852, ../scss/tcommerce.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #FF0000;
  border-radius: 20px;
  border: transparent;
}

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

/* line 877, ../scss/tcommerce.scss */
.modal-envio .modal-content {
  width: 650px;
  background: white;
  background: linear-gradient(0deg, white 0%, #e9e9e9 100%);
}
/* line 883, ../scss/tcommerce.scss */
.modal-envio .modal-content .modal-header {
  border-bottom: none;
}
/* line 887, ../scss/tcommerce.scss */
.modal-envio .modal-content .modal-body {
  padding-bottom: 3rem;
}
/* line 890, ../scss/tcommerce.scss */
.modal-envio .modal-content .modal-body .titulo {
  font-weight: 700;
  color: #FF0000;
  font-size: 1.35rem;
  margin-bottom: .5rem;
}
/* line 896, ../scss/tcommerce.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 904, ../scss/tcommerce.scss */
.modal-envio .modal-content .modal-body .texto {
  margin-bottom: .25rem;
  line-height: 20px;
  font-size: 1rem;
}
/* line 909, ../scss/tcommerce.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 #FF0000;
  border-radius: .25rem;
}
/* line 920, ../scss/tcommerce.scss */
.modal-envio .modal-content .modal-body .btn-custom {
  width: fit-content;
  padding-inline: 1.5rem !important;
  font-weight: 600;
  font-size: .85rem;
}

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

/* line 946, ../scss/tcommerce.scss */
.pagina-productos .top-info {
  background-color: #fff;
}
@media (max-width: 999px) {
  /* line 946, ../scss/tcommerce.scss */
  .pagina-productos .top-info {
    display: none;
  }
}
/* line 952, ../scss/tcommerce.scss */
.pagina-productos .top-info--left {
  background-color: #fff;
  margin-top: 8rem;
  padding-top: 2rem;
  border-radius: 0;
}
/* line 958, ../scss/tcommerce.scss */
.pagina-productos .top-info--left .breadcrumb {
  color: #313131 !important;
  justify-content: start;
  padding-left: 2.5rem;
}
/* line 963, ../scss/tcommerce.scss */
.pagina-productos .top-info--left .breadcrumb--title {
  display: none;
}
/* line 968, ../scss/tcommerce.scss */
.pagina-productos .top-info--left .breadcrumb--item .btn-link {
  font-weight: 600;
  color: #313131;
}
/* line 982, ../scss/tcommerce.scss */
.pagina-productos .bottom-info {
  background-color: #fff;
}
@media (max-width: 999px) {
  /* line 982, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info {
    padding-top: 60px;
  }
}
/* line 989, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros {
  background-color: #fff;
}
/* line 993, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--top .titulo {
  color: #313131;
}
/* line 996, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--top .titulo img {
  filter: brightness(0.1);
}
/* line 1006, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-icon {
  display: none;
}
/* line 1011, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-title {
  color: #313131 !important;
}
/* line 1017, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .filtros-form {
  padding-left: 2.5rem;
}
/* line 1024, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar {
  display: none !important;
}
/* line 1028, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar .btn-link img {
  filter: brightness(0.1);
}
/* line 1033, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right {
  background-color: white;
}
/* line 1037, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--cerrar--right .btn-link {
  color: #313131;
}
/* line 1044, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros--extended .menu-filtros--top .limpiar a {
  color: #313131 !important;
  font-weight: 500;
}

/* line 1059, ../scss/tcommerce.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 1065, ../scss/tcommerce.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 1079, ../scss/tcommerce.scss */
.menu-filtros--top {
  width: 100%;
}
/* line 1082, ../scss/tcommerce.scss */
.menu-filtros--top .titulo {
  justify-content: start !important;
  padding-left: 2.5rem;
}
/* line 1087, ../scss/tcommerce.scss */
.menu-filtros--top .limpiar {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 768px) {
  /* line 1097, ../scss/tcommerce.scss */
  .menu-filtros--cerrar--right {
    display: block;
    background-color: white;
  }
}
@media (min-width: 768px) {
  /* line 1097, ../scss/tcommerce.scss */
  .menu-filtros--cerrar--right {
    display: none !important;
  }
}

/* line 1110, ../scss/tcommerce.scss */
.product-grid-view {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* line 1114, ../scss/tcommerce.scss */
.product-grid-view .product-item {
  margin-inline: 0;
}

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

/* line 1125, ../scss/tcommerce.scss */
.product-topbar {
  position: relative;
  margin-inline: 2.5rem;
  padding-right: 0;
  margin-top: .5rem;
}
/* line 1131, ../scss/tcommerce.scss */
.product-topbar .widgets-searchbox {
  display: block;
  position: absolute;
  left: 0;
  margin-bottom: 0 !important;
}
/* line 1137, ../scss/tcommerce.scss */
.product-topbar .widgets-searchbox form {
  margin-bottom: 0;
}
/* line 1140, ../scss/tcommerce.scss */
.product-topbar .widgets-searchbox form .input-field {
  height: 2.5rem;
  border-radius: 1.5rem;
}
/* line 1148, ../scss/tcommerce.scss */
.product-topbar .modeview .btn-link {
  padding: 0;
  margin-right: 1rem;
}
/* line 1152, ../scss/tcommerce.scss */
.product-topbar .modeview .btn-link img {
  width: 1.5rem;
  object-fit: contain;
}
/* line 1160, ../scss/tcommerce.scss */
.product-topbar .order .form-select {
  background-color: #FF0000;
  color: white;
  font-weight: 500;
  font-size: .85rem;
  border-radius: 1.5rem;
  border: none;
}
/* line 1168, ../scss/tcommerce.scss */
.product-topbar .order .form-select option {
  background-color: #fff;
  color: #151515;
}

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

/* line 1185, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros .buscador {
  display: block;
}
/* line 1190, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-item li .label-checkbox:hover {
  color: #D9D9D9 !important;
}
/* line 1196, ../scss/tcommerce.scss */
.pagina-productos .bottom-info .menu-filtros .widgets-area .widgets-item {
  width: 100% !important;
}
/* line 1205, ../scss/tcommerce.scss */
.pagina-productos .menu-filtros--extended {
  width: 25% !important;
}
@media (max-width: 768px) {
  /* line 1205, ../scss/tcommerce.scss */
  .pagina-productos .menu-filtros--extended {
    width: 100vw !important;
  }
}
/* line 1213, ../scss/tcommerce.scss */
.pagina-productos .desagrupar {
  display: none !important;
}

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

/* line 1230, ../scss/tcommerce.scss */
.products-list .product-banners .banner-wrapper {
  display: none;
}
/* line 1235, ../scss/tcommerce.scss */
.products-list .pagination-area {
  padding-bottom: 8rem;
}
/* line 1238, ../scss/tcommerce.scss */
.products-list .pagination-area .pagination {
  justify-content: end !important;
  padding-right: 6rem;
}
/* line 1243, ../scss/tcommerce.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 1252, ../scss/tcommerce.scss */
.products-list .pagination-area .pagination .page-item .page-link.fw-bold {
  background-color: #FF0000;
}
/* line 1256, ../scss/tcommerce.scss */
.products-list .pagination-area .pagination .page-item .page-link:hover {
  color: #313131;
  background-color: #FF0000;
}
/* line 1271, ../scss/tcommerce.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 1279, ../scss/tcommerce.scss */
.products-list .product-mini-wrapper.list .product-item .product-content {
  padding-block: 2rem;
  margin: 0;
  flex: 1;
}
/* line 1284, ../scss/tcommerce.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .product-name {
  text-align: center;
}
/* line 1289, ../scss/tcommerce.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 1299, ../scss/tcommerce.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .add--cantidad {
  width: 10rem;
  height: 100%;
}
/* line 1304, ../scss/tcommerce.scss */
.products-list .product-mini-wrapper.list .product-item .product-content .add .btn-agregar {
  width: 10rem !important;
  height: 100%;
}

/* line 1316, ../scss/tcommerce.scss */
.product-item {
  position: relative;
  margin-inline: 0;
}
/* line 1321, ../scss/tcommerce.scss */
.product-item .product-labels {
  top: 1.5rem;
  border-radius: 0;
  background-color: #D41601;
}
/* line 1326, ../scss/tcommerce.scss */
.product-item .product-labels--right {
  background-color: #D41601;
  font-weight: 700;
}
/* line 1332, ../scss/tcommerce.scss */
.product-item .product-img {
  height: 200px;
}
/* line 1336, ../scss/tcommerce.scss */
.product-item .product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 1341, ../scss/tcommerce.scss */
.product-item .product-content .product-marca {
  display: flex;
  width: 100%;
  order: 2;
}
/* line 1347, ../scss/tcommerce.scss */
.product-item .product-content .product-barcode {
  min-height: 21px;
  display: inline-block;
  width: 45%;
}
/* line 1353, ../scss/tcommerce.scss */
.product-item .product-content .product-description {
  width: 100%;
  order: 3;
}
/* line 1358, ../scss/tcommerce.scss */
.product-item .product-content .product-name {
  order: 1;
  height: 2.15rem;
  width: 100%;
}
/* line 1363, ../scss/tcommerce.scss */
.product-item .product-content .product-name a {
  font-size: .9rem;
}
/* line 1368, ../scss/tcommerce.scss */
.product-item .product-content .product-precio {
  order: 4;
  width: 100%;
}
/* line 1373, ../scss/tcommerce.scss */
.product-item .product-content .btn-notificarme {
  order: 6;
  background-color: #FF0000;
  width: 100%;
  height: 2rem;
  margin-top: 1rem;
  border: none;
  padding-block: 0;
}
/* line 1382, ../scss/tcommerce.scss */
.product-item .product-content .btn-notificarme:hover {
  border: none;
}
/* line 1387, ../scss/tcommerce.scss */
.product-item .product-content .product-barcode {
  order: 5;
}
/* line 1390, ../scss/tcommerce.scss */
.product-item .product-content .product-barcode small {
  font-size: .75rem;
}
/* line 1395, ../scss/tcommerce.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 1405, ../scss/tcommerce.scss */
.product-item .product-content .product-stock {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  text-align: center;
  order: 6;
}
/* line 1413, ../scss/tcommerce.scss */
.product-item .product-content .product-stock.stock-label {
  color: #fff;
  font-size: .75rem;
  position: relative;
  z-index: 0;
}
/* line 1420, ../scss/tcommerce.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 1433, ../scss/tcommerce.scss */
.product-item .product-content .product-stock.stock-label-yellow::before {
  position: absolute;
  content: '';
  display: block;
  width: 80%;
  left: 10%;
  height: 100%;
  background-color: #FF0000;
  z-index: -1;
}
/* line 1446, ../scss/tcommerce.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 1458, ../scss/tcommerce.scss */
.product-item .product-content .product-stock.stock-label::after {
  font-size: .8rem;
  margin-left: 5px;
}
/* line 1465, ../scss/tcommerce.scss */
.product-item .product-content .product-label-cuotas {
  text-align: center;
  order: 8;
  width: 100%;
  color: #2C2C2C;
}
/* line 1473, ../scss/tcommerce.scss */
.product-item .product-footer {
  display: none;
}

/* line 1480, ../scss/tcommerce.scss */
.container.pagina-container {
  width: 100%;
  max-width: initial;
  padding-top: 8rem;
  padding-inline: 1rem;
}
/* line 1487, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto {
  width: 100%;
  margin-inline: 0;
  box-shadow: none;
}
/* line 1492, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .swiper-container {
  padding-inline: 2rem;
}
/* line 1495, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .swiper-container.single-product-thumbs {
  max-height: 500px;
  overflow: auto;
  margin-right: 0.5rem;
}
/* line 1502, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* line 1506, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content {
  border: none;
}
/* line 1509, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--titulo {
  font-size: 1.25rem !important;
  width: 100%;
}
/* line 1514, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--descripcion {
  display: block;
  width: 100%;
}
/* line 1519, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--marca {
  color: #BDBDBD;
}
/* line 1523, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--ean {
  width: 100%;
  color: #BDBDBD;
}
/* line 1528, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box {
  margin-block: 1rem;
}
/* line 1531, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box .new-price {
  font-weight: 700;
  font-size: 1.7rem;
}
/* line 1536, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content .price-box .descuento {
  background: transparent;
  font-weight: 800;
  color: #D41601;
}
/* line 1544, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add {
  flex-direction: column;
}
/* line 1547, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add--cantidad {
  margin-bottom: 1rem;
  height: 2rem;
}
/* line 1552, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add .btn-agregar {
  height: 2rem;
}
/* line 1558, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--extra-info {
  width: 70%;
}
/* line 1562, ../scss/tcommerce.scss */
.container.pagina-container .custom-wrapper--producto .single-product-content--descripcion-ext {
  display: none;
}
/* line 1572, ../scss/tcommerce.scss */
.container.pagina-container .producto-relacionados {
  margin-bottom: 4rem;
}
/* line 1575, ../scss/tcommerce.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 1586, ../scss/tcommerce.scss */
.container.pagina-container .producto-relacionados .swiper-wrapper .swiper-slide {
  padding-inline: 1rem;
}
/* line 1592, ../scss/tcommerce.scss */
.container.pagina-container .producto-relacionados .swiper button.carousel-control-prev {
  filter: opacity(1);
  opacity: 1;
  left: -5rem;
}
/* line 1598, ../scss/tcommerce.scss */
.container.pagina-container .producto-relacionados .swiper button.carousel-control-next {
  filter: opacity(1);
  opacity: 1;
  right: -5rem;
}

/* line 1611, ../scss/tcommerce.scss */
.single-product-content .price-box .medios-pago {
  width: 100%;
}
/* line 1615, ../scss/tcommerce.scss */
.single-product-content .price-box .cuotas-label {
  width: 100%;
}
/* line 1620, ../scss/tcommerce.scss */
.single-product-content .escala {
  width: 50%;
  padding-inline: .5rem;
}
/* line 1625, ../scss/tcommerce.scss */
.single-product-content--cantidad {
  width: 50%;
}
/* line 1628, ../scss/tcommerce.scss */
.single-product-content--cantidad .btn-notificarme {
  background-color: #FF0000;
  border: 1px solid #FF0000;
  color: #313131;
}
/* line 1633, ../scss/tcommerce.scss */
.single-product-content--cantidad .btn-notificarme:hover {
  cursor: pointer;
  border: 1px solid #FF0000;
  color: #313131;
  filter: brightness(1.1);
  transition: .5s filter;
}
/* line 1643, ../scss/tcommerce.scss */
.single-product-content--descripcion-ext {
  display: block;
}

/* line 1651, ../scss/tcommerce.scss */
.minicart-wrap .btn-custom-negro.btn-cart {
  color: black;
}
@media (max-width: 999px) {
  /* line 1656, ../scss/tcommerce.scss */
  .minicart-wrap .carrito-box--body {
    padding-inline: 0 !important;
    padding-top: 0 !important;
    padding-left: 5% !important;
  }
}
/* line 1664, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--content {
  width: 100%;
  margin: 0;
}
/* line 1669, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--heading {
  justify-content: end;
}
/* line 1672, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--heading--titulo {
  display: none;
}
/* line 1676, ../scss/tcommerce.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 1684, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--heading .button-close:hover {
  cursor: pointer;
}
/* line 1692, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--list .producto-carrito--eliminar {
  color: #D41601;
}
/* line 1699, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--list .producto-carrito--contenido .add--cantidad .btn-link {
  padding-inline: .5rem;
}
/* line 1714, ../scss/tcommerce.scss */
.minicart-wrap .carrito-box--body .minicart--footer .btn-ver {
  padding-block: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

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

/* line 1731, ../scss/tcommerce.scss */
.pagina-login--logo {
  width: 10rem;
}
/* line 1735, ../scss/tcommerce.scss */
.pagina-login--content {
  background: #fff;
}
/* line 1741, ../scss/tcommerce.scss */
.pagina-login--content .login--wrapper--olvide .btn-link {
  color: #D41601 !important;
  font-size: .9rem;
  font-weight: 700;
}
/* line 1750, ../scss/tcommerce.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 1760, ../scss/tcommerce.scss */
.pagina-login .login--image {
  padding: 0;
}
/* line 1763, ../scss/tcommerce.scss */
.pagina-login .login--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1772, ../scss/tcommerce.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 1780, ../scss/tcommerce.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 1787, ../scss/tcommerce.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 1787, ../scss/tcommerce.scss */
  .nosotros {
    padding-top: 0 !important;
    padding-inline: 5% !important;
  }
}
/* line 1798, ../scss/tcommerce.scss */
.nosotros--right {
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  /* line 1798, ../scss/tcommerce.scss */
  .nosotros--right {
    padding-inline: 0;
  }
}
/* line 1809, ../scss/tcommerce.scss */
.nosotros--titulo {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #646464;
}
@media (max-width: 767px) {
  /* line 1809, ../scss/tcommerce.scss */
  .nosotros--titulo {
    font-size: 1rem;
  }
}
/* line 1819, ../scss/tcommerce.scss */
.nosotros--texto {
  font-size: 1.05rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #646464;
}
@media (max-width: 767px) {
  /* line 1819, ../scss/tcommerce.scss */
  .nosotros--texto {
    font-size: 1rem;
  }
}

/* line 1833, ../scss/tcommerce.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 1842, ../scss/tcommerce.scss */
.nosotros-galeria .slider-for .slick-arrow .icon {
  color: #fff;
}
/* line 1846, ../scss/tcommerce.scss */
.nosotros-galeria .slider-for .slick-arrow.slick-prev {
  left: 0;
  top: 50%;
}
/* line 1851, ../scss/tcommerce.scss */
.nosotros-galeria .slider-for .slick-arrow.slick-next {
  right: 0;
  top: 50%;
}
/* line 1858, ../scss/tcommerce.scss */
.nosotros-galeria--for {
  height: 50vh !important;
  object-fit: cover;
  object-position: center;
}
/* line 1863, ../scss/tcommerce.scss */
.nosotros-galeria--for:hover {
  cursor: pointer;
}
/* line 1868, ../scss/tcommerce.scss */
.nosotros-galeria--nav {
  height: 4rem !important;
  object-fit: cover;
  object-position: center;
}
/* line 1873, ../scss/tcommerce.scss */
.nosotros-galeria--nav:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1868, ../scss/tcommerce.scss */
  .nosotros-galeria--nav {
    height: 3rem !important;
  }
}

/* line 1892, ../scss/tcommerce.scss */
.banners .multiple-banners {
  width: 100%;
  padding-inline: 2rem;
}
/* line 1896, ../scss/tcommerce.scss */
.banners .multiple-banners .plugin-wrapper {
  width: 33.3333%;
  padding: 1rem;
}
/* line 1902, ../scss/tcommerce.scss */
.banners .multiple-banners div a img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 1910, ../scss/tcommerce.scss */
.banners.banner-mas-vendido {
  padding-bottom: 5rem;
}

/* line 1915, ../scss/tcommerce.scss */
.pedido-info {
  margin-inline: 10%;
  border: none;
}
/* line 1919, ../scss/tcommerce.scss */
.pedido-info--left {
  font-weight: 400;
}
/* line 1922, ../scss/tcommerce.scss */
.pedido-info--left b {
  --bs-badge-font-weight: 700;
}

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

/* line 1935, ../scss/tcommerce.scss */
#progress::-webkit-progress-bar {
  background-color: #FF0000 !important;
}

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

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

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

/* line 1974, ../scss/tcommerce.scss */
.pedido-wrapper {
  flex-direction: column;
  padding-inline: 10%;
  width: 100%;
  align-items: end;
}
/* line 1980, ../scss/tcommerce.scss */
.pedido-wrapper .col-12:first-child {
  width: 100%;
  max-height: 65vh;
  overflow: auto;
}
/* line 1988, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--left {
  width: 40%;
}
/* line 1992, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--center {
  width: 25%;
}
/* line 1998, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .descuento {
  font-size: .85rem !important;
  font-weight: 600;
  color: #D41601 !important;
}
/* line 2004, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .old-price {
  font-size: 1rem !important;
  font-style: italic;
  font-weight: 500 !important;
}
/* line 2010, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-content--right .precio {
  font-size: 1.35rem;
  font-weight: 600;
}
/* line 2017, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-remove {
  bottom: initial;
  top: .2rem;
}
/* line 2021, ../scss/tcommerce.scss */
.pedido-wrapper .product-mini-wrapper--pedido .product-remove .btn-link {
  color: #D41601;
}
/* line 2027, ../scss/tcommerce.scss */
.pedido-wrapper .box-precio {
  box-shadow: none;
}
/* line 2030, ../scss/tcommerce.scss */
.pedido-wrapper .box-precio--titulo {
  display: none;
}
/* line 2034, ../scss/tcommerce.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 2040, ../scss/tcommerce.scss */
.pedido-wrapper .box-precio--subtotal {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2044, ../scss/tcommerce.scss */
.pedido-wrapper .box-precio .boton-comprar {
  height: 3rem;
}
/* line 2047, ../scss/tcommerce.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 2055, ../scss/tcommerce.scss */
.steps .step-button {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
/* line 2059, ../scss/tcommerce.scss */
.steps .step-button.completado {
  background-color: #07C98B;
}

/* line 2064, ../scss/tcommerce.scss */
.custom-wrapper {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
/* line 2069, ../scss/tcommerce.scss */
.custom-wrapper--steps, .custom-wrapper--agregar {
  box-shadow: none;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
}
/* line 2076, ../scss/tcommerce.scss */
.custom-wrapper.metodo-envio .form-select {
  margin-bottom: 1rem;
  margin-top: .25rem;
}
/* line 2080, ../scss/tcommerce.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 2089, ../scss/tcommerce.scss */
.card-direccion {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #FF0000;
}
@media (max-width: 999px) {
  /* line 2094, ../scss/tcommerce.scss */
  .card-direccion--agregar {
    border: none !important;
  }
}

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

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

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

/* line 2126, ../scss/tcommerce.scss */
.minicart-list-checkout {
  padding-bottom: 1rem;
}
/* line 2129, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-titulo {
  border-bottom: none;
}
/* line 2134, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-product--img {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2138, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-product--content {
  border-bottom: 1px solid #D9D9D9;
}
/* line 2142, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-product--cantprecio {
  border-top: none;
  margin-top: 0;
  color: #313131;
}
/* line 2149, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-product-wrapper.custom-scroll {
  border-bottom: 1px solid #D9D9D9;
  margin-inline: 1rem;
}
/* line 2153, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-product-wrapper.custom-scroll .checkout-product {
  padding-inline: 0;
}
/* line 2160, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-totals {
  padding: 5% !important;
  border-top: none;
  margin-inline: 1rem;
  margin-top: 2rem;
  background-color: #F9F9F9;
}
/* line 2169, ../scss/tcommerce.scss */
.minicart-list-checkout .checkout-totals--envio .envio-precio {
  display: flex;
}

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

/* line 2189, ../scss/tcommerce.scss */
.pedido-success h1 {
  margin-bottom: 1rem;
}
/* line 2193, ../scss/tcommerce.scss */
.pedido-success p {
  width: 100%;
  text-align: center;
  margin-bottom: 0.25rem;
  line-height: 16px;
  font-weight: 500;
  font-size: .9rem;
}
/* line 2201, ../scss/tcommerce.scss */
.pedido-success p.yellow {
  font-weight: 700;
  color: #FF0000;
}
/* line 2207, ../scss/tcommerce.scss */
.pedido-success .logo {
  width: 10rem;
  object-fit: contain;
}

/* line 2214, ../scss/tcommerce.scss */
.menu-mobile-bottom {
  background-color: #FF0000;
}
/* line 2217, ../scss/tcommerce.scss */
.menu-mobile-bottom--item--text {
  color: #fff;
}
/* line 2221, ../scss/tcommerce.scss */
.menu-mobile-bottom--item--icon {
  color: #fff;
}

/* line 2226, ../scss/tcommerce.scss */
.banner-redes {
  background: #f8c101;
  background: linear-gradient(180deg, #f8c101 0%, #ffa63d 100%);
}
/* line 2230, ../scss/tcommerce.scss */
.banner-redes--img {
  position: relative;
  width: 5rem;
  height: 2rem;
}
@media (max-width: 767px) {
  /* line 2230, ../scss/tcommerce.scss */
  .banner-redes--img {
    width: 100%;
    height: 1px;
  }
}
/* line 2240, ../scss/tcommerce.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 2240, ../scss/tcommerce.scss */
  .banner-redes--img img {
    width: 3.5rem;
    height: 3.5rem;
    left: .5rem;
    top: -3.5rem;
  }
}
/* line 2259, ../scss/tcommerce.scss */
.banner-redes--texto {
  width: fit-content;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  /* line 2259, ../scss/tcommerce.scss */
  .banner-redes--texto {
    text-align: center;
    line-height: 16px;
    font-size: .85rem;
  }
}
/* line 2274, ../scss/tcommerce.scss */
.banner-redes--iconos {
  margin-left: .5rem;
  width: fit-content;
}
/* line 2278, ../scss/tcommerce.scss */
.banner-redes--iconos a {
  color: #fff;
  font-size: 1.35rem;
}

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

  /* line 2308, ../scss/tcommerce.scss */
  section.categorias {
    padding-bottom: 0;
  }
  /* line 2311, ../scss/tcommerce.scss */
  section.categorias .titulo {
    margin-block: .75rem;
    font-size: 1rem;
  }
  /* line 2316, ../scss/tcommerce.scss */
  section.categorias .swiper {
    padding: 0;
    margin-inline: .5rem;
  }
  /* line 2323, ../scss/tcommerce.scss */
  section.categorias .swiper-slide .card-categoria a {
    width: 100%;
  }
  /* line 2326, ../scss/tcommerce.scss */
  section.categorias .swiper-slide .card-categoria a .card-icon {
    width: 4.5rem;
  }
  /* line 2330, ../scss/tcommerce.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 2342, ../scss/tcommerce.scss */
  .forma-trabajo {
    padding-block: 2rem;
  }
  /* line 2345, ../scss/tcommerce.scss */
  .forma-trabajo .swiper {
    padding-top: 0;
  }

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

  /* line 2358, ../scss/tcommerce.scss */
  .banners .titulo {
    font-size: 1rem;
    margin-block: 1.5rem;
  }
  /* line 2363, ../scss/tcommerce.scss */
  .banners .multiple-banners {
    flex-direction: column;
    padding-inline: 1rem;
  }
  /* line 2367, ../scss/tcommerce.scss */
  .banners .multiple-banners .plugin-wrapper {
    width: 100%;
    padding-block: 1rem;
  }

  /* line 2375, ../scss/tcommerce.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 2383, ../scss/tcommerce.scss */
  footer .footer {
    padding-inline: .5rem;
  }
  /* line 2386, ../scss/tcommerce.scss */
  footer .footer .logo .redes {
    justify-content: center;
    margin-top: 0;
    padding-bottom: 1rem;
  }
  /* line 2392, ../scss/tcommerce.scss */
  footer .footer dd {
    font-size: .85rem;
  }

  /* line 2398, ../scss/tcommerce.scss */
  .pagina-productos .top-info {
    width: 100%;
    justify-content: end;
  }
  /* line 2404, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info .products-list {
    width: 100%;
  }
  /* line 2408, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info .product-topbar {
    margin-inline: 0;
    padding-inline: 0.5rem;
    width: 100%;
  }
  /* line 2414, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile {
    background-color: transparent;
  }
  /* line 2417, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info .filtros-boton-mobile .btn {
    color: #313131;
    border: none;
    border-radius: 0;
    font-weight: 600;
  }
  /* line 2426, ../scss/tcommerce.scss */
  .pagina-productos .bottom-info .order .form-select {
    background-color: transparent;
    border-color: #FF0000;
    color: black;
  }

  /* line 2435, ../scss/tcommerce.scss */
  .product-grid-view {
    padding-inline: .65rem;
  }
  /* line 2440, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list {
    padding-inline: 0;
  }
  /* line 2445, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-item {
    width: 100%;
    margin: 0;
  }
  /* line 2450, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-img {
    width: 35%;
    padding: initial;
    border: none;
  }
  /* line 2456, ../scss/tcommerce.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 2466, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .product-name {
    height: 4rem;
  }
  /* line 2469, ../scss/tcommerce.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 2466, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .product-name {
    height: 3rem;
    font-size: .7rem;
  }
}
@media (max-width: 767px) {
  /* line 2480, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add {
    border-top: none;
    justify-content: center;
  }
  /* line 2485, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add--cantidad {
    width: 100% !important;
  }
  /* line 2490, ../scss/tcommerce.scss */
  .product-grid-view .product-mini-wrapper.list .variantes-box .product-content .add .btn-agregar {
    width: 100% !important;
  }

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

  /* line 2507, ../scss/tcommerce.scss */
  .container.pagina-container {
    padding-inline: .5rem;
    padding-top: 5rem;
  }
  /* line 2511, ../scss/tcommerce.scss */
  .container.pagina-container--single-product {
    padding-inline: 0;
    padding-top: 5rem;
    overflow: hidden;
  }
  /* line 2517, ../scss/tcommerce.scss */
  .container.pagina-container--single-product .single-product-thumbs {
    margin-top: 1rem;
    max-height: initial !important;
    overflow: initial !important;
    margin-right: 0 !important;
  }
  /* line 2524, ../scss/tcommerce.scss */
  .container.pagina-container--single-product .single-product-img {
    margin-inline: 1rem;
  }
  /* line 2527, ../scss/tcommerce.scss */
  .container.pagina-container--single-product .single-product-img .swiper-container {
    padding: 1rem;
  }
  /* line 2532, ../scss/tcommerce.scss */
  .container.pagina-container--single-product .single-product-img .swiper-container .swiper-slide .img-full {
    padding-inline: 1rem;
  }
  /* line 2541, ../scss/tcommerce.scss */
  .container.pagina-container.checkout-envio, .container.pagina-container.metodo-pago, .container.pagina-container.checkout-finalizar {
    padding-inline: 0 !important;
  }
  /* line 2545, ../scss/tcommerce.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 2552, ../scss/tcommerce.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 2560, ../scss/tcommerce.scss */
  .container.pagina-container.checkout-envio .direcciones-entrega .col-12 {
    padding-inline: 0;
  }
  /* line 2567, ../scss/tcommerce.scss */
  .container.pagina-container .finalizar-pedido .col-12 {
    padding-inline: 0;
  }

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

  /* line 2576, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item {
    margin-inline: 0;
    position: relative;
  }
  /* line 2580, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content {
    align-items: start;
  }
  /* line 2584, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  /* line 2590, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--center {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  /* line 2595, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--center .add {
    border-top: none;
  }
  /* line 2600, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--precio {
    flex-direction: column;
  }
  /* line 2604, ../scss/tcommerce.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 2612, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper {
    padding-top: 0;
  }
  /* line 2615, ../scss/tcommerce.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 2627, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .old-price {
    font-size: .8rem !important;
  }
  /* line 2631, ../scss/tcommerce.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 2636, ../scss/tcommerce.scss */
  .product-mini-wrapper.list .variantes-box .product-item .product-content--right .precio-cantidad-wrapper .descuento {
    font-size: .6rem;
  }
  /* line 2639, ../scss/tcommerce.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 2647, ../scss/tcommerce.scss */
  .minicart-list-checkout .checkout-product-wrapper.custom-scroll {
    border-bottom: none;
  }

  /* line 2650, ../scss/tcommerce.scss */
  .pedido-info {
    justify-content: center;
  }
  /* line 2653, ../scss/tcommerce.scss */
  .pedido-info--right {
    display: none;
  }

  /* line 2657, ../scss/tcommerce.scss */
  .pedido-wrapper .box-precio {
    margin-bottom: 3rem;
  }
  /* line 2660, ../scss/tcommerce.scss */
  .pedido-wrapper .box-precio--descuento {
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }
  /* line 2666, ../scss/tcommerce.scss */
  .pedido-wrapper .box-precio--subtotal {
    padding: 0;
    text-align: center;
    padding-bottom: 0.5rem;
    margin-inline: 2rem;
    font-size: 1rem;
  }
  /* line 2674, ../scss/tcommerce.scss */
  .pedido-wrapper .box-precio--total {
    padding: 0;
    text-align: center;
    font-size: 1rem;
  }

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

  /* line 2688, ../scss/tcommerce.scss */
  .custom-wrapper--metodo-pago {
    padding-inline: .25rem;
  }
  /* line 2691, ../scss/tcommerce.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 2698, ../scss/tcommerce.scss */
  .custom-wrapper--metodo-pago .valor-a-pagar .form-control {
    margin: 0;
    font-size: 0.75rem;
  }

  /* line 2705, ../scss/tcommerce.scss */
  .tarjetas {
    padding-inline: 0;
  }
  /* line 2709, ../scss/tcommerce.scss */
  .tarjetas--cuotas h5 {
    font-size: 1rem;
    font-weight: 600;
  }

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

  /* line 2736, ../scss/tcommerce.scss */
  #mobileMenu .offcanvas-footer div:nth-child(1) {
    justify-content: start !important;
    padding-inline: 1rem;
  }
  /* line 2741, ../scss/tcommerce.scss */
  #mobileMenu .offcanvas-footer div:nth-child(1) .redes .btn {
    color: #FF0000;
  }

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

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

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

  /* line 2782, ../scss/tcommerce.scss */
  header.main-header_area {
    margin-inline: 0;
    width: 100%;
    border-radius: 0;
    height: 55px;
  }
  /* line 2788, ../scss/tcommerce.scss */
  header.main-header_area .container {
    padding-inline: 1rem;
  }
  /* line 2791, ../scss/tcommerce.scss */
  header.main-header_area .container .header-logo {
    padding-left: 0;
    width: 8rem;
  }
  /* line 2796, ../scss/tcommerce.scss */
  header.main-header_area .container .header-right {
    padding-right: 0;
  }

  /* line 2801, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content {
    padding-inline: 1rem;
  }
  /* line 2804, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--titulo {
    font-size: 1rem !important;
    font-weight: 600;
    width: 100%;
  }
  /* line 2810, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--descripcion {
    font-size: .8rem !important;
    margin-bottom: .25rem;
    width: 100%;
  }
  /* line 2817, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .new-price {
    font-size: 1.5rem;
  }
  /* line 2821, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .old-price {
    font-size: 1rem;
    font-weight: 500;
  }
  /* line 2826, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .descuento {
    font-weight: 500;
  }
  /* line 2830, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content .price-box .medios-pago {
    width: 100%;
    margin-top: .5rem;
  }
  /* line 2836, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--cantidad {
    width: 100%;
  }
  /* line 2839, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--cantidad .add {
    flex-direction: row;
    width: 100%;
  }
  /* line 2845, ../scss/tcommerce.scss */
  .container.pagina-container .custom-wrapper--producto .single-product-content--extra-info {
    width: 100%;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: .85rem;
  }

  /* line 2853, ../scss/tcommerce.scss */
  .formasSwiper .button-next-formas, .formasSwiper .button-prev-formas {
    display: flex;
  }
  /* line 2856, ../scss/tcommerce.scss */
  .formasSwiper .button-next-formas:hover, .formasSwiper .button-prev-formas:hover {
    border-color: #FF0000;
  }
  /* line 2861, ../scss/tcommerce.scss */
  .formasSwiper .button-next-formas {
    right: 1rem;
  }
  /* line 2865, ../scss/tcommerce.scss */
  .formasSwiper .button-prev-formas {
    left: 1rem;
  }

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

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

  /* line 2891, ../scss/tcommerce.scss */
  .product-item .product-content .product-precio {
    font-size: .85rem;
  }
  /* line 2894, ../scss/tcommerce.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 2909, ../scss/tcommerce.scss */
.proveedores {
  margin-inline: 20% !important;
}
/* line 2912, ../scss/tcommerce.scss */
.proveedores img {
  width: 300px !important;
}
/* line 2917, ../scss/tcommerce.scss */
.proveedores .multiple-banners .plugin-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  /* line 2917, ../scss/tcommerce.scss */
  .proveedores .multiple-banners .plugin-wrapper {
    width: 100%;
  }
}

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

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

/* line 2949, ../scss/tcommerce.scss */
.variantes-box .variante .product-sku {
  display: none;
}
/* line 2953, ../scss/tcommerce.scss */
.variantes-box .variante .product-sinonimo {
  display: none;
}

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

/* line 2965, ../scss/tcommerce.scss */
.super-menu {
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  position: absolute;
  top: 85px;
  left: 0;
  background-color: white;
}
/* line 2975, ../scss/tcommerce.scss */
.super-menu ul {
  display: none;
  color: red !important;
  position: absolute;
  top: 0;
  left: 200px;
}
/* line 2982, ../scss/tcommerce.scss */
.super-menu ul ul {
  color: blue !important;
  position: absolute;
  top: 0;
  left: 450px;
}
/* line 2991, ../scss/tcommerce.scss */
.super-menu--categoria {
  width: 33%;
  font-size: 1rem;
}
/* line 2996, ../scss/tcommerce.scss */
.super-menu--hijos {
  position: absolute;
  left: 33%;
  top: 0;
}
/* line 3002, ../scss/tcommerce.scss */
.super-menu--hijos-2 {
  position: absolute;
  left: 66%;
  top: 0;
}

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

/* line 3015, ../scss/tcommerce.scss */
.drop-menu li {
  position: static !important;
  margin-bottom: 0 !important;
}
/* line 3019, ../scss/tcommerce.scss */
.drop-menu li:hover {
  position: static !important;
}
/* line 3024, ../scss/tcommerce.scss */
.drop-menu li .drop-menu li {
  position: static;
  margin-bottom: 0 !important;
}
/* line 3028, ../scss/tcommerce.scss */
.drop-menu li .drop-menu li:hover {
  position: static !important;
}
/* line 3035, ../scss/tcommerce.scss */
.drop-menu li .drop-menu.sub-dropdown {
  height: 100%;
  scrollbar-color: #FF0000 #BDBDBD;
  scrollbar-width: thin;
}
/* line 3041, ../scss/tcommerce.scss */
.drop-menu li .drop-menu.sub-dropdown a.achicar {
  font-size: 11px !important;
}

/* line 3060, ../scss/tcommerce.scss */
.estado-pedido-danger {
  font-weight: bold;
  color: #D41601;
}
/* line 3065, ../scss/tcommerce.scss */
.estado-pedido-success {
  font-weight: bold;
  color: #07C98B;
}
/* line 3070, ../scss/tcommerce.scss */
.estado-pedido-warning {
  font-weight: bold;
  color: orange;
}
/* line 3075, ../scss/tcommerce.scss */
.estado-pedidoyellow {
  font-weight: bold;
  color: #FF0000;
}
/* line 3080, ../scss/tcommerce.scss */
.estado-pedido-danger {
  font-weight: bold;
  color: #D41601;
}

@media (max-width: 768px) {
  /* line 3088, ../scss/tcommerce.scss */
  header .minicart--list .producto-carrito--contenido--precio {
    right: -5% !important;
    font-size: .8rem;
  }
}
/* line 3095, ../scss/tcommerce.scss */
.accordion-button:not(.collapsed) {
  background-color: unset;
}

/* line 3101, ../scss/tcommerce.scss */
.pedido-rapido .card-selected {
  border: 2px solid #FF0000 !important;
}
