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

.transferImg {
  height: 19px
}

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

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

.bankPriceText.bank1 {
  color: #000
}

.bankPriceText.bank12 {
  color: #000
}

@media screen and (min-width: 769px) and (max-width:1100px) {
  .buyText {
    font-size: 11px
  }
}

@media screen and (max-width: 768px) {
  .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
  }

  .addWishlistProduct {
    background-size: 50%;
    height: 30px;
    width: 30px
  }

  .productViewImage {
    height: auto
  }

  .productSlide .badgeFile {
    top: 0
  }

  .productViewBottom {
    width: 85%
  }

  .productSlide .figureBackground {
    right: -8px
  }
}

.productViewContainer {
  position: relative;
  float: left;
  width: 99%;
  height: auto;
  cursor: pointer;
  box-sizing: border-box;
  margin-right: .5%;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  margin-left: .5%;
  top: 0;
  margin-bottom: 30px;
  background: #fff;
  transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out
}

.productViewContainer:hover {
  box-shadow: 4px 16px 11px rgb(0 0 0 / 2%)
}

.figureBackground {
  background: #f4f4f4;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  right: 5%;
  top: 18px;
  height: 30px;
  width: 30px;
  border-radius: 50%
}

.productSlide .buyText {
  font-size: 15px
}

.hoverImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0 0 0 / 10%);
  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
}

.buyContainer {
  display: block;
  background-color: var(--black);
  width: calc(100% - 2px);
  position: relative;
  height: 38px;
  border: 1px solid var(--black);
  line-height: 38px;
  margin: auto;
  border-radius: 20px;
  color: #fff
}

.buyContainer:hover {
  background-color: var(--secondary);
  color: var(--black);
  border: 1px solid var(--secondary);
  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
}

.buyContainer.notVisible {
  display: none
}

.buyText {
  text-align: center;
  font-size: 13px;
  font-weight: 600
}

.productViewTop {
  overflow: hidden;
  position: relative;
  width: 100%
}

.productViewTopImg {
  overflow: hidden;
  display: block;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  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
}

.productViewTopImg.secondImg {
  opacity: 0
}

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

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

.productViewBottom {
  height: auto;
  min-height: 60px;
  height: 175px;
  overflow: hidden;
  width: 85%;
  padding-bottom: 10px;
  margin: auto;
  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
}

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

.productViewName {
  position: relative;
  float: left;
  color: #000;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  margin-top: 5px;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  width: 100%
}

.productSku {
  float: left;
  width: 100%;
  color: #58595b;
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px
}

.priceContainer {
  float: left;
  width: 100%;
  overflow: hidden
}

.productViewPrice {
  position: relative;
  height: auto;
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
  color: var(--black);
  font-size: 16px;
  font-weight: 500
}

.badgeFile {
  position: absolute;
  width: 30%;
  top: 17px;
  left: 10px;
  right: 0
}

.oldPrice {
  position: relative;
  color: #b4b4b4;
  font-size: 16px;
  margin: 0 10px 10px 0;
  font-weight: 500;
  float: left
}

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

.bankPrice {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 13px;
  line-height: 27px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 15px;
  color: #7e7e7e;
}

.bank13 {
  color: #004580
}

.bankPriceRow {
  position: relative;
  /* width:100%; */
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 15px
}

.bankPriceImg {
  position: relative;
  height: 14px;
  margin-right: 5px;
  float: left
}

.transferImg {
  height: 19px
}

.bankPriceText {
  position: relative;
  float: left;
  line-height: 18px
}

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

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

.bankPriceText.bank1 {
  color: #000
}

.bankPriceText.bank12 {
  color: #000
}

.ivaInc {
  font-size: 11px;
  margin-left: 5px;
  margin-top: 3px
}

.fastBuyContainer {
  display: none;
  position: relative;
  width: calc(100% - 2px);
  height: 38px;
  bottom: 5px
}

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

.fastBuySelectContainer {
  display: flex;
  align-items: center;
  width: 55%;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border-radius: 25px;
  text-align: center;
  border: 1px solid var(--black)
}

.fastBuyContainer .fastBuyMinusSign {
  left: 0;
  z-index: 2
}

.fastBuyContainer .fastBuyPlusSign {
  right: 0;
  z-index: 2
}

.fastBuyContainer .productQuantityFastBuy {
  border: 0;
  color: #000;
  position: relative;
  width: 30px;
  border: 0;
  text-align: center;
  color: #000;
  padding: 0;
  width: 90%;
  margin: auto;
  position: relative
}

.fastBuyAddToCart {
  line-height: 34px;
  width: 55%;
  height: 100%;
  background-color: var(--black);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
  margin-left: 5px;
  box-sizing: border-box;
  border: 2px solid transparent
}

.fastBuyAddToCart:hover {
  border: 2px solid var(--secondary);
  color: var(--black);
  background-color: var(--secondary)
}

.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: 23%
}

.priceBanner {
  position: absolute;
  top: 18px;
  left: 0;
  width: 65px;
  display: none !important;
  height: 24px;
  z-index: 1;
  background: #ffae00;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 14px;
  justify-content: flex-end
}

.priceBanner strong {
  font-weight: 800;
  margin-left: 5px
}

.fastBuyContainer .fastBuyMinusSign,
.fastBuyContainer .fastBuyPlusSign {
  width: 40%;
  text-align: center;
  color: #000;
  position: absolute
}

.addedToCartBadge {
  width: 25px;
  height: 25px;
  display: none;
  color: #fff;
  background: var(--black);
  border-radius: 100%;
  right: 5.5%;
  position: absolute;
  top: 20px
}

.addedToCartBadge::before {
  width: 14px;
  top: 5px
}

.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;
  bottom: 5px;
  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
}

.productBrand {
  color: #a1a1a1;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 500
}

.remove-WishlistProduct {
  background-size: 50%;
  height: 40px;
  width: 40px
}

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

@media screen and (max-width: 1280px) {
  .noStockAlert {
    font-size: 11px
  }

  .noStockAlert::before {
    left: -2px
  }
}

@media screen and (min-width: 1681px) and (max-width:1920px) {
  .noStockAlert::before {
    left: -1%
  }
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    box-shadow: none;
    width: 95%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: center
  }

  .productBrand {
    text-align: left;
    margin-top: 3px;
    color: #000
  }

  .productViewTop {
    overflow: visible;
    width: 100%;
    margin: auto
  }

  .remove-WishlistProduct {
    height: 30px;
    width: 30px
  }

  .productViewImage {
    height: auto
  }

  .productSlide .badgeFile {
    top: 15px;
    width: 50%;
    display: none;
    margin: inherit
  }

  .productViewName {
    font-size: 17px;
    text-align: left;
    line-height: 17px;
    height: auto;
    margin-top: 10px;
    display: block
  }

  .productViewPrice {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0
  }

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

  .productSlide .figureBackground {
    right: 10px
  }

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

  .buyContainer {
    width: calc(100% - 4px);
    min-width: 160px;
    height: 37px;
    line-height: 37px;
    bottom: unset;
    margin-top: 1.5rem;
    margin-bottom: 1rem
  }

  .productSlide .buyText {
    font-size: 14px
  }

  .productViewContainer:hover .buyContainer {
    top: 0
  }

  .productViewContainer:hover .oldPrice {
    display: block
  }

  .fastBuyContainer.visible {
    width: 100%;
    height: 32px;
    position: relative;
    line-height: 30px;
    top: -7px
  }

  .productViewContainer:hover .fastBuyContainer {
    top: 0;
    margin-top: 2rem;
    margin-bottom: 1rem
  }

  .fastBuySelectContainer {
    justify-content: space-between
  }

  .fastBuySelectContainer,
  .fastBuyAddToCart {
    font-size: 14px;
    height: 37px
  }

  .fastBuyContainer .productQuantityFastBuy {
    text-align: center
  }

  .fastBuyAddToCart {
    line-height: 35px;
    font-weight: 400;
    height: 39px;
    width: 55%
  }

  .addedToCartBadge {
    width: 22px;
    height: 22px;
    top: 22px;
    right: 13px
  }

  .addedToCartBadge::before {
    width: 13px;
    height: 14px;
    top: 16%
  }

  .noStockAlert {
    font-size: 9px
  }

  .noStockAlert.open {
    bottom: -2px
  }

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

  .priceContainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: unset;
    margin-bottom: 10px
  }

  .figureBackground {
    height: 30px;
    width: 30px;
    right: 6%;
    top: -4px
  }

  .productSlide .productViewName {
    height: 33px;
    line-height: 33px
  }

  .fastBuyContainer .fastBuyMinusSign {
    margin-right: unset
  }

  .productViewTopImg {
    left: 5%;
    width: 90%
  }
}

@media screen and (min-width: 415px) and (max-width:768px) {
  .fastBuyContainer.visible {
    width: 60%;
    margin: auto
  }

  .buyContainer {
    max-width: 200px
  }
}

@media screen and (max-width: 320px) {
  .ivaInc {
    font-size: 8px
  }

  .noStockAlert.open {
    width: 105%
  }

  .noStockAlert::before {
    background-size: 9px;
    width: 9px;
    height: 9px;
    left: 0;
    position: absolute;
    bottom: 17px
  }
}