.tf-product-category {
position: relative;
clear: both;
list-style: none;
margin: 0;
display: grid;
grid-gap: 30px;
}
.tf-product-category.has-carousel {
all: unset;
}
.tf-product-category .inner {
border: none;
display: flex;
align-items: center;
background-color: #F7F7F7;
}
.tf-product-category .featured-img {
position: relative;
margin-right: 24px;
max-width: 30%;
flex-shrink: 0;
}
.tf-product-category.style1 .featured-img {
overflow: hidden;
}
.tf-product-category .category-thumbnail img {
position: relative;
z-index: 1;
padding: 15px;
width: 100%;
height: auto;
object-fit: cover;
-webkit-transition: all 0.3s ease;
-moz-transition   : all 0.3s ease;
-ms-transition    : all 0.3s ease;
-o-transition     : all 0.3s ease;
transition        : all 0.3s ease;
}
.product-category:hover .category-thumbnail img {
-webkit-transform: scale(1.1);
-ms-transform    : scale(1.1);
-o-transform     : scale(1.1);
transform        : scale(1.1);
}
.tf-product-category .woocommerce-loop-category__title {
margin: 0;
flex-grow: 1;
}
.tf-product-category .woocommerce-loop-category__title a {
font-family: 'Inter';
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: var(--theme-primary-color);
}
.tf-product-category .woocommerce-loop-category__title a:hover {
color: var(--theme-accent-color);
}
.tf-product-category .shop_cat_desc {
margin-top: 10px;
}
.tf-product-category.style2 {
grid-gap: 0;
}
.tf-product-category.style2 .inner {
display: block;
text-align: center;
background-color: #fff;
border: 1px solid #EBEBEB;
padding: 14px 10px;
border-left: none;
}
.tf-product-category.style2 .owl-carousel .owl-item:first-child  .inner {
border-left: 1px solid #EBEBEB;
}
.tf-product-category.style2 .featured-img {
display: -webkit-box;  
display: -moz-box;      
display: -ms-flexbox;   
display: -webkit-flex; 
display: flex;
justify-content: center;
align-items: center;
width: 74px;
height: 74px;
margin: 0 auto;
margin-bottom: 8px;
}
.tf-product-category.style2 .featured-img::before {
content: '';
width: 74px;
height: 74px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: #F3F3F3;
} .tf-product-category.style2 .featured-img img {
position: relative;
z-index: 1;
width: 50px;
height: 50px;
object-fit: cover;
padding: 0;
transition: transform 1.5s cubic-bezier(0,0,.44,1.18);
}
.tf-product-category.style2 .product-category:hover .category-thumbnail img {
transform: scale(1.1);
}
.tf-product-category .woocommerce-loop-category__title {
line-height: 0;
}
.tf-product-category .owl-carousel .owl-nav {
position: absolute;
top: -30px;
transform: translateY(-50%);
right: 0;
}
.tf-product-category .owl-carousel .owl-nav i {
font-style: normal;
}
.fas {
font-family: 'Font Awesome 5 Free';
}
.tf-product-category.style2 .woocommerce-loop-category__title a {
font-size: 14px;
line-height: 1.4;
min-height: 40px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.tf-product-category.columns-1  {
grid-template-columns: repeat(1,1fr);
}
.tf-product-category.columns-2  {
grid-template-columns: repeat(2,1fr);
}
.tf-product-category.columns-3  {
grid-template-columns: repeat(3,1fr);
}
.tf-product-category.columns-4  {
grid-template-columns: repeat(4,1fr);
}
.tf-product-category.columns-5  {
grid-template-columns: repeat(5,1fr);
}
.tf-product-category.columns-6  {
grid-template-columns: repeat(6,1fr);
}
.tf-product-category.columns-7  {
grid-template-columns: repeat(7,1fr);
}
.tf-product-category.columns-8  {
grid-template-columns: repeat(8,1fr);
}
.tf-product-category.columns-9  {
grid-template-columns: repeat(9,1fr);
}
.tf-product-category.columns-10  {
grid-template-columns: repeat(10,1fr);
}
.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-item {
display: flex;
flex: 1 0 auto;
height: 100%;
}
.owl-carousel .product-category {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
}
@media (max-width: 1024px) {
.tf-product-category.columns-mb-1  {
grid-template-columns: repeat(1,1fr);
}
.tf-product-category.columns-tb-2  {
grid-template-columns: repeat(2,1fr);
}
.tf-product-category.columns-tb-3  {
grid-template-columns: repeat(3,1fr);
}
.tf-product-category.columns-tb-4  {
grid-template-columns: repeat(4,1fr);
}
.tf-product-category.columns-tb-5  {
grid-template-columns: repeat(5,1fr);
}
.tf-product-category.columns-tb-6  {
grid-template-columns: repeat(6,1fr);
}
.tf-product-category.columns-tb-7  {
grid-template-columns: repeat(7,1fr);
}
} 
@media (max-width: 767px) {
.tf-product-category.columns-mb-1  {
grid-template-columns: repeat(1,1fr);
}
.tf-product-category.columns-mb-2  {
grid-template-columns: repeat(2,1fr);
}
.tf-product-category.columns-mb-3  {
grid-template-columns: repeat(3,1fr);
}
.tf-product-category.columns-mb-4  {
grid-template-columns: repeat(4,1fr);
}
.tf-product-category.columns-mb-5  {
grid-template-columns: repeat(5,1fr);
}
}
@media (max-width: 500px) {
.tf-product-category.columns-mb2-1  {
grid-template-columns: repeat(1,1fr);
}
.tf-product-category.columns-mb2-2  {
grid-template-columns: repeat(2,1fr);
}
.tf-product-category.columns-mb2-3  {
grid-template-columns: repeat(3,1fr);
}
}