.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"]{
    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;
}