/* screen - listado-de-producto */

.listado-de-producto {
   width: 375px;
}
@media (min-width: 450px) {
  .listado-de-producto {
    width: 450px;
  }
}
@media (min-width: 768px) {
  .listado-de-producto {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .listado-de-producto  {
    width: 1173px;
  }
}

.listado-de-producto .frame-6989 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: fit-content;
}

.listado-de-producto .button-outline {
  margin: 0 auto;
  align-items: center;
  border: 2px solid;
  border-color: var(--beigemain);
  border-radius: 32px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 5px 24px;
  width: fit-content;
}

.listado-de-producto .frame-133 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 12px;
  margin-top: 20px;
  margin-left: 5px;

  max-width: 90%;
}

.listado-de-producto .tienda-5 {
  color: var(--beigedark);
  font-weight: 300;
  line-height: 20px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .icon-chevron-left {
  height: 15px;
  min-width: 15px;
}

.listado-de-producto .calzado {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

/********************************** FILTROS **********************************/
.listado-de-producto #filtros {
  width: 219px;
}
@media (max-width: 1199px) {
  .listado-de-producto #filtros {
    display: none;
    width: 325px;
  }

  .listado-de-producto #filtros.in {
    display: block;
    position: absolute;
    padding: 45px 15px 15px;
    z-index: 2;
    background-color: var(--neutrallight2);
    box-shadow: 0 18px 60px -10px rgba(0, 0, 0, 0.2);
    border-radius: 0 10px 10px 0;

  }
}
@media (min-width: 1200px) {
  .listado-de-producto #FiltrarProductos,
  .listado-de-producto #CloseFiltrarProductos {
    display:none;
  }
}

.listado-de-producto .promobutton {
  display: block;
  background: #c0a16f;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  text-shadow: 0 1px 1px rgb(0 0 0 / 80%);
}

.listado-de-producto .frame-FiltrarProductos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.listado-de-producto #filtros.in #CloseFiltrarProductos{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--neutrallight2);
  background-color: var(--blue-light);
  padding: 3px 10px;
  border-radius: 0 10px;
}

.listado-de-producto .frame-6989-2 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 40px;
  width: fit-content;
}
@media (max-width: 1199px) {
  .listado-de-producto .frame-6989-2 {
    gap: 0;
  }
}

.listado-de-producto .search-bar {
  align-items: center;
  background-color: var(--neutralmedium);
  border: 1px none;
  border-radius: 48px;
  display: flex;
  height: 42px;
  justify-content: space-between;
  padding: 12px 20px;
  width: 216px;
}

.listado-de-producto .buscar-2 {
  color: var(--bluelighter);
  font-weight: 300;
  line-height: 19.6px;
  margin-top: -2.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .icon-search {
  height: 24px;
  margin-bottom: -3.00px;
  margin-top: -3.00px;
  min-width: 24px;
}

.listado-de-producto .filters {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: fit-content;

  margin-bottom: 20px;
}

.listado-de-producto .filter {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.listado-de-producto .filter-tab {
  align-items: center;
  background-color: var(--neutrallight2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--neutralmedium);
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
}
@media (min-width: 1200px) {
  .listado-de-producto .filter-tab {
    width: 216px;
  }
}

.listado-de-producto .panel-body {
  padding-left: 25px;
  background-color: var(--neutrallighter);
}
@media (min-width: 1200px) {
  .listado-de-producto .panel-body {
    width: 216px;
  }
}


.listado-de-producto .category-level-2 {
  border: 0 !important;
}

.listado-de-producto .icon-filter-family {
  height: 19px;
  width: 19px;
  margin-right: 3px;
}

.listado-de-producto .vector {
  height: 8px;
  min-width: 12px;
}

.listado-de-producto #filterForm .collapseWill.collapsed img.vector {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.listado-de-producto #filterForm .collapseWill img.vector {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.listado-de-producto .filter-element {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 19.6px;
  margin-top: -1.00px;
  width: fit-content;
}

.listado-de-producto .filter-element input[type="checkbox"] {
  position: relative;
  top: 2px;
  accent-color: #34495e;
  filter: opacity(0.5);
}

.listado-de-producto .filtro {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: 100%;
}

.listado-de-producto .frame-223 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 4px;
  width: fit-content;
}

.listado-de-producto .icon-plus {
  height: 10px;
  min-width: 10px;
}

.listado-de-producto .filter-2 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.listado-de-producto .filtro-2 {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 19.6px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .icon-plus-1 {
  height: 10px;
  min-width: 10px;
}

.listado-de-producto .filter-3 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.listado-de-producto .filtro-3 {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 19.6px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .icon-plus-2 {
  height: 10px;
  min-width: 10px;
}

.listado-de-producto .filter-4 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.listado-de-producto .filtro-4 {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 19.6px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .icon-plus-3 {
  height: 10px;
  min-width: 10px;
}

/********************************** LISTADO DE ARTICULOS **********************************/

.listado-de-producto .frame-6992 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 30px;
  width: fit-content;
}

.listado-de-producto .icon {
  height: 62px;
  width: 62px;
}

.listado-de-producto .icon_personaje,
.listado-de-producto .icon_target {
  width: 140px;
  height: 140px;
}

.listado-de-producto .frame-6991-1 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.listado-de-producto .frame-6989-3 {
  align-items: flex-start;
  align-self: stretch;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.listado-de-producto .title {
  letter-spacing: -0.64px;
  line-height: 38.4px;
  margin-top: -1.00px;
}

.listado-de-producto .fabricante-mayorist {
  align-self: stretch;
  color: var(--bluelight);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxl2);
  font-weight: 600;
  letter-spacing: -0.36px;
  line-height: 21.6px;
}

.listado-de-producto .lorem-ipsum-dolor-si {
  align-self: stretch;
  color: var(--bluemain);
  font-weight: 300;
  line-height: 14px;
}
@media (max-width: 1199px) {
  .listado-de-producto .lorem-ipsum-dolor-si {
    padding-right: 10px;
  }
}

.listado-de-producto .span0 {
  font-weight: 300;
  line-height: 19.6px;

  text-align: justify;
}

.listado-de-producto .frame-6992-1 {
  width: 100%;
  align-items: center;
  border: 1px none;
  display: flex;
  justify-content: space-between;
}

.listado-de-producto .frame-6989-4 {
  align-items: center;
  border: 1px none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .listado-de-producto .frame-6989-4 {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: flex-start;
  }
}

.listado-de-producto .mostrando-artculos {
  height: 15px;
  letter-spacing: -0.28px;
  line-height: 15.3px;
  white-space: nowrap;
  width: 204px;
}

/*///////////*/

.listado-de-producto .frame-6989-7 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 12px;
  width: fit-content;
}

.listado-de-producto .para-ver-los-precios {
  letter-spacing: -0.28px;
  line-height: 15.3px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .frame-6989-8 {
  align-items: flex-end;
  border: 1px none;
  display: flex;
  gap: 6px;
  width: fit-content;
}

.listado-de-producto .frame-69 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 4px;
  width: fit-content;
}

.listado-de-producto .icon-login-session,
.listado-de-producto .icon-create-account{
  height: 14px;
  min-width: 14px;
}

.listado-de-producto .iniciar-sesin {
  letter-spacing: -0.28px;
  line-height: 15.3px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .text-1 {
  letter-spacing: -0.28px;
  line-height: 15.3px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .crear-cuenta-1 {
  letter-spacing: -0.28px;
  line-height: 15.3px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}
/*//////////*/

.listado-de-producto .frame-6989-5 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 12px;
  width: fit-content;
}

.listado-de-producto .group-127-1 {
  height: 18px;
  margin-right: -2.00px;
  min-width: 106px;
  position: relative;
}

.listado-de-producto .icon-chevron-down-1 {
  height: 14px;
  left: 90px;
  position: absolute;
  top: 2px;
  width: 14px;
}

.listado-de-producto .card-row {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 22px;
  width: fit-content;

  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
}

.listado-de-producto .card {
  align-items: flex-start;
  background-color: var(--neutrallight2);
  border: 1px solid;
  border-color: var(--neutralmedium);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 18px 11px 12px;
  width: fit-content;

  height: fit-content;
}

.listado-de-producto .card:hover {
  border-radius: 8px;
  border: solid 1px var(--neutral-light);
  background-color: var(--neutrallight2);
}

.listado-de-producto .card-content {
  align-items: center;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: fit-content;

  max-width: 188px;
  text-align: -webkit-center;
  position: relative;
}

.listado-de-producto .chanclas-the-mandalo {
  color: var(--bluemain);
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  width: 187px;
}

.listado-de-producto .frame-223-1 {
  align-items: center;
  border: 1px none;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  width: fit-content;
}

.listado-de-producto .frame-22 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 6px;
  justify-content: center;
  width: 188px;
}

.listado-de-producto .ref {
  color: var(--bluemain);
  font-weight: 400;
  line-height: 18px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .referencia {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 18px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .disp {
  color: var(--bluemain);
  font-weight: 400;
  line-height: 18px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .disponibilidad {
  color: var(--warningdark);
  font-weight: 300;
  line-height: 18px;
  margin-top: -1.00px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .min {
  color: var(--bluemain);
  font-weight: 400;
  line-height: 18px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .address {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 18px;
  margin-top: -1.00px;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .frame-223-2 {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  width: 188px;
}

.listado-de-producto .frame-223-3 {
  align-items: center;
  border: 1px none;
  display: flex;
  justify-content: space-between;
  width: 130px;
}

.listado-de-producto .button_add_remove {
  border: none;
  background-color: transparent;
  margin-top: -3px;
}

.listado-de-producto .icon_add_remove {
  height: 16px;
  min-width: 16px;
}

.listado-de-producto .frame-221 {
  align-items: center;
  border: 1px solid;
  border-color: var(--neutraldark);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  width: 70px;
}

.listado-de-producto .number {
  color: var(--bluemain);
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  border: none;
  background-color: transparent;
  width: 70px;
  border-radius: 32px;
}

/* quitar flechas de subir y bajar el número */
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input.number[type=number] {
  -moz-appearance:textfield; /* Firefox */
}

.listado-de-producto .frame-price {
  align-items: center;
  border: 1px none;
  display: flex;
  gap: 8px;
  width: fit-content;
}

.listado-de-producto .price_old {
  letter-spacing: 0;
  line-height: 24px;
  text-align: right;
  text-decoration: line-through;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .price {
  letter-spacing: 0;
  line-height: 30px;
  margin-top: -1.00px;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .button {
  align-items: center;
  background-color: var(--beigedark);
  border: 2px solid;
  border-color: var(--beigemain);
  border-radius: 32px;
  display: flex;
  gap: 4px;
  height: 30px;
  justify-content: center;
  padding: 12px 24px;
  width: 160px;
}
.listado-de-producto .button:disabled,
.listado-de-producto .button[disabled]{
  background-color: var(--beigelight);
}

.listado-de-producto .iconcart {
  height: 16px;
  margin-bottom: -5.00px;
  margin-left: -4.50px;
  margin-top: -5.00px;
  min-width: 16px;
}

.listado-de-producto .add-carrito {
  color: var(--neutrallight2);
  font-weight: 600;
  line-height: 19.6px;
  margin-right: -4.50px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .ver-toda-la-coleccin {
  color: var(--beigedark);
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
  width: fit-content;
}

.listado-de-producto .card-1 {
  border: 1px none;
  min-width: 210px;
}

.listado-de-producto .frame-6991 {
  align-items: flex-start;
  border: 1px none;
  display: flex;
  gap: 8px;
  width: fit-content;
}

.listado-de-producto .group-6990 {
  min-width: 210px;
}

.listado-de-producto .overlap-group {
  border-radius: 8px;
  height: 448px;
  position: relative;
  width: 210px;
}

.listado-de-producto .card-2 {
  align-items: flex-start;
  background-color: var(--neutrallight2);
  border: 1px solid;
  border-color: var(--neutralmedium);
  border-radius: 8px;
  display: flex;
  gap: 8px;
  left: 0;
  padding: 18px 11px 12px;
  position: absolute;
  top: 0;
  width: fit-content;
}

.listado-de-producto .badge-novedades {
  align-items: center;
  border: 1px solid;
  border-radius: 0 8px 8px 0;
  display: flex;
  gap: 8px;
  height: 26px;
  justify-content: center;
  left: -12px;
  padding: 4px 16px;
  position: absolute;
  top: -10px;
  width: fit-content;
}

.listado-de-producto .badge-promo {
  color: var(--dangermain);
  border-color: var(--dangermain);
}

.listado-de-producto .badge-preventa {
  color: var(--novedades-preventa);
  border-color: var(--novedades-preventa);
}

.listado-de-producto .badge-outlet {
  color: var(--novedades-outlet);
  border-color: var(--novedades-outlet);
}

.listado-de-producto .badge-novedad {
  color: var(--novedades-novedad);
  border-color: var(--novedades-novedad);
}

.listado-de-producto .badge-novedad-pendiente {
  color: var(--dangermain);
  border-color: var(--dangermain);
}

.listado-de-producto .badge-icon {
  height: 16px;
  min-width: 16px;
}

.listado-de-producto .badge-text {
  font-weight: 400;
  line-height: 17px;
  margin-top: -0.50px;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}