.tfcl-seller-widget-wrap .tfcl-seller-content.lg-column-1 .sellers .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tfcl-seller-widget-wrap .tfcl-seller-content.lg-column-2 .sellers .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tfcl-seller-widget-wrap .tfcl-seller-content.lg-column-3 .sellers .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.tfcl-seller-widget-wrap .tfcl-seller-content.lg-column-4 .sellers .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tfcl-seller-widget-wrap.has-carousel  .tfcl-seller-content.lg-column-1 .sellers .item,
.tfcl-seller-widget-wrap.has-carousel  .tfcl-seller-content.lg-column-2 .sellers .item,
.tfcl-seller-widget-wrap.has-carousel  .tfcl-seller-content.lg-column-3 .sellers .item,
.tfcl-seller-widget-wrap.has-carousel  .tfcl-seller-content.lg-column-4 .sellers .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tfcl-seller-widget-wrap .featured-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 21px;
}

.tfcl-seller-widget-wrap .featured-post .wrap-image {
    border-radius: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}

.tfcl-seller-widget-wrap .featured-post .wrap-image::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.9) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
        -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;
}

.tfcl-seller-widget-wrap .seller-card-item:hover .featured-post .wrap-image::after {
    opacity: 0.4;
}

.tfcl-seller-widget-wrap .featured-post img {
    object-fit: cover;
    width: 100%;
    transition: clip-path 1s cubic-bezier(.12,.76,.36,1), opacity .3s, transform 1.5s cubic-bezier(.12,.76,.36,1);
}

.tfcl-seller-widget-wrap .seller-card-item {
    margin-bottom: 30px;
}

.tfcl-seller-widget-wrap .featured-post .social {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 12px;
    flex-wrap: wrap;
    position: absolute;
    bottom: -50px;
    left: 0px;
    column-gap: 12px;
    row-gap: 5px;
    right: 0px;
    margin: 0 auto;
    -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;
}

.tfcl-seller-widget-wrap .seller-card-item:hover .social {
    bottom: 20px;
}

.tfcl-seller-widget-wrap .featured-post .social a {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(12px);
    background: #FFFFFF1A;
}


.tfcl-seller-widget-wrap .featured-post .social a:hover {
    background: var(--theme-primary-color);
    color: #fff;
    border-color: var(--theme-primary-color);
}

.tfcl-seller-widget-wrap .content {
    position: relative;
    padding-right: 83px;
}

.tfcl-seller-widget-wrap .content .title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
        margin-bottom: 3px;
}

.tfcl-seller-widget-wrap .content .position {
    color: #4B4B4B;
font-weight: 400;
font-size: 14px;
line-height: 22px;

}

.tfcl-seller-widget-wrap .content .group-contact {
    display: flex;
    align-items: center;
    column-gap: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tfcl-seller-widget-wrap .content .phone-user,
 .tfcl-seller-widget-wrap .content .mail-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #EDEDED;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #1C1C1C;
}

.tfcl-seller-widget-wrap .content .phone-user:hover,
 .tfcl-seller-widget-wrap .content .mail-user:hover {
    color: #fff;
    border-color: #1C1C1C;
    background: #1C1C1C;
 }

.tfcl-seller-widget-wrap .seller-card-item:hover .featured-post img {
    transform: scale(1.05);
}

.tfcl-seller-widget-wrap .paging-navigation {
    text-align: center;
    margin-top: 31px;
}

@media only screen and (max-width: 991px) {

    .tfcl-seller-widget-wrap .tfcl-seller-content.md-column-1 .sellers .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tfcl-seller-widget-wrap .tfcl-seller-content.md-column-2 .sellers .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .tfcl-seller-widget-wrap .tfcl-seller-content.md-column-3 .sellers .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .tfcl-seller-widget-wrap .tfcl-seller-content.xs-column-1 .sellers .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tfcl-seller-widget-wrap .tfcl-seller-content.xs-column-2 .sellers .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tfcl-seller-widget-wrap .content {
        padding-right: 35px;
    }
    .tfcl-seller-widget-wrap .content .group-contact {
        flex-direction: column;
        gap: 10px;
    }
    .tfcl-seller-widget-wrap .content .title {
        font-size: 18px;
        line-height: 26px;
    }
    .tfcl-seller-widget-wrap .content .phone-user, .tfcl-seller-widget-wrap .content .mail-user {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .tfcl-seller-widget-wrap .featured-post .social {
        left: 10px;
        right: 10px;
        gap: 5px;
    }
    .tfcl-seller-widget-wrap .featured-post .social a {
        padding: 0;
    }
}