.figureBackground {
  display: flex;
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 6px;
  right: 6px;
  background-color: transparent;
  float: right;
  align-items: center;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 0;
}

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

.productViewTopImg.secondImg {
  opacity: 0;
}

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

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

.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: 0;
  color: #fff;
}

.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%;
}

.oldPrice {
  width: 100%;
  position: relative;
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  margin-top: 8px;
  width: auto;
  float: left;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6.5px;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  color: #a5a5a5;
}

.transferImg {
  height: 19px;
}

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

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

.bankPriceText.bank1 {
  color: #000;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: calc(44% - 2px);
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 30px;
  }

  .productViewTop {
    overflow: hidden;
    height: 85%;
    width: 85%;
  }

  .addWishlistProduct {
    background-size: 50%;
  }

  .remove-WishlistProduct {
    background-size: 50%;
  }

  .productViewImage {
    height: auto;
  }

  .productViewName {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .productViewBottom {
    width: 85%;
  }

  .productSlide .productViewContainer {
    border: 1px solid #f3f3f3;
  }

  .oldPriceContainer {
    float: left;
    width: 100%;
    height: 25px;
  }

  .productSlide .figureBackground {
    right: -8px;
  }
}

#topLineText {
  color: #73868a;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 23%;
  height: 100%;
  background: #fff;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  top: 0;
  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;
  height: auto !important;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

.hoverImg {
  display: block;
  position: absolute;
  width: 88%;
  margin-left: 6%;
  height: calc(100% - 7px);
  top: 0;
  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: 0;
  color: #fff;
  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: 0;
  top: 0;
  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: auto;
  min-height: 80px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 10px;
}

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

.productViewName {
  position: relative;
  float: left;
  color: #73868a;
  font-size: 16px;
  margin-top: 10px;
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  height: auto;
  margin-bottom: 10px;
  line-height: 19px;
  display: flex;
  align-items: center;
  width: 60%;
  text-transform: capitalize;
}

.productViewPrice {
  display: flex;
  position: relative;
  width: fit-content;
  float: right;
  overflow: hidden;
  color: #73868a;
  font-size: 15px;
  text-align: left;
  align-items: center;
  font-weight: 900;
  font-style: normal;
  margin-top: 10px;
}

.badgeFile {
  position: absolute;
  top: 0;
  right: 0;
  width: 29%;
}

.oldPrice {
  width: 100%;
  position: relative;
  color: #73868a4d;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  margin-top: 1px;
  width: auto;
  float: right;
  margin-right: 15px;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 40px;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  color: #73868a4d;
}

.bankPrice {
  position: relative;
  width: fit-content;
  height: auto;
  overflow: hidden;
  font-size: 13px;
  color: #ee3223;
  display: flex;
  font-weight: 600;
  float: right;
  flex-direction: column;
}

.bankPriceRow {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.bankPriceImg {
  position: relative;
  height: 15px;
  margin-right: 5px;
  display: block;
}

.productBasicInfo .bankPriceImg {
  margin-right: 10px;
}

.transferImg {
  height: 19px;
}

.removeWishlistProduct {
  top: 88% !important;
  height: 10%;
  width: 11%;
  z-index: 2;
}

.bankPriceText {
  position: relative;
  float: left;
  font-weight: 600;
  display: block;
  line-height: 15px;
}

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

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

.bankPriceText.bank1 {
  color: #000;
}

.bankPriceText.bank12 {
  color: #000;
}

.productSlide .figureBackground {
  bottom: 7px;
  right: 5px;
}

.productViewPrice span {
  font-weight: 600;
  font-style: italic;
  text-transform: lowercase;
}

@media screen and (max-width: 768px) {
  .badgeFile {
    width: 25%;
  }

  .productViewContainer {
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .pruebaDeHeight {
    height: 387px !important;
  }

  .productViewTop {
    overflow: hidden;
  }

  .addWishlistProduct {
    background-size: 60%;
  }

  .remove-WishlistProduct {
    background-size: 50%;
  }

  .productViewImage {
    height: auto;
  }

  .productViewName {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    margin-top: 9px;
    margin-left: 0;
    max-height: 44px;
    padding: 0;
    padding-top: 0;
    height: 35px;
    width: calc(60% - 31px);
    overflow: hidden;
    font-family: "Montserrat";
    font-weight: 400;
  }

  .productViewPrice {
    font-size: 16px;
    position: relative;
    font-weight: 600;
    height: 20px;
    margin-right: 8px;
    margin-top: 15px;
  }

  .oldPrice {
    font-size: 16px;
    margin-top: 5px;
  }

  .productViewBottom {
    width: 100%;
    height: auto;
  }

  .productSlide .productViewContainer {
    border: 0 solid #f3f3f3;
  }

  .oldPriceContainer {
    float: left;
    width: auto;
    height: 25px;
  }

  .figureBackground {
    bottom: 10px;
    right: 14px;
  }

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

  .buyText {
    font-size: 9px !important;
  }

  .buyContainer {
    width: 88%;
    left: calc((100% - 88%) / 2);
  }

  .bankPriceRow {
    margin-top: 4px;
  }

  .removeWishlistProduct {
    top: 88% !important;
    height: 10%;
    width: 11%;
    right: 3%;
    z-index: 2;
  }

  .productViewPrice span {
    font-size: 13px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .productViewBottom {
    height: 110px;
  }
}
