.productViewImagesContainer {
  width: 100%;
  position: relative;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 15px;
  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 {
  top: 0;
  right: 0;
  background: transparent;
  width: 35px;
  height: 35px;
}
.badgeFile[src='https://cdn.luna.com.uy/lele.com.uy/files/empty.png']
{
  display: none;
}
.addWishlistProduct {
  background-image: url(../../files/heartIcon.png);
  filter: brightness(0);
  background-size: 50%;
}

.addWishlistProduct:hover {
  background-image: url(../../files/heartFilled.png);
}

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

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

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

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

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

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  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: 75px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 15px;
}

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

.productViewName {
  position: relative;
  color: var(--base);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  height: auto;
  width: calc(100% - 80px);
  margin-bottom: 10px;
}

.productViewName:first-letter {
  text-transform: uppercase;
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  margin-top: 6px;
  font-weight: 300;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.badgeFile {
  position: relative;
  height: auto;
  width: auto;
  margin-bottom: 5px;
  max-width: 100%;
}
.badgeContainer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: auto;
  max-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.badgeFile[src="/files/empty.png"] {
  display: none;
}

.oldPrice {
  position: relative;
  margin-right: 13px;
  font-weight: 300;
  opacity: 0.5;
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: visible;
  margin-left: 0;
  display: flex;
  margin-top: 7px;
  font-weight: 300;
  font-size: 15px;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.bankPriceRow {
  position: relative;
  height: 24px;
  overflow: visible;
  display: flex;
  align-items: center;
  /* margin-right: 11px; */
  height: fit-content;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: row;
}

.bankPriceImg {
  position: relative;
  height: 14px;
  margin-right: 5px;
  width: auto;
  /* top: -1px; */
}

.transferImg {
  height: 20px;
  margin-left: 7px;
}

.bankPriceText {
  position: relative;
  float: left;
}

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

.bankPriceText.bank4 {
  color: var(--red);
}

.bankPriceText.bank1 {
  color: var(--blue);
}

.bankPriceText.bank12 {
  color: #000;
}

.bankPriceText.bank13 {
  color: #004580;
}

.productBrand {
  font-weight: 100;
  margin: 0.4rem 0 0.5rem;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--grey);
  width: 100%;
  display: none;
}

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

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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 5px;
    right: 5px;
    width: 25%;
  }

  .productViewName {
    font-size: 16px;
    margin-bottom: 4px;
    margin-top: 9px;
    margin-left: 0;
    width: calc(100% - 40px);
    text-transform: uppercase;
  }

  .productBrand {
    margin: 0.7rem 0 1.7rem;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
  }

  .figureBackground {
    width: 35px;
    height: 35px;
  }

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

  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

  .mainImgProduct {
    object-fit: cover;
    object-position: center;
  }

  .slider-nav {
    width: 0% !important;
  }

  .slider-for {
    margin-left: 0;
    width: 100%;
  }

  .productViewPrice {
    justify-content: left;
    margin-bottom: 10px;
    color: var(--grey);
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
  }

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .bankPrice {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    flex-wrap: wrap;
  }

  .quickView {
    display: none !important;
  }
}
