:root {
    --color-primary: #F4A823;
    --color-primary-dark: #e29b24;
    --color-primary-light: #fdb023;
    --color-primary-text: #e4950c;
}

.theme-orange .navbar--main:before{
    background-color: #F4A823;
}

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

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

.theme-orange .btn-primary:not(.btn-dark) {
    background-color: #F4A823;
    border-color: #F4A823;
}

.theme-orange .btn-primary:not(.btn-dark):hover {
    background-color: #e29b24;
    border-color: #e29b24;
}

.theme-orange .bg-primary {
    background-color: #F4A823 !important;
}

.theme-orange .border-primary {
    border-color: #F4A823 !important;
}

.theme-orange .border-bottom-primary {
    border-bottom-color: #F4A823 !important;
}

.theme-orange .custom-checkbox__text a {
    color: #e4950c;
}

.theme-orange .custom-radio__input:checked ~ .custom-radio__box {
    background: #F4A823;
}

.theme-orange .custom-radio__box {
    border-color: #F4A823;
}

.theme-orange .line-heading__line {
    border-color: #F4A823;
}

.theme-orange .loading-spinner__dots > span {
    background: #F4A823;
}

.theme-orange .headline__title:after {
    background-color: #e4950c;
}

.theme-orange .footer__newsletter-gdpr a,
.theme-orange .wysiwyg a {
    color: #e4950c;
}

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

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

.theme-orange .first-letter-big p:first-child:first-letter {
    color: #e4950c;
}

.theme-orange .page-link,
.theme-orange .page-link:hover {
    color: #e4950c;
}

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

.theme-orange .page-item.active .page-link {
    background-color: #e4950c;
}

.theme-orange .btn-wishlist.is-active .icon:before {
    color: #F4A823;
}
.theme-orange .loyalty-container{
    background: #F4A823;
}
.theme-orange .loyalty-container a{
    color: #000;
}