.productViewImagesContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 0%;
  background-color: #fff;
  margin-left: 0%;
  top: 0;
  margin-bottom: 0;
  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 {
  background: transparent;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0
}

.addWishlistProduct {
  background-image: url(../../files/heart2.svg);
  background-size: 60%;
  height: 40px;
  width: 40px
}

.addWishlistProduct:hover {
  background-image: url(../../files/heartFilled2.svg)
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled2.svg);
  background-size: 60%;
  height: 40px;
  width: 40px
}

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

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

.productViewContainer:hover .secondImg {
  opacity: 1
}

.productViewContainer:hover .firstImg {
  opacity: 0
}

.productViewImg {
  overflow: hidden;
  display: block;
  position: relative;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  margin-top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  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;
  margin: 0 auto
}

.productViewBottom {
  height: auto;
  overflow: hidden;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 0;
  padding-top: 0;
  min-height: 108px;
  align-content: flex-start
}

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

.productViewName {
  position: relative;
  color: var(--grey);
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-bottom: .6rem;
  height: unset;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2
}

.productViewNameContainer {
  width: 90%;
  overflow: hidden;
  margin: 0 auto
}

.productViewPrice {
  display: flex;
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  font-size: 20px;
  margin-top: 12.5px;
  font-weight: 600;
  align-items: flex-start;
  justify-content: center;
  margin-left: 1rem;
  color: #505050;
  flex-direction: column
}

.badgeFile {
  position: relative;
  width: auto;
  max-width: 160px;
  float: right;
  height: auto;
  max-height: 33px;
  margin-bottom: 7px
}

.oldPrice {
  position: relative;
  color: var(--oldPrice);
  font-weight: 300;
  margin-right: 13px;
  font-size: 14px;
  margin-bottom: 8px
}

.addToCartContainer {
  display: flex;
  width: calc(82% - 6px);
  height: 45px;
  font-size: 14px;
  float: left;
  background: var(--base);
  text-align: center;
  justify-content: center;
  align-items: center
}
.addToCartContainerConsultar {
  display: flex;
  width: calc(82% - 6px);
  height: 45px;
  color:white;
  font-size: 14px;
  float: left;
  background: var(--base);
  text-align: center;
  justify-content: center;
  align-items: center
}

.addToCartContainer img {
  width: 19px;
  top: -1px;
  margin-right: 7px;
  position: relative
}

.productViewLine {
  width: 90%;
  border-top: 1px solid #8080808a;
  margin-left: 5%
}

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

.bankPrice {
  position: relative;
  height: auto;
  overflow: hidden;
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin-left: 12px;
  display: none
}

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

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

.transferImg {
  height: 20px
}

.bankPriceText {
  position: relative;
  float: left;
  margin-top: 3px
}

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

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

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

.bankPriceText.bank12 {
  color: #000
}

.badgesContainer {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 160px
}

.buyContainer {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: -40px;
  left: 0%;
  float: left;
  position: absolute;
  align-items: center;
  justify-content: center
}

.buyContainerConsultar {
  display: flex;
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: -40px;
  left: 0%;
  float: left;
  position: absolute;
  align-items: center;
  justify-content: center
}

.buyText {
  color: #fff;
  line-height: 15px
}

.buyContainer.notVisible {
  display: none
}

.productViewContainer:hover .buyContainer {
  bottom: 0;
  height: 100%;
  background-color: rgba(190,45,45,.9)
}

.productViewContainer:hover .buyContainerConsultar {
  bottom: 0;
  height: 100%;
  background-color: rgba(190,45,45,.9)
}

.productViewContainer:hover .oldPrice {
  display: block
}

.fastBuyContainer {
  display: none
}

.fastBuyContainer.visible {
  width: 100%;
  position: absolute;
  line-height: 30px;
  height: 100%;
  bottom: 0;
  background-color: rgba(190,45,45,.9)
}

.fastBuyContainer.visible {
  display: flex;
  justify-content: space-evenly;
  align-items: center
}

.productViewContainer:hover .fastBuyContainer {
  bottom: 0
}

.fastBuySelectContainer {
  display: flex;
  width: 45%;
  position: relative;
  justify-content: space-between;
  border-radius: 8px
}

.fastBuySelectContainer,.fastBuyAddToCart {
  font-size: 12px
}

.fastBuyContainer .productQuantityFastBuy {
  text-align: center
}

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

.fastBuyAddToCart {
  line-height: 30px;
  width: 45%;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  box-sizing: border-box;
  background: #000;
  border-radius: 8px
}

.addedToCartBadge.visible {
  display: block
}

.addedToCartBadge {
  display: none;
  border-radius: 100%;
  color: #fff;
  background: #4a4a4a;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 4.2%;
  top: 46px
}

.addedToCartBadge::before {
  content: "";
  background-image: url(../../files/cartIcon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 24%;
  left: 25%
}

.noStockAlert {
  font-size: 9px;
  top: -9px;
  overflow: hidden;
  margin-left: 1rem;
  display: none
}

.noStockAlert.open {
  bottom: -2px
}

.noStockAlert::before {
  background-size: 9px;
  width: 10px;
  height: 10px;
  left: 7%
}

.productQuantityFastBuy {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px
}

.fastBuyContainer .productQuantityFastBuy {
  text-align: center
}

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

.fastBuyMinusSign,.fastBuyPlusSign {
  z-index: 1;
  text-align: center
}

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

  .productSlide.slick-slide {
      border: .5px solid #cfcfcf
  }

  .productViewImagesContainer {
      padding-bottom: 0
  }

  .addToCartContainer {
      padding: 0 20px;
      width: 100%
  }

  .addToCartContainer figure {
      display: flex
  }

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

  .productViewImage {
      height: auto
  }

  .productSlide .badgeFile {
      top: 0
  }

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

  .noStockAlert {
      margin-left: 1rem
  }

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

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

  .productViewPrice {
      justify-content: left;
      font-size: 21px;
      display: flex;
      flex-direction: column;
      height: auto;
      margin-top: unset;
      color: var(--grey)
  }

  .oldPrice {
      font-size: 13px;
      color: #b8b8b8;
      margin-bottom: 5px
  }

  .oldPrice:before {
      top: 6px;
      width: calc(100% + 2px);
      color: #b8b8b8;
      transform: rotate(180deg);
      border-top: 1px solid
  }

  .productViewBottom {
      height: auto;
      min-height: 104px;
      width: 100%;
      margin: 0 auto;
      border-top: none;
      padding: 0
  }

  .productViewLine {
      border-top: 1px solid rgba(186,186,186,1);
      width: 90%;
      margin: 0 auto;
      margin-bottom: 1rem
  }

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

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

  .buyText {
      width: 85%;
      font-size: 13px
  }

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

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