.banner_bg-image {
  background: url(../../img/olay_new_bg_2_pc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
  opacity: ima 0.6;
}

.align_text_with_bg_image {
  width: 100%;
  /* margin-left: 45%; */
}

.align_text_with_bg_image h2 {
  color: #515760;
}

@media only screen and (max-width: 992px) {
  .align_text_with_bg_image {
    margin-left: 0%;
    margin-top: 0rem;
  }
}

@media only screen and (max-width: 767px) {
  .banner_bg-image {
    background: url(../../img/banner/banner_homepage_olay_mobile.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .align_text_with_bg_image {
    margin-left: 0%;
    margin-top: 13rem;
  }
}



.product_filter_checkbox {
  display: flex;
  justify-content: flex-start !important;
}

.widgets_inner .product_filter_checkbox label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  color:#797979;
}

/* ADDED BY SHAHADAT */
.show_hidden {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 16px;
  float: right;
}

.filter-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.toggle {
  display: none;
}

.hides992 {
  display: none;
}
.fileter-btn {
  margin: 20px 20px;
  display: flex;
  justify-content: space-between;
}
.fileter-btn .r4 {
  padding: 10px 40px;
  border-radius: 30px;
  background-color: #c5203f;
  color: #fff;
}
/* .down-arrow {
  position: absolute;
  visibility: hidden;
  font-size: 20px;
} */

@media only screen and (min-width: 992px) {
  .filter-button {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .filter-open-mobile-v {
    display: none;
  }
}


.single_product_text button {
  background: none;
  border: none;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  margin: 0;
}