:root {
    --color-primary: #bbc934;
    --color-primary-dark: #a1af2f;
}

.theme-green .navbar--main:before{
    background-color: #bbc934;
}

.theme-green .text-primary,
.theme-green .hover-primary:hover,
.theme-green .hover-primary:focus {
    color: #bbc934 !important;
}

.theme-green a.text-primary:focus,
.theme-green a.text-primary:hover {
    color: #a1af2f !important;
}

.theme-green .btn-primary {
    background-color: #bbc934;
    border-color: #bbc934;
}

.theme-green .btn-primary:hover {
    background-color: #a1af2f;
    border-color: #a1af2f;
}

.theme-green .bg-primary {
    background-color: #bbc934 !important;
}

.theme-green .border-primary {
    border-color: #bbc934 !important;
}

.theme-green .border-bottom-primary {
    border-bottom-color: #bbc934 !important;
}

.theme-green .custom-checkbox__text a {
    color: #bbc934;
}

.theme-green .custom-checkbox__box:before {
    color: #bbc934;
}

.theme-green .custom-radio__input:checked ~ .custom-radio__box {
    background: #bbc934;
}

.theme-green .custom-radio__box {
    border-color: #bbc934;
}

.theme-green .line-heading__line {
    border-color: #bbc934;
}

.theme-green .loading-spinner__dots > span {
    background: #bbc934;
}

.theme-green .headline__title:after {
    background-color: #bbc934;
}

.theme-green .footer__newsletter-gdpr a,
.theme-green .wysiwyg a {
    color: #bbc934;
}

.theme-green .footer__newsletter-gdpr a:hover,
.theme-green .footer__newsletter-gdpr a:focus,
.theme-green .footer__newsletter-gdpr a:active,
.theme-green .wysiwyg a:hover,
.theme-green .wysiwyg a:focus,
.theme-green .wysiwyg a:active {
    color: #bbc934;
}

.theme-green .wysiwyg h1,
.theme-green .wysiwyg h2,
.theme-green .wysiwyg h3,
.theme-green .wysiwyg h4,
.theme-green .wysiwyg h5 {
    color: #bbc934;
}

.theme-green .first-letter-big p:first-child:first-letter {
    color: #bbc934;
}

.theme-green .page-link,
.theme-green .page-link:hover {
    color: #bbc934;
}

.theme-green .page-item.active .page-link:hover {
    color: white;
}

.theme-green .page-item.active .page-link {
    background-color: #bbc934;
}

.theme-green .btn-wishlist.is-active .icon:before {
    color: #bbc934;
}