/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
a.wh_ancor_tag {
  text-decoration: none !important;
  cursor: pointer !important;
}
.whatsapp_button {
  background-color: #000 !important;
  border: 1px solid #000;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
width:100%;
  cursor: pointer !important;
	transition: 0.3s;
	font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF;
    --loader-side-color: #FFFFFF;
    background-color: #000000;
    padding: 5px 17px 5px 17px;
}

.whatsapp_button:hover{  background-color: #fff !important;  color: #000 !important;
}
.hoverimg {display:none;}
.whatsapp_button:hover img{display:none;}
.whatsapp_button:hover .hoverimg {display:block;}
.whatsapp_button:focus {
  outline: none !important;
}
.whatsapp_button img {
  width: 25px;
  margin: 0px 5px;
}
.single_add_to_cart_button{margin-right:0 !important;}