.master-breadcrumb, .breadcrumb, .breadcrumb-item.active {
background-color: #48CAE8;
    color: #ffffff;
}

#order-standard_cart .products .product header {
    background: #48CAE8 !important;
    font-weight: 700;
    color: #ffffff;
}
#order-standard_cart .products .product header span {
    color: #ffffff !important;
}

.btn-outline-primary:hover, .btn-success:hover {
    background-color:#7CC325;
    border-color: #7CC325
}

footer.footer {
    background-color: #272727;
}