.productViewContainer {
  position: relative;
  float: left;
  width: 24%;
  height: fit-content;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 30px;
  border: 1px solid #aeaeae;
  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
}

.customContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: center;
  position: relative
}

.priceBanner {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 72px;
  height: 24px;
  z-index: 1;
  background: #8502fd;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 14px;
  justify-content: flex-end;
  border-radius: 0 10px
}

.addWishlistProduct {
  z-index: 100
}

.productSlide .productViewContainer {
  width: 99%;
  min-height: 240px;
  height: auto !important;
  margin-top: 10px;
  border: 1px solid #aeaeae
}

.productSlide .figureBackground,
.figureBackground {
  position: relative;
  top: 5px;
  left: 87%
}

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

.hoverImg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0 0 0 / 40%);
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  z-index: 1
}

.productViewContainer:hover .hoverImg {
  opacity: 1
}

.ivaSign {
  font-weight: 700;
  font-size: 15px;
  margin-left: 6px
}

.buyContainer,
.contactUsContainer {
  background-color: #06b1de;
  width: calc(100% - 0px);
  position: relative;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 51px
}

.buyContainer:hover {
  background-color: #fff;
  color: #06b1de;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  border: 2px solid #06b1de;
  height: 42px;
  width: calc(100% - 4px);
  line-height: 42px
}

.buyText {
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase
}


.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 330px;
  margin: auto;
}

.productViewBottom {
  min-height: 45px;
  overflow: hidden;
  margin: auto;
  text-align: left;
  height: auto;
  width: 90%
}
.productViewTopImage{
  object-fit: contain;
  -o-object-fit:contain;
  width: 100%;
  height: 81%;
}
.productViewTopImage iframe{
  width: 100%;
  height: 100%;
}

.productViewBottomAux {
  height: auto;
  min-height: 45px;
  overflow: hidden;
  width: 80%;
  margin: auto;
  text-align: left
}

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

.productViewName {
  position: relative;
  float: left;
  color: #58595b;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  width: calc(100% - 5px);
  height: 57px;
  overflow: hidden
}

.productSku {
  position: relative;
  color: #a5a5a5;
  font-weight: 600;
  font-size: 14px;
  width: fit-content;
  height: min-content;
  float: right
}

h2.productViewName::first-letter {
  text-transform: uppercase !important
}

.productViewPrice {
  display: flex;
  position: relative;
  height: 28px;
  float: left;
  overflow: hidden;
  font-weight: 800;
  text-align: left;
  align-items: center;
  justify-content: left;
  font-size: 20px;
  color: #525252
}

.oldPriceContainer {
  width: fit-content;
  height: 14px;
  position: relative;
  width: 100%;
  float: left
}

.badgeFile {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none !important
}

.oldPrice {
  position: relative;
  color: #58595b;
  font-size: 14px;
  font-weight: 100;
  width: fit-content
}

.oldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  color: #c41130
}

.bankPrice {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 13px;
  color: #ee3223;
  line-height: 27px;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px
}

.bankPriceRow {
  position: relative;
  width: 100%;
  height: 24px;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px
}

.bankPriceImg {
  position: relative;
  height: 25px;
  margin-right: 5px
}

.transferImg {
  height: 19px
}

.bankPriceText {
  position: relative;
  float: left;
  font-weight: 700
}

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

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

.bankPriceText.bank1 {
  color: #000
}

.bankPriceText.bank12 {
  color: #000
}

.productsBanner {
  width: 112%;
  right: 6%;
  position: relative
}

.fastBuyContainer {
  display: none;
  position: relative;
  color: #000
}

.fastBuyContainer.visible {
  display: flex;
  flex-direction: column
}

.fastBuySelectContainer {
  width: 100%;
  display: flex;
  height: 42px;
  line-height: 42px;
  justify-content: space-around
}

.fastBuySelectContainer .productQuantityFastBuy {
  width: 60%;
  text-align: center;
  font-weight: 600
}

.fastBuySelectContainer .fastBuyMinusSign,
.fastBuySelectContainer .fastBuyPlusSign {
  width: 20%;
  text-align: center;
  background: #f1f1f1;
  color: #000;
  font-weight: 600;
  font-size: 24px
}

.fastBuyAddToCart {
  background-color: #06b1de;
  width: 100%;
  position: relative;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  top: 10%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 10px
}

.buyContainer.notAvailable {
  background-color: #f1f1f1;
  width: 100%;
  position: relative;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  color: #a5a5a5;
  margin-bottom: 10px;
  margin-top: 51px
}

.buyContainer.notAvailable:hover {
  border: unset
}

.nobuyContainer {
  background-color: #f1f1f1;
  width: calc(100% - 0px);
  position: relative;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 51px;
  color: #a5a5a5
}

.contactUsContainer.noPrice {
  color: #fff;
  background: #502266
}

.contactUsContainer.noPrice .buyText {
  font-size: 14px;
  letter-spacing: unset
}

.contactUsContainer.noPrice a {
  width: 100%
}

.priceNotAvailable {
  font-size: 12px;
  color: #a5a5a5;
  position: relative;
  top: 4px
}

.addedToCartBadge {
  display: none;
  border-radius: 100%;
  color: #fff;
  background: #8502fd;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 16px;
  top: 47px;
  top: 51px
}

.addedToCartBadge.visible {
  display: block
}

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

.noStockAlert {
  display: none;
  color: red;
  font-weight: 600;
  width: 100%;
  height: 25px;
  line-height: 10px;
  font-size: 12px
}

.noStockAlert.open {
  display: flex;
  position: relative;
  justify-content: center;
  line-height: 12px
}

.noStockAlert::before {
  content: "";
  background-image: url(../../files/alertIcon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: relative;
  left: -2%;
  bottom: 1px
}

.noStockLink {
  display: block;
  position: absolute;
  width: 6.6%;
  height: 9%;
  bottom: 36px;
  margin-left: 27px
}

@media screen and (min-width:1681px) and (max-width:1920px) {

  .productSlide .figureBackground,
  .figureBackground {
    left: 89%
  }
}

@media screen and (max-width:1440px) {

  .productSlide .figureBackground,
  .figureBackground {
    left: 84%
  }
}

@media screen and (max-width:1280px) {

  .productSlide .figureBackground,
  .figureBackground {
    left: 82%
  }
}

@media screen and (max-width:768px) {
  .contactUsContainer.noPrice {
    height: 30px;
    line-height: 30px
  }

  .contactUsContainer.noPrice .buyText {
    font-size: 8px
  }

  .productViewContainer {
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: calc(44% - 2px);
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 30px
  }

  .productSlide .figureBackground,
  .figureBackground {
    left: 81%;
    background: unset
  }

  .noStockLink {
    width: 8.7%;
    height: 9%;
    bottom: 21px;
    margin-left: 11px;
    /* background:rgb(10,10,10,.4); */
  }

  .addWishlistProduct {
    width: 30px;
    height: 30px
  }

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

  .productViewImage {
    height: auto
  }

  .productSlide .badgeFile {
    top: 0
  }

  .hoverImg {
    display: none
  }

  .productViewName {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
    line-height: 13px;
    height: 54px
  }

  .productViewPrice {
    font-size: 14px;
    font-weight: 600;
    margin-left: 0;
    flex-direction: column
  }

  .priceNotAvailable {
    font-size: 7px
  }

  .productViewBottom {
    height: auto;
    width: 85%
  }

  .productSlide .productViewContainer {
    border: 1px solid #f3f3f3
  }

  .ivaSign {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 2px
  }

  .buyContainer,
  .fastBuySelectContainer,
  .fastBuyAddToCart {
    height: 30px;
    line-height: 30px;
    font-size: 11px
  }

  .buyContainer {
    margin-top: 38px
  }

  .buyText {
    font-size: 11px;
    letter-spacing: unset
  }

  .buyContainer.noPrice .buyText {
    font-size: 8px
  }

  .fastBuySelectContainer .fastBuyMinusSign,
  .fastBuySelectContainer .fastBuyPlusSign {
    font-size: 15px
  }

  .productViewPrice {
    height: 15px;
    margin-bottom: unset
  }

  .productSku {
    font-size: 11px
  }

  .addedToCartBadge {
    right: 14px;
    top: 31px;
    width: 20px;
    height: 20px
  }

  .addedToCartBadge::before {
    top: 22%;
    left: 10.5%
  }

  .noStockAlert {
    font-size: 9px
  }

  .noStockAlert.open {
    bottom: 20px;
    left: 15px
  }

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

  .sliderContainer .productViewBottom {
    height: 175px
  }

  .buyContainer.notAvailable {
    height: 30px;
    line-height: 30px;
    margin-top: 38px
  }

  .buyContainer:hover {
    height: auto;
    line-height: 30px;
    border: none
  }
}

@media screen and (max-width:320px) {

  .productSlide .figureBackground,
  .figureBackground {
    left: 76%
  }

  .productViewPrice {
    font-size: 10px
  }

  .buyText {
    font-size: 9px
  }

  .noStockAlert {
    font-size: 8px
  }
}