@font-face {
    font-family:DMSans;
    src: url('../fonts/DM Sans/DMSans-Bold.ttf'),
    url('../fonts/DM Sans/DMSans-BoldItalic.ttf'),
    url('../fonts/DM Sans/DMSans-Italic.ttf'),
    url('../fonts/DM Sans/DMSans-Medium.ttf'),
    url('../fonts/DM Sans/DMSans-MediumItalic.ttf'),
    url('../fonts/DM Sans/DMSans-Regular.ttf');
}
@font-face {
    font-family:Marcellus;
    src: url('../fonts/Marcellus/Marcellus-regular.ttf');
}
.shops_main_container{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    object-fit: cover;
    justify-content: center;
}
.shops_main_container_text{
    color: white;
    margin-left: 2rem;
    font-size: 80px;
}
.shops_main_container_img {
    max-width: 350px;
    max-height: 100%;
    margin-right: 2rem;
    object-fit: cover;
}
#stores .store-list .store button{
    border-radius: 0px;
}
/* SCROLL BAR */
#shopResult{

}
    /* width */
#shopResult::-webkit-scrollbar {
    width: 7px;
    float: left;
}

/* Track */
#shopResult::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
#shopResult::-webkit-scrollbar-thumb {
    background: #10069F;
    border-radius: 10px;
}

/* Handle on hover */
#shopResult::-webkit-scrollbar-thumb:hover {
    background: #10069F;
}

.store-list .store{
    padding: 1rem;
    background-color: #e8e8e8;
    margin-right: .5rem;
}
#stores .store-list .store:last-of-type {
    margin-bottom: 0 !important;
}
#stores .store-search input{
    width: 70%;
}
.store h3,p,button{
    font-family: DMSans;
}
#wrapper .breadcrumb-bar{
    margin-left: 10rem;
}
#notifications .alert{
    visibility: hidden;
}
.stores-intro{
    font-family: "DM Sans";
}
@media (max-width: 1500px){
    #wrapper .breadcrumb-bar{
        margin-left: 1rem;
    }
}
@media (max-width: 991px) {
    #stores .store-list > .store {
        width: 96% ;
        float: left;
        margin-right: .5rem;
        height: auto;
    }
    #stores .store-search input {
        width: 60%;
    }
}
@media (max-width: 767px){
    .stores-intro{
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }
    #stores .store-list>.store {
        width: 96%;
        float: left;
        margin-right: .5rem;
        height: auto;
    }
    .shops_main_container h1{
        width: 100%;
        display: block;
        margin-left: -60%;
        justify-content: center;
    }
    .shops_main_container_img {
        max-width: 350px;
        width: 180px;
        height: 240px;
        object-fit: fill;
        margin-left: 3rem;
        margin-right: 0;
    }
    #map {
        width: 95% !important;
        height: 410px !important;
    }
}
