.header-bottom,
.modal-header,
.bg-primary,
.footer-top .link-heading:after,
.chosen-container .chosen-results li.highlighted,
.page-index header.navbar-shrink,
.steps ul li.first a,
.steps ul li.checked a{
    background: linear-gradient(
        to right,
        #39146e 0%,     /* Left color */
        #51258e 50%,    /* Center color */
        #39146e 100%    /* Right color */
    ) !important;
}
  a,.text-muted,.h1, .h2, .h3, .h4, .h5, .h6, h3.title, .btn-addtocart,.card-product:hover  .service-name,.page-link,ul.nav-pills.flex-nowrap .nav-link.active,.double-border h5
{
    color:#3b1d48;
}
.text-muted{
    opacity:0.8;
}
.modal-menu .modal-header,.cartminiview .badge-success,.checkbox input:checked ~ .helper,.checkbox .helper::before, .checkbox .helper::after,.modal-menu .modal-header,.cartminiview .badge-success,.custom-checkbox .custom-control-input:checked~.custom-control-label::before,button.btn.btn-primary,.wizard .actions li a,.bg-secondary,.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.navbar-expand-lg .navbar-nav .nav-item .nav-link:not(.bg-secondary)::before{
    background: linear-gradient(135deg, #ff5858, #ff9400) !important;
    color:white;
}
.themedefault{
    background-image: linear-gradient(90deg, #ff5858 0%, #ff9400 100%);
}
.bg-light {
    background: #eee !important;
}
.card-product:hover,ul.nav-pills.flex-nowrap .nav-link.active,h3.title span,.price-details table td.double-border{
    border-color:#ffbd00;
}
.form-control:focus{
    border-color:#51258e;
    box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.2);
}
.header-color{
    background: #51258e;
}



