﻿h1, h2, h3
{
    color:#EB008B !important;
}

/*a:link, a:visited, a:hover, a:active
{
    color: #EB008B !important;
}

div.menu ul
{
    background-color:#EB008B;
    border-left:3px solid #EB008B;
    border-right:3px solid #EB008B;
}*/

div.menu ul li a.selected {
    color: #EB008B !important;
    text-decoration: underline;
}
div.menu ul li a:hover
{
    color: #EB008B !important;
}
div.menu ul li a:active
{
    color: #EB008B !important;
}

.side_cat > li > a {
    color: #EB008B !important;
}

a:hover
{
    color: #EB008B !important;
}

.breadcrumbs {
    color: #EB008B !important;
}

input.btnGreen[type="button"], input.btnGreen[type="submit"] {
    background: #EB008B none repeat scroll 0 0 !important;
    border: 3px solid #EB008B !important;
}

.arrow_box::after {
    border-color: rgba(108, 189, 69, 0) rgba(108, 189, 69, 0) rgba(108, 189, 69, 0) #EB008B !important;
}

.login-box {
    border-right: 3px solid #EB008B !important;
}

.green_box {
    background-color: #EB008B !important;
    border: 3px solid #EB008B !important;
}

.category_box a:hover, .product_box a:hover, .category_box a:hover h2, .product_box a:hover h3, .home_box a:hover, .home_box a:hover h2, .home_box a:hover h3 {
    color: #EB008B !important;
}

@media only screen and (max-width: 766px) {
    .navbar-inverse .navbar-brand {
        color: #fff !important;
    }

    .navbar-brand {
        font-size: 16px !important;
        height: auto !important;
        line-height: 131% !important;
        padding: 6px 15px !important;
    }

    .navbar-inverse {
        background-color: #EB008B !important;
    }

        .navbar-inverse .navbar-toggle {
            border-color: #EB008B !important;
        }

            .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
                background-color: #fff !important;
            }

                .navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
                    background-color: #EB008B !important;
                }

        .navbar-inverse .navbar-toggle {
            margin-bottom: 0 !important;
        }
    .side_cat {
        margin: 0 !important;
        overflow: hidden !important;
    }
    .side_cat > li > ul {
        padding-left: 15px !important;
    }
    .side_cat > li > ul > li > a {
        color: #fff !important;
    }
    .navbar-nav > li > a {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        text-decoration: underline !important;
    }
}