/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.whatsapp-float {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  z-index: 9999;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
}
/* Float according to language */
html[lang="ar"] .whatsapp-float {
  left: 20px;
  right: auto;
}

html[lang="en"] .whatsapp-float {
  right: 20px;
  left: auto;
}