@media (max-width: 767px) {
    body .dokan-store-sidebar,
    body .dokan-single-store {
        margin-right: 15px !important;
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
    }
}

@media (min-width: 640px){
    .jp_dokan_store_profile_frame_after{
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }
}
body .jp_dokan_store_profile_frame_after select{
    max-width: 200px;
    background-color: rgba(68, 68, 68, .7) !important;
}



.jp_dokan_sidebar_store_before .profile-img img{
    border-radius: 231px;
    border: 3px solid var(--normal-color-4, #2BBD65);
    margin-top: -100px;
    position: relative;
    width: 230px;
}

.jp_dokan_sidebar_store_before .profile-info .store-name{
    font-size: 24px;
}

.jp_dokan_sidebar_store_before .profile-info .jp-store-metazzz {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.jp_dokan_sidebar_store_before .socials{
    text-align: left
}

.jp_dokan_sidebar_store_before .socials a{
    background: var(--gray-style-3);
    border-radius: 100px;
    padding: 6px;
    margin: 3px 5px;
}

.jp_dokan_sidebar_store_before .socials a:hover{
    background-color: var(--primary-color);
}




.store-page-wrap .paging-navigation{
    display: none;
}


.jp_dokan_store_search{
    display: flex;
    gap: 10px;
}

.jp_dokan_store_search .dokan-btn-theme{
    background-color: rgba(68, 68, 68, 0.70) !important;
    border: none !important;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 10px !important;
}
.jp_dokan_store_search .dokan-btn-theme:hover,
.jp_dokan_store_search .dokan-btn-theme:active,
.jp_dokan_store_search .dokan-btn-theme:focus{
    color: white !important;
}

.jp_dokan_store_search input.product-name-search{
    border-radius: 4px;
    background-color: rgba(68, 68, 68, 0.70) !important;
    border-color: transparent !important;
    padding: 0px 20px;
    height: unset !important;
    line-height: 40px !important;
    color: white;
}
.jp_dokan_store_search input.product-name-search:hover,
.jp_dokan_store_search input.product-name-search:active,
.jp_dokan_store_search input.product-name-search:focus{
    border: 1px solid white !important;
}

.jp_dokan_store_order_by{
    display: flex;
    align-items: center;
    gap: 10px;
}

.jp_dokan_store_order_by .zicon{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width: 639px){
    .jp_dokan_store_profile_frame_after>*{
        width: 100%;
        margin-bottom: 20px;
    }
    .jp_dokan_store_profile_frame_after select{
        width: 100%;
        max-width: unset !important;
    }
    .jp_dokan_store_order_by .zicon {
        width: 200px;
        white-space: nowrap;
    }
}

@media (max-width: 999px){
    .dokan-store-wrap.layout-left{
        flex-direction: column !important;
    }
    .jp_store_banner .uk-background-cover{
        height: 200px;
    }
}

#dokan-store-products-search-result *{
    color: #232323 !important;
}


@media (max-width: 639px){
    .profile-info-head{
        display: flex;
        gap: 15px;
        margin-top: -40px;
    }
    .profile-info-head .profile-img{
        min-width: 107px;
        width: 33%;
    }
    .profile-info-head .profile-img img{
        margin-top: 0;
    }
    .profile-info-head .profile-info{
        text-align: left;
        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }
    .profile-info-head .jp-store-metazzz{
        justify-content: flex-start !important;
        margin-top: -10px !important;

    }
    .profile-info-head .store-name{
        /* white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
        font-size: 20px !important;
    }
}