#bestsellersgreencell {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px 40px;
}

.title-check {
    font-size: 27px;
    line-height: 1.2;
    font-weight: 300;
}

#bestsellersgreencell .light-text {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 300;
}

#bestsellersgreencell .header {
    margin: 1em 0 0.5em 0;
    line-height: 1.2;
}

#bestsellersgreencell .text-overflow {
    width: 250px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 15px;
    margin-top: 70px;
    color: black;
    font-weight: 400;
}

#bestsellersgreencell .product {
    margin-bottom: 100px;
    line-height: 1.3;
    color: black
}

#bestsellersgreencell img {
    margin: 0 auto;
}

#bestsellersgreencell .text-overflow:hover {
    color: black;
}

.row-center {
    text-align:center;
}

.col-center {
    display:inline-block;
    float:none;
}

@media (max-width: 1480px) {
    #bestsellersgreencell .text-overflow {
        width: 200px;
    }
}

@media (max-width: 1240px) {
    #bestsellersgreencell .text-overflow {
        width: 180px;
    }
}

@media (max-width: 1155px) {
    #bestsellersgreencell .text-overflow {
        width: 160px;
    }
}

@media (max-width: 1055px) {
    #bestsellersgreencell .text-overflow {
        width: 140px;
    }
}

@media (max-width: 900px) {
    #bestsellersgreencell .text-overflow {
        width: 120px;
    }
}

@media (max-width: 767px) {
    #bestsellersgreencell .text-overflow {
        width: 200px;
    }
}

@media (max-width: 660px) {
    #bestsellersgreencell .text-overflow {
        width: 180px;
    }
}

@media (max-width: 567px) {
    #bestsellersgreencell .text-overflow {
        width: 150px;
    }
}

@media (max-width: 490px) {
    #bestsellersgreencell .text-overflow {
        width: 120px;
    }
}

@media (max-width: 393px) {
    #bestsellersgreencell .text-overflow {
        width: 90px;
    }
}
