.menu_item_multiple_prices {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.menu_item_multiple_prices li {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    text-align: center;
}

.menu_item_multiple_price_label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


div#menu_sidebar_inner {
    padding: 20px;
    color: #222
}

.sidebar_detail_wrapper_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    font-size: 20px;
    cursor: pointer;
}

.sidebar_detail_wrapper_body {
    padding: 10px 0;
    font-size: 16px;
    display: none;
}

.sidebar_item_phone {
    margin-bottom: 20px;
}

.sidebar_item_url {
    margin-bottom: 20px;
}

.sidebar_item_option {
    display: flex;
}

.sidebar_item_option .option_label {
    margin-right: 10px;
    flex: 0 0 40%;
    font-weight: 600;
}

.sidebar_detail_wrapper_header img {
    max-width: 10px;
    transform: rotate(-90deg);
    transition: all .3s linear;
}

.sidebar_detail_wrapper.active .sidebar_detail_wrapper_body {
    display: block;
}

.sidebar_detail_wrapper.active .sidebar_detail_wrapper_header img {
    transform: rotate(90deg);
}


.ra_btn_purple.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.ra_menu_edit_item {
    position: absolute;
    right: 0;
    top: 0;
    background: #41413f;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: none;
    z-index: 555;
}


.ra_edit_menu_items_item {
    display: flex;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
    padding: 10px;
    align-items: center;
    background: #fff;
    color: #222;
}

.ra_edit_menu_items_item_title {
    flex: 1 1 100%;
}

.ra_edit_menu_items_item_btn {
    background: #705cf5;
    border: none;
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 5px;
    min-width: 25px;
}

.ra_remove_menu_items_item_btn {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    background: transparent;
}


main.menu_template_main {
    max-height: calc(100vh - 110px);
    overflow: auto;
}


.menu_preview_edit .menu_categories_list {
    border: 1px solid #ebebeb;
}

.menu_preview_edit .menu_subcat_items {
    border: 1px solid #bebeeb;
}

.menu_box.active {
    display: block;
}

.menu_items {
    display: flex;
    flex-wrap: wrap;
    margin: 58px -7px 33px;
    justify-content: center;
}

.menu_items a {
    padding: 0 20px;
}

.menu_items li {
    flex: 0 0 auto;
    padding: 7px;
}


.menu_page_tmpl_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: auto;
    max-height: calc(100vh - 155px);
    padding: 0 5px;
}

.menu_page_tmpl_card {
    flex: 0 0 49%;
    max-width: 49%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 20px;
}

.menu_page_tmpl_card_img {
    min-height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.menu_page_tmpl_title {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}


.menu_page_tmpl_card:hover {
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 20%);
}


::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.menu_page_tmpl_cards::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.menu_page_tmpl_cards::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.menu_page_tmpl_cards::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}

/* Handle on hover */
.menu_page_tmpl_cards::-webkit-scrollbar-thumb:hover {
    background: #a7a7a7;
}

.menu_selected_template_preview {
    text-align: center;
    max-height: calc(100vh - 130px);
    overflow: auto;
    display: none;
}

.menu_page_tmpl_card.active {
    border-color: #705cf5;
}

.menu_pre_select_preview {
    font-size: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.3;
    font-weight: 600;
    font-family: system-ui;
}


.menu_box.active, .menu_preview_edit .menu_categories_list,
.menu_editable_content {
    position: relative;
}


.menu_category_item {
    display: none;
}

.menu_category_item.active {
    display: flex;
}


.menu_gallery_item {
    min-height: 300px;
    display: block;
    background-size: cover;
    background-position: center;
}

button.menu_slider_arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 55;
    background: rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    padding: 0 5px;
}

button.menu_slider_arrow img {
    max-width: 30px;
}

button.menu_slider_arrow.arrow_next.slick-arrow {
    right: 0;
    left: unset;
}

button.menu_slider_arrow:hover {
    background: rgba(0, 0, 0, 0.5);
}

#menu_editor_gallery_images .slick-slide {
    height: 300px
}

.menu_editable_content {
    border: 1px solid;
    padding: 30px 20px 20px;
}