.productViewContainer {
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 10px;
  transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
}

.figureBackground {
  bottom: 92px;
  color: #fff;
  border-radius: 0;
  z-index: 8;
}

.widthContainer {
  width: 96%;
  min-width: 1100px;
  max-width: 1600px;
}

.productSlide .productViewContainer {
  width: 100%;
  height: auto;
}

.priceBank {
  position: relative;
  float: left;
  font-size: 13px;
  margin-right: 6px;
  line-height: 16px;
  width: fit-content;
}

.secondImg {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
}

.productViewContainer:hover .secondImg {
  opacity: 1;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.productViewContainer:hover .firstImg {
  opacity: 1;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition-property: opacity;
  transition-duration: 0.3s;
  aspect-ratio: 2 / 3;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  display: block;
  text-align: left;
  text-indent: 13px;
  margin-left: 0;
}

.removeWishlistProduct {
  bottom: 58px;
}

.productViewImage {
  height: 100%;
  width: 100%;
}

.productViewName {
  color: rgba(85, 84, 88, 1);
  font-size: 13px;
  width: 100%;
  float: left;
  margin-top: 1px;
  height: 44px;
  line-height: 16px;
  text-align: left;
  text-transform: capitalize;
  text-indent: 0;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

#productosFijosContainer .slick-slide {
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.productViewPrice {
  overflow: hidden;
  color: #58595b;
  font-size: 14px;
  position: relative;
  width: fit-content;
  text-indent: 0;
  height: 20px;
  float: left;
  margin-left: 8px;
  line-height: 16px;
  margin-right: 8px;
  display: flex;
  gap: 8px;
}

.badgeFile {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 15%;
}

.oldPrice {
  position: relative;
  color: #6e6d6d;
  font-size: 13px;
  font-weight: 300;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 11px;
  right: 0;
  width: 47px;
  border-top: 1px solid;
  border-color: inherit;
  color: #686767;
}

.bankPrice {
  position: relative;
  font-size: 13px;
  color: #555458;
  line-height: 27px;
  height: 20px;
  margin-left: 0px;
  float: left;
  text-indent: 5px;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.bankPriceImg {
  position: relative;
  float: left;
  height: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.bankPriceText {
  position: relative;
  float: left;
  width: 88%;
}

.hoverImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 86%;
  opacity: 0;
  top: 2%;
  left: 0.7%;
  background: #f6f5f35c;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  z-index: 1;
}

.buyText {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 900;
}

.productViewContainer:hover .hoverImg {
  opacity: 1;
}

.buyContainer {
  background-color: #f6f5f3;
  width: 167px;
  position: absolute;
  height: 42px;
  line-height: 42px;
  margin-top: 67%;
  left: calc(50% - 85px);
  border-radius: 40px;
  color: #686767;
}

.buyContainer:hover {
  background-color: #686767;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  color: #f6f5f3;
}

#bankText {
  position: relative;
  font-size: 14px;
  right: 10px;
}

.priceBanner {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 23px;
  background: #000;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
figure.productViewImagesContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio:2/3;
}
.productViewTop iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1612px) {
  .bankPrice {
    margin-left: 8px;
    margin-top: 8px;
    min-width: 20vw;
    justify-content: left;
  }
}
@media screen and (max-width: 768px) {
  .remove-WishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .priceBank {
    font-size: 14px;
    margin-right: 8px;
  }

  #bankText {
    font-size: 14px;
  }

  .removeWishlistProduct {
    bottom: 110px;
    height: 30px;
    width: 30px;
    z-index: 1;
  }

  .addWishlistProduct {
    height: 25px;
    width: 25px;
  }

  .remove-WishlistProduct {
    height: 25px;
    width: 25px;
  }

  .figureBackground {
    display: block;
    width: 25px;
    height: 25px;
    bottom: 134px;
    bottom: 0;
  }

  .productViewContainer {
    width: 44%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 24px;
    float: left;
  }

  .productViewContainer {
    position: relative;
    float: left;
    width: 31.5%;
    height: auto;
    cursor: pointer;
    top: 0;
    margin-bottom: 10px;
    transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
  }

  .widthContainer {
    width: 96%;
    min-width: 1100px;
    max-width: 1380px;
  }

  .productSlide .productViewContainer {
    width: 100%;
    height: auto;
  }
  .secondImg {
    opacity: 0;
    position: absolute !important;
    left: 0;
    top: 0;
  }

  .productViewContainer:hover .firstImg {
    opacity: 1;
  }

  .productViewContainer:hover .secondImg {
    opacity: 1;
    margin-top: 0;
  }

  .productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 15px;
    margin-left: 2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition-property: opacity;
    transition-duration: 0.3s;
  }

  .productViewBottom {
    height: 43px;
    overflow: hidden;
    width: 102%;
    display: block;
    text-align: left;
    text-indent: 13px;
    margin-left: 0;
  }

  .productViewImage {
    height: 100%;
    width: 100%;
  }

  .productViewName {
    color: #58595b;
    font-size: 17px;
    width: 100%;
    float: right;
    margin-top: 1px;
    height: 44px;
    line-height: 15px;
    text-align: left;
    text-transform: capitalize;
    text-indent: 0;
    display: flex;
    align-items: center;
    padding-right: 17px;
  }

  #productosFijosContainer .slick-slide {
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .productViewPrice {
    overflow: hidden;
    color: #58595b;
    font-size: 15px;
    height: 27px;
    position: relative;
    font-weight: 900;
    width: 35%;
    float: right;
    margin-top: 6px;
    line-height: 36px;
    text-align: left;
    text-indent: 25px;
  }

  .oldPrice {
    position: relative;
    color: #58595b;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 300;
  }

  .oldPrice:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 14px;
    right: 0;
    width: 54px;
    border-top: 1px solid;
    border-color: inherit;
    color: #686767;
  }

  .bankPrice {
    position: relative;
    float: left;
    padding: 5px 0%;
    display: block;
    align-items: center;
    border-radius: 7px;
    font-size: 13px;
    color: #555458;
    line-height: 27px;
    background: rgba(244, 243, 241, 1);
    margin-top: 5px;
    font-weight: 400;
    margin-left: 4%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .bankPriceImg {
    position: relative;
    /* float: left; */
    /* height: 17px; */
    /* margin-right: 0; */
    width: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .bankPriceText {
    position: relative;
    float: left;
    width: 90%;
  }

  .hoverImg {
    display: block;
    position: absolute;
    width: 100%;
    height: 92%;
    top: 14px;
    opacity: 0;
    left: 2px;
    background: #f6f5f35c;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    z-index: 1;
  }

  .buyText {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 900;
  }

  .tituloColor {
    height: fit-content;
    width: fit-content;
  }

  .productViewContainer:hover .hoverImg {
    opacity: 1;
  }

  .buyContainer {
    background-color: #f6f5f3;
    width: 167px;
    position: absolute;
    height: 42px;
    line-height: 42px;
    margin-top: 67%;
    left: calc(50% - 85px);
    border-radius: 40px;
    color: #686767;
  }

  .buyContainer:hover {
    background-color: #686767;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    color: #f6f5f3;
  }

  @media screen and (max-width: 768px) {
    .productViewContainer {
      width: 50%;
      height: auto;
      overflow: hidden;
      margin-bottom: 15px;
      text-align: center;
      margin-bottom: 18px;
      float: left;
    }

    .hoverImg {
      height: 68%;
      top: 0;
      width: 57%;
      display: none;
    }

    .buyContainer {
      background-color: #c5a362;
      width: 65px;
      position: absolute;
      height: 15px;
      line-height: 15px;
      top: 39px;
      left: calc(33% - 20px);
      border-radius: 40px;
      color: #fff;
      margin-left: 8px;
    }

    .productViewTop {
      overflow: hidden;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

    .buyText {
      font-size: 9px;
      letter-spacing: 1px;
    }

    .productViewImage {
      height: auto;
    }

    .productViewName {
      font-size: 10px;
      margin-bottom: 0;
      margin-left: 8%;
      float: left;
      height: 14px;
      padding-right: 0;
      line-height: 14px;
    }

    .productViewPrice {
      font-size: 10px;
      font-weight: 900;
      margin-left: 0;
      margin-top: 6px;
      width: fit-content;
      text-indent: 0px;
      float: left;
      height: 23px;
      line-height: 23px;
    }

    .productViewBottom {
      height: 64px;
      width: 94%;
      margin-left: 25px;
    }

    .oldPrice {
      font-size: 11px;
    }
  }

  .hoverImg {
    height: 68%;
    top: 0;
    width: 57%;
    display: none;
  }

  .buyContainer {
    background-color: #c5a362;
    width: 65px;
    position: absolute;
    height: 15px;
    line-height: 15px;
    top: 39px;
    left: calc(33% - 20px);
    border-radius: 40px;
    color: #fff;
    margin-left: 8px;
  }

  .productViewTop {
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }

  .buyText {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .productViewImage {
    height: auto;
  }

  .productViewName {
    font-size: 15px;
    margin-bottom: 0;
    float: left;
    margin-top: 10px;
    width: 100%;
    justify-content: flex-start;
    height: 20px;
    line-height: 14px;
    margin-left: 10px;
    width: calc(100% - 20px);
  }

  .productViewPrice {
    font-size: 15px;
    /* width: 100%; */
    float: left;
    height: 25px;
    line-height: 23px;
    left: 4%;
    font-weight: 400;
    gap: 8px;
  }

  .productViewBottom {
    height: auto;
    width: 96%;
    margin-left: 0;
  }

  .oldPrice {
    font-size: 15px;
    float: left;
    right: 1%;
  }

  .badgeFile {
    width: 25%;
  }
}

.figureBackground {
  display: block !important;
  bottom: 105px !important;
}
