#search-container {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#search-results {
    background: #fdf5ea;
    padding-left: 16px;
    padding-right: 16px;
}

.result-item {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 0;
    cursor: pointer;
}

.result-item svg {
    margin-right: 10px;
}

.result-item img {
    margin-right: 10px;
    width: 20px;
    height: 15px;
}

.category {
    font-weight: 700;
    padding: 12px 0;
}

.group-box-search {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    height: 80px;
    border: 1px solid #000;
    background: #FDF5EA;
}

.group-box-search input#search-input {
    background: #FDF5EA;
    border: 0;
    width: calc(100% - 120px);
    height: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

.group-box-search input[type=submit] {
    width: 81px;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQuNjY1NCIgY3k9IjE0LjY2NjYiIHI9IjkuMzMzMzMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMjYuNjY4IDI2LjY2NjdMMjIuNjY4IDIyLjY2NjciIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-color: #EB5D40;
    border: 0;
    border-left: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    cursor: pointer;
    border-radius: 0;
    outline: none;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.group-box-search svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-left: 16px;
    display: flex;
    display: -webkit-flex;
}

.wrraper-search-map {
    width: 418px;
    display: block;
    overflow: hidden;
}

.wrraper-search-map .detail {

    border: 0;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    margin-top: 2px;
    gap: 2px;
}

.wrraper-search-map .detail div {
    background: #FDF5EA;
    border: 1px solid #000;
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 58px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.wrraper-search-map .detail div strong {
    color: #000;
    text-align: center;
    font-family: Modak;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

div#search-container .group-search {
    width: 416px;
    max-height: 280px;
    border: 1px solid #000;
    position: absolute;
    overflow-x: hidden;
    border-top: 0;
}

.group-search {
    display: none;
}

.dont-find {
    border-top: 1px solid #000;
    background: #EB5D40;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    gap: 10px;
    position: sticky;
    bottom: 0;
    padding: 0;
    width: 420px;
    cursor: pointer;
    font-family: 'Fixel';
    font-weight: 500;
    color: #000000;
    overflow: hidden;
    z-index: 999;
}

.group-search::-webkit-scrollbar {
    width: 6px;
}

.group-search::-webkit-scrollbar-track {
    background-color: #c6c6c6;
}

.group-search::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

.group-search::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

#map a.mapboxgl-ctrl-logo, .mapboxgl-ctrl-bottom-right {
    display: none;
}

/*Popup don't find*/

.timeleft-popup-city .box-waraper {
    max-width: 358px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #FDF5EA;
    padding: 64px 16px 8px 16px;
}

.timeleft-popup-city .box-waraper h3 {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.timeleft-popup-city .box-waraper h3 span {
    color: #000;
    font-family: 'alias-union';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.timeleft-popup-city .box-waraper button.lityclose {
    border: 0;
    outline: none;
    background: transparent;
    position: absolute;
    top: 24px;
    right: 24px;
    padding: 0;
    margin: 0;
}

.timeleft-popup-city .box-waraper p {
    color: #000;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.timeleft-popup-city .box-waraper .gform_heading {
    /*display: none;*/
}

.timeleft-popup-city h2.gform_title {
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.timeleft-popup-city .box-waraper .gfield_required_text {
    display: none !important;
}

.timeleft-popup-city .box-waraper input {
    width: 326px;
    height: 48px;
    flex-shrink: 0;
    border: 1px solid #000;
    background: #FDF5EA;
    outline: none;
}

.timeleft-popup-city .box-waraper input[type="submit"] {
    display: flex;
    height: 56px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #EB5D40;
    width: 200px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: Fixel;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transform: translateY(0);
}

.timeleft-popup-city .box-waraper input[type="submit"]:hover {
    box-shadow: 0 0 0 0.0625rem #241c15, 0 .375em 0 0 #241c15;
    transform: translateY(calc(-1* .375em));
}

.timeleft-popup-city button.lityclose {
    position: relative;
    overflow: hidden;
    display: block;
}

.timeleft-popup-city button.lityclose {
    overflow: hidden;
    display: block;
    width: 32px;
    height: 32px;
}

.timeleft-popup-city .thank-you-form {
    text-align: center;
    padding: 100px 0;
}

#timeleft-popup-city .thank-you-form h3 {
    margin-bottom: 8px;
}

.location-widget {
    text-align: center;
}

.current-location a {
    display: inline-flex;
    padding: 4px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #000;
    background: #FDF5EA;
    justify-content: center;
    margin: 0 auto;
    color: #000;
    font-family: Fixel;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

@media screen and (max-width: 450px) {
    #search-container {
        width: 100%;
    }
    .wrraper-search-map {
        width: 100%;
        padding: 0 16px;
    }

    div#search-container .group-search {
        width: calc(100% - 32px);
    }

    .dont-find {
        width: 100%;
    }
}