@font-face {
  font-family: "Poppins";
  src: url(../fuentes/Poppins-Regular.ttf) format(‘truetype’);
}

@font-face {
  font-family: "Poppins";
  src: url(../fuentes/Poppins-Italic.ttf) format(‘truetype’);
  font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: url(../fuentes/Poppins-Bold.ttf) format(‘truetype’);
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src: url(../fuentes/Poppins-BoldItalic.ttf) format(‘truetype’);
  font-weight: 700;
  font-style: italic;
}

:root {
  --Poppins: "Poppins", sans-serif;
  --negro: #000;
  --principal: #ffc600;
  --gris-claro: #d8d8d8;
  --gris-extra-claro: #fcf7e5;
  --crema: #fce699;
  --gris-productos: #f6f6f8ef;
}

:focus {
  outline: none !important;
  box-shadow: none !important;
}

button.navbar-toggler:focus {
  outline: none;
}

body {
  font-family: var(--Poppins);
  color: var(--negro);
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.fs-12 {
  font-size: 12px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--negro);
  font-size: 13px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--negro);
  font-size: 13px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--negro);
  font-size: 13px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--negro);
  font-size: 13px;
}

/* Header */
.bg-header,
.portada .bg-header:hover {
  background-color: var(--negro) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all ease-in 0.3s;
}

header {
  transition: all 0.3s;
  position: sticky;
  z-index: 99999;
  top: 0;
  background-color: var(--negro);
  margin-bottom: 30px;
}

header,
.dropdown-menu {
  font-size: 12px;
}

/* header img {
    filter: invert(100%);
} */

/* body:not(.portada) header .col-6.text-lg-center img {
  filter: brightness(0);
} */

.portada header {
  position: fixed;
  width: 100%;
  transition: all ease-in 0.3s;
  background-color: transparent;
}

.portada header:hover {
  background-color: var(--negro);
}

.portada header a {
  color: var(--principal);
}

.portada .navbar-toggler {
  color: var(--principal);
}

.portada header .nav-link,
.portada header.bg-header .nav-link {
  color: white;
  text-decoration: none;
  background: none;
  transition: all ease-in 0.3s;
}

.portada header.bg-header .nav-link:hover {
  color: var(--principal);
}

header a,
.navbar-toggler,
header .dropdown-menu .dropdown-item,
.bg-header .navbar-toggler {
  color: var(--principal);
  text-decoration: none;
  background: none;
  font-weight: 400;
  transition: all ease-in 0.3s;
}

header .search-box .fa-times {
  color: var(--negro);
}

.portada .bg-header a {
  color: var(--principal);
}

header .nav-link {
  color: white;
}
header .nav-link:hover {
  color: var(--principal);
}

.portada header:not(.bg-header) .nav-link:hover {
  color: var(--principal);
}

.portada header:not(.bg-header) a:hover {
  color: white;
}

.portada .dropdown-item {
  color: var(--gris-claro) !important;
}

.portada .bg-header .dropdown-item {
  color: white !important;
}

.portada .bg-header .dropdown-item:hover {
  color: var(--principal) !important;
}

header .dropdown-item {
  color: white !important;
  /*color: var(--gris-claro) !important;*/
  background: none !important;
}

header .dropdown-item:hover {
  color: var(--principal) !important;
}

.nav-link:focus {
  color: white;
}

header .navbar-toggler {
  font-size: 26px;
}

header .login:hover img {
  transform: scale(1.1);
}

header .carrito:hover img {
  opacity: 0.7;
}

.portada header img {
  filter: invert(0%);
}

/* .portada .bg-header img {
  filter: brightness(0%);
} */

header .navbar-toggler-icon {
  width: auto;
  height: auto;
}

header button.navbar-toggler {
  padding: 0;
}

header button.navbar-toggler.collapsed .fa-bars {
  display: block;
}

header button.navbar-toggler.collapsed .fa-times {
  display: none;
}

header button.navbar-toggler .fa-bars {
  display: none;
}

header button.navbar-toggler .fa-times {
  display: block;
}

header .search-box {
  border: none;
  border-radius: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 100%;
  right: 0;
}

header input[type="search"] {
  border: none;
}

header .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}

/* header .dropdown-toggle::after {
  display: none;
}

header .dropdown {
  position: unset;
  background: none;
}

header .dropdown-menu {
  left: 0;
  background-color: transparent;
  border: none;
}

header a#search-boton:hover img {
  opacity: 0.7;
}

.portada header .dropdown-menu .container {
  background-color: rgba(0, 0, 0, 0.8);
}
   

header .dropdown-menu .container,
.portada .bg-header .dropdown-menu .container {
  background-color: rgba(0, 0, 0, 0.8);
}

.dropdown-menu .container {
  max-width: 1140px;
}*/

.category-button {
  background-color: var(--negro);
  border: none;
}
.categories-dd {
  background-color: var(--negro);
}

/* Banner */
.banner::after {
  content: "";
  display: block;
  background-image: url(../imagenes/sombra.png);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

div#carouselCategory {
  max-height: none;
  overflow: hidden;
}

.carousel-indicators {
  bottom: 50%;
  left: 0;
  margin-left: 30px;
  flex-wrap: wrap;
  width: 20px;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  margin-bottom: 0;
  z-index: 9999;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 208px !important;
  overflow: hidden;
  border: none;
  margin: 10px 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 0;
  max-height: 100vh;
  z-index: 9999;
}

.carousel-caption h1 {
  font-family: var(--Poppins);
  font-style: italic;
  font-size: 26px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

/* Botones */
a.boton {
  color: var(--negro);
  background-color: white;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border: solid 1px white;
  padding: 18px 50px;
  max-width: 90%;
  transition: all 0.1s;
  font-family: var(--Poppins);
  transition: all ease-in 0.3s;
}

a.boton:hover {
  padding: 18px 70px;
  transform: translateX(20px);
  color: var(--negro);
}

a.boton2 {
  color: var(--principal);
  background-color: var(--negro);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border: solid 1px var(--negro);
  padding: 18px 16px;
  width: 100%;
  transition: all ease-in 0.3s;
}

a.boton2:hover {
  background: var(--negro);
  color: white;
  transition: all 0.3s;
}

/* Oferta */

.oferta-texto {
  left: 12px;
}

/* Carrusel Vertical */
.carrusel-vertical {
  background-color: var(--principal);
}

.carrusel-vertical .titulo h3 {
  font-family: var(--Poppins);
  color: var(--negro);
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 13px;
}

.producto a {
  font-size: 12px;
  line-height: 13px;
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.producto a:hover {
  color: var(--gris-claro);
}

/* Categorias */
.categorias h2 {
  font-family: var(--Poppins);
  font-style: italic;
  font-size: 26px;
  color: var(--negro);
  letter-spacing: 4px;
}

.categorias h3 {
  font-family: var(--Poppins);
  font-size: 38px;
}

.categoria a {
  color: var(--negro);
  background-color: white;
  text-decoration: none;
  display: table-cell;
}

.categoria > div > div {
  margin-bottom: 18%;
}

.foto-1 {
  z-index: 9;
}

.categoria .foto-1 {
  transition: all ease-in 0.3s;
}

.categoria:hover .foto-1 {
  opacity: 0;
}

.categoria .enlace {
  z-index: 99;
}

/* Carrusel */

.slick-slide {
  padding: 0 12px;
}

.slick-slide h3 {
  font-family: var(--Poppins);
  font-size: 18px;
}

.slick-slide a {
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.slick-slide a:hover {
  color: var(--gris-claro);
}

.slick-dots li button:before {
  height: 15px !important;
  width: 15px !important;
  border: solid 1px var(--principal);
  border-radius: 180px;
  content: "" !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  background-color: var(--principal);
}

.slick-dotted.slick-slider {
  margin-bottom: 50px !important;
}

.slick-dots {
  bottom: -45px !important;
}

button.slick-prev.slick-arrow {
  background: url(../imagenes/chevron-left-solid.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

button.slick-next.slick-arrow {
  background: url(../imagenes/chevron-right-solid.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

/* Colecciones */

.coleccion h4 {
  font-size: 20px;
  font-family: var(--Poppins);
}

.collection-ca {
  /* left: 24px; */
  font-size: 70px;
  line-height: 70px;
  font-family: var(--Poppins);
}

/* Newsletter */
.subtitulo {
  font-size: 12px;
  font-family: var(--basker);
}

.subtitulo span {
  font-family: var(--Poppins);
  font-weight: bold;
  font-size: 10px;
}

.newsletter {
  border: solid 1px var(--negro);
}

.newsletter input[type="email"] {
  width: 100%;
  height: 45px;
  padding: 5px 30px;
  border: none;
}

.newsletter input[type="button"] {
  background: none;
  border: none;
  font-weight: bold;
  padding: 5px 20px;
  transition: all ease-in 0.3s;
}

.newsletter input[type="button"]:hover {
  background: var(--principal);
}

/* WhatssApp */
.wa {
  z-index: 99999;
  bottom: 105px;
  right: -70px;
  transform: rotate(-90deg);
}

.wa .icono .wa-link {
  transform: rotate(90deg);
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px 11px 7px;
  border-radius: 180px;
  font-size: 30px;
}

.wa a.contact {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  padding: 8px 15px;
  transition: all 0.3s;
}

.wa a.contact:hover,
.wa .icono .wa-link:hover {
  background: rgba(0, 0, 0, 0.6);
}

div#mymodal {
  z-index: 99999;
}

.modal-header {
  border-bottom: none;
}

.modal a {
  color: var(--negro);
  font-weight: bold;
}

/* Categorías */
.bg-gris-p {
  background-color: var(--gris-productos);
}

.prod-cat h4 a {
  font-size: 14px;
  line-height: 16px;
  font-family: var(--Poppins);
  color: var(--negro);
  text-decoration: none;
  font-style: italic;
  transition: all ease-in 0.3s;
}

.prod-cat h4 a:hover {
  color: var(--gris-claro);
}

.color-opc {
  height: 16px;
  width: 16px;
  overflow: hidden;
}

.precio {
  font-size: 18px;
  text-decoration: none;
}

.neto {
  text-decoration: none;
}

.filtros {
  font-size: 18px;
  font-weight: 400;
}

select#order {
  position: absolute;
  right: 0;
  opacity: 0;
}

input#filtros {
  display: none;
}

.filtros {
  background-color: rgba(255, 255, 255, 0.8);
}

.boton-filtro {
  cursor: pointer;
}

.contenidos-filtro label.boton3 {
  color: var(--negro);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border: solid 1px var(--negro);
  padding: 10px 16px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}

.contenidos-filtro label.boton3:hover {
  background-color: var(--negro);
  color: white;
}

.contenidos-filtro {
  min-height: 100%;
  width: 100%;
  position: inherit;
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}

.contenidos-filtro input {
  display: none;
}

#menu-mobile {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 0%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
}

#filtros:checked ~ #menu-mobile {
  width: 100%;
  opacity: 1;
  transition: 0.6s;
  z-index: 999999999999999999;
}

#menu-mobile label.label-cl {
  height: 100vh;
  width: 100%;
}

.alto-full {
  min-height: 100vh;
}

.filtros {
  position: sticky;
  top: 119px;
  z-index: 999;
}

.checkbox-fake {
  height: 22px;
  width: 22px;
  background-color: var(--gris-claro);
}

.checkbox-fake .fas {
  opacity: 0;
  font-size: 14px;
}

.contenidos-filtro input:checked ~ label .checkbox-fake .fas {
  opacity: 1;
}

.contenidos-filtro .accordion-button:not(.collapsed) {
  color: var(--negro);
  background-color: white;
  box-shadow: none;
}

.contenidos-filtro .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

/* Productos */
.foto {
  background-color: var(--gris-productos);
}

.info .contenido-info {
  position: sticky;
  top: 143px;
  z-index: 999;
}

.contenido-info h1 {
  font-size: 30px;
}

.contenido-info .precios {
  font-size: 26px;
  font-weight: 400;
}

.estrellas,
.estrellas a {
  color: #f4eb0e;
  font-size: 26px;
  transition: all ease-in 0.3s;
}

.estrellas a:hover {
  opacity: 0.5;
}

.tallas,
.colores {
  font-size: 18px;
}

.tallas a {
  color: #fff;
  text-decoration: none;
  background: var(--negro);
  padding: 7px 17px 8px;
  display: inline-block;
  transition: all ease-in 0.3s;
}

.tallas a:hover {
  background-color: var(--gris-claro);
  color: var(--negro);
}

.tallas button {
  width: 100%;
  text-align: center;
  border: solid 1px #9a9a98;
  padding: 15px 10px;
  background-color: white;
  font-size: 13px !important;
  transition: all ease-in 0.3s;
}

.tallas button:hover,
button:disabled {
  background-color: #f4f3ef;
}

.tallas button:disabled {
  opacity: 0.3;
}

.tallas button.active,
.colores button.active,
.colores button:hover {
  border: solid 1px black;
  background-color: black;
  color: white;
}

.modal {
  z-index: 99999999;
}

.colores button {
  padding: 0;
  width: 100%;
  border: solid 1px white;
}

.boton-carrito {
  border: solid 1px var(--negro);
  color: var(--negro);
  padding: 18px 12px;
  background-color: white;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 32px;
  cursor: pointer;
  font-size: 16px !important;
  transition: all ease-in 0.3s;
}

.boton-carrito:hover {
  background-color: var(--negro);
  color: white;
}

.share {
  font-size: 32px;
}

.share .fa-facebook-square {
  color: #20589c;
}

.share .fa-twitter-square {
  color: #00a5dc;
}

.share .fa-envelope-square {
  color: #000;
}

.tabs .accordion-button:not(.collapsed) {
  color: var(--negro);
  background-color: white;
  box-shadow: none;
}

.tabs .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.tabs button.accordion-button.collapsed,
.tabs .accordion-button {
  padding: 14px 0;
  font-family: var(--Poppins);
  font-size: 20px;
}

.tabs .accordion-body {
  padding: 15px 0 24px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0.5);
}

.d-flex input[type="number"] {
  height: 32px;
  width: 54px;
  max-width: 100% !important;
  border: solid 2px #c2c2c2;
  text-align: center;
}

/* Login */
.login-form {
  background-image: url(../imagenes/login-fondo.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.boton-oscuro {
  text-transform: uppercase;
  color: white !important;
  font-size: 14px;
  padding: 14px;
  background-color: var(--negro);
  border: solid 1px var(--negro);
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.boton-oscuro:hover {
  background-color: white;
  color: var(--negro) !important;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
  width: 100%;
  border: solid 1px var(--negro);
  height: 38px;
  padding: 16px;
}

.boton-claro {
  border: solid 1px var(--negro);
  display: block;
  width: 100%;
  color: white !important;
  padding: 16px;
  background-color: var(--negro);
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.boton-claro:hover {
  background-color: white;
  border: solid 1px var(--negro);
  color: var(--negro) !important;
}

.login-form a {
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.login-form a:hover {
  color: var(--gris-claro);
}

.login-form hr {
  margin: 20px 0;
}

/* Breadcrumb */
.pasos .activo {
  color: #000;
  font-weight: bold;
}

.pasos {
  color: var(--negro);
  text-decoration: none;
}

/* Envio */
.informacion-personal input[type="text"],
.informacion-personal input[type="email"],
.informacion-personal input[type="tel"] {
  width: 100%;
  border: solid 1px var(--negro);
  height: 38px;
  padding: 16px;
}

.informacion-personal input[type="number"] {
  width: 100%;
  border: solid 1px #c2c2c2;
  height: 38px;
  padding: 16px;
}

/* Chrome, Safari, Edge, Opera */
.informacion-personal input::-webkit-outer-spin-button,
.informacion-personal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.informacion-personal input[type="number"] {
  -moz-appearance: textfield;
}

.informacion-personal select {
  width: 100%;
  border: solid 1px var(--negro);
  height: 38px;
  padding: 0 10px;
}

/* 05/07/2022 */
.informacion-personal textarea {
  width: 100%;
  border: solid 1px var(--negro);
  height: 80px;
  padding: 10px 16px;
}

/* Fin 05/07/2022 */
.accordion-button::after {
  display: none;
}

.accordion-button.collapsed {
  border: solid 1px var(--negro);
  background-color: var(--gris-productos);
  height: 100%;
}

.accordion-button:not(.collapsed) {
  border: solid 1px var(--negro);
  background-color: #fff;
  height: 100%;
  transition: all ease-in 0.3s;
}

.accordion-button.collapsed .circulo {
  border: solid 1px var(--negro);
  width: 16px;
  height: 16px;
  border-radius: 181px;
  background-color: #f6f6f8;
}

.accordion-button .circulo {
  border: solid 1px var(--negro);
  width: 16px;
  height: 16px;
  border-radius: 181px;
  background-color: var(--principal);
  flex-shrink: 0;
  transition: all ease-in 0.3s;
}

.accordion-button.collapsed img {
  opacity: 0.4;
}

.accordion-button.collapsed .titulo,
.accordion-button:not(.collapsed) .titulo {
  font-size: 14px;
  color: var(--negro);
}

.accordion-button.collapsed .subtitulo2,
.accordion-button:not(.collapsed) .subtitulo2 {
  color: #999999;
  font-size: 14px;
}

/* Resumen */
.borde {
  border: solid 1px var(--negro);
}

.borde-a {
  border-top: solid 1px var(--negro);
  background-color: #f6f6f8;
}

.borde .row {
  max-width: 100%;
  margin: 0;
}

.thead {
  background-color: var(--gris-productos);
  border-bottom: solid 1px var(--negro);
}

.th2 {
  border-left: solid 1px var(--negro);
  border-right: solid 1px var(--negro);
}

.th3 {
  border-left: solid 1px var(--negro);
}

.bg-lg {
  background-color: #f8f8f9;
}

/* Mis Datos */
.datos-link {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 3px;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  transition: all ease-in 0.3s;
}

.datos-link:hover {
  background-color: #929292;
  color: #333;
}

/* Footer */

footer {
  background-color: var(--principal);
  font-size: 12px;
}

.creditos {
  background-color: var(--negro);
  color: white;
}

h6 {
  color: var(--negro);
  font-size: 12px;
}

footer ul {
  line-height: 22px;
}

footer a {
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

footer a:hover {
  color: var(--crema);
}

.creditos-autor {
  font-size: 12px;
}

.creditos-autor a {
  color: white;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.creditos-autor a:hover {
  color: var(--principal);
}

/* Media Queries */
@media (max-width: 991px) {
  .banner::after {
    height: 337px;
  }

  .collection-ca {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .filtros {
    top: 95.42px;
  }

  .creditos {
    text-align: center;
  }

  .creditos span {
    width: 100%;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 5px 0;
  }

  .carrusel-vertical .titulo h3 {
    color: var(--negro);
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 5px;
  }

  .carousel-indicators {
    width: 10px;
  }

  a.boton,
  a.boton2 {
    font-size: 12px;
    padding: 12px 20px;
    transition: all ease-in 0.3s;
  }

  a.boton:hover,
  a.boton2:hover {
    font-size: 12px;
    padding: 12px 20px;
    transform: none;
  }

  footer a {
    color: black;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  select#order {
    width: 100%;
  }
}

/* 30/07/2022 */
.precio a {
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.precio a:hover,
.categorias a:hover h2 {
  color: var(--gris-claro);
}

.estado-dot {
  width: 25px;
  height: 25px;
  background-color: var(--gris-claro);
  border-radius: 180px;
  flex-shrink: 0;
}

.activo .estado-dot {
  background-color: var(--negro);
}

.line-dot {
  height: 3px;
  width: 100%;
  background-color: var(--gris-claro);
}

.activo .line-dot {
  background-color: var(--negro);
}

.opacity-0 {
  opacity: 0;
}

.estado-envio .activo {
  font-weight: bold;
}

.currentVariant {
  border: solid 1px #9a9a98 !important;
}

/* 30/07/2022 */

/* 5/08/2022 */
/* ViewCart */
/* 15/08/2022 */
.carrito-cant {
  position: absolute;
  right: 0px;
  top: 4px;
  font-size: 8px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: var(--principal);
}

.carrito-cant-2 {
  position: absolute;
  right: 0px;
  top: 5px;
  font-size: 8px;
  width: 22px;
  height: 22px;
  text-align: center;
}

.portada .bg-header .carrito-cant,
.portada .bg-header .carrito-cant-2 {
  color: var(--principal);
}

.portada .carrito-cant,
.portada .carrito-cant-2 {
  color: var(--principal);
}

/* Fin 15/08/2022 */
.carrito:hover ~ .view-cart-c,
.view-cart-c:hover {
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

.view-cart-c {
  position: absolute;
  opacity: 0;
  display: none;
  padding: 28px 0 0;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s;
}

.view-cart {
  background-color: white;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
}

.view-cart::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  right: 45px;
  background: white;
}

.view-cart a.stretched-link:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.view-cart img {
  filter: none !important;
}

.view-cart a.boton2 {
  color: var(--negro);
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  border: solid 1px var(--negro);
  padding: 14px 16px 10px;
  width: 100%;
  font-weight: bold;
  transition: all ease-in 0.3s;
}

a.boton2:hover {
  background: var(--negro);
  color: white;
  transition: all 0.3s;
}

/* fin 5/08/2022 */

/* Media Queries */
@media (max-width: 991px) {
  .banner::after {
    height: 337px;
  }

  .collection-ca {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .filtros {
    top: 95.42px;
  }

  .creditos {
    text-align: center;
  }

  .creditos span {
    width: 100%;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 5px 0;
  }

  .carrusel-vertical .titulo h3 {
    color: var(--negro);
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 5px;
  }

  .carousel-indicators {
    width: 10px;
  }

  a.boton,
  a.boton2 {
    font-size: 12px;
    padding: 12px 20px;
    transition: all ease-in 0.3s;
  }

  a.boton:hover,
  a.boton2:hover {
    font-size: 12px;
    padding: 12px 20px;
    transform: none;
  }

  footer a {
    color: black;
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  select#order {
    width: 100%;
  }
}

.view-cart img {
  filter: none !important;
}

header a:hover {
  color: var(--gris-extra-claro);
}

.borde a {
  color: var(--negro);
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.borde a:hover {
  color: var(--negro);
  text-decoration: none;
}

#loading-div {
  width: 300px;
  height: 150px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -100px;
}

.zoomWindow {
  border: 1px solid #666 !important;
}

.selector {
  width: calc(11.11111% - 4px);
  min-height: 58px;
  margin: 0 2px 4px;
}

@media (max-width: 1024px) {
  .selector {
    width: calc(16.66667% - 4px);
  }
}

button#btnLoginGoogle {
  border: none;
  background: transparent;
}

.ng-tns-c49-0.la-3x.la-ball-scale-multiple.ng-star-inserted {
  display: none !important;
}

.overlay.ng-tns-c49-0.ng-trigger.ng-trigger-fadeIn.ng-star-inserted {
  background-color: rgb(128, 139, 150) !important;
  opacity: 0.65 !important;
}

.informacion-personal select {
  color: #000;
}

.selector button {
  color: #555;
}

.colores button {
  background-color: transparent;
}

.zoomWindow {
  border: none !important;
}

.titulo-linea {
  background: #c2c2c2;
  height: 1px;
  width: 100%;
}

.zoomContainer {
  z-index: 999;
}

footer .dflex-justify-content-center .fa {
  color: var(--negro);
}

.creditos img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.creditos img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: Gray();
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zoomWindowContainer {
  top: 25% !important;
  position: fixed !important;
}

@media (max-width: 640px) {
  .share-web {
    display: none;
  }

  .share-mobile {
    display: block;
  }
}

@media (min-width: 641px) {
  .share-web {
    display: block;
  }

  .share-mobile {
    display: none;
  }
}

.ng-tns-c30-0.la-3x.la-ball-scale-multiple.ng-star-inserted {
  display: none !important;
}

.btn-close-red {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.is_disabled {
  cursor: default;
  text-decoration: none;
}

.banner::after {
  max-height: 176px;
}

.prod-cat h4 {
  min-height: 74px;
}

/* Encuesta */
.encuesta h2 {
  font-size: 24px;
  color: black;
}

.encuesta h3 {
  font-size: 24px;
  color: #6c6c6c;
}

.encuesta input[type="radio"] {
  display: none;
}

.encuesta label {
  display: block;
  padding: 7px;
  border: solid 1px #6c6c6c;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #f2f2f2;
  cursor: pointer;
  user-select: none;
  max-width: 250px;
}

.encuesta label span {
  background: white;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #6c6c6c;
  margin-right: 10px;
}

input[type="radio"]:checked ~ label {
  background-color: white;
  border: solid 1px #000;
}

.encuesta textarea {
  width: 100%;
  display: block;
  padding: 7px;
  border: solid 1px #6c6c6c;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #f2f2f2;
  cursor: pointer;
  user-select: none;
  height: 100px;
}

.encuesta .notice a {
  color: #000;
  transition: all ease-in 0.3s;
}

.encuesta .notice a:hover {
  color: var(--negro);
}

.encuesta input[type="button"] {
  background: #505050;
  border: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 8px;
  transition: all ease-in 0.3s;
}

.encuesta input[type="button"]:hover {
  background: #6c6c6c;
}

.collection-ca .boton {
  margin-top: 350px;
}

@media (max-width: 768px) {
  .collection-ca .boton {
    margin-top: 183px;
  }
}

@media (max-width: 420px) {
  .collection-ca .boton {
    margin-top: 100px;
  }
}

@media (max-width: 1199px) {
  .carrusel-vertical .titulo h3 {
    font-size: 56px;
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .carrusel-vertical .titulo h3 {
    font-size: 38px;
    line-height: 47px;
  }
}

@media (max-width: 460px) {
  .carrusel-vertical .titulo h3 {
    font-size: 28px;
    line-height: 37px;
  }
}

.metodo-pago > .row {
  border: solid 2px #c2c2c2;
  border-bottom: none;
}

.metodo-pago .accordion-button.collapsed {
  border: none;
  background-color: #fff;
}

.metodo-pago button img {
  max-width: 35px;
}

.metodo-pago .border-bottom-accordeon {
  border-bottom: solid 2px #c2c2c2;
}

.metodo-pago .accordion-button:not(.collapsed) {
  border: none;
  background-color: #fff;
  height: 100%;
  box-shadow: none;
}

.metodo-pago strong {
  font-weight: bold !important;
}

.no-stock-or-disable::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-right: solid 2px #fff;
  cursor: none;
  -webkit-transform: skewX(45deg) translateX(-9px);
  transform: skewX(45deg) translateX(-9px);
  cursor: none;
}

.no-stock-or-disable-dark::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-right: solid 2px #000;
  cursor: none;
  -webkit-transform: skewX(45deg) translateX(-9px);
  transform: skewX(45deg) translateX(-9px);
  cursor: none;
}

.selector.sin-stock a {
  position: relative;
  display: block;
}

.selector.sin-stock a::before {
  content: " ";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

a.disabledBanner {
  pointer-events: none;
  cursor: default;
}

.new-arrival {
  position: absolute;
  top: 20px;
  /* width: 160px; */
  width: 75px !important;
  max-width: 80%;
}

button.carousel-control-next,
button.carousel-control-prev {
  background: white;
  height: 54px;
  width: 54px;
  margin-top: 50%;
  transform: translateY(50%);
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
  padding: 20px !important;
  filter: brightness(0);
}

@media (max-width: 768px) {
  .resume-info .th2 {
    border-left: none;
    border-right: none;
  }
}

.thead-2 {
  border-top: solid 2px #c2c2c2;
}

.carrito-alerta {
  border: solid 1px #555555;
  background: var(--gris-claro);
}

.carousel-item img {
  height: auto;
  width: 100% !important;
}

.carouselHomeNew .carousel-item {
  transition: transform 2s ease, opacity 0.5s ease-out;
}

.carouselHomeNew button.carousel-control-next,
.carouselHomeNew button.carousel-control-prev {
  background: white;
  height: 54px;
  width: 54px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .new-arrival {
    position: absolute;
    top: 5px;
    width: 30px !important;
    max-width: 80%;
  }
}

button.accordion-button:not(.collapsed) {
  pointer-events: none;
}

.toolt {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 24px;
  opacity: 1;
  z-index: 9;
  transition: opacity 0.3s;
}

.toolt2 {
  position: absolute;
  width: 60%;
  top: -141px;
  right: 32px;
  display: none;
  max-width: calc(100% - 32px);
  transition: all ease-in 0.3s;
}

.toolt:hover ~ .toolt2 {
  display: block !important;
}

@media (max-width: 576px) {
  .toolt2 {
    width: calc(100% - 32px);
  }
}

.login-form hr {
  background-color: var(--negro);
  opacity: 1;
}

/* New footer form */
.widget input[type="text"],
.widget input[type="email"] {
  border: none;
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
}
.widget input[type="button"] {
  background: var(--negro);
  color: white;
  border: none;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  padding: 12px;
  margin-bottom: 24px;
  transition: all ease 0.3s;
}
.widget input[type="button"]:hover {
  background: white;
  color: var(--negro);
}


/* slider like sladmin COPIED FROM OLD MILANO/MINKA*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin: 4px 0;

}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius:180px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 180px;
}

input:checked + .slider {
  background-color: #333;
}

input:focus + .slider {
  box-shadow: 0 0 1px #333;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* slider like sladmin */


/* Collapsed buttons groups from Minkasys*/
.button-group-collapsed {
  position: relative;
}
tr:hover .button-group-collapsed .hidden-buttons {
  width: auto;
  opacity: 1;
  transition: all .2s ease-out;
}
.hidden-buttons {
  display: flex;
  position: absolute;
  right: 6px;
  background: #fff;
  z-index: 9;
  /*overflow: hidden;*/
  width: 0;
  top:0;
  padding: 0 0 1px;
  opacity: 0;
  transition: all .2s ease-out;
}
.hidden-buttons {
  overflow:hidden;
}

tr:hover .button-group-collapsed .hidden-buttons {    
  overflow: unset;
}

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

/* Tooltip text */
.tooltipNew .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltipNew .tooltiptext {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipNew:hover .tooltiptext {
  visibility: visible;
}
.tooltipNew .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/*Boton azulito*/
.botonAzul {
  border-color: #4daaf6;
  background: hsl(207, 91%, 77%);
  color: black;
  white-space: nowrap;
}

.botonAzul:hover {
  background: #66b4f3;
  color: black;
}