/* Orange Theme */ .btn.btn-theme { background: @orange; border-color: @orange; color: #fff; .btn.btn-theme:hover, .btn.btn-theme:focus { background: @dark_orange; border-color: @dark_orange; } } .header-nav .nav > li.active > a, .header-nav .nav > li.active > a:focus, .header-nav .nav > li.active > a:hover, .item.item-thumbnail .item-price, .header-logo a span, a { color: @orange; } .header-cart .total, .step.active .number:before { background: @orange; } .header .dropdown-menu { border-top-color: @orange; } .dropdown .arrow.top:after, .dropdown .arrow.top:before { border-bottom-color: @orange; } a:hover, a:focus { color: @dark_orange; } .pace-progress { background: @dark_orange; } .pace .pace-activity { border-top-color: @orange; border-left-color: @orange; } .header-logo .brand { border-color: #DF8F19 #c47d15 #935e10; }