.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 {
  right: 0;
  background: #ffffffe5;
  width: 40px;
  height: 40px;
  margin-right: 5%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

.productSlide .figureBackground {
  bottom: -5rem
}

.addWishlistProduct {
  background-image: url(../../files/heartIcon.png);
  height: 25px;
  width: 25px
}

.addWishlistProduct:hover {
  background-image: url(../../files/heartFilled.svg);
  filter: brightness(0)
}

.remove-WishlistProduct {
  background-size: 40%;
  background-image: url(../../files/heartFilled.svg);
  filter: brightness(0)
}

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

.productViewTop iframe {
  width: 100%;
  height: 100%;
  pointer-events: none
}

.productViewBottom {
  height: auto;
  min-height: 75px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  position: relative;
  margin-top: 6px
}

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

.productViewName {
  position: relative;
  color: var(--base);
  font-size: 13px;
  line-height: 1.8rem;
  margin-top: 10px;
  letter-spacing: .3px;
  height: auto;
  text-transform: uppercase;
  width: calc(100% - 80px);
  margin-bottom: 5px
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  font-size: 13px;
  margin: 6px 0;
  font-weight: 600;
  justify-content: flex-start;
  margin-right: 1rem;
  align-items: center
}

.badgeContainer {
  position: absolute;
  top: 0;
  left: 15px;
  width: 20%;
  height: auto;
}

.badgeFile {
  position: relative;
  height: auto;
  width: 100%;
}

.oldPrice {
  position: relative;
  font-size: 13px;
  margin-right: 13px;
  font-weight: 400;
  color: #7c7c7c
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: visible;
  font-size: 13px;
  line-height: 17px;
  display: block;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0
}

.bankPriceRow {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  margin-right: 11px;
  height: auto;
  margin-bottom: 0
}

.bankPriceImg {
  position: relative;
  height: 17px;
  margin-right: 5px;
  width: auto;
  top: 0
}

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

.bankPriceText {
  position: relative;
  float: left;
  font-weight: 500
}

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

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

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

.bankPriceText.bank12 {
  color: #000
}

.productBrand {
  font-weight: 100;
  margin: .4rem 0 .5rem;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--base);
  display: none
}

.productViewContainer:hover .quickViewButton {
  bottom: 0;
  opacity: 1
}

.qvRightColumn {
  margin-top: 0;
  height: calc(100% - 65px)
}

.quickView {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  overflow: hidden
}

.quickViewButton {
  width: calc(90% - 50px);
  text-align: center;
  background: #ffffffe5;
  float: left;
  text-transform: uppercase;
  margin-left: 5%;
  line-height: 4rem;
  font-size: 1.3rem;
  bottom: -5rem;
  position: relative;
  opacity: 0
}

.productViewContainer:hover .figureBackground {
  bottom: 2rem;
  opacity: 1
}

.quickViewButton:hover {
  background: rgba(255, 255, 255, .6)
}

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

  .productViewContainer:hover .quickViewButton {
    opacity: 0
  }

  .quickView {
    bottom: unset;
    top: 10px;
    overflow: visible
  }

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

  .productViewImage {
    height: auto
  }

  .productSlide .badgeFile {}

  .quickViewButton.tr-4 {
    bottom: unset
  }

  .figureBackground {
    top: 0px !important;
    margin-top: 5%
  }

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

  .productBrand {
    margin: .7rem 0 1.7rem;
    text-transform: uppercase;
    font-size: 14px
  }

  .figureBackground {
    width: 35px;
    height: 35px;
    position: absolute;
    opacity: 1;
    bottom: 0
  }

  .addWishlistProduct {
    height: 35px;
    width: 35px;
    background-size: 40%
  }

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

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

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

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

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

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

  .removeWishlistProduct {
    top: 20px;
    bottom: unset
  }

  .removeWishlistProduct {
    height: 35px;
    width: 35px;
    top: 20px;
    background-image: url(../../files/whishlistCross2.svg)
  }
}