/* Blue Theme */ .btn.btn-theme { background: @blue; border-color: @blue; color: #fff; .btn.btn-theme:hover, .btn.btn-theme:focus { background: @dark_blue; border-color: @dark_blue; } } .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: @blue; } .header-cart .total, .step.active .number:before { background: @blue; } .header .dropdown-menu { border-top-color: @blue; } .dropdown .arrow.top:after, .dropdown .arrow.top:before { border-bottom-color: @blue; } a:hover, a:focus { color: @dark_blue; } .pace-progress { background: @dark_blue; } .pace .pace-activity { border-top-color: @blue; border-left-color: @blue; } .header-logo .brand { border-color: #2F83CF #2a72b5 #1f5688; }