.product-container {
    padding: 5px 0 0 !important;
    /*margin-bottom: 5px;*/
}

.product-item {

}

.product-item:hover, .product-item:focus, .product-item:active {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.product-img {
    margin-bottom: 0;
}

.product-img img {
    /*border-radius: 5px;*/
    /*height: 140px;*/
    /*width: 220px;*/
}

.product-img .img-frame {
    border-radius: 5px;
    height: 140px;
    width: 100%;
}

.product-content {
    text-align: center;
}

.product-model {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #5b380e;
}

.product-title {
    padding: 0 5px;
}

.thumbnail.img-slide > img {
    /*max-height: 200px;*/
    width: 100%;
    border-radius: 5px;
}

#banner {
    margin-bottom: 25px;
}

/*-------------- admin -----------------*/
.product-add {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .product-img img {
        /*height: 100%;*/
        /*width: 100%;*/
        /*max-height: 300px;*/
    }

    .product-img .img-frame {
        height: 300px;
    }
}