
.btn.btn-theme {
    background: #5e6465;
    border-color: #5e6465;
    color: #fff;
}
.btn.btn-theme:hover,
.btn.btn-theme:focus {
    background: #008a8a;
    border-color: #008a8a;
}
.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: #0663ce;
}
.header-cart .total,
.step.active .number:before {
    background: #5e6465;
}
.header .dropdown-menu {
    border-top-color: #5e6465;
}
.dropdown .arrow.top:after, 
.dropdown .arrow.top:before {
    border-bottom-color: #5e6465;
}
a:hover,
a:focus {
    color: #008a8a;
}
.pace-progress {
    background: #008a8a;
}
.pace .pace-activity {
    border-top-color: #5e6465;
    border-left-color: #5e6465;
}
.header-logo .brand {
    border-color: #4DCACA #31A3A3 #1D8888;
}