form#ms-search-form button:hover {
    background: #e306133b;
}
input#ms-name-input {
    width: 280px;
    height: 50px;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border: none;
    padding: 0 5px;
    font-family: "proxima-nova-wide";
}
form#ms-search-form button {
    text-align: center;
    height: 50px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #e306133b;
    border-radius: 25px;
    opacity: 1;
    color: #de0613;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
}
.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601";
}
h3.text-18 {
    font: normal normal 600 22px/40px "proxima-nova-wide";
    letter-spacing: 0px;
    margin-bottom: 30px;
    opacity: 0.8;
}
.ms-mapwrap {
    position: relative;
    z-index: 2;
}
#ms-map {
    width: 100%;
    height: 790px;
    min-height: 520px;
    border-radius: 16px;
    background: #f6f6f6;
}
.ms-side {
    border: 10px solid white;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 380px;
    max-height: calc(64vh - 32px);
    overflow-y: scroll !important;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    overflow: hidden;
}
.ms-side.collapsed {
    transform: translateX(-110%);
}
.ms-side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 0px;
    background: #fff;
}
.ms-side-menu-btn {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.ms-side-menu-btn i {
    margin-right: 10px;
    color: #d22028;
}
#ms-side-pop {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(64vh - 32px);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
}
#ms-side-pop.ms-open {
    transform: translateX(0);
}
.ms-side-header strong {
    color: #a5acb7;
}
.ms-pop {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    width: auto;
    padding: 14px;
    /* z-index: 999999999; */
    bottom: 0;
    left: 0;
    height: calc(64vh - 32px);
}
.ms-pop .ms-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ms-pop .ms-title-text {
    display: flex;
    align-items: center;
    line-height: 1;
}
.ms-pop .ms-title-text i {
    margin-right: 10px;
    color: #d22028;
}
.ms-pop .close-ms-pop {
    background: #fae8e9 0% 0% no-repeat padding-box;
    color: #d22028;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
aside#ms-side::-webkit-scrollbar {
    width: 4px;
}
select#ms-nomos-select {
    width: 260px;
    border-color: transparent;
    height: 50px;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    border-radius: 25px;
    font-family: "proxima-nova-wide";
}
form#ms-search-form input::placeholder,
form#ms-search-form select {
    color: black;
    padding-left: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}
/* Track */

aside#ms-side::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */

aside#ms-side::-webkit-scrollbar-thumb {
    background: #938c8c;
    border-radius: 10px;
}
/* Handle on hover */

aside#ms-side::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.ms-pop.d-none {
    display: none;
}
.ms-side-list {
    padding: 8px;
    gap: 0px;
}
.ms-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 12px 12px;
    margin: 0px;
    margin-bottom: 4px;
    text-align: left;
    font: normal normal bold 14px/15px proxima-nova-wide;
    letter-spacing: 0px;
    color: #000000;
}
a.ms-item-directions svg path {
    fill: black !important;
}
a.ms-item-directions {
    font-weight: normal;
    text-decoration: none;
}
.ms-item-title {
    font-weight: 700;
    margin-bottom: 2px;
}
.ms-item-addr {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 16px;
    font-weight: 400;
}
.ms-item-meta {
    font-size: 0.85rem;
    color: #666;
    margin-top: 6px;
}
.ms-item-open {
    font-size: 0.9rem;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ms-item-open-block {
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
    line-height: 1.4;
}
.ms-item-actions a i {
    color: #e30613;
}
.ms-item-chip {
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    background: #f2f2f2;
    margin-left: 0.35rem;
}
.ms-item-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 0.42rem 0.75rem;
    font-size: 0.9rem;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    border-radius: 18px;
    text-align: left;
    font: normal normal medium 12px/25px Proxima-Nova-wide;
    letter-spacing: 0px;
    color: #000000;
}
.ms-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
}
.ms-pill.active {
    background: #111;
    color: #fff;
}
.ms-pop .form-check-label {
    display: flex;
    align-items: center;
}
.ms-pop .form-check .form-check-input {
    display: none !important;
}
.ms-pop .form-check .form-check-label {
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    cursor: pointer;
}
.ms-pop .form-check .form-check-label:hover {
    background: #f4f4f4;
    border-color: transparent;
}
.ms-pop .form-check input:checked + .form-check-label {
    background: #f4f4f4;
    border-color: transparent;
    position: relative;
    font-weight: 600;
}
.ms-pop .form-check input:checked + .form-check-label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #d22028;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
}
.ms-pop .form-check .form-check-label img {
    margin-right: 15px;
}
.ms-pop .form-check {
    padding-left: 0px;
}
.leaflet-popup-close-button {
    display: none;
}
button.ms-item {
    cursor: pointer;
}
input#ms-geo-input {
    width: 280px;
    height: 50px;
    background: #f4f4f4 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border: none;
    padding: 0 5px;
    font-family: "proxima-nova-wide";
}
.leaflet-popup-content-wrapper {
    max-width: 327px;
}
.leaflet-popup.leaflet-zoom-animated a {
    text-align: left;
    font: normal normal 500 13px/25px Proxima-Nova-wide !important;
    letter-spacing: 0.65px;
    color: #000000;
    opacity: 0.8;
}
.titleofstore {
    text-align: left;
    font: normal normal bold 14px/16px Proxima-Nova-wide;
    letter-spacing: 0.8px;
    color: #000000;
}
.leaflet-popup-content strong {
    font: normal normal bold 14px/16px Proxima-Nova-wide;
    letter-spacing: -0.088px;
    color: #000000;
}
.titleofstore:after {
    content: "";
    width: 90px;
    height: 2px;
    background: #e30613 0% 0% no-repeat padding-box;
    display: block;
    margin: 20px 0;
}
.ms-side-header {
    display: none;
}
@media (max-width: 744px) {
    .ms-side-header .d-flex.align-items-center.gap-2 {
        font-family: "proxima-nova-wide";
        font-weight: 500;
        color: #454545;
    }
    .ms-side-header {
        display: block;
        background: whitesmoke;
    }
    aside#ms-side {
        border: none;
        border-radius: 0;
        max-height: calc(77vh - 32px);
        position: relative;
        left: 15px;
        width: calc(100vw - 30px);
        box-shadow: none;
        background: whitesmoke;
    }
    .ms-mapwrap {
        padding-bottom: 5rem;
        background: #f5f5f5;
    }
    .col-12.textinfom {
        text-align: center !important;
        padding-bottom: 30px;
    }
    form#ms-search-form input {
        width: 45%;
        margin: 3px 0;
    }
    select#ms-nomos-select {
        width: 50%;
    }
    form#ms-search-form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: CENTER;
    }
    form#ms-search-form input::placeholder,
    form#ms-search-form select {
        color: black;
        padding-left: 10px;
        font-size: 12px;
        line-height: 30px;
        font-weight: 500;
    }
    h3.text-18 {
        text-align: center;
        line-height: 30px;
        font-size: 16px;
    }
    div#ms-map {
        height: 550px;
        border-radius: 0;
    }
}
