.l-left-col {
    border-right: 1px solid #EEE;
    padding-right: 15px;
}

.g-wrapper {
    background: none !important;
}

.b-left-menu li {
    padding: 0 15px;
}
.b-left-menu li.active{
    margin-right: -20px;
    padding-right: 5px;
    border-right: 10px solid #EEE;
}

.b-product-list .products-list .product-item {
    box-shadow: 0 0 0 1px #EEE;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 0 20px 20px;
    transition: all .2s ease-in-out;
    background: #f5f5f5;
}
.b-product-list .products-list .product-item:hover {
    background: #FFF;
}

.l-header-bottom{
    background: #EEE;
}

.b-product-list .products-list .product-item .button{
    display: block;
    width: 100%;
}

#blogCatArticles .articleHeader span {
    display: none;
}

#blog-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

.articleCat{
    box-shadow: 0 0 0 1px #EEE;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
    transition: all .2s ease-in-out;
    background: #f5f5f5;
}

.articleContent .readMore span a{
    background: #FFF;
    color: #444;
    padding: 10px 25px;
    display: inline-block;
}

#blogCatArticles .articleHeader h3 a {
    color: #6fa812;
}

.pagination .links > * {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #bec2ad;
    color: #FFF;
    transition: all .2s ease-in-out;
}

.pagination .links > *:hover ,
.pagination .links > b {
    background: #6fa812;
}

.pagination .links{
    display: inline-block;
}
.pagination .results{
    display: inline-block;
    margin-left: 25px;
}

#blog-container h1{
    margin: 50px 0;
}