/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#call_site, #whatsapp_site {
  position: fixed;
  left: 76px;
  bottom: 61px;
  z-index: 9;
  background: #f00;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-grid;
  align-content: center;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  font-size: 27px;
  padding: 12px;
}
#call_site span, #whatsapp_site span {
  position: absolute;
  left: 109%;
  background:#fff;
  color: #000;
  font-size: 11px;
  width: 83px;
  border-radius: 5px;
  top: 11px;
}
#whatsapp_site {
  left: auto;
  right: 70px;
  background: #00ac23;
}
#whatsapp_site span {
  left: auto;
  right: 114%;
  width: 110px;
}
#call_site i, #whatsapp_site i {
  margin: 5px 0 0 0;
}

@media only screen and (max-width: 600px) {

.w-toplink.active {
  bottom: 71px;
}
#whatsapp_site {
  right: 6px;
}
#call_site {
  left: 7px;
}
}