/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.navbar-main,
ul.top-nav > li.primary-action > a.btn,
.btn-primary, .btn-success {
    background-color: #552a65;
}
.btn-success {
    border-color: #552a65;
}

.navbar-main .navbar-nav>.active>a, .navbar-main .navbar-nav>.active>a:focus, .navbar-main .navbar-nav>.active>a:hover, .navbar-main .navbar-nav>.open>a, .navbar-main .navbar-nav>.open>a:focus, .navbar-main .navbar-nav>.open>a:hover, .navbar-main .navbar-nav>li>a:focus, .navbar-main .navbar-nav>li>a:hover{
    background-color: #a03a96;
}

.btn-primary:hover, .btn-success:hover {
    background-color: #a03a96;
    border-color: #552a65;
}

#order-standard_cart .view-cart-items-header , #order-standard_cart .empty-cart .btn {
    background-color: #552a65 !important;
}
#order-standard_cart .view-cart-items{
    border-color: #552a65 !important;
}