/* --------------------------------------------------------------------------------- Menu */
#menu-item .acf-table {
    border-radius: 4px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
}
#menu-item .acf-fields.-left>.acf-field:before {
    background: #f5f5f5;
    border-color: #f5f5f5;
}
#menu-item .acf-repeater .acf-row-handle.order {
    background: #0073aa;
    cursor: move;
    color: #fff;
    text-shadow: none;
}
#menu-item .acf-repeater.-row>table>tbody>tr>td,
#menu-item .acf-repeater.-block>table>tbody>tr>td {
    border-top: 2px solid #0073aa;
}
.acf-repeater .acf-row-handle.order+td {
    border-left-color: #0173aa;
}
#menu-item .acf-repeater .acf-row-handle.remove {
    background: #f5f5f5;
    border-left: none !important;
}
/* ----------------------------------------------------------------------- Configurations */
#menu-type ul.acf-radio-list li:before {
    content: '';
    display: block;
    width: 150px;
    height: 160px;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 20px;
    margin-bottom: 10px;
}
/*#menu-type ul.acf-radio-list li:nth-child(1):before {
    background-image: url(/wp-content/plugins/mobiSHOUT/assets/img/bottommenu.svg);
}
#menu-type ul.acf-radio-list li:nth-child(2):before {
    background-image: url(/wp-content/plugins/mobiSHOUT/assets/img/sidemenu.svg);
}*/