
.text-justify{
    text-align: justify;
}
.seller.inner-section{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.single-top-banner {
    padding: 45px 0;
    background-size: cover !important;
    text-align: center;
    position: relative;
    z-index: 1;
}
.single-top-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(134, 22, 240,.76)), to(rgba(229, 26, 154,.76)));
    background: linear-gradient(to left, rgba(134, 22, 240,.76), rgba(229, 26, 154,.76));
    z-index: -1;
}
.seller.single-top-banner{
    padding: 40px 0 140px 0;
}
/*after moving to backend please add var for #dedede*/

.single-top-banner ul li{
    font-size: 13px;
    margin: 0px 1px;
    color: #dedede;
    display: inline-block;
}
 .single-top-banner h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--white);
    text-transform: uppercase;
}
.single-top-banner h4 {
    color: var(--white);
}
 /*after moving to backend please add var for #dedede*/
.single-top-banner p{
    color: #dedede;
    margin-top: 15px;
}
.single-top-banner .breadcrumb-item + .breadcrumb-item::before,.single-top-banner .breadcrumb li a{
    color: #dedede;
}
.seller-single a img{
    width: 170px;
    height: 170px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 7px rgba(17, 17, 17 ,.25);
    border-radius: 50%;
    border: 10px solid var(--body);
    background: #fff;
}
@media (max-width: 768px){
    .single-top-banner h2{
        margin-top: 30px;
    }
    .seller-details {
        flex-direction: column;
        padding: 10px 12px;
    }
    .seller-details div{
        white-space: nowrap;
    }
    .seller-details div span {
        font-size: 12px;
    }
    .seller-details .follow-btn{
        margin-top: 10px;
    }
}
.single-top-banner ul .active{
    color: var(--yellow);
}
.seller-single{
    position: relative;
    text-align: center;
    margin-top: -120px;
    z-index: 1;
}
.seller-details{
    background-color: var(--gray-w);
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.ml-3{
    margin-left: 1rem;
}
.follow-btn:not(.active) span.follow,.follow-btn.active span.followed{
    display: inline;
}
.follow-btn:not(.active) span.followed,.follow-btn.active span.follow{
    display: none;
}
