.theatre_main_menu__wrapper {
    position: relative;
    max-width: 100%;
}

.theatre_logo_menu,
.theatre_main_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.theatre_logo_menu > li {
    width: 100px;
    max-width: 100%;
}

.theatre_logo_menu > li a {
    display: block;
    width: 100%;
 }

.theatre_logo_menu {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.theatre_nav__toggle {
    position: relative;
    z-index: 2;
    display: flex;
    width: 145px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #7e0926;
    background-color: #fff;
    padding: 6px 12px;
    box-shadow: 0 3px 10px #444;
    border: 0;
    outline: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    cursor: pointer;
}

.theatre_main_menu .menu-item .dropdown-toggle,
.theatre_main_menu .menu-item .dropdown-item,
.theatre_main_menu .menu-item a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;

    &:hover {
        color: #fff;
        text-decoration: none;
    }
}

.theatre_main_menu .menu-item .theatre_dropdown_item,
.theatre_main_menu .menu-item .dropdown-toggle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.theatre_main_menu .parent-menu-item {
    position: relative;
    align-self: stretch;
}

.theatre_main_menu .parent-menu-item:not(:last-child)::after {
    content: '';
    display: none;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: -40px;
    background-color: #fff;
}

.theatre_main_menu .parent-menu-item .theatre_nav_link:not(.dropdown-toggle) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    height: 50px;
    border: 1px solid #fff;
}

.theatre_main_menu .parent-menu-item .has-submenu {
    position: relative;
}

.theatre_main_menu .parent-menu-item .has-submenu .submenu-dropdown a {
    text-align: center
}

.theatre_main_menu .dropdown-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
    list-style: none;
    margin: 0 auto;
}

.theatre_main_menu .dropdown-menu:not(.submenu-dropdown):not(.show) {
    display: none;
}

.theatre_main_menu .dropdown-menu:not(.submenu-dropdown) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.theatre_main_menu .theatre_nav_link.has-dropdown {
    white-space: nowrap;
}

.theatre_main_menu .parent-menu-item .has-submenu .submenu-dropdown {
    align-items: center;
    position: relative;
    top: unset;
    width: 100%;
    z-index: 3;
    background-color: transparent;
    border: none;
}

.theatre_main_menu .parent-menu-item .has-submenu .submenu-dropdown:not(.show) {
    display: none;
}

.theatre_main_menu .dropdown-menu .dropdown {
    position: relative;
}

.theatre_red_menu_wrapper.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    inset: 0;
    overflow-y: scroll;
    min-height: calc(100% - 32px);
    background-color: #7e0926;
    transform: translateX(0);
}

.theatre_red_menu_wrapper {
    display: none;
    -WEBKIT-transition: transform .8s;
    -MOZ-transition: transform .8s;
    transition: transform .8s;
    transform: translateX(-200vw);
}

.theatre_red_menu__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
}

.theatre_red_menu__top_search {
    width: 100%;
}

.theatre_red_menu__top_row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.navbar-close {
    position: relative;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: transparent;
}

.theatre_red_menu__top_search input#is-search-input-665 {
    border: 0;
    background-color: transparent;
    border: none!important;
    border-bottom: 1px solid #fff !important;;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.theatre_red_menu__middle {
    background-color: transparent;
}

.theatre_red_menu__middle .container--1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.theatre_red_menu__middle .theatre_red_menu__middle_link {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 5px 0;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
}

.theatre_red_menu__middle .theatre_red_menu__middle_link:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    display: block;
    height: 80%;
    width: 1px;
    background-color: rgb(0,0,0);
}

.theatre_parent_dropdown_toggle .dropdown-arrow {
    display: block;
}

.theatre-img {
    transition: 0.2s;
    margin: 10px;
}

.theatre-img:hover {
    filter: brightness(80%);
}

@media (max-width: 767px) {
    .theatre_red_menu__top_logo {
        max-width: 150px;
    }

    .navbar-close {
        position: absolute;
        right: 18px;
        top: 30px;
        width: 30px;
        height: 30px;
    }

    .nav-center-button {
        top: 40px;
    }

    .show, .theatre_red_menu_wrapper {
        overflow-y: scroll;
    }
}


@media only screen and (min-width: 992px) {
    .theatre_nav__toggle {
        gap: 10px;
        padding: 12px 24px;
        font-size: 20px;
        line-height: 28px;
        width: auto;
    }

    .theatre_main_menu .dropdown-menu:not(.submenu-dropdown) {
       border: none;
    }

    .theatre_logo_menu > li {
        width: 175px;
    }

    .theatre_red_menu__top_search {
        width: auto;
    }

    .theatre_red_menu__top {
        gap: 0;
        padding-top: 50px;
        flex-wrap: nowrap;
    }

    .theatre_main_menu .parent-menu-item .has-submenu .submenu-dropdown a {
        text-align: left;
    }

    .theatre_main_menu .parent-menu-item .has-submenu .submenu-dropdown {
        align-items: flex-start;
        position: absolute;
        top: 100%;
        width: 350px;
        padding: 5px;
        z-index: 3;
        background-color: #7E0926;
        border: 1px solid rgba(0,0,0,.15);
    }

    .theatre_parent_dropdown_toggle .dropdown-arrow {
        display: none;
    }

    .theatre_main_menu .parent-menu-item:not(:last-child)::after {
        display: block;
    }

    .theatre_red_menu__middle {
        background-color: #fff;
    }

    .theatre_red_menu__middle .theatre_red_menu__middle_link {
        width: 19.76%;
        background-color: transparent;
    }

    .theatre_red_menu__middle .container--1 {
        align-items: center;
    }

    .theatre_red_menu__middle .container--1,
    .theatre_main_menu {
        flex-direction: row;
        justify-content: space-between;
    }

    .theatre_logo_menu {
        justify-content: space-between;
    }

    .theatre_logo_menu,
    .theatre_main_menu {
        align-items: start;
    }

    .theatre_main_menu .dropdown-menu:not(.submenu-dropdown):not(.show) {
        display: flex;
    }

    .theatre_main_menu .dropdown-menu {
        padding: 0;
        border: none;
    }

    .theatre_logo_menu,
    .theatre_main_menu,
    .theatre_red_menu_wrapper.show {
        gap: 20px;
    }

    .theatre_red_menu_wrapper.show {
        overflow-y: hidden;
    }

    .theatre_main_menu .parent-menu-item:not(:last-child)::after {
        right: -10px;
    }

    .theatre_main_menu .parent-menu-item .theatre_nav_link:not(.dropdown-toggle) {
        display: block;
        border: none;
        height: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1700px) {
    .theatre_main_menu .menu-item .theatre_dropdown_item,
    .theatre_main_menu .menu-item .dropdown-toggle {
        font-size: 16px;
        line-height: 24px;
    }

    .theatre_main_menu .parent-menu-item .theatre_nav_link:not(.dropdown-toggle) {
        font-size: 18px;
        line-height: 26px;
    }


    .theatre_logo_menu,
    .theatre_main_menu {
        gap: 40px;
    }

    .theatre_red_menu_wrapper.show {
        gap: 80px;
    }

    .theatre_main_menu .parent-menu-item:not(:last-child)::after {
        right: -30px;
    }
}