

#mceu_66-body {
    display: none !important;
} 

#wp-vendor_biography-editor-tools {
    display: none !important;
}

.dokan-form-group.store-open-close-time {
    display: none !important;
}

#dokan-seller-vacation-settings{
    display: none !important;
}

#dokan-banner-wrapper {
    display: none !important;
}

/* Arreglar estilo de País y Región en Dokan */

#dokan_address_country,
#dokan_address_state {

    border: 1px solid #6B7280 !important;
    border-radius: 12px !important;
    height: 43px !important;
    background: #fff !important;
    width: 100%;
}

/* Ajustar texto dentro del select */

#dokan_address_country,
#dokan_address_state {
    line-height: 32px;
}

/* Contenedor tipo card para campos de archivos personalizados */

.kct-upload-wrapper {

    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    margin-bottom: 16px;
}

 Título del campo 
.kct-upload-wrapper label {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

 Botones 
.kct-upload-wrapper .button {
    margin-right: 8px;
}

 Texto ayuda 
.kct-upload-wrapper .help-block {
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

.dokan-form-group.support-enable-check {
    display: none !important;
}



