﻿.Map [role=dialog] {
    padding: 0;
    border: 1px solid #E5E6E5;
    box-shadow: none;
}

    .Map [role=dialog] [type="button"] {
        top: 0!important;
        left: 0!important;
        outline:none;
    }

.GoogleMapPopup {
    display: inline-block;
    letter-spacing: 0;
    padding: 16px;
    font-family: 'Assistant', Arial, sans-serif !important;
}

    .GoogleMapPopup .Content {
        display: flex;
        flex-direction: column;
    }

        .GoogleMapPopup .Content .Text {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

            .GoogleMapPopup .Content .Text .store-name {
                display: inline-block;
                text-align: right;
                font-size: 18px;
                font-weight: 700;
                color: #27292B;
            }

                .GoogleMapPopup .Content .Text .store-name a {
                    color: #27292B;
                    text-decoration: none;
                }

        .GoogleMapPopup .Content .Logo {
            width: 137px;
            height: 48px;
            margin-bottom: 8px;
        }

        .GoogleMapPopup .Content .Text .StoreDetails {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

            .GoogleMapPopup .Content .Text .StoreDetails .DetailsRow {
                width: 100%;
                text-align: right;
                line-height: 20px;
            }

                .GoogleMapPopup .Content .Text .StoreDetails .DetailsRow .Title {
                    font-size: 13px;
                    font-weight: 700;
                    color: #27292B;
                    display: inline-block;
                }

                .GoogleMapPopup .Content .Text .StoreDetails .DetailsRow .Value {
                    font-size: 13px;
                    font-weight: 500;
                    color: #27292B;
                    display: inline-block;
                }

        .GoogleMapPopup .Content .price-btn {
            text-align: center;
            display: block;
            flex-flow: column;
            width: 182px;
            height: 46px;
            background-color: #DB3A00;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            line-height: 46px;
            font-weight: 600;
            align-items: center;
            justify-content: center;
            margin-top: 5px;
            cursor: pointer;
        }

            .GoogleMapPopup .Content .price-btn .arrow-left {
                background-color: #fff;
                -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow-left-white.svg) no-repeat center;
                mask: url(https://img.zap.co.il/imgs/zapmobile/svg/arrow-left-white.svg) no-repeat center;
                -webkit-mask-size: 18px;
                mask-size: 18px;
                width: 18px;
                height: 15px;
                margin-right: 2px;
                display: inline-block;
                vertical-align: sub;
            }

    .GoogleMapPopup .CloseBtn {
        display: none;
    }
