body {
    background: #e5f2e5;
}

.panel-default > .panel-heading {
    background-color: #97c8a1;
}

.navbar .navbar-nav > li > a {
    color: #24a73f;
}

.navbar {
    border-top: 3px solid #24a73f;
        border-top-color: rgb(73, 117, 64);
        border-top-style: solid;
        border-top-width: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

a {
    color: #24a73f;
}

.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #24a73f;
    color: white;
    font-weight: 700;
}

.jumbotron-inner {
background-color: #333333;
background-image: none;
padding: 20px 0; }

.jumbotron-heading {
    margin: 0;
    font-size: 26px !important;
    line-height: 34px;
    font-weight: 500;
}
 #impleomenu-cat {
        font-size: 16px;
        color: #222222;
        transition: all 0.3s ease;
        background-color: transparent;
        border-width: 0;
    }

        #impleomenu-cat > li > .k-link {
            padding-top: 15px;
            border: 0;
            padding-bottom: 15px;
            line-height: 20px
        }

        #impleomenu-cat > li > div > ul > li {
            padding-top: 5px;
            padding-bottom: 5px;
            background-color: #fff;
            font-weight: 100;
        }
.panel-product-image {
    height: 150px;
}

.col-md-2 {
    width: 25%;
}
