.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #25D366;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.whatsapp-btn:hover {
  background-color: #20b955;
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}


@media screen and (max-width: 600px) {

  .ProductDetails_product__right__JydgH {
    display: none !important;
  }
  .only-mobile{
    display: block !important;
  }
  .mob-no-txt{
    font-size: 12px !important;
  }
  .product_box_parameter{
    min-width: 180px !important;
  }
  .UnlockBenefits_unlock__container__2{
    padding: 0 !important;
  }
  .UnlockBenefits_unlock__container__2 p {
    margin-left: 0 !important;
  }
  .txt-block{
    display: block;
  }
  .header_header__icon__oq2tZ img {
    height: 30px !important;
    /* max-width: 100px; */
  }

  .header_header__contact__IO2Ry img {
    width: 15px;  
    height: 15px;
  }

  .header_header__contact__IO2Ry .mob-no-txt {
    font-size: 14px;  
  }
}
.web-title{
    padding: 5% 5% 0 !important;
}