.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 .specGroupTitle {
  display: none;
}

.figureBackground {
  right: 0;
  background: #ffffff;
  width: 39px;
  height: 39px;
  margin-right: 3%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.productSlide .figureBackground {
  bottom: -5rem;
}

.addWishlistProduct {
  background-image: url(../../files/heart.png);
  height: 100%;
  width: 100%;
  filter: invert(1);
  background-size: 15px;
}
.specGroupsContainer::-webkit-scrollbar {
    display: none !important;
} 
.remove-WishlistProduct {
  background-size: 15px;
  background-image: url(../../files/heartFilled.svg);
  filter: brightness(0);
}

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

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1/1.4;
  -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%;
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 5px;
  font-size: 16px;
  line-height: var(--base-line-height);
}

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

.productViewName {
  position: relative;
  margin-top: 8px;
  margin-bottom: 6px;
  height: auto;
  width: calc(100% - 35px);
  font-weight: 400;
}

.productBrand {
  text-transform: uppercase;
  color: var(--darkGrey);
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  /* height: 17px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-top: 6px;
  justify-content: center;
  margin-right: 12px;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}

.badgesContainer {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 60px;
  height: auto;
}

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

.oldPrice {
  position: relative;
  color: #767676;
  margin-right: 13px;
  font-weight: 100;
  font-size: 16px;
  line-height: 20px;
}

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

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

.quickView {
  position: absolute;
  bottom: 9px;
  width: 80%;
  overflow: hidden;
}
.quickView.wishlist {
  /* width: 85%; */
}
.quickViewButton {
  width: -webkit-fill-available;
  text-align: center;
  margin-right: 0%;
  background: #ffffff;
  float: left;
  text-transform: uppercase;
  margin-left: 3%;
  line-height: 39px;
  font-size: 13px;
  bottom: -5rem;
  position: relative;
  opacity: 0;
}

.bankPrice {
  position: relative;
  height: 17px;
  overflow: hidden;
  display: flex;
  font-weight: 500;
  margin-top: 6px;
  margin-bottom: 3px;
  align-items: center;
}

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

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

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
  /* margin-top: 5px; */
  line-height: 18px;
  height: 16px;
}

.transferText {
  margin-left: 0;
}

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

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

.bankPriceText.bank5 {
  color: var(--scotia);
}

.bankPriceText.bank16 {
  color: var(--scotiaBlack);
}

.bankPriceText.bank12 {
  color: #000;
}

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

.productViewContainer .lds-ring {
  display: none;
}

.productViewContainer .specGroupsContainer {
  height: auto;
  margin-top: 12px;
  overflow: scroll;
}

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

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 38px;
    height: 38px;
  }

  .productViewContainer .bankPriceRow {
    font-size: 16px;
  }

  .bankPriceImg {
    height: 13px;
  }
  

  .productViewTop {
    overflow: hidden;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

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

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

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

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

  .productViewPrice {
    justify-content: left;
    font-size: 18px;
    margin-bottom: 0;
    /* margin-top: 8px; */
  }

  .oldPrice:before {
    border-top: 1px solid;
    top: calc(50% - 2px);
  }

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

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

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

  .productViewContainer .figureBackground {
    opacity: 1;
    bottom: 11px;
    margin-right: 3%;
  }

  .quickViewButton.tr-4 {
    bottom: 0;
    opacity: 1;
    margin-left: 3%;
    width: calc(94% - 44px);
    line-height: 38px;
  }

  .productViewContainer .specGroupsContainer {
    height: auto;
  }

  .groupContainer {
    margin-top: 5px;
    margin-bottom: 7px;
  }

  .quickView {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heart-filled.svg);
    filter: unset;
  }

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

  .remove-WishlistProduct:hover {
    /* background-image: url(../../files/heartIcon.png); */
  }
  .productViewContainer:hover .secondImg {
    opacity: 1;
  }

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

  .addWishlistProduct:hover {
    /* background-image: url(../../files/heartFilled.svg); */
    /* filter: brightness(0); */
  }
  .productViewContainer:hover .quickViewButton {
    bottom: 0;
    opacity: 1;
  }

  .productViewContainer:hover .figureBackground {
    bottom: 9px;
    opacity: 1;
  }

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