/* Add custom CSS styles below */ 
:root{
      --header-bg: #3858a7;
}
/******************************************
  ***************whatsapp button************/
body:not(.product-single) .wa-s-n {
      background: var(--header-bg) !important;
      border: 1px solid #fff !important;    
      width: 120px !important;
      height: 40px !important;
      justify-content: start;
      bottom: 68px !important;
      right: 20px !important;
}
body.product-single:not(.index) .wa-s-n {
      background: var(--header-bg) !important;
      border: 1px solid #fff !important;     
      width: 120px !important;
      height: 40px !important;
      justify-content: start;
      bottom: 118px !important;
      right: 9px !important;
}
.wa-s-n svg{
  width: 30% !important;
}
.wa-s-n::after{
  content: " تواصل معنا";
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
}