/* Purple Theme */ .btn.btn-theme { background: @purple; border-color: @purple; color: #fff; .btn.btn-theme:hover, .btn.btn-theme:focus { background: @dark_purple; border-color: @dark_purple; } } .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: @purple; } .header-cart .total, .step.active .number:before { background: @purple; } .header .dropdown-menu { border-top-color: @purple; } .dropdown .arrow.top:after, .dropdown .arrow.top:before { border-bottom-color: @purple; } a:hover, a:focus { color: @dark_purple; } .pace-progress { background: @dark_purple; } .pace .pace-activity { border-top-color: @purple; border-left-color: @purple; } .header-logo .brand { border-color: #6670AC #5b6392 #444a6d; }