.mapboxgl-ctrl-geocoder {
    background: none;
    box-shadow: none;
    outline: none;
    border: none;

}

.mapboxgl-ctrl-geocoder--input {
    height: 50px;
    padding: 6px 35px;
    outline: none;
    color: #000;
    border-bottom: 2px #c9b695 solid;
    border-radius: 0px;
    font-weight: 500;
    margin-bottom: 15px;


}

.mapboxgl-ctrl-compass
{
    display: none!important;
}

 .mapboxgl-ctrl-logo {
        display: none !important;
    }

.mapboxgl-ctrl-geocoder--input::placeholder {
    color: #000;
}

.mapboxgl-ctrl-geocoder--input:focus {
    outline: none;
}

.mapboxgl-ctrl-geocoder--icon-search {
    left: 0px;

}

.mapboxgl-ctrl-geocoder {
    width: 100%;

    max-width: 100% !important;
}

.mapboxgl-popup-close-button {
    display: none;
}



.geocoder {
    position: relative;
    z-index: 1;
    width: 100%;

    margin: 0;
    padding: 0;
    left: 0;
    top: 0px;
}

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
}

.storehours {
    line-height: 40px;
    color: #000;

}

.storeinfo {
    align-self: center;
}

.storeinfo button {
    border-radius: 6px;
    text-align: center;
    height: 2em;
    width: 2em;
    padding: 0px; border: none;
}

.storeinfo button i {
    line-height: 2em;
}

.storeclose {
    font-size: 2em;
    color: #fc5007;
    cursor: pointer;
}

.marker {
    border: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-image: url('../images/map-marker.png');
    background-repeat: no-repeat;
}

#map {
    height: 100%;
}

.mapboxgl-popup-content {

    padding: 10px;
    width: 180px;
}

.mapboxgl-popup-content h3 {
    background: #fc5007;
    color: #fff;
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    padding: 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    /* padding: 10px; */
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    border-bottom-color: #fc5007;
}

#store-locatorbox {
    overflow-y: hidden;
}

.mapboxgl-popup {
    padding-bottom: 50px;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings::-webkit-scrollbar {
    width: 6px !important;
    height: 8px !important;
}

.listings.listings::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

.listings::-webkit-scrollbar-thumb {
    background-color: #fc5007;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fc5007;
}

.listings .item {

    padding: 12px 12px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 1px;
}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: block;

    font-weight: 600;
    font-size: 0.95rem;
    margin-right: 1em !important;
    align-self: center;
}

.listings .item .title small {
    font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {}

.listings .item a {
    color: #000000;
    transition: none;
}

.listings .item:hover {
    background-color: #ffe0d5;
}

.listings .item:hover a {
    color: #000000;
}

.listings .item.active {
    background-color: #ffe0d5;
    color: #000000;
}

.listings .item.active a {
    color: #000000;
}

.listings .item:hover .storeinfo button,
.listings .item.active .storeinfo button {
    background: #ffffff;
    color: #000000;
}

.store-badge {
    width: 35px;
    height: 35px;
    display: block !important;
    cursor: pointer;
    border: 2px solid #fc5007;
    padding: 20px !important;

}



@media (min-width: 1200px) {
    .mapboxgl-ctrl-geocoder--input {
        height: 50px;
        padding: 6px 35px;


    }

    .mapboxgl-ctrl-geocoder--icon-search {
        left: 0px;
        width: 24px;
        height: 24px;
        top: 14px;
        fill: #000000 !important;
    }
}

@media (max-width: 991.98px) {

    .listings .item {

        padding: 8px 10px;
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {

    .mapboxgl-ctrl-geocoder--icon-search {

        top: 16px !important;
    }

    .store-locator-section .store-locatorbox {
        position: relative;
        z-index: 2;
        height: 600px;
    }
}
