.dokan-dashboard-wrap #filter-by-type,
.dokan-dashboard-wrap #product_brand,
.dokan-dashboard-wrap #product_type,
.dokan-dashboard-wrap .dokan-product-type-container,
.dokan-dashboard-wrap #product_brand,
.dokan-dashboard-wrap #product_tag_edit,
.dokan-dashboard-wrap .dokan-product-shipping-tax,
.dokan-dashboard-wrap .dokan-linked-product-options,
.dokan-dashboard-wrap .dokan-attribute-variation-options,
.dokan-dashboard-wrap .dokan-form-group .select2,
.dokan-dashboard-wrap .dokan-other-options
.dokan-dashboard-wrap label[for=product_type], .dokan-dashboard-wrap label[for=product_brand], .dokan-dashboard-wrap label[for=product_tag_edit]{
    display: none !important;
}

.dokan-banner {
    /* display: none !important; */
}

/* Certificate Upload Field Styling */
.dokan-certificate-upload {
    border: 2px dashed #ddd;
    border-radius: 4px;
    /* padding: 20px; */
    text-align: center;
    background: #f9f9f9;
    position: relative;
    width: 300px !important;
    height: 300px !important;
}

.dokan-remove-certificate{
    padding: 0 !important;
    top: 0 !important;
    right: 0 !important;
}

.dokan-certificate-upload .instruction-inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dokan-certificate-upload .instruction-inside i {
    font-size: 48px;
    color: #007cba;
    margin-bottom: 10px;
}

.dokan-certificate-upload .certificate-wrap {
    position: relative;
    text-align: left;
}

.dokan-certificate-upload .certificate-wrap .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
}

.dokan-certificate-upload .certificate-wrap .close:hover {
    background: #c82333;
    color: white;
}

.dokan-certificate-upload .certificate-actions {
    margin-top: 15px;
    text-align: center;
}

.dokan-certificate-upload .certificate-actions .btn {
    margin: 0 5px;
}

.dokan-certificate-upload .certificate-preview {
    margin-top: 10px;
}

.dokan-certificate-upload .certificate-preview img {
    max-width: 200px;
    max-height: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 10px;
}

.dokan-certificate-upload .certificate-preview .fas {
    margin-right: 5px;
}
.dokan-product-category-li[data-name="Vendor Subscription"],
.dokan-product-category-li[data-name="sponsor plans"],
.dokan-product-category-li[data-name="Sponsor Plan"],
.dokan-product-category-li[data-name="Uncategorized"]{
    display: none !important;
}
.prf-hide-for-hemp-cbd .dokan-product-category-li[data-name="Other Products"]{
    display: none !important;
}

.prf-hide-for-other-products .dokan-product-category-li[data-name="Hemp/CBD"]{
    display: none !important;
}
label[for="_enable_reviews"], label[for="_purchase_note"], label[for="_stock_status"], label[for="_sold_individually"], label[for="_backorders"], label[for="_low_stock_amount"]{
    display: none !important;
}
input[name="_low_stock_amount"]{
    display: none !important;
}
#_purchase_note, #_stock_status, #_backorders{
    display: none !important;
}
.dokan-other-options{
    display: none !important;
}
label[for="_manage_stock"]{
    display: none !important;
}
.dokan-dashboard-menu .settings .submenu-item .payment{
    display: none !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.payment, .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.shipping{
    display: none !important;
}
.dokan-form-group.dokan-auction-tags{
    display: none !important;
}
.product-edit-new-container .dokan-edit-row .dokan-section-content{
    display: block !important;
}
.dokan-section-heading .dokan-section-toggle{
    display: none !important;
}
.dokan-auction-product-form .dokan-product-inventory.dokan-edit-row{
    display: none !important;
} 
@media (max-width: 768px){
    .dokan-dashboard-content{
        padding: 20px !important;
    }
    body.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon{
        width: 53px;
        line-height: 33px;
        height: 49px;
        padding: 3px 4px;
        font-size: 41px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }
}