/* Minification failed. Returning unminified contents.
(34,44): run-time error CSS1039: Token not allowed after unary operator: '-red'
(44,38): run-time error CSS1039: Token not allowed after unary operator: '-red'
(66,29): run-time error CSS1039: Token not allowed after unary operator: '-red'
(96,33): run-time error CSS1039: Token not allowed after unary operator: '-red'
(130,54): run-time error CSS1046: Expect comma, found '158'
(130,62): run-time error CSS1046: Expect comma, found '/'
(163,32): run-time error CSS1039: Token not allowed after unary operator: '-red'
(191,38): run-time error CSS1039: Token not allowed after unary operator: '-red'
(328,28): run-time error CSS1039: Token not allowed after unary operator: '-red'
(343,30): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
/* HOMEPAGE - HEADER */



.header-group {
    background: url(../assets/images-homepage/bg-header.png) no-repeat center;
    background-size: cover !important;
    background-position-y: bottom !important;
    /*margin-bottom: 30px;*/
}

    .header-group .gradient-bg {
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
        padding: 35px 0 0 0;
    }

    .header-group .slider {
        margin-right: 105px;
        margin-left: 100px;
    }

        .header-group .slider .slider-dots {
            margin-left: 40px;
            padding-top: 60px;
        }

            .header-group .slider .slider-dots > li {
                margin-bottom: 10px;
            }

                .header-group .slider .slider-dots > li.active {
                    background: #ffeeef;
                    border: 1px solid var(--red);
                    border-radius: 50%;
                    position: relative;
                    right: -1px;
                }

                .header-group .slider .slider-dots > li > a {
                    border-radius: 50%;
                    height: 9px;
                    width: 9px;
                    background: var(--red);
                    display: block;
                    margin: 4px;
                    transition: all .4s ease;
                }

                    .header-group .slider .slider-dots > li > a:hover {
                        opacity: 0.5
                    }

    .header-group .search-location-titles {
        text-align: center;
        position: relative;
        top: -15px;
    }

        .header-group .search-location-titles > h1 {
            font-weight: 700;
            font-size: 2.625rem;
        }

            .header-group .search-location-titles > h1 > span {
                color: var(--red);
            }

        .header-group .search-location-titles > span {
            font-size: 1.375rem;
            margin-bottom: 15px;
        }

    .header-group .search-component {
        width: 550px;
        margin-top: 10px;
    }

        .header-group .search-component > ul {
            border-radius: 40px;
            background: #ffffff96;
            padding: 6px;
            display: inline-flex;
            align-items: center;
            margin-bottom: 12px;
            box-shadow: 0px 1px 32px 0px rgba(200, 200, 200, 0.36);
        }

            .header-group .search-component > ul > li.active {
                background: #fff;
                border-radius: 40px;
                padding: 8px 35px 10px;
            }

                .header-group .search-component > ul > li.active > a {
                    color: var(--red);
                    font-weight: 700;
                }

            .header-group .search-component > ul > li {
                padding: 8px 35px 10px;
            }

                .header-group .search-component > ul > li > a {
                    font-size: 1.25rem;
                }

        .header-group .search-component .search-options {
            background: #fff;
            border-radius: 40px;
            padding: 8px;
            box-shadow: 0px 1px 32px 0px rgba(200, 200, 200, 0.56);
            position: relative;
        }

            .header-group .search-component .search-options .search-option-field:first-child {
                margin-right: 0;
            }

            .header-group .search-component .search-options .search-option-field {
                border-radius: 40px;
                border: 1px solid #eee;
                flex: 1;
                margin-right: 15px;
                padding: 5px;
            }

            .header-group .search-component .search-options .search-option-field-active {
                border: 1px solid #ffe9ea;
                box-shadow: 0px 1px 25px 0px rgb(231 158 158 / 35%)
            }

            .header-group .search-component .search-options .search-option-field input {
                text-align: right;
                top: -2px;
                position: relative;
                font-size: 1.25rem;
                width: 100%;
                border:unset !important;
            }

            .search-option-input.food-type input{
                cursor:pointer;
            }

.header-group .search-component .search-options .search-options-layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

            .header-group .search-component .search-options .search-option-field .search-option-icon {
                background: #f6f6f6;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 36px;
                width: 36px;
            }

                .header-group .search-component .search-options .search-option-field .search-option-icon svg {
                    fill: var(--red);
                    height: 16px;
                }

            .header-group .search-component .search-options .search-option-field .search-option-input {
                margin-right: 10px;
                flex: 1;
                text-align: right;
                display:flex;
            }
                .header-group .search-component .search-options .search-option-field .search-option-input svg {
                    height: 16px;
                    fill: red;
                    margin-left: 10px;
                    cursor:pointer;
                }

                .header-group .search-component .search-options .search-option-field .search-option-input .arrow-up-svg {
                    margin-top: 5px;
                    transform: rotate(180deg);
                }

            .header-group .search-component .search-options .search-option-btn {
                margin-right: 15px;
            }

                .header-group .search-component .search-options .search-option-btn > a {
                    border-radius: 30px;
                    background: var(--red);
                    color: #fff;
                    padding: 0 30px;
                    font-size: 1.25rem;
                    margin-right: auto;
                    height: 45px;
                    line-height: 40px;
                    display: inline-block;
                    transition: all .4s ease;
                }

            .header-group .search-component .search-options .search-option-select::-webkit-scrollbar {
                width: 10px;
            }

            .header-group .search-component .search-options .search-option-select::-webkit-scrollbar-track {
                background: #ffffff;
                border-top-left-radius: 15px;
                border-bottom-left-radius: 15px;
            }

            .header-group .search-component .search-options .search-option-select::-webkit-scrollbar-thumb {
                background-color: #bfbfbf;
                border-radius: 10px;
                border: 3px solid #ffffff;
            }

.search-option-select li.active {
    background: #ffe9ea;
}

.header-group .search-component .search-restaurant .search-option-select {
    position: absolute;
    width: 90%;
    top: 210px;
    right: 0;
    background: #fff;
    z-index: 1;
    scrollbar-width: auto;
    scrollbar-color: #bfbfbf #ffffff;
    box-shadow: 0px 1px 32px 0px rgba(200, 200, 200, 0.56);
    max-height: 215px;
    border-radius: 15px;
    border: 1px solid #eee;
    overflow-y: scroll;
    display: none;
}

        .header-group .search-component .search-options .search-option-select {
            position: absolute;
            width: 100%;
            top: 56px;
            right: 0;
            background: #fff;
            z-index: 1;
            scrollbar-width: auto;
            scrollbar-color: #bfbfbf #ffffff;
            box-shadow: 0px 1px 32px 0px rgba(200, 200, 200, 0.56);
            max-height: 215px;
            border-radius: 15px;
            border: 1px solid #eee;
            overflow-y: scroll;
            display: none;
        }

.header-group .search-component .search-options .search-option-select-original {
    display: none;
}


                .header-group .search-component .search-options .search-option-select > li {
                    text-align: right;
                    padding: 10px 20px;
                    border-bottom: 1px solid #eee;
                    display:flex;
                    cursor:pointer;
                }

        .header-group .search-component .search-restaurant .search-option-select > li {
            text-align: right;
            padding: 10px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
        }

                    .header-group .search-component .search-options .search-option-select > li span {
                        margin-right: 5px;
                    }

        .header-group .search-component .search-restaurant .search-option-select > li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

                    .header-group .search-component .search-options .search-option-select > li:first-child {
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                    }

                    .header-group .search-component .search-options .search-option-select > li:last-child {
                        border-bottom-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                        border-bottom: 0;
                    }

                    .header-group .search-component .search-options .search-option-select > li:hover {
                        /*background: #fafafa;*/
                        /*background: #ffe9ea;
                        font-weight: 700;*/
                    }

                    .header-group .search-component .search-options .search-option-select > li > a {
                        display: block;
                    }

    .header-group .search-restaurant {
        border-radius: 30px;
        background: #fff;
        box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.13);
        padding: 6px;
        width: 475px;
        margin: 0 auto;
        flex-wrap: nowrap;
    }

        .header-group .search-restaurant .icon-search-location {
            border-radius: 50%;
            background: #f6f6f6;
            height: 45px;
            width: 45px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 20px;
        }

            .header-group .search-restaurant .icon-search-location > svg {
                fill: var(--red);
                vertical-align: middle;
                height: 22px;
            }

        .header-group .search-restaurant input[type=text] {
            font-size: 1.5rem;
            color: #333;
            text-align: right;
            width: 100%;
            border: unset !important;
        }

        .header-group .search-restaurant .btn-search-location {
            border-radius: 30px;
            background: var(--red);
            color: #fff;
            padding: 0 30px;
            font-size: 1.5rem;
            margin-right: auto;
            height: 45px;
            line-height: 40px;
            display: inline-block;
            transition: all .4s ease;
        }
    /*.header-group {*/
    /*background: url(../assets/images-homepage/bg-header.png) no-repeat center;*/
    /*background-size: cover;
background-position-y: bottom;
margin-bottom: 30px;
}
.search-location textarea:focus, .header-group input:focus {
 outline: none;
}
.header-group .gradient-bg {
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);
padding: 50px 0 0 0;
}

.header-group .slider {
margin-right: 105px;
margin-left: 60px;
}

.header-group .slider .slider-dots {
margin-left: 40px;
padding-top: 60px;
}

.header-group .slider .slider-dots > li {
margin-bottom: 10px;
}

.header-group .slider .slider-dots > li.active {
    background: #ffeeef;
    border: 1px solid var(--red);
    border-radius: 50%;
    position: relative;
    right: -1px;
}

.header-group .slider .slider-dots > li > a {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background: var(--red);
    display: block;
    margin: 4px;
    transition: all .4s ease;
}

    .header-group .slider .slider-dots > li > a:hover {
        opacity: 0.5
    }

.header-group .search-location-titles {
text-align: center;
}

.header-group .search-location-titles > h1 {
font-weight: 700;
font-size: 2.625rem;
}

.header-group .search-location-titles > h1 > span {
color: var(--red);
}

.header-group .search-location-titles > h4 {
font-size: 1.375rem;
margin-bottom: 25px;
}

.header-group .search-location {
border-radius: 30px;
background: #fff;
box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.13);
padding: 6px;
width: 475px;
margin: 0 auto;
flex-wrap: nowrap;
}

.header-group .search-location .icon-search-location {
border-radius: 50%;
background: #f6f6f6;
height: 45px;
width: 45px;
display: flex;
justify-content: center;
align-items: center;
margin-left: 20px;
}

.header-group .search-location .icon-search-location > svg {
fill: var(--red);
vertical-align: middle;
height: 22px;
}

.header-group .search-location .btn-search-location {
border-radius: 30px;
background: var(--red);
color: #fff;
padding: 0 30px;
font-size: 1.5rem;
margin-right: auto;
height: 45px;
line-height: 40px;
display: inline-block;
transition: all .4s ease;
}

.header-group .search-location .btn-search-location:hover {
opacity: 0.8;
}

    .header-group .search-location input[type=text] {
        font-size: 1.5rem;
        color: #333;
        text-align: right;
        width: 100%;
        border : unset !important;
    }

.header-group .search-location input[type=text]::placeholder {
color: #8d8d8d;
}*/
@media screen and (max-width: 1023px) {

    .header-group .search-component .search-restaurant .search-option-select {
        top: 180px;
        right: 20px
    }

    .header-group .search-component .search-options .search-option-select > li:hover {
        background: #ffe9ea;
        font-weight: 700;
    }


    .header-group .search-restaurant .icon-search-location {
        margin-left: 15px;
        height: 36px;
        width: 36px;
    }

    .header-group .search-restaurant input[type=text] {
        font-size: 1.125rem;
    }
    .header-group .search-restaurant .btn-search-location {
        height: 36px;
        font-size: 1.125rem;
        line-height: 35px;
        padding: 0 20px;
    }

    .header-group .search-restaurant {
        width: 100%;
    }


    .header-group .search-component {
        width: 100%;
        
    }

        .header-group .search-component .search-options {
            padding: 10px;
            border-radius: 20px;
        }

        .header-group .search-component > ul > li > a {
            font-size: 1.125rem;
        }

        .header-group .search-component .search-options .search-option-btn {
            margin: 0;
            width: 100%;
        }

            .header-group .search-component .search-options .search-option-btn > a {
                line-height: 35px;
                height: 40px;
                font-size: 1.125rem;
                display: block;
            }

        .header-group .search-component .search-options .search-option-field input {
            font-size: 1.125rem;
        }

        .header-group .search-component .search-options .search-option-field {
            margin-right: 0;
            width: 100%;
            margin-bottom: 10px;
        }

        .header-group .search-component .search-options .search-option-field-active {
            border-radius: 20px;
        }

        .header-group .search-component .search-options .search-option-select {
            position: unset;
            width: 100%;
            top: auto;
            right: auto;
            background: none;
            box-shadow: none;
            max-height: 150px;
            border-radius: 15px;
            border: none
        }

        .header-group .search-component .search-options .search-options-layout {
            flex-direction: column;
        }










    .header-group {
        margin-bottom: 0;
        padding-bottom: 75px;
        background-position-x: -160px !important;
    }

       
        .header-group .search-location-titles > h1 {
            font-size: 1.875rem;
        }

        .header-group .search-location-titles > span {
            font-size: 1rem;
        }

        .header-group .search-location .icon-search-location {
            margin-left: 15px;
            height: 36px;
            width: 36px;
        }

        .header-group .search-location input[type=text] {
            font-size: 1.125rem;
        }

        .header-group .search-location .btn-search-location {
            height: 36px;
            font-size: 1.125rem;
            line-height: 35px;
            padding: 0 20px;
        }

        .header-group .search-location {
            width: 100%;
        }

        .header-group .gradient-bg {
            padding: 20px 0 0 0;
        }
}
