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

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  overflow: hidden;
  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: -6px;
  background: transparent;
  width: 35px;
  height: 35px;
}

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

.addWishlistProduct:hover {
  background-size: 50%;
  -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: 50%;
  -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;
}

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

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

.productViewName {
  position: relative;
  color: var(--base);
  line-height: 1.8rem;
  margin-top: 8px;
  margin-bottom: 12px;
  height: auto;
  width: calc(100% - 35px);
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  height: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: revert;
}

.badgeFile {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
}

.oldPrice {
  position: relative;
  color: var(--darkGrey);
  margin-right: 13px;
  height: 16px;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
}

.bankPrice {
  position: relative;
  overflow: visible;
  display: block;
  font-weight: 700;
  margin-left: 12px;
  display: flex;
  height: 15px;
}

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

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

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
  font-size: 16px;
}

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

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

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

.bankPriceText.bank12 {
  color: #000;
}

.badgesContainer {
  position: absolute;
  width: 21%;
  max-width: 100px;
  left: 15px;
  top: 10px;
}

.quickViewButton {
  width: fit-content;
  text-align: center;
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: -100%;
}

.quickView {
  width: 100%;
  height: 30px;
  position: relative;
  left: 0;
  margin-top: 1rem;
}

.productViewContainer:hover .quickViewButton {
  bottom: 5px;
}

.quickViewButton.lineEffectCenter::before {
  bottom: -4px;
}

@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: 0;
  }

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

  .figureBackground {
    bottom: unset;
    top: -5px;
  }

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

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

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

  .productViewPrice {
    justify-content: left;
  }

  .oldPrice {
    font-size: 16px;
  }

  .oldPrice:before {
    top: 8px;
  }

  .productViewBottom {
    height: auto;
    min-height: 0;
    padding-bottom: 10px;
    margin-top: 8px;
  }

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

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

  .quickViewButton,
  .quickView {
    display: none;
  }

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