/* Certain Listing */

.topListiNav {
    color: black;
    font-size: 14px;
    text-decoration: none;
}

.topListiNav:hover {
    color: black;
    text-decoration: underline;
}

.CatBorderAtListing {
    padding: 2px 10px 2px 10px;
    ;
    border-radius: 30rem;
    border-width: 1px;
    border-collapse: separate;
    color: #00e600;
    border-style: solid;
}

.detailsBorder {
    padding: 3px 1px 3px 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 1rem;
}

.productImage {
    width: 20vw;
    padding-top: 20px;
}

@media (max-width: 600px) {
    .productImage {
        width: 70vw;
    }
}

@media (min-width: 601px) {
    .productImage {
        width: 50vw;
    }
}

@media (min-width: 950px) {
    .productImage {
        width: 40vw;
    }
}