/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.dropdown.language {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.dropdown.language > a {
    float: left;
    padding: 14px 0 5px 0 !important;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    position: relative;
}

.dropdown.language > a:after {
    font-family: 'ElegantIcons';
    content: '\33';
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 1;
    margin-top: -2px;
    margin-left: 5px;
    float: right;
}

.dropdown.language.show > a:after {
    transform: rotate(180deg);
}

.dropdown.language .dropdown-menu {
    padding: 0;
    right: -15px !important;
    margin: 5px 0 0 0 !important;
    min-width: 135px;
    width: auto;
}

.dropdown.language .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown.language .dropdown-menu ul li {
    min-height: inherit;
    padding: 0;
    margin: 0 !important;
}

.dropdown.language .dropdown-menu ul li a {
    padding: 12px 15px;
    display: block;
    font-size: 13px;
}

.dropdown.language .dropdown-menu ul li a:hover {
    background-color: #f9f9f9;
    color: #e54750 !important;
    opacity: 1;
}

header.header_in .dropdown.language > a {
    color: #444 !important;
}

header.header_in .dropdown.language > a:after {
    margin-left: 15px;
}

header.black_nav .dropdown.language a {
    color: #333 !important;
}

@media (min-width: 992px) {
    header.header_in .dropdown.language > a {
        display: inline-flex !important;
        align-items: center;
        padding: 0 !important;
        min-height: 34px;
        line-height: 1;
        float: none;
    }

    header.header_in .dropdown.language > a:after {
        float: none;
        margin-left: 8px;
    }
}

@media (max-width: 991px) {
    .dropdown.language .dropdown-menu {
        margin: 23px 16px 0 0 !important;
    }
}

.header-map-region {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-in-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-region-name {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1;
    white-space: nowrap;
}

.header-map-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #444;
    text-decoration: none;
    line-height: 1;
    padding: 0 4px 0 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.header-map-toggle i {
    font-size: 21px;
    line-height: 1;
}

header.header_in .header-map-toggle:hover {
    color: #e54750;
    opacity: 1;
}

@media (min-width: 992px) {
    header.header_in .header-in-grid .header-logo-col {
        width: 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    header.header_in .header-in-grid .header-actions-col {
        width: 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    header.header_in .header-in-grid #logo {
        float: none;
    }

    header.header_in .header-in-grid ul#top_menu {
        float: none;
        display: flex;
        align-items: center;
        margin: 0;
    }

    header.header_in .header-in-grid ul#top_menu > li {
        float: none;
        display: flex;
        align-items: center;
    }

    header.header_in .header-in-grid .dropdown.user > a {
        display: inline-flex !important;
        align-items: center;
        padding: 0 0 0 42px !important;
        min-height: 34px;
        line-height: 1;
    }

    header.header_in .header-in-grid .dropdown.user > a figure {
        top: 50%;
        margin-top: -17px;
    }

    header.header_in .header-in-grid .dropdown.language > a span,
    header.header_in .header-in-grid .dropdown.user > a span {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    header.header_in .container {
        position: relative;
    }

    header.header_in .header-in-grid .header-logo-col {
        text-align: center;
    }

    header.header_in .header-in-grid .header-logo-col #logo {
        float: none;
        width: 100%;
    }

    header.header_in .header-in-grid .header-actions-col {
        height: 0;
        padding: 0;
        overflow: visible;
    }

    header.header_in .header-in-grid ul#top_menu {
        position: absolute;
        top: 12px;
        right: 15px;
        float: none;
        margin: -2px 0 0 10px;
    }
}

.page_header.element_to_stick {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

.page_header.element_to_stick h1 {
    font-size: 20px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .page_header.element_to_stick.sticky {
        background-color: #fff;
    }
}

.page-breadcrumb {
    margin-top: 6px;
}

.page-breadcrumb__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.page-breadcrumb__item {
    display: inline;
    color: #666;
}

.page-breadcrumb__item + .page-breadcrumb__item::before {
    content: "→";
    padding: 0 8px;
    color: #999;
}

.page-breadcrumb__item a {
    color: #e54750;
    text-decoration: none;
}

.page-breadcrumb__item a:hover {
    text-decoration: underline;
}

.page-breadcrumb__item--active {
    color: #444;
    font-weight: 500;
}

.filters_full--in-header {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.filters_full--in-header .type_delivery {
    display: block;
}

.filters_full--in-header .type_delivery ul {
    margin: 0;
    padding: 0;
}

.filters_full--in-header .type_delivery ul li {
    display: inline-block;
    margin-right: 15px;
}

.filters_full--in-header .type_delivery ul li:last-child {
    margin-right: 0;
}

.filters_full--in-header .type_delivery .container_check {
    margin-bottom: 0;
}

.filters_full--in-header .filters_full__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.filters_full--in-header .filters_full__search {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    margin: 0;
}

.filters_full--in-header .filters_full__search .form-control {
    width: 100%;
}

.filters_full--in-header a.btn_filters {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    float: none !important;
    margin: 0 !important;
    height: 40px;
    padding: 0 14px;
    line-height: 1;
    box-sizing: border-box;
    text-decoration: none;
}

.filters_full--in-header a.btn_filters i {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.filters_full--in-header a.btn_filters span {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1;
}

.site-logo {
    display: block;
    height: 48px;
    width: auto;
}

@media (max-width: 991px) {
    #logo .site-logo {
        height: 40px;
    }
}

#header_menu .site-logo {
    height: 40px;
}

@media (min-width: 992px) {
    header.header:not(.header_in) ul#top_menu.drop_user {
        margin-left: 20px;
    }

    header.header:not(.header_in) .dropdown.user > a {
        padding: 10px 0 10px 42px !important;
    }

    header.header:not(.header_in) .dropdown.user > a figure {
        top: 50%;
        margin-top: -17px;
    }

    header.header .dropdown.user > a figure img {
        width: 34px;
        height: 34px;
        object-fit: cover;
    }

    header.header .dropdown.user > a span {
        display: inline-block;
        padding-right: 8px;
    }

    header.header .dropdown.user > a:after {
        float: none;
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
    }

    header.header_in .dropdown.user > a span {
        padding-right: 8px;
    }

    header.header_in .dropdown.user > a:after {
        margin-left: 0;
    }
}

.custom-search-input {
    align-items: center;
}

.custom-search-input .btn_1.gradient {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin-right: -1px;
}

@media (max-width: 991px) {
    .custom-search-input .btn_1.gradient {
        height: auto;
        line-height: normal;
        margin: 15px 0 0;
    }
}

body.auth-login-body {
    margin: 0;
    min-height: 100vh;
    background: #fff;
}

body.auth-login-body #app {
    width: 100%;
    min-height: 100vh;
}

.auth-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}

.auth-login__card {
    width: 430px;
    flex-shrink: 0;
    padding: 30px 45px;
    background-color: #fff;
    box-sizing: border-box;
}

.auth-login__logo {
    margin: 0;
    padding: 0 60px 30px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.auth-login__logo img {
    display: inline-block;
    height: 56px;
    width: auto;
    max-width: 100%;
}

.auth-login .access_social {
    margin-top: 40px;
}

.auth-login .divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 15px;
    background-color: #ededed;
}

.auth-login .divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}

.auth-login form {
    margin-bottom: 30px;
    display: block;
}

.auth-login form .form-group {
    position: relative;
}

.auth-login form .form-group input {
    padding-left: 40px;
}

.auth-login form .form-group i {
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 9px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important;
}

.auth-login form .form-group i.icon_lock_alt {
    top: 10px;
}

.auth-login__copy {
    margin-top: 30px;
    text-align: center;
    color: #999;
}

@media (max-width: 767px) {
    .auth-login__card {
        width: 100%;
        max-width: 430px;
        padding: 30px;
    }

    .auth-login__logo {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
}

.list_home ul li a {
    position: relative;
}

.list_home ul li a > .score,
.list_home ul li a .restaurant-list-home__footer .score {
    position: static;
    float: none;
    margin: 0;
}

@media (max-width: 767px) {
    .list_home ul li a .restaurant-list-home__footer .score {
        position: static;
        float: none;
        margin: 0;
    }
}

.list_home ul li a .restaurant-list-home__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
}

.list_home ul li a .restaurant-list-home__head h3 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.list_home ul li a .restaurant-list-home__meta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
}

.list_home ul li a .restaurant-list-home__distance {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    line-height: 1.3;
    white-space: nowrap;
}

.list_home ul li a .restaurant-list-home__status {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    color: #66cc66;
    line-height: 1.3;
}

.list_home ul li a small {
    display: block;
    margin-top: 4px;
}

.list_home ul li a .restaurant-list-home__highlights {
    margin: 8px 0 0;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

.list_home ul li a .restaurant-list-home__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
}

.list_home ul li a .restaurant-list-home__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    min-width: 0;
}

.list_home ul li a .restaurant-list-home__actions .btn_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 36px;
    padding: 0 16px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.list_home ul li a .restaurant-list-home__actions .pickup,
.list_home ul li a .restaurant-list-home__actions .take,
.list_home ul li a .restaurant-list-home__actions .deliv {
    white-space: nowrap;
}

.pickup {
    font-size: 12px;
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
}

.pickup:before {
    font-size: 18px;
    font-family: 'food';
    content: '\0075';
    position: absolute;
    line-height: 1;
    font-weight: normal;
    left: 0;
    top: -2px;
}

.pickup.no {
    text-decoration: line-through;
    color: #bbb;
}

.list_home ul li a .restaurant-list-home__footer .score strong {
    padding-top: 0;
}
