.widthContainer {
  width: 97% !important;
  margin: 10px 0px 10px 40px;
}
#categoryReference {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 90px;
  text-transform: uppercase;
  color: var(--color-6);
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 50px;
}
.closed {
  display: none;
}

#productsContainer {
  position: relative;
  width: 100%;
  height: auto;
}

#noProducts {
  position: relative;
  color: #808080;
  height: auto;
  width: 60%;
  text-align: center;
  font-size: 17px;
  margin: auto;
  margin-top: 70px;
  font-family: "Galliard Pro" !important;
}

.productsSection {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 24% 24% 24%;
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  margin-bottom: 80px;
  margin: 0 a;
  justify-items: center;
  justify-content: center;
}

.productsSection.highlight {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.productViewContainer.highlight {
  height: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.productsGridContainer {
  position: relative;
  width: 50%;
  height: auto;
  display: grid;
  grid-template-columns: 46% 46%;
  grid-column-gap: 8%;
  margin: auto;
  grid-row-gap: 20px;
}

.productHighlightContainer {
  width: 25%;
}

.pageNumber {
  color: black;
  margin: auto 10px;
  font-weight: 500;
}

.pageNumber:hover {
  color: #daa54c;
}

.pageNumber.selected {
  color: #daa54c;
}

.productsNavigation * {
  font-family: "Galliard Pro" !important;
}

.select2-container .select2-selection--single {
  display: block;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
  height: 30px;
  font-size: 20px;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align-last: center;
  color: #808080;
}

.select2-container--default .select2-selection--single {
  background-color: inherit;
  border: none;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

/*------------------------------ AGREGADO-------------------- */

.fastBuyContainer {
  display: none;
  position: relative;
  width: calc(100% - 2px);
  height: 35px;
  top: 7px;
}

.fastBuyContainer.visible {
  display: flex;
  justify-content: space-evenly;
}

.productViewContainer:hover .fastBuyContainer {
  top: 6px;
}

.fastBuySelectContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 65% !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #d6d6d6;
  /* justify-content: center; */
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  color: black;
}

.fastBuyContainer .fastBuyMinusSign {
  margin-right: 25px;
}

.fastBuyContainer .productQuantityFastBuy {
  border: 0px;
  /* height: 100%; */
  color: #000000;
  position: relative;
  width: 30px;
  border: 0px;
  /* height: 100%; */
  color: #000000;
  position: relative;
  /* left: 10px; */
  width: 30px;
  /* margin: 0px 22px; */
}

.fastBuyAddToCart {
  width: 45%;
  height: 100%;
  background-color: #a2122e;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  line-height: 32px !important;
  color: white;
  margin-left: 5px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 40px;
  text-align: center;
  margin-left: 11px !important;
}

.fastBuyAddToCart:hover {
  border: 2px solid #a2122e;
  color: #000000;
  background-color: white;
}

.addedToCartBadge {
  display: none;
  border-radius: 100%;
  color: white;
  background: #335fae;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 47px;
}

.addedToCartBadge.visible {
  display: block;
}

.addedToCartBadge::before {
  content: "";
  background-image: url("/files/cartIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 26%;
  left: 19.5%;
}

.priceBanner {
  position: absolute;
  top: 18px;
  left: 0px;
  width: 72px;
  height: 24px;
  z-index: 1;
  background: #a2122e;
  color: white;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 14px;
  justify-content: flex-end;
}

.priceBanner strong {
  font-weight: 800;
  margin-left: 5px;
}

.fastBuyContainer .productQuantityFastBuy {
  /* width: fit-content; */
  text-align: center;
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  margin-right: unset;
  width: 40%;
}

.fastBuyAddToCart {
  line-height: 27px;
  width: 55%;
}

.addedToCartBadge {
  width: 25px;
  height: 25px;
  /* right: 6.5%; */
}

.addedToCartBadge::before {
  width: 14px;
  top: 5px;
}

.noStockAlert {
  display: none;
  color: red;
  font-weight: 600;
  width: 100%;
  height: 25px;
  line-height: 10px;
  font-size: 12px;
}

.noStockAlert.open {
  display: flex;
  position: relative;
  justify-content: center;
  bottom: 5px;
  line-height: 12px;
}

.noStockAlert::before {
  content: "";
  background-image: url("/files/alertIcon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: relative;
  left: -2%;
  bottom: 1px;
}

.select2.select2-container {
  display: none;
}

@media screen and (min-width: 820px) and (max-width: 1100px) {
  .widthContainer {
    width: 95% !important;
    margin-left: 20px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    min-width: 768px;
    max-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .widthContainer {
    margin: 14px 0px 10px 16px;
  }

  #mobileFiltersIcon {
    position: absolute;
    height: 26px;
    top: 9px;
    float: left;
    left: 12px;
    transition: left 0.1s ease-out;
    -moz-transition: left 0.1s ease-out;
    -webkit-transition: left 0.1s ease-out;
    -o-transition: left 0.1s ease-out;
  }

  #noProducts {
    width: 65% !important;
    margin-top: 30px !important;
    font-size: 21px;
    line-height: 32px;
  }

  #mobileCloseFilters {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #58595b;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
  }

  .filter {
    width: auto;
    margin: 0px auto;
    margin-top: 13px;
  }

  #filters .filter {
    width: 96%;
    flex-direction: column;
    height: auto;
  }

  .filter.ordenar {
    position: relative;
    margin-top: 30px;
  }

  #orderBy {
    font-size: 14px;
  }

  .ordernar.text {
    font-size: 14px;
    margin-bottom: 7px;
  }

  #filters {
    padding-top: 0px;
    flex-direction: column;
    margin: auto;
    display: flex;
    width: 90%;
    margin-bottom: 50px;
    border-top: none;
    text-align: center !important;
  }

  .productsSection,
  .productsSection.highlight {
    display: block;
  }

  .gridGroupContainer {
    width: 85%;
  }

  .productsGridContainer {
    display: block;
    width: 100%;
  }

  .productHighlightContainer {
    width: 100%;
    height: max-content;
    overflow: hidden;
  }

  .productViewContainer.highlight {
    height: auto !important;
    display: block;
    width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .productsNavigation {
    display: block;
    margin: 20px auto;
    height: auto;
    font-size: 20px;
  }

  .numbers {
    margin: auto;
  }

  .productsNavigation .button {
    width: fit-content;
    display: block;
    margin: 10px auto;
  }
}
