main .tp-product-category-title {
font-size: 1rem !important;
}

@media (max-width: 768px) {
    .tp-product-category-thumb a {
        height: 50px;
        width: 50px;
    }
  
  main .tp-product-category-title {
    font-size: 0.7rem !important;
}
}


.logo {
    background: #4c564f;
    border-radius: 5px;
    padding: 0 10px;
}
.tp-product-category-thumb a {
  border-radius: 20px;
}

.logo img {
    object-fit: contain;
}