@media (max-width: 767px) {
    .fixed-whatsapp {
        bottom: 100px !important;
    }
}

@media (max-width: 575px) {
    .fixed-whatsapp {
        bottom: 50px;
        right: 20px;
    }
}

.fixed-whatsapp {
  position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 50px;
}

.fixed-whatsapp>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 40px;
    color: #FFF;
    line-height: calc(var(--font-size-13) + 8px);
    font-size: var(--font-size-13);
    font-weight: 500;
    background: #25D366;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    padding: 0 var(--spacer-5);
    transition: all 0.2s linear;
}
.fixed-whatsapp>a svg path {
    transition: all 0.2s linear;
}