
#products .project-content{
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 5px;
    padding: 5px;
}
#products .project-content h3{
    line-height: 18px;
}
#products .project-content a{
    color: #09182c;
    font-size: 13px;
    font-weight: 400;
}
#products .project-box{
    box-shadow: 0 0 2px 4px rgba(0,0,0,0.05);
    border-radius: 5px;
}
#products .overlay{
    display: none !important;
}
#products .project-content span{
    background: white;
    border: 1px solid #0076be;
    border-radius: 3px;
    color: #0076be;
    font-size: 13px;
}

.productPrice {
    border: 1px solid #0076be;
    border-radius: 3px;
    color: #0076be;
    font-size: 16px;
    padding: 3px 5px;
    margin-bottom: 15px;
}
.cartBtnActive {
    background:#00aa79 !important;
}

.widget-content .tags li{
    padding: 1px;
}
.widget-content .tags li a {
    background: #0076be;
    border: 1px solid #09182c;
}
.widget-content .tags li.active a{
    background: #09182c;
}
.widget-content .tags li.inactive{
    display: none;
}