#gr_store_map canvas {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.gr-location__store {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 740px;
    margin: 0 -10px 0 0;
}

.gr-location__store-map {
    display: flex;
    width: 50%;
    height: 100%;
    background-color: #eee;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

#gr_store_map {
    position: relative;
    width: 100%;
}

.gr-popup-modal.gr-popup-map {
    padding: 0;
    max-width: none;
}

.gr-popup-modal.gr-popup-map .gr-modal-title {
    display: none;
}

.gr-location__store-info {
    padding: 40px;
    max-width: 50%;
}

.gr-location__store-info > h3 {
    color: var(--black-color);
    font-family: "Days_one", Helvetica, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.gr-location__store-info > p {
    font-size: 15px;
    margin: 32px 0 0;
}

.gr-location__product {
    padding: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 16px;
    margin: 16px 0 0;
}

.gr-location__store-info .catalog-element__item-name {
    margin: 0;
    min-height: 0;
}

.gr-location__store-info .catalog-element__item-qty,
.gr-location__store-info .gr-cart__item-amount {
    margin: 8px 0 0;
}
.gr-location__store-info .catalog_store,
.gr-location__store-info .catalog-element__item-extra {
    display: none;
}

.gr-location__selector {
    margin: 32px 0 0;
}

#gr_store_list {
    margin: 40px 0 0;
}

#gr_store_list > h4 {
    color: var(--black-color);
    font-size: 18px;
    margin: 0;
}

.gr-location__store-list {
    margin: 6px 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 440px;
    scrollbar-color: rgb(196, 196, 196) rgb(245, 245, 245);
    scrollbar-width: thin;
}

.product .gr-location__store-list {
    max-height: 240px;
}

.gr-location__store-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgb(245, 245, 245);
}

.gr-location__store-list::-webkit-scrollbar-thumb {
    background-color: rgb(196, 196, 196);
    border-radius: 4px;
}

.gr-store__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 8px 24px 0;
    border-bottom: 1px solid #e2e2e2;
}

.gr-store__item:last-child {
    border: none;
}

.gr-store__item-name {
    line-height: 1;
    cursor: pointer;
}

.gr-store__item-name:before {
    content: "\67";
    font-family: 'gear';
    display: inline-block;
    line-height: 1;
    color: var(--orange-color);
    vertical-align: -1px;
    margin: 0 8px 0 0;
}

.gr-store__item-qty {
    color: var(--black-color);
}

.gr-map__icon {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
}

.gr-map__icon:before {
    content: "\433";
    font-family: 'gear';
    display: block;
    width: 40px;
    height: 40px;
    font-size: 40px
}

.gr-map__balloon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    width: 340px;
    min-height: 200px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px #00000012;
    padding: 24px;
}

.gr-map__balloon .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    cursor: pointer;
}

.gr-map__balloon .close:before {
    content: "\78";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: left;
    height: 100%;
    color: var(--black-color);
    font-size: 16px;
}

.gr-map__balloon-content {
    position: relative;
}

.gr-map__balloon .foot {
    position: absolute;
    display: block;
    width: 0;
    height: 24px;
    left: 50%;
}

.gr-map__store > h3 {
    font-size: 16px;
    font-weight: normal;
    color: var(--black-color);
    margin: 0;
}

.gr-map__store > p {
    color: var(--gray-light-color);
    font-size: 14px;
    margin: 12px 0 24px 0;
}

.gr-map__store-prop {
    position: relative;
    color: var(--black-color);
    font-size: 15px;
    margin: 14px 0 0;
    padding: 0 0 0 30px;
}

.gr-map__store-prop:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'gear';
    color: var(--orange-color);
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.gr-map__store-prop.phone:before {
    content: "\50";
}
.gr-map__store-prop.schedule:before {
    content: "\6b";
}

.gr-map__store-prop > ul {
    color: var(--gray-light-color);
    margin: 0;
    padding: 0;
    list-style: none;
}

.gr-map__store-prop > a {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 2px 0;
}

.gr-map__store-amount {
    font-size: 15px;
    color: var(--black-color);
    padding: 12px 0;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 8px;
    margin: 24px 0 0;  
}

.gr-map__store-btn {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 550;
    background-color: var(--orange-color);
    padding: 12px;
    margin: 16px 0 0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1080px) {
    .gr-location__store {
        width: calc(100vw - 30px);
    }
}

@media screen and (max-height: 800px) {
    .gr-location__store {
        height: calc(100vh - 100px);
    }
}

@media screen and (max-width: 768px) {

    .gr-location__store {
        flex-wrap: wrap;
    }

    .gr-location__store-info {
        width: 100%;
        max-width: none;
    }

    .gr-store__selector {
        display: none;
    }

    .gr-location__store-map {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}

@media screen and (max-width: 400px) {
    .gr-location__store {
        width: 100%;
        border-radius: 0;
        height: 100vh;
    }

    .gr-location__store-info {
        height: auto;
    }

    .gr-location__store-map {
        height: 75%;
    }

    .gr-popup-map .gr-modal-container {
        padding: 0;
        height: 100%;
        max-height: none !important;
    }
}