.zi-9999{
    z-index: 9999!important;
}
.copy-text{
    cursor: pointer;
}
.form-check-label{
    user-select: none;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.bz-product-seller-profile{
    padding-left: 3.5rem;
}
.bz-product-seller-profile .profile-pic{
    position: absolute;
    height: 5rem;
    width: 5rem;
    left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0.85rem;
    background: var(--e-global-color-accent);
    color: white;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.bz-product-seller-profile .profile-container{
    padding: 0.5rem 1rem 0.5rem 2rem;
    margin: 1rem auto;
    border: 1px solid #bbb;
    background: #f0f0f0;
    border-radius: 0 1rem 1rem 0;
}
.bz-product-seller-profile .profile-container .seller-name{
    margin-bottom: 0;
    color: var(--e-global-color-accent);
}
.bz-product-seller-profile .profile-container .seller-name svg{
    margin-top: -3px;
    margin-right: 2px;
}
.bz-product-seller-profile .profile-container .seller-name a{
    font-weight: 700;
    font-size: 18px;
    color: var(--e-global-color-accent);
}
.bz-product-seller-profile .profile-container .seller-info{
    margin-bottom: 0;
    font-size: 10px;
}
.bz-product-seller-profile .profile-container .seller-info span{
    margin-left: 4px;
    margin-right: 4px;
}
.bz-product-seller-profile .profile-container .seller-info span:first-child{
    margin-left: 0;
}
.bz-product-seller-profile .profile-container .seller-info span:last-child{
    margin-right: 0;
}
.elementor-button-dark{
    color: white;
    background-color: var( --e-global-color-primary )!important;
}
.bz-store-page-wrapper .profile-info-summery-wrapper{
    background-color: #eee!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.bz-store-page-wrapper .profile-info-summery{
    background-color: #eee!important;
    padding: 0!important;
}
.bz-store-page-wrapper .dokan-modules-button{
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
    padding: 2rem 0!important;
}
.bz-store-page-wrapper .seller-items .products{
    display: flex;
    flex-wrap: wrap;
}
.bz-store-page-wrapper .seller-items .products .e-loop-item.product{
    flex: 0 0 auto;
    width: 25%;
}
.bz-store-page-wrapper .profile-info{
    margin-top: 4px;
    width: auto !important;
}
.dokan-single-store .profile-info .dokan-store-info li{
    float: unset !important;
}
.dokan-single-store .profile-info .dokan-store-info li::before {
    content: "" !important;
}
.dokan-single-store .profile-info li{
    padding-bottom: 4px!important;
}
.dokan-single-store .profile-info-head .profile-img{
    height: 9rem;
    width: 9rem;
    line-height: 9rem;
    font-size: 4rem;
    font-weight: 700;
    background: var(--e-global-color-accent);
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    padding-left: 4px;
    margin-bottom: 0!important;
    border: 1px solid black;
    color: white;
    user-select: none;
}
.dokan-single-store .profile-info-summery-wrapper{
    padding: 16px 12px;
    border-radius: 1rem;
    border: 2px solid #ddd !important;
}
.dokan-single-store .profile-info .dokan-store-info{
    cursor: default !important;
    user-select: none;
}
@media (max-width: 768px) {
    .dokan-single-store .profile-info{
        width: 100%!important;
    }
    .dokan-single-store .profile-info-summery .profile-info-head{
        margin: 0 auto !important;
        width: 100% !important;
    }
    .dokan-single-store .profile-info-head .profile-img{
        height: 7rem;
        width: 7rem;
        line-height: 7rem;
        font-size: 3rem;
    }
    .dokan-single-store .profile-info h1.store-name{
        margin-top: 12px!important;
        margin-bottom: 16px!important;
        font-size: 17px!important;
        text-align: center!important;
    }
    .dokan-single-store .profile-info h1.store-name span{
        text-decoration: underline;
    }
    .dokan-single-store .profile-info .dokan-store-info{
        font-size: 12px;
    }
}
@media (max-width: 576px) {
    .bz-store-page-wrapper .seller-items .products .e-loop-item.product{
        width: 100%!important;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    .bz-store-page-wrapper .seller-items .products .e-loop-item.product{
        width: 50%!important;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .bz-store-page-wrapper .seller-items .products .e-loop-item.product{
        width: 33.33%!important;
    }
}
#elementor-popup-modal-787{
    top: 0;
}
#elementor-popup-modal-787 .dialog-widget-content.dialog-lightbox-widget-content{
    max-height: 90%;
    overflow-y: auto;
}
#elementor-popup-modal-787 .dialog-message{
    overflow: unset !important;
}