@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-item-five {
        height: 100% !important;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-item-five {
        height: 100% !important;
    }
    .hero-side-category{
        min-height: 0px;
    }

}

@media only screen and (max-width: 767px) {

    .hero-item-five {
        height: 100% !important;
    }

    .hero-side-category{
        min-height: 0px;
    }
    .ee-product .content .category-title .title {
        font-size: 10px;

    }

    .ee-product .content .category-title .cat {
        font-size: 9px;
    }


    .ee-product .content .price-ratting .ratting i {
        font-size: 10px;
    }

    .single-product-tab-list li a {
        font-size: 10px;
    }
    .brand-item {
        width: 30%;
    }

    .brand-item img {
        max-width: 100%;
    }

    .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
        margin: 0 auto;
    }
}


@media only screen and (max-width: 479px) {

    .hero-item-five {
        height: 100% !important;
    }

    .header-advance-search .input {
        width: 200px !important;

    }

    .ee-product .content .category-title .title {
        font-size: 10px;

    }

    .ee-product .content .category-title .cat {
        font-size: 9px;
    }

    .section-title-one {
        float: left
    }

    .see-all-button {
        margin-top: 0px !important;
    }

    .ee-product .content .price-ratting .ratting i {
        font-size: 9px;
    }

    .ee-product .content .category-title {
        padding: 5px 10px;
        height: 65px;
    }

    .ee-product .content .price-ratting {
        padding: 5px 10px;
    }

    .ee-product .content .price-ratting .price {
        font-size: 9px;
    }

    .brand-item {
        width: 16%;
    }
    .brand-item img {
        max-width: 100%;
    }
    .single-product-tab-list li a {
        font-size: 10px;
    }
    .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
        margin: 0 auto;
    }
}


.textLimit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
