.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.productViewTopImg {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.figureBackground {
  z-index: 1;
  top: -1%;
  right: -3.4%;
  background: unset;
}

.productSlide .productViewContainer {
  width: calc(100% - 20px);
  display: block;
  float: unset;
  margin: 0 auto;
}

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

.productViewContainer:hover .secondImg {
  opacity: 1;
}

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

.productViewTop {
  overflow: visible;
  display: block;
  position: relative;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  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-top: 5%;
}

.productViewBottom {
  height: auto;
  min-height: 105px;
  width: 100%;
  text-align: left;
  position: relative;
}

.slick-list {
  overflow: unset;
  overflow-x: clip;
}

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

.productViewName {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  height: 27px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
  justify-content: center;
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.transferPrice {
  display: none !important;
}

.productViewPrice {
  display: flex;
  position: relative;
  width: fit-content;
  float: left;
  overflow: hidden;
  height: 26px;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.badgeFile {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 31%;
}

.badgeFile.discount {
  max-width: 6rem;
}

.oldPrice {
  position: relative;
  margin-right: 1.4rem;
  color: var(--base);
  opacity: 0.7;
  font-size: 1.2rem;
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  color: var(--base);
}

.bankPrice {
  position: relative;
  float: left;
  width: auto;
  margin-right: 1rem;
  height: auto;
  overflow: visible;
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 300;
}

.allPrices {
  display: flex;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.4rem;
  justify-content: center;
}

.bankPriceRow {
  position: relative;
  float: left;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
}

.bankPriceRow.bankRow5 .bankPriceImg {
  height: 16px;
}

.bankPriceRow.bankRow1 .bankPriceImg {
  top: -1px;
}

.bankPriceImg {
  position: relative;
  height: 17px;
  margin-right: 0.5rem;
}

.bankPriceText {
  position: relative;
  float: left;
  font-family: "OpenSans";
  font-weight: 400;
}

.transferText {
  margin-left: 0;
  display: none;
}

.transferImg {
  display: none !important;
}

.buyContainer {
  display: block;
  width: 90%;
  height: 30px;
  line-height: 30px;
  bottom: -32px;
  left: 5%;
  float: left;
  position: absolute;
}

.buyText {
  width: 100%;
  height: 30px;
  float: left;
  background: #4a4a4a;
  text-align: center;
  color: white;
}

.buyContainer.notVisible {
  display: none;
}

.productViewContainer:hover .buyContainer {
  bottom: 14px;
}

.productViewContainer:hover .productViewName {
  margin-top: -10px;
}

.productViewContainer:hover .oldPrice {
  display: block;
}

.fastBuyContainer {
  display: none;
}

.fastBuyContainer.visible {
  width: 90%;
  left: 5%;
  height: 30px;
  position: absolute;
  line-height: 30px;
  bottom: -30px;
}

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

.productViewContainer:hover .fastBuyContainer {
  bottom: 13px;
}

.fastBuySelectContainer {
  display: flex;
  width: 48%;
  position: relative;
  justify-content: space-between;
}

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

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

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

.fastBuyAddToCart {
  line-height: 30px;
  width: 48%;
  text-align: center;
  color: white;
  display: block;
  position: relative;
  box-sizing: border-box;
  background: #4a4a4a;
}

.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;
  display: none !important;
}

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

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

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

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

.bankPriceText.bank4 {
  margin-top: 3px;
  color: #e5221c;
}

.bankPriceText.bank5 {
  color: #ff0d1f;
}

.bankPriceDiscount.bank5 {
  color: #ff0d1f;
}

.bankPriceText.bank16 {
  color: black;
}

.bankPriceDiscount.bank16 {
  color: black;
}

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

.bankPriceText.bank12 {
  color: #000;
}

.bankRow1 {
  justify-content: flex-end;
}

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

  .productViewImage {
    height: auto;
  }

  .bankPriceDiscount.bank5+.bankPriceImg {
    height: 16px;
  }

  .productViewName {
    margin-left: 0;
  }

  .productViewContainer:hover .productViewName {
    margin-top: 1.5rem;
  }

  .productViewPrice {
    margin-left: 0;
    margin-right: 10px;
  }

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

  .bankPriceImg {
    height: 18px;
    width: auto;
  }

  img.bankPriceImg {
    width: auto;
  }

  .bankPriceRow {
    height: 26px;
    padding-left: 0;
  }

  .productViewContainer:hover .buyContainer {
    bottom: -32px;
  }

  .fastBuyContainer {
    position: relative;
  }

  .productViewContainer:hover .fastBuyContainer {
    bottom: -32px;
  }

  .allPrices {
    margin-bottom: 5rem;
  }

  .bankPriceText {
    font-weight: 600;
  }

  .addedToCartBadge {
    top: 48px;
  }

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

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