/* Start Open Street Map */
.ol-geocoder.gcd-txt-container {
    height: 50px;
    left: 0;
    top: -55px;
    width: 100%;
}
.ol-geocoder .gcd-txt-control {
    height: 100%;
    border: none;
}
.ol-geocoder .gcd-txt-input {
    font-size: 14px;
    line-height: 48px;
    padding: 0 15px;
    color: #0e0e0e;
    height: 50px;
    width: 100%;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-family: Roboto;
    outline: none;
    text-indent: 0;

}
.ol-geocoder .gcd-txt-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #0e0e0e;
}
.ol-geocoder ul.gcd-txt-result {
    width: 100%;
    max-height: 200px;
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    top: 50px;
    left: 0;
    border: 1px solid #0e0e0e;
    font-size: 12px;
    margin-top: -1px;

}
.ol-geocoder ul.gcd-txt-result>li {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
}
.ol-geocoder ul.gcd-txt-result>li:nth-child(odd) {
    background-color: #fff;
}
.ol-geocoder ul.gcd-txt-result>li>a {
    font-family: Comfortaa;
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    color: #999;
    padding: 8px 10px;
}
.ol-unselectable, .ol-viewport {
    overflow: visible!important;
}
.ol-geocoder ul.gcd-txt-result>li>a:hover {
    background-color: #fafafa;
}


.map-padding-top {
    padding-top: 55px;
}
.map-checkout .ol-geocoder.gcd-txt-container {
    display: none;
}
.ol-geocoder .gcd-txt-glass,
.ol-geocoder .gcd-txt-reset {
    display: none;
}
.ol-control button {
    width: 22px;
    height: 22px;
    font-size: 16px !important;
}
.ol-zoom {
    top: 5px;
    left: 5px;
}
.ol-attribution {
    bottom: 5px;
    right: 5px;
}
/* End Open Street Map */


.slide-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 674px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 103px;
}
@media (max-height: 700px) and (min-width: 992px) {
    .slide-bg {
        min-height: auto;
        height: calc(100vh - 203px);
    }
}
@media (max-width: 1199px) {
    .slide-bg {
        min-height: auto;
        height: calc(100vh - 203px);
    }
}

#map-markers.active {
    opacity: .9;
    visibility: visible;
}

#map-markers {
    width: initial/*200px*/;
    background: #fff;
    padding: 5px 10px;
    text-align: center;
    -webkit-box-shadow: 1px 2px 4px rgba(0,0,0,.2);
    box-shadow: 1px 2px 4px rgba(0,0,0,.2);
    font-size: 12px;
    line-height: 18px;
    color: #333;
    opacity: 0;
    visibility: hidden;
    left: -50%;
    position: relative;
    margin-top: -90px;
    border-radius: 8px;
}
#map-markers > p{margin: 0}
.map-wrapper{height: 300px; overflow: hidden;position: relative;}
@media (max-width: 767px) {
    .map-wrapper {height: 200px;}
    /*.map-wrapper.map-checkout {pointer-events: none;}*/
}
.map-preload{position: relative;}
.map-preload .ajax-preloader{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,.4);}
.map-preload.active .ajax-preloader{display: flex;}
.error-message{position: relative; font-size: 14px; color: rgba(212, 0, 0, 0.6); border: 1px solid rgba(212, 0, 0, 0.3); padding: 15px 15px 15px 50px; margin-top: 15px; display: none; margin-bottom: 20px;}
.error-message img{position: absolute; top: 50%; left: 15px; width: 24px; height: 24px; display: block; margin-top: -12px;}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .06);
    padding: 20px 0
}
.ui-menu {
    z-index: 4;
}

.ui-menu-item {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    color: #676767;
    font-weight: 400;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ui-menu-item div {
    display: block;
    padding: 0 20px
}

.page-template-page-account ul.ui-autocomplete{
    z-index: 999;
}

.success-message{
    position: relative;
    font-size: 14px;
    color: rgb(115 190 114);
    border: 1px solid rgb(158 209 155);
    padding: 15px;
    margin-top: 15px;
    display: none;
    margin-bottom: 20px;
}