.figureBackground {
  display: flex;
  position: absolute;
  height: 26px;
  z-index: 1;
  width: 34px;
  top: 5px;
  right: 0px;
  background-color: transparent;
  float: right;
  overflow: hidden;
  color: #000000;
  align-items: center;
}

.productViewTopImg.secondImg {
  opacity: 0;
}
.productViewContainer:hover .productViewTopImg.secondImg {
  opacity: 1;
}

.productViewContainer:hover .productViewTopImg.firstImg {
  opacity: 0;
}

.slick-dots {
  /* display: none !important; */
}

.hoverImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0 0 0 / 10%);
  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;
}

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

.buyContainer {
  background-color: #124194;
  width: 60%;
  position: absolute;
  height: 42px;
  line-height: 42px;
  margin-top: 55%;
  left: calc((100% - 60%) / 2);
  border-radius: 0px;
  color: white;
}

.buyContainer:hover {
  background-color: #335fae;
  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;
}

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

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

.transferImg {
  height: 19px;
}

.transferText {
  margin-left: 8px;
  color: #7b7b7b;
}

.bankPriceText.bank4 {
  margin-top: 3px;
  color: #e5221c;
}

@media screen and (max-width: 768px) {
  .productViewImage {
    height: auto;
  }

  .productViewName {
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    color: #000000;
    width: 100%;
  }
  .productViewPrice {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 10px;
  }
  .productViewBottom {
    width: 85%;
  }

  .oldPriceContainer {
    float: left;
    width: 100%;
    height: 25px;
  }
  .productSlide .figureBackground {
    right: -8px;
  }
}

.productViewContainer {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  background: white;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  top: 0px;
  margin-bottom: 30px;
  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;
}

.productSlide .productViewContainer {
  width: 100%;
  min-height: 217px;
  margin: 10px 0px;
  height: auto !important;
}

.productSlide .buyText {
  font-size: 12px;
}

.hoverImg {
  display: block;
  position: absolute;
  width: 88%;
  margin-left: 6%;
  height: calc(100% - 7px);
  top: 0px;
  opacity: 0;
  background: rgb(0 0 0 / 10%);
  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;
}

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

.buyContainer {
  background-color: #124194;
  width: 78%;
  position: absolute;
  height: 42px;
  line-height: 42px;
  margin-top: 60%;
  left: calc((100% - 78%) / 2);
  border-radius: 0px;
  color: white;
  display: none;
}

.buyContainer:hover {
  background-color: #335fae;
  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;
}

.buyText {
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
}
.productViewTop {
  overflow: hidden;
  position: relative;

  width: 100%;
}

.productViewTopImg {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: auto;
  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: 70px;
  width: 100%;
  position: relative;
  margin: auto;
  text-align: center;
}

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

.productViewName {
  position: relative;
  float: left;
  color: #000000;
  font-size: 15px;
  margin-top: 18px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 500;
  height: auto;
  line-height: 19px;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  text-transform: uppercase;
}

.productViewPrice {
  position: relative;
  height: auto;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
  overflow: hidden;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
}

.badgeFile {
  position: absolute;
  top: 14px;
  /* left: 8px; */
  right: 12px;
  width: 25%;
}

.figureBackground {
  display: flex;
  position: absolute;
  height: 26px;
  z-index: 1;
  width: 34px;
  top: 5px;
  right: 0px;
  background-color: transparent;
  float: right;
  overflow: hidden;
  color: #000000;
  align-items: center;
}

.oldPrice {
  position: relative;
  font-size: 15px;
  text-align: left;
  width: fit-content;
  float: left;
  margin-right: 12px;
  color: gray;
  font-weight: 100;
  text-decoration: line-through;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 100%;
  right: 0px;
}

.bankPrice {
  position: relative;
  height: auto;
  overflow: visible;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 19px;
  color: black;
  float: left;
  /* font-weight: 600; */
}
.bankPriceImg {
  top: -1px;
}

.bankPriceRow {
  position: relative;
  width: 100%;
  display: flex;
  overflow: visible;
  align-items: center;
}

.bankPriceImg {
  position: relative;
  height: 17px;
  margin-right: 5px;
  float: left;
}

.transferImg {
  height: 19px;
}

.bankPriceText {
  position: relative;
  float: left;
  /* font-weight: bold; */
}

.transferText {
  margin-left: 8px;
  color: #7b7b7b;
}

.bankPriceText.bank4 {
  margin-top: 3px;
  color: #e5221c;
}

.productSlide .figureBackground {
  bottom: 29px;
}
.addWishlistProduct:hover {
  background-image: url(../../files/pruebaCorazon.svg);
}
.remove-WishlistProduct:hover {
  background-image: url(../../files/heart.svg);
}
@media screen and (max-width: 768px) {
  .productViewContainer {
    border: none;
    box-shadow: none;
    width: 46%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0px 2%;
    margin-bottom: 20px;
  }
  .productViewTop {
    overflow: hidden;
    width: 100%;
    height: 34vh;
  }
  .addWishlistProduct {
    height: 27px;
    width: 27px;
    background-image: url(../../files/heart.svg);
    /* background-position-x: center; */
  }
  .addWishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }

  .remove-WishlistProduct {
    background-image: url(../../files/heartFilled.svg);
  }
  .productViewImage {
    height: auto;
  }

  .productViewName {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    max-height: 40px;
    padding: 0;
    min-height: 18px;
    color: #000000;
    width: calc(100% - 31px);
    overflow: hidden;
    margin-bottom: 5px;
  }
  .productViewPrice {
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    height: 20px;
  }
  .productViewBottom {
    width: 100%;
    height: 80px !important;
  }

  .oldPriceContainer {
    float: left;
    width: auto;
    height: 25px;
  }
  .productSlide .figureBackground {
    right: 4px;
    bottom: 35px;
    background: none;
  }
  .remove-WishlistProduct:hover {
    background-image: url(../../files/pruebaCorazon.svg);
  }
  .remove-WishlistProduct {
    background-image: url(../../files/pruebaCorazon.svg);
    height: 27px;
    width: 27px;
  }
  .buyText {
    font-size: 9px !important;
  }
  .buyContainer {
    width: 88%;
    left: calc((100% - 88%) / 2);
  }
  .oldPrice {
    font-size: 16px;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
  }
  .badgeFile {
    height: 30px;
    width: 74.5px !important;
  }
  .figureBackground {
    height: 25px;
    width: 25px;
    padding: 1px;
    right: -3px;
    overflow: visible;
  }
  .bankPriceImg {
    width: fit-content !important;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .productViewBottom {
    height: 110px;
  }
  .productViewContainer {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 8px;
  }
}
