.productViewContainer {
  position: relative;
  float: left;
  width: 24%;
  height: auto;
  cursor: pointer;
  margin-right: .5%;
  margin-left: .5%;
  top: 0;
  margin-bottom: 10px;
  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
}

.productSlide .productViewContainer {
  width: 100%;
  height: auto
}

.productSlide .productViewTop {
  box-shadow: none
}

.productSlide .productViewBottom {
  box-shadow: none
}

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

.productViewContainer:hover .secondImg {
  opacity: 1
}

.productViewContainer:hover .firstImg {
  opacity: 0
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 10px;
  background-size: cover;
  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;
  background-color: transparent;
  border-radius: 0
}

.productViewBottom {
  height: 100px;
  overflow: hidden;
  width: calc(100% - 20px);
  display: block;
  text-align: left;
  text-indent: 13px;
  background-color: transparent;
  margin-left: 10px
}

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

.productViewName {
  color: #18355d;
  font-size: 13px;
  font-weight: 500;
  width: calc(100% - 10px);
  float: none;
  margin-top: 8px;
  height: 25px;
  line-height: 25px;
  text-transform: capitalize;
  margin-left: 5px;
  text-indent: 0;
  display: flex;
  margin-top: 0;
  height: auto;
  max-height: 50px
}

.removeWishlistProduct {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 25px;
  z-index: 99;
  right: 20px;
  top: 20px;
  color: #18355d;
  text-transform: lowercase;
  background: unset
}

.productViewPrice {
  overflow: hidden;
  color: #18355d;
  font-size: 13px;
  height: 25px;
  position: relative;
  font-weight: 900;
  width: calc(100% - 30px);
  margin-left: 5px;
  margin-top: 0;
  line-height: 29px;
  justify-content: center;
  align-items: center;
  text-indent: 0;
  align-content: center
}

.figureBackground {
  background: unset;
  top: 20px;
  width: 17px;
  height: 17px
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.png);
  background-size: 100%;
  width: 17px;
  height: 17px
}

.remove-WishlistProduct:hover {
  background-image: url(../../files/heart.png)
}

.addWishlistProduct {
  background-image: url(../../files/heart.png);
  background-size: 100%;
  width: 17px;
  height: 17px
}

.addWishlistProduct:hover {
  background-image: url(../../files/heartFilled.png)
}

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

.oldPrice {
  position: relative;
  color: #58595b;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 100
}

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

.bankPrice {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #0368c2;
  line-height: 25px;
  width: auto;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  margin-top: 0
}

.bankPriceImg {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 5px;
  width: auto !important;
}

.bankPriceText {
  position: relative;
  float: left;
  text-indent: 0
}

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

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

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

  .productViewTop {
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    padding-right: 5px;
    background-size: contain
  }

  .badgeFile {
    width: 28% !important;
    top: 0;
    right: 0
  }

  .productViewImage {
    height: auto
  }

  .productSlide .badgeFile {
    top: 8px
  }

  .productViewName {
    font-size: 14px;
    margin: 0;
    width: 100%;
    max-height: 40px;
    line-height: 20px
  }

  .productViewPrice {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    height: 20px;
    line-height: 20px
  }

  .bankPrice {
    font-size: 14px;
    line-height: 20px;
    height: 25px;
    margin: 0;
    float: left
  }

  .bankPriceText {
    line-height: 25px;
    text-indent: 0
  }

  .productViewBottom {
    height: 85px;
    width: calc(100% - 10px);
    margin-left: 10px
  }

  .oldPrice {
    font-size: 11px
  }
}