.product-img{
    width: 255px;
    height: 255px;
    position: relative;
    background-size: cover;
    background-position: center;
    top: 0;
}

.product-contect{
    display: block;
    height: 75px;
    overflow: hidden;
}

@media(max-width:1199px) {
    .product-img {
        width: 210px;
        height: 210px;
    }

}

@media(max-width:991px) {
    .product-img {
        width: 150px;
        height: 150px;
    }

}

@media(max-width:767px) {
    .product-img {
        width: 240px;
        height: 240px;
    }

}

@media(max-width:553px) {
    .product-img {
        width: 220px;
        height: 220px;
    }

}

@media(max-width:414px) {
    .product-img {
        width: 170px;
        height: 170px;
    }

}

@media(max-width:375px) {
    .product-img {
        width: 155px;
        height: 155px;
    }

}

.product-title {
    font-size: 18px;
    color: #333;
    padding: 5px 0px;
    margin: 0;
}
.product-title:hover {
    color: #00849a;
}
.addcart {
    border: 1px solid #333;
    background-color: #eee;
    color: #333;
    float: right;
    font-size: 14px;
    margin: 5px;
}
.addcart:hover {
    border: 1px solid #eee;
    background-color: #333;
    color: #eee;
}
.preview {
    border: 1px solid #333;
    background-color: #333;
    color: #eee;
    float: right;
    font-size: 14px;
    margin: 5px;
}
.preview:hover {
    border: 1px solid #333;
    background-color: #eee;
    color: #333;
}


.nav-link {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 0px 8px;
    border: 1px solid #333;
    margin-left: 8px;
}

.nav-link:hover {
    background-color: #333;
    color:#eee;
}