* {
    color: #073763;

}

.navbar ol {
    background: #073763;
}
#search-button {
    border: 1px solid #1c1b1a;
    background: #1c1b1a;
}

.vertical-menu a:hover,.vertical-menu label:hover {
    background-color: #eb7210;
}

#header-cart .icon {
    background: #eb7210;
}

#header-cart .info {
    border: 2px solid #eb7210;
}

.product-list-item .btn-to-cart {
    background: #eb7210;
}

.to-cart,
.product-list-item .to-cart {
    background: #eb7210;
}

#send-order {
    background: #eb7210;
}

.quantity-plus, .quantity-minus {
	background: #073763;
}

