
/*#sub-accordion-panel-crt_manage_front_page_options h3.accordion-section-title:before{*/
/*    content: "\f333";*/
/*    font-family: dashicons;*/
/*    margin: 0 0 0 10px !important;*/
/*    cursor: move;*/
/*}*/
#sub-accordion-panel-crt_manage_front_page_options h3.accordion-section-title span {
    transform: rotate(90deg);
    padding: 5px 7px;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 300;
    opacity: 0;
}
#sub-accordion-panel-crt_manage_front_page_options h3.accordion-section-title:hover span {
    opacity: 1;
}
#sub-accordion-panel-crt_manage_front_page_options h3.accordion-section-title span.section-top {
    position: relative;
    top: -9px;
    margin: 0;
}
#sub-accordion-panel-crt_manage_front_page_options h3.accordion-section-title span.section-bottom {
    margin-left: -22.5px;
    position: relative;
    top: 10px;
}
.crt-manage-accordion-section-title {
    padding: 8px 35px 8px 14px !important;
}
#sub-accordion-panel-crt_manage_front_page_options h3.crt-manage-accordion-section-title:before {
    margin: 0 10px 0 0 !important;
}
.ui-state-highlight{
    border: 1px dashed;
    width: 90%;
    height: 44px;
}

#accordion-panel-your_panel_name .accordion-section.ui-sortable-helper,
#sub-accordion-panel-your_panel_name .accordion-section.ui-sortable-helper {
    box-shadow: 0px 0px 30px -2px rgba(0,0,0,0.46);
}

#sub-accordion-panel-crt_manage_theme_options .accordion-section-title,
#sub-accordion-panel-crt_manage_front_page_options .accordion-section-title,
.crt-manage-accordion-section-title {
    display: flex;
    align-items: center;
}
.crt-manage__button-buy {
    float: none;
    margin-left: auto !important;
    margin-right: 0 !important;
}