/*
Theme Name: Dokani Child
Theme URI: https://bigsurvey.codematter.tech
Template: dokani-develop
Author: FikzStudio
Description: Dokani Child Theme for BIG Survey site
Version: 1.0.0
*/

/* Hide left sidebar */
.inside-left-sidebar,
.left-sidebar {
    display: none !important;
}

/* Full width content when sidebar hidden */
.has-left-sidebar .content-area {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

/* Remove pink background on store listing */
.dokan-store-listing-filter-wrap,
#dokan-seller-listing-wrap {
    background: #fff !important;
}

/* Full width store listing */
.dokan-store-listing-wrap .dokan-w9 {
    width: 100% !important;
    margin-left: 0 !important;
}
.dokan-store-listing-wrap .dokan-w3 {
    display: none !important;
}
