.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: -3px;
  background: transparent;
  width: 35px;
  height: 37px;
  margin-right: 5%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 1;
  bottom: 12px;
}

.productSlide .figureBackground {
  bottom: 12px;
  opacity: 1;
}

.addWishlistProduct {
  position: absolute;
  bottom: -5rem;
  background-image: url(../../files/heart.png);
  background-color: white;
  height: 35px;
  width: 35px;
  background-size: 16px;
  opacity: 0;
}

.remove-WishlistProduct {
  position: absolute;
  bottom: -5rem;
  background-color: var(--white);
  var(
  white: 15px);
  background-size: 16px;
  background-image: url(../../files/heart-filled.png);
}

.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: 13px;
  font-weight: 400;
  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
}

.productViewPrice {
  display: flex;
  position: relative;
  height: 17px;
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
  justify-content: left;
  margin-right: 12px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  align-items: center
}

.badgeContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: auto
}

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

.oldPrice {
  position: relative;
  color: #00000080;
  margin-right: 13px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 1px
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 1px);
  right: 0;
  height: 1px;
  background: #00000080
}

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

.quickView {
  position: absolute;
  bottom: 12px;
  left: 0px;
  width: 86%;
  overflow: hidden
}

.quickView.wishlist {
  width: 85%
}

.quickViewButton {
  width: -webkit-fill-available;
  text-align: center;
  margin-right: 5%;
  background: #fff;
  float: left;
  text-transform: uppercase;
  margin-left: 5%;
  line-height: 35px;
  font-size: 13px;
  bottom: -5rem;
  position: relative;
  opacity: 0
}

.bankPrice {
  width: 100%;
  position: relative;
  height: 17px;
  display: flex;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 3px;
  align-items: center
}

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

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

.transferImg {
  height: 20px
}
.bank13{
  color: #004580;
}

.bankPriceText {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  float: left;
  line-height: 15px;
  height: 20px
}

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

@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 {
      opacity: 1;
      bottom: 0;
      width: 38px;
      height: 38px
  }

  .productViewContainer .bankPriceRow {
      font-size: 15px
  }

  .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: 15px;
      margin-bottom: 0
  }

  .oldPrice:before {
  }

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

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

  .bankPrice {
      margin-left: 0;
      flex-wrap: wrap;
      font-size: 15px
  }

  .productViewContainer .figureBackground {
      opacity: 1;
      bottom: 10px;
      margin-right: 12px;
  }

  .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.png);
      filter: unset
  }

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

  .productViewContainer:hover .secondImg {
      opacity: 1
  }

  .productViewContainer:hover .firstImg {
      opacity: 0
  }

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

  .productViewContainer:hover .addWishlistProduct, 
  .productViewContainer:hover .remove-WishlistProduct {
      opacity: 1;
      bottom:0px;
  }

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