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

.secondImg {
  /*display:none !important;*/
  opacity: 0;
  position: absolute !important;
  left: 0px;
  top: 0px;
}
.productViewContainer:hover .secondImg {
  /*display: block !important;*/
  opacity: 1;
}
.productViewContainer:hover .firstImg {
  opacity: 0;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: 250px !important;
  width: 100%;
  margin-top: 15px;
  margin-left: 0px;
  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;
}

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

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

.buyContainer {
  background-color: #f4db9a;
  width: 122px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 122px;
  left: calc(50% - 62px);
  border-radius: 40px;
  color: white;
}

.hoverImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 79.7%;
  top: 14px;
  opacity: 0;
  background: rgba(255, 150, 162, 0.45);
  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: 99;
}

.productViewBottom {
  height: 40px;
  overflow: hidden;
  width: 96%;
  display: block;
  text-align: left;
  text-indent: 13px;
  margin: auto;
  margin-top: 10px;
}

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

.productViewName {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: 600;
  width: 65%;
  float: left;
  height: 40px;
  margin-left: 0px;
  text-align: left;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  text-indent: 0;
}

.productViewPrice {
  overflow: hidden;
  color: #a5a5a5;
  font-size: 13px;
  height: 40px;
  position: relative;
  font-weight: 900;
  width: 30%;
  float: right;
  display: flex;
  align-items: center;
}
.badgeFile {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 40%;
  display: none;
}

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

.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%;
  font-size: 13px;
  color: #ee3223;
  line-height: 27px;
  display: inline-block;
  width: auto;
  margin-top: 5px;
  font-weight: 600;
  display: none;
}

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

.bankPriceText {
  position: relative;
  float: left;
}

@media screen and (max-width: 768px) {
  .productViewContainer {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 0px;
    /* float: left; */
  }
  [data-cat-level-two="6"] .productViewContainer,
  [data-cat-level-two="8"] .productViewContainer {
    width: 90% !important;
  }

  .productViewTop {
    overflow: hidden;
    height: 269px !important;
    margin-top: 4px;
    margin-right: 4px;
  }
  .badgeFile {
    width: 28% !important;
    top: 7px;
    right: 1px;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 8px;
  }

  .productViewName {
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    width: 60%;
    text-indent: 0;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 18px;
  }

  .productViewPrice {
    font-size: 16px;
    font-weight: 900;
    margin-left: 0px;
    margin-top: 0px;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
  }

  .productViewBottom {
    height: 63px;
    margin-bottom: 14px;
    margin-top: 26px;
  }
  .oldPrice {
    font-size: 11px;
  }

  .hoverImg {
    opacity: 1;
    background: transparent;
  }

  .buyContainer {
    width: 150px;
    left: calc(50% - 75px);
    line-height: 35px;
    height: 35px;
    top: 240px;
  }

  .buyText {
    font-size: 18px;
  }
}
