.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 .seller-card-item {
    margin-bottom: 30px;
}

.tfcl-seller-widget-wrap .item .card-image  {
    height: 374px;
    margin-bottom: 21px;
    position: relative;
    overflow: hidden;
}

.tfcl-seller-widget-wrap .item .card-image  .view-seller-btn  {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255,255,255, 0.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tfcl-seller-widget-wrap .item .card-image  .view-seller-btn:hover {
    background-color: var(--theme-primary-color);
    color: #fff;
}

.tfcl-seller-widget-wrap .item .card-image:hover .view-seller-btn {
    bottom: 50%;
    transform: translate(-50%,50%);
}

.tfcl-seller-widget-wrap .item .card-image:hover .view-seller-btn i {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.tfcl-seller-widget-wrap .item .card-image:hover .view-seller-btn:hover i,
.tfcl-seller-widget-wrap .item .card-image:hover .view-seller-btn:hover svg{
    -webkit-transform: translate(4px);
    -moz-transform: translate(4px);
    -ms-transform: translate(4px);
    -o-transform: translate(4px);
    transform: translate(4px);
}

.tfcl-seller-widget-wrap .item .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tfcl-seller-widget-wrap .item .content {
    text-align: center;
}

.tfcl-seller-widget-wrap .item .seller-name {
    color: #0D1637;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.tfcl-seller-widget-wrap .seller-info {
    margin-bottom: 21.9px;
}

.tfcl-seller-widget-wrap .seller-socials-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    row-gap: 12px;
}

.tfcl-seller-widget-wrap .item .content .seller-career {
    color: #5B5B5B;
    text-align: center;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}

.seller-social-item a {
    color: #BBB;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.seller-social-item a:hover,
.tfcl-seller-widget-wrap .item .seller-name:hover {
    color: var(--theme-primary-color);
}

.tfcl-seller-widget-wrap .owl-carousel .owl-nav {
    position: absolute;
    top: -4rem;
    right: 15px;
    text-align: end;
}

/* hover effect */
.tfcl-seller-widget-wrap .card-image::before {
    position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.tfcl-seller-widget-wrap .card-image:hover::before {
    -webkit-animation: shine .75s;
	animation: shine .75s;
}

@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%;
    }
}