.navbar.navbar-light .navbar-nav a.nav-link {
    color: #a6a6a6;
}

.navbar.navbar-light .navbar-nav .sel a.nav-link {
    color: #333;
}

header#menu2 .navbar.navbar-light .navbar-nav a.nav-link {
    color: #000;
}

.btn.btn-fast-yellow {
    background: #79a536;
    border-color: #79a536;
    color: #fff;
}

.text-fast-yellow,
.btn-link.text-fast-yellow,
a.text-fast-yellow-hover:hover {
    color: #79a536;
}

footer .text-small {
    font-size: 12px;
    line-height: 22px;
}

.bg-verde-chiaro {
    background: #E5F0D4;
}

.bg-verde-chiaro2 {
    background: #F7F9F4;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #79a536;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active:focus,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:focus,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
    border-bottom: none;
    color: #79a536;
    background: none;
}

.shop-now {
    background-color: #79a536!important;
    color: #fff!important;
}

a.shop-now:hover {
    color: #000!important;
}

span.product-price {
    color: #79a536;
    font-size: 25px;
    font-weight: bold;
}

section p a {
    text-decoration: underline;
    color: #79a536;
}

div.tab-style-04 ul li a i {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tab-style-04 .nav-tabs>li.nav-item>a.nav-link {
    border-bottom: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 16px 20px;
    text-transform: uppercase;
    z-index: 1;
}

.bg-fast-blue {
    background-color: #79a536;
}