.mapShop{position:relative;width:100%;height:500px}.mapShop.loader{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid #2a3d98;width:60px;height:60px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ol-popup{position:absolute;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);padding:20px 5px;border-radius:4px;border:1px solid #ccc;bottom:12px;left:-150px;min-width:300px;font-family:Catamaran,sans-serif}.ol-popup .hide{display:none}.ol-popup .popup-content .shop-name{background-color:#2a3d98;font-size:16px;padding:16px;color:#fff}.ol-popup .popup-content .shop-wrapper{display:flex;justify-content:flex-start;align-items:center;padding-top:10px}.ol-popup .popup-content .shop-wrapper .shop-data{flex:0 1 auto;width:100%;padding-right:10px;overflow:hidden;overflow-wrap:break-word}.ol-popup .popup-content .shop-wrapper .shop-data .shop-address{margin:5px 0}.ol-popup .popup-content .shop-wrapper .shop-data .description{margin:5px 0}.ol-popup .popup-content .shop-wrapper .shop-data .shop-link{margin:3px 0}.ol-popup .popup-content .shop-wrapper .shop-data .shop-link a{text-decoration:underline;color:#747474 !important}.ol-popup .popup-content .shop-wrapper .shop-image{flex:0 0 auto}.ol-popup .popup-content .shop-wrapper .shop-image img{width:100px;height:auto}.ol-popup:after,.ol-popup:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ol-popup:after{border-top-color:#fff;border-width:10px;left:150px;margin-left:-10px}.ol-popup:before{border-top-color:#ccc;border-width:11px;left:150px;margin-left:-11px}.ol-popup-closer{text-decoration:none!important;position:absolute;top:2px;right:3px}.ol-popup-closer:after{content:"✖"}