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

.productViewContainer:hover .figureBackground {
  opacity: 1
}

.figureBackground {
  opacity: 0;
  bottom: 20px!important;
  background: rgba(255, 255, 255, 0.9);
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.png);
  background-size: 45%
}

.addWishlistProduct:hover {
  -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(95%) contrast(1115%);
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(95%) contrast(1115%)
}

.remove-WishlistProduct {
  background-size: 45%;
  -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(95%) contrast(1115%);
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(95%) contrast(1115%)
}

.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;
  aspect-ratio: 1/1.4
}

.productViewBottom {
  height: auto;
  min-height: 75px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 5px;
  color: var(--text)
}

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

.productViewName {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  font-family: var(--font2);
  line-height: 1.8rem;
  letter-spacing: 2px;
  margin-top: .5rem;
  margin-bottom: .6rem;
  height: auto;
  width: 100%
}

.productBrand {
  display: none;
  text-transform: uppercase;
  color: var(--darkGrey);
  width: 100%;
  font-size: 1.2rem;
  margin-top: .5rem;
  font-weight: 600;
  margin-bottom: .5rem;
  letter-spacing: .1em
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font2);
  margin-top: 6.5px;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 9px;
  column-gap: 10px;
  white-space: nowrap;
}

.badgeFile {
  position: relative;
  width: 6rem;
  float: left;
  height: auto
}

.oldPrice {
  position: relative;
  color: #D9D9D9;
  display: flex;
  font-weight: 400;
}

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

.bankPrice {
  position: relative;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font2);
  display: flex;
  align-items: center;
}

.bankPriceRow {
  position: relative;
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.bankPriceImg {
  position: relative;
  height: 18px;
  margin-right: 5px;
  width: auto;
  bottom: 1px;
}

.transferImg {
  height: 20px
}

.bankPriceText {
  position: relative;
}

.transferText {
  margin-left: 0
}

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

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

.bankPriceText.bank12 {
  color: #000
}

.badgesContainer {
  position: absolute;
  top: 0;
  right: 14px;
  max-width: 27%
}

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

  .bankPrice {
      margin-bottom: 2px
  }
  .bankPriceImg{
    bottom: 0px;
  }
  .productViewTop {
      overflow: hidden;
      height: 100%;
  }

  .productViewImage {
      height: auto
  }

  .productSlide .badgeFile {
      top: 0
  }

  .productViewName {
      margin-bottom: 4px;
      margin-top: 9px;
      margin-left: 0;
      width: 100%
  }

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

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

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

  .oldPrice:before {
      border-top: 1px solid
  }

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

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

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

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

  .productViewContainer .figureBackground {
      opacity: 1
  }

  .quickView {
      /* display: none!important; */
  }
}
