/*Add Css Custom Here*/

.product-listing{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (max-width: 767px) {
    .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
        margin-right: 15px !important;
    }
}

.caption p{display: none;}
.caption .price{display: block}
.caption .price-tax{display: none;}


.featured_title{
        font-size: 26px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
}

.featured .product-layout{
    padding-bottom: 35px;
}
.featured h4{
    font-size: 14px;
    color: #222;
}
.featured img{width: 100%;}
.featured .caption{
    clear: both;
    padding: 10px 10px 0px 10px;  
    position: relative;
    text-align: center;
}
.featured .button-group{
    text-align: center;
}