/* Whatsapp chat functionality styles */
#wa-chat{
  position: fixed;
  bottom: 15px;
  /* left: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 2.7rem;
  right: 24px;
  font-size: 11px;
  /* margin: 10px 92%; */
  padding: 15px 0px 0px;
  z-index: 999;
  text-align: right;
}
.whatsapp-icon-bg {
    display: inline-block; 
    background-color: green; 
    padding: 10px; 
    border-radius: 40%; 
}
.whatsapp-icon {
    color: white;
}

.whatsapp-icon-bg {
    display: inline-block;
    background-color: green;
    padding: 6px 9px;
    border-radius: 100px;
}
div#cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #080808d9;
    color: #fff;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    z-index: 999999;
}
div#cookie-consent a , div#cookie-consent p{
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
div#cookie-consent a:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px){
  div#cookie-consent {
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    background: #080808d6;
    border-radius:0px;
  }
}
@media(min-width:320px) and (max-width:767px){
  #wa-chat {
      position: fixed;
      bottom: 94px !important;
      left: -45px !important;
      right: 24px;
      font-size: 11px;
      /* margin: 10px 92%; */
      padding: 15px 0px 0px;
      z-index: 999;
      text-align: right;
  }
}