.mobile-menu-overlay__header {
    background-color: #2223;
}

.mobile-navigation-icon i:before {
    background: white;
}

.mobile-navigation-icon i {
    background: white;
}

.mobile-navigation-icon i:after {
    background: white;
}

.mobile-navigation-icon:hover i {
    background-color: #7b9831;
}

.mobile-navigation-icon:hover i:before {
    width: 80%;
    background-color: #7b9831;
}

.mobile-navigation-icon:hover i:after {
    width: 60%;
    background-color: #7b9831;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 60px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.escondido {
    display: none;
}

.sobre {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 25px;
    background-color: #222;
    color: #FFF;
    border-radius: 60px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.sobre a:hover {
    color: #7b9831;
    background-color: white;
}

.rev-btn {
    background-color: #7b9831;
    color: white;
}

.banderin {
    color: #7b9831;
}

.logosfooter2 {
    width: 17%;
}

@media only screen and (max-width: 600px) {
    .single-minicart-product__content {
        position: absolute;
        left: 0;
        bottom: 40px;
        display: block;
        width: 95%;
    }
}

.alt>ul>li>a
{
    color: #7b9831;
}
.alt{
    color: #7b9831;
}
.alt:hover{
    color: white;
}