.subscribe {
    margin-top: 0;
}

.map {
    margin: 0 0 0 230px !important;
    width: auto !important;
    height: 500px;
    z-index: 1;
}

.recipes {
    color: #555;
}

.marker {
    display: block;
    padding: 20px;
    background: white;
    text-shadow: none;
}

.store-address b {
    margin-bottom: 5px;
    display: inline-block;
}

.loading-stores {
    position: absolute;
    top: 0px;
    right: 4px;
    color: #000;
    font-size: 10px;
}

.radius {
    margin-top: 15px !important;
    text-shadow: none;
    color: #fff;
    font-size: 12px;
}

.radius a {
    text-decoration: underline;
    color: #fff;
}

.top-section {
    text-shadow: none;
}

.nav.inversed > li {
    text-align: left;
}

.navbar.centered li {
    text-align: center;
}


.navbar.bg-white li a {
    color: #00a5de;
}

.sidebar-address ol::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.sidebar-address ol::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.sidebar-address li br {
    display: none;
}

.sidebar-address ol::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}

.sidebar-address ol {
    position: absolute;
    display: block;
    z-index: 2;
    width: 230px;
    height: 500px;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    list-style: none;
    padding: 0;
}

.sidebar-address ol li {
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.sidebar-address ol li:hover {
    xbackground: #eee url(https://chantalorganics.co.nz//assets/images/icon-map_blue.png) 95% center no-repeat;
    background: #eee;
}

.sidebar-address ol li:first-child {
    font-size: 11px;
    border-bottom: 1px solid #bbb;
    background-color: #ddd;
    text-align: left;
    color: #000;
    line-height: 1.6;
}

.sidebar-address ol li:first-child:hover {
    background-color: #ddd;
    background-image: none;
}

.sidebar-address ol li a {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    color: #555;
    display: block;
    width: 100%;
}

.sidebar-address ol li a:hover,
.sidebar-address ol li:hover a {
    color: #000;
}

.sidebar-address li a strong,
.sidebar-address li a b {
    color: #000;
}

.sidebar-address li a a {
    color: #00a5de !important;
    display: inline;
}

.sidebar-address li a a:hover {
    text-decoration: underline;
    color: #00a5de;
}

.subscribe {
    z-index: 500;
}


.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 15px;
    margin: 0 2px;
    height: 15px;
    background-color: #d8d8d8;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader li {
    border-bottom: 0 !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 3px;
    border: 0;
    font-family: "Open Sans", Arial, sans-serif;
}

.select2-results, .select2-search__field {
	font-family: "Open Sans", Arial, sans-serif;
}

.select2-container .select2-selection--single {
	height: 38px;
    text-align: left;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@media (max-width: 767px) {
    .sidebar-address ol {
        width: 120px;
    }
    .sidebar-address ol li {
        line-height: .9;
    }
    .sidebar-address ol li a {
        font-size: 10px;
        line-height: 1.3;
    }
    .map {
        width: auto !important;
        margin: 0 !important;
    }
}

@media (max-width: 500px) {
    .sidebar-address ol {
        left: 15px;
    }
}
