:root{
    --primary-color:#FB6720;
    --darken-primary-color:#CD541A;
}
a{
    color:var(--primary-color);
}
a:hover, a:active, a:focus{
    color:var(--primary-color);
}
.menu{
    background-color:#fffaf7;
}
.footer{
    background-color:#fffaf7;
}
.copyright{
    background-color:#ffaf89;
}

.button.primary, button.primary,
button[type="submit"].primary,
button[type="submit"].primary:hover, button[type="submit"].primary:active, button[type="submit"].primary:focus,
button[type="submit"], button[type="submit"]:hover, button[type="submit"]:focus{
    background-color:var(--primary-color);
    border-color:var(--primary-color);
}

.checkout-steps .step.active>a:after{
    background-color:var(--primary-color);
}
.actions .remove>a,
.form-group.required label:after,
.text-link{
    color:var(--primary-color);
}
body .button.secondary{
    border-color:var(--primary-color);
    color:var(--primary-color);
}
.button.secondary, button.secondary, .button.secondary:hover, button.secondary:hover, .button.secondary:active, button.secondary:active, .button.secondary:focus, button.secondary:focus{
    border-color:var(--primary-color);
}
#category-dropdown>a.dropdown-toggle{
    background-color:var(--primary-color);
}
.header .search-form .form-group .search-button,
.button.secondary:hover, button.secondary:hover, .button.secondary:active, button.secondary:active, .button.secondary:focus, button.secondary:focus{
    background-color:var(--primary-color);
}
.header .cart-outer i,
section.usp .usp-item .left,
.product-view .product-content .price .display-price,
.product-inner a .content .price .display-price{
    color:var(--primary-color);
}
.header .header-inner .cart-outer .cart_container .cart .cart-count{
    background-color:var(--primary-color);
}
body h1, body h2, body h3, body h4, body h5, body h6{
    color:var(--darken-primary-color);
}
.header .search-form .form-group input{
    border-color:var(--primary-color);
}
.list-unstyled li a:hover, .list-unstyled li a:focus{
    color:var(--primary-color);
}
.product-grid .product-inner a .title{
    color:var(--darken-primary-color);
}
