/* disable frontend editor */

.wpb_switch-to-front-composer {
  display: none !important;
}

/* General */
#wp-wpb_tinymce_content-wrap #wpb_tinymce_content-tmce, #wp-wpb_tinymce_content-wrap #wpb_tinymce_content-html {
    display: none;
}

/* WPBakery Editor */
.editor__text-bold {
    font-weight: bold;
}

.editor__text-title p {
    font-size: 28px;
    margin: 10px 0;
}

.editor__text-subtitle p {
    font-size: 18px;
    margin: 10px 0;
}

/* Components */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Rows/Columns */
.wpb_vc_row .wpb_element_wrapper .vc_control-column .vc_control.column_edit.vc_column-edit {
    display: none;
}

.wpb_vc_row .vc_controls-row .vc_control.column_edit.vc_column-edit {
    display: none;
}

.vc_navbar .vc_navbar-nav #vc_post-settings-button {
    display: none;
}


div[data-name="product_description"] .wp-editor-tabs, div[data-name="product_h1"] .wp-editor-tabs { 
    display: none;
}

div[data-name="product_h1"] #mceu_72, div[data-name="product_h1"] #mceu_73 {
    display: none;
}

div[data-name="product_description"] .wp-editor-tools, div[data-name="product_h1"] .wp-editor-tools {
    display: none;
}

