/* WhatsApp Button */
a.fs-button-whastaspp {
    padding: 10px;
    background-color: #2ab200 !important;
    color: white !important;
    font-size: 13px;
    text-transform: uppercase;
}

/* WhatsApp SVG */
a.fs-button-whastaspp svg {
    vertical-align: middle;
    margin: 0 4px 2px 0;
    fill: #ffffff;
    height: 18px;
}

/* WhatsApp Mobile SVG */
a.fs-button-whastaspp-mobile svg {
	fill: #2ab200;
}