#productOldPrice {
  position: relative;
  width: auto;
  display: table;
  text-align: center;
  color: #9f9f9f;
  margin: 0 auto;
  float: left;
  margin-right: 15px
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1.5px solid;
  border-color: inherit;
  color: #000;
  opacity: 1
}

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

.badgeFile {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%
}

.productViewContainer {
  position: relative;
  float: left;
  width: 23%;
  height: auto;
  background: #fff;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  top: 0;
  margin-bottom: 30px;
  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 {
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, .13);
  backdrop-filter: blur(29.4179px);
  background-position: center
}

.productSlide .productViewContainer {
  width: 100%;
  min-height: 190px;
  margin-top: 10px
}

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

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 85%;
  width: 85%;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  object-fit: contain;
  object-position: center;
  transition: all 0.32s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out
}

.productViewTop.backgroundClass {
  object-fit: cover;
  height: 100%;
  width: 100%
}

.productViewContainer:hover .productViewTopContainer {
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .11))
}

.productViewContainer:hover .backgroundClass {
  transform: scale(1.1)
}

.productViewBottom {
  height: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: auto;
  text-align: center
}

.professional {
  height: 87px !important
}

.productViewBottom.professional .productViewName {
  width: 100%
}

.productViewName {
  position: relative;
  float: left;
  color: #000;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  height: auto;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: .5px
}

.productViewContainer:hover .productViewName {
  font-weight: 600
}

.productViewTopContainer {
  width: 100%;
  border: .5px solid #dcdcdc;
  transition: all 0.32s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  height: 20.8vw;
  display: flex;
  position: relative
}

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

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

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

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

.productViewPrice {
  color: #000;
  float: left;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    border: none;
    box-shadow: none;
    width: 47%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 5px
  }

  .productViewTop {
    overflow: hidden
  }

  .addWishlistProduct {
    height: 25px;
    width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(275%) hue-rotate(161deg) brightness(154%) contrast(101%);
    background-size: 70%;
    background-image: url(../../files/heartMobile.png)
  }

  .remove-WishlistProduct {
    height: 25px;
    background-size: 70%;
    width: 25px
  }

  .productViewImage {
    height: auto
  }

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

  .productViewName {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    width: 100%;
    letter-spacing: 0
  }

  .productViewBottom.professional .productViewName {
    width: 100%
  }

  .productViewContainer:hover .productViewName {
    font-weight: 600
  }

  .productViewPrice {
    position: relative;
    font-weight: 600;
    margin-top: 5px;
    float: left
  }

  .productSlide .productViewContainer {
    border: 0 solid #f3f3f3
  }

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

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

  .figureBackground {
    height: 25px;
    width: 25px
  }

  .hoverImg {
    display: none
  }

  .productViewBottom {
    height: auto;
    padding-top: 10px;
    min-height: 65px
  }

  .productViewBottom.professional {
    min-height: 95px
  }

  .badgeFile {
    width: 25%;
    top: 1px;
    right: 1px;
  }
}

@media screen and (min-width: 415px) and (max-width:768px) {
  .productViewBottom {
    height: 110px
  }
}