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

    ** Custom Stylesheet **

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

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

div.header-lined h1 {
    color: #4f0e80;
}

a, .btn-link {
    color: #4f0e80;
}

#order-standard_cart .view-cart-items .item-domain {
    color: #4f0e80 !important;
}

a:focus, a:hover {
    color: #7715c2;
}

.navbar-main, .navbar-main li.account {
    background-color: #4f0e80;
}

.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: #7715c2;
}

ul.top-nav>li.primary-action>a.btn {
    background-color: #4f0e80;
}

div.header-lined .breadcrumb>.active {
    color: #4f0e80;
}

.btn-primary {
    background-color: #4f0e80;
    border-color: #24033c;
}

.btn-primary:hover {
    background-color: #7715c2;
    border-color: #4f0e80;
}

#order-standard_cart .empty-cart .btn {
    background-color: #4f0e80 !important;
}

section#home-banner {
    background-color: #24033c;
}

.home-shortcuts {
    background: #8b07ee;
}

.home-shortcuts li:first-child {
    border-left: 1px solid #4f0e80;
}

.home-shortcuts li {
    border-right: 1px solid #4f0e80;
}

#order-standard_cart .view-cart-items-header {
    background-color: #4f0e80 !important;
}

#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #4f0e80 !important;
}