.site-header.sticky-header .header-mobile-menu {
    margin: 15px 0;
}
.site-header.sticky-header .site-branding img
{
    width: 170px;
}
.site-header.sticky-header .site-branding {
    margin-top: 4px;
}
.footer-branding img
{
    width: 230px;
}
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}
.product-box
{
    margin: 0 0 30px;
    text-align: center;
    background: #efefef;
}
.product-box h4
{
    font-weight: 400;
    margin: 10px 0 0;
    font-size: 19px;
    padding: 0 0 10px;
}
@media (max-width:992px)
{    .site-branding img {
        width: 140px;
        margin-left: 10px;
    }
    .site-header.sticky-header
    {
        position: inherit;
    }
    .stripe
    {
        display: none !important;
    }
}