.productViewImagesContainer {
  width: 100%;
  position: relative;
  aspect-ratio: var(--main-img-product);
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  /* padding: 10px; */
  top: 0;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
  background-color: var(--base-aux);
  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 {
  bottom: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -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;
  background: var(--base-aux);
  position: relative;
}
.productSlide .figureBackground {
  bottom: unset;
}

.addWishlistProduct {
  background-image: url(../../files/heart-icon.svg);
}

.remove-WishlistProduct {
  background-image: url(../../files/heart-filled.svg);
}
.flashOffer .remove-WishlistProduct {
  background-image: url(../../files/heart-filled-offer.svg);
}

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

.productViewTop iframe {
  width: 100%;
  height: 100%;
}
.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 0;
  aspect-ratio: 1/1.4;
  aspect-ratio: var(--main-img-product);
  -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;
  overflow: hidden;
  width: 90%;
  margin: 0px auto 0px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  margin-top: 0px;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

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

.productViewName {
  position: relative;
  margin-top: 14px;
  margin-bottom: 10px;
  height: auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

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

.productViewPricesContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 13px;
  align-items: center;
  height: 16px;
}

.productViewPrice {
  display: flex;
  position: relative;
  /* float: left; */
  height: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  gap: 0px;
  align-items: center;
  font-weight: var(--prices-font-weight);
}

.badgeFile {
  position: relative;
  width: 80px;
  float: left;
  height: auto;
}

.oldPrice {
  position: relative;
  color: #a3a7a8;
  text-decoration: line-through;
  text-decoration-color: #a3a7a8;
}

.bankPrice {
  position: relative;
  height: 15px;
  overflow: hidden;
  display: flex;
  font-weight: var(--prices-font-weight);
  gap: 10px;
  flex-direction: row;
}

.bankPriceRow {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

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

.transferImg {
  height: 20px;
}

.bankPriceText {
  position: relative;
  float: left;
}

.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: 20%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.flashOfferPromoPrice {
  margin-right: 10px;
  margin-left: 0px;
  color: var(--offer-color);
}

.productViewPrice #flashThunder {
  position: relative;
  top: -1px;
  right: 0px;
  height: 17px;
}

.productViewContainer.flashOffer .purchaseButton {
  background: var(--offer-color);
  color: #fff;
  border: 1px solid transparent;
}

#timeLeft {
  position: relative;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16.15px;
  text-align: center;
  color: var(--offer-color);
  width: fit-content;
  margin: 15px auto 0;
}
#stopWatch {
  position: relative;
  margin-right: 8px;
}

#timeLeftText b {
  font-weight: 600;
}

.productViewContainer {
  position: relative;
}

.priceBanner strong {
  font-weight: 500;
  color: #b90000;
  font-size: 9px;
}

.flashOfferBadge.priceBanner strong {
  color: white;
}

.fastBuyContainer .productQuantityFastBuy {
  text-align: center;
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  margin-right: unset;
  width: 40%;
}

.fastBuyAddToCart {
  width: 55%;
}

/* End quick add */

.buttonsContaines {
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 0px auto 20px;
}

.timeLeft {
  position: relative;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16.15px;
  text-align: center;
  color: var(--offer-color);
  width: fit-content;
  margin: 15px auto 0;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  padding: 10px 0 0px;
  width: 100%;
  background-color: white;
}
.stopWatch {
  position: relative;
  margin-right: 8px;
  top: -1px;
}

.timeLeftText {
  color: var(--offer-color);
}
.timeLeftText b {
  font-weight: 600;
}

@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: 30px;
    height: 30px;
    bottom: unset;
  }

  .productViewContainer .bankPriceRow {
  }

  .bankPriceImg {
    height: 16px;
  }

  .productViewImagesContainer {
    aspect-ratio: 1/1;
  }

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

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

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

  .productViewPricesContainer {
    margin-bottom: 17px;
    height: auto;
    gap: 10px;
  }

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

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

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

  .productViewPrice {
    justify-content: left;
    margin-bottom: 0;
  }

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

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

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

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

  .productViewContainer .figureBackground {
    opacity: 1;
    bottom: unset;
  }
  .buttonsContaines {
    align-items: center;
  }

  .quickView {
    display: none !important;
  }

  .timeLeft {
    color: var(--offer-color);
    margin: unset;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    padding: 10px 0 7px;
  }
}

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

  .productViewImagesContainer:hover .firstImg {
    opacity: 0;
  }
  .remove-WishlistProduct:hover {
    background-image: url(../../files/heart-icon.svg);
  }
  .buyContainer:hover {
    color: var(--secondary);
    background: var(--base-aux);
    border: 1px solid var(--secondary);
  }
  .productViewContainer.flashOffer .purchaseButton:hover {
    border: 1px solid var(--offer-color);
    background: var(--base-aux);
    background-clip: text;
    color: var(--offer-color);
  }
}
