@media screen and (min-width: 768px){
    .contact-page {
        background-image: url(../images/buy-now-bg.jpg);
    }    
}
.form-wrap_inner {
    max-width: 880px;
    margin: 0 auto;
}
.form-wrap_inner .h2 span {
    color: var(--brown);
    font-size: .6em;
    line-height: .8em;
    display: block;
    margin-bottom: 10px;
    letter-spacing: .03em;
}
.locator-form {
    max-width: 350px;
    margin: 30px auto 0;
}
.locator-form .form-control {
    letter-spacing: .1em;
}
.locator-form .btn {
    width: 100%;
    margin-top: 20px;
}
.onpage_search.online_options {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid var(--brown);
}
.online_store a {
    display: flex;
    flex-direction: column;
    width: 460px;
    margin-top: 40px;
}
.store-icon {
    border: 1px solid var(--brown);
    background: #fff;
    border-bottom: none;
    padding: 20px 0;
}
.online_store a > span {
    display: flex;
    width: 100%;
    justify-content: center;
}
.store-icon img {
    width: 225px;
}
.online_store a > span span {
    display: flex;
    align-items: center;
    font-size: .9em;
    line-height: 20px;
    letter-spacing: 0.04em;
}
.online_store a > span span img {
    height: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.online_store a:hover .btn::before {
    transform: scaleX(1);
    transform-origin: center left;
}
.buynow-results .container {
    background: var(--light-cream);
    max-width: 1200px;
    padding: 0;
}
.buynow-results .overlay-close {
    font-size: 24px;
    background-image: url(../images/arrow-left.svg);
    width: 1em;
    height: 2em;
    left: 1.55em;
    right: auto;
    top: 1.55em;
    transform: none;
}
.leftPanel {
    padding: 45px 45px 45px 85px;
}
.locator-sidebar {
    width: 100%;
}
.locator-map {
    position: relative;
    height: 650px;
}
.map-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.loader {
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.015);
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}
.no-results-found .onpage_search {
    max-width: 350px;
}
.no-results-found .onpage_search img {
    width: 112px;
    margin-bottom: 20px;
}
.result-nav {
    display: flex;
}
.result-nav li {
    width: 50%;
    background: var(--brown);
}
.result-nav li span,
.result-bottom_nav p a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 .5em 2px;
}
.result-nav li span.active,
.result-nav li span:hover {
    background: var(--burgundy);
}
.results-section_top h3 {
    font-size: 14px;
    padding: 5px 0 6px;
    border-bottom: 1px solid var(--brown);
}
.result-bottom_nav h3 {
    display: none;
}
.result-bottom_nav p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-transform: uppercase;
    background: var(--brown);
}
.result-scroll {
    height: 466px;
    overflow: hidden;
    border-bottom: none;
    border-top: none;
}
.single-location {
    font-size: 18px;
    display: flex;
    padding-top: 13px;
}
.single-location:last-child {
    border-bottom: none;
}
.bar-distance {
    width: 5em;
    min-width: 5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 4px;
}
.bar-no {
    font-size: 38px;
    width: 1em;
    height: 1em;
    background: var(--burgundy);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light-cream);
    font-family: var(--ramona);
    border-radius: 50%;
}
.bar-distance p {
    font-size: 1em;
}
.bar-name {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--brown);
    width: 100%;
}
.bar-name h4 {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--burgundy);
    margin: 0;
    line-height: 1em;
}
.bar-name p {
    font-size: .9em;
    color: var(--burgundy);
    margin-top: 6px;
    line-height: 1em;
}
.bar-name p a {
    color: var(--burgundy);
    margin-left: 5px;
    text-transform: uppercase;
}
.gm-style-iw-d h2 {
    text-align: left;
    font-family: var(--calibri);
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 0;
    color: var(--burgundy);
    font-weight: 700;
    text-transform: none;
}
.gm-style-iw-d p {
    font-family: var(--calibri);
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    color: var(--burgundy);
    font-weight: normal;
}
.gm-style-iw-d p .telephone {
    color: inherit;
    margin-right: 4px;
}
.gm-style-iw-d p a {
    color: var(--red);
    text-transform: uppercase;
}
.gm-style .gm-style-iw-c {
    border-radius: 5px !important;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.25);
}
.gm-style .gm-style-iw-t::after {
    box-shadow: none;
    border-left: 1px solid rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    top: 1px;
}
.single-location.active {
    background: var(--cream)
}
.single-location.active .bar-name {
    border-bottom-color: transparent;
}
@media screen and (max-width: 1599px) {
    .form-wrap_inner {
        max-width: 730px;
    }
    .form-wrap_inner .h2 span {
        margin-bottom: 9px;
    }
    .locator-form {
        margin: 25px auto 0;
    }
    .locator-form .form-control {
        height: 54px;
        font-size: 22px;
    }
    .locator-form,
    .no-results-found .onpage_search {
        max-width: 290px;
    }
    .locator-form .btn {
        margin-top: 17px;
    }
    .onpage_search.online_options {
        padding-top: 42px;
        margin-top: 42px;
    }
    .online_store a {
        width: 384px;
        margin-top: 34px;
    }
    .store-icon {
        padding: 17px 0;
    }
    .store-icon img {
        width: 188px;
    }
    .online_store a > span span {
        line-height: 18px;
    }
    .online_store a > span span img {
        height: 11px;
        top: 1px;
        margin-left: 5px;
    }
    .buynow-results .container {
        max-width: 1080px;
    }
    .buynow-results .overlay-close {
        font-size: 20px;
    }
    .leftPanel {
        padding: 38px 38px 38px 71px;
    }
    .locator-map {
        height: 544px;
    }
    .no-results-found .onpage_search img {
        width: 94px;
        margin-bottom: 17px;
    }
    .result-nav li span,
    .result-bottom_nav p a {
        font-size: 14px;
        padding: 0 .5em 2px;
    }
    .results-section_top h3 {
        font-size: 13px;
        padding: 5px 0 5px;
    }
    .result-scroll {
        height: 386px;
    }
    .single-location {
        font-size: 16px;
        padding-top: 10px;
    }
    .bar-distance {
        top: 4px;
    }
    .bar-no {
        font-size: 34px;
    }
    .bar-name {
        padding-bottom: 15px;
    }
    .bar-name p {
        margin-top: 5px;
    }
    .bar-name p a {
        margin-left: 5px;
    }    
}
@media screen and (max-width: 1279px) {
    .contact-page .container {
        padding: 0 100px;
    }
    .buynow-results .container {
        max-width: 900px;
        padding: 0 !important;
    }    
    .locator-form .form-control {
        height: 45px;
        font-size: 18px;
    }
    .locator-form,
    .no-results-found .onpage_search {
        max-width: 260px;
    }
    .onpage_search.online_options {
        padding-top: 34px;
        margin-top: 34px;
    }
    .online_store a {
        width: 300px;
        margin-top: 27px;
    }
    .store-icon {
        padding: 14px 0;
    }
    .store-icon img {
        width: 150px;
    }
}
@media screen and (max-width: 991px) {
    .contact-page .container {
        padding: 0 50px;
    }
    .form-wrap_inner {
        max-width: 480px;
    }
    .locator-form {
        margin: 20px auto 0;
    }
    .locator-form,
    .no-results-found .onpage_search {
        max-width: 210px;
    }
    .onpage_search.online_options {
        padding-top: 25px;
        margin-top: 25px;
    }
    .online_store a {
        width: 230px;
        margin-top: 20px;
    }
    .store-icon {
        padding: 10px 0;
    }
    .store-icon img {
        width: 113px;
    }
    .locator-form .btn {
        margin-top: 14px;
    }
    .online_store a > span span {
        line-height: 14px;
    }
    .online_store a > span span img {
        height: 9px;
        top: 1px;
        margin-left: 4px;
    }
    .buynow-results .container {
        max-width: 780px;
    }
    .buynow-results .overlay-close {
        font-size: 16px;
        left: 16px;
        top: 21px;
    }
    .leftPanel {
        padding: 25px 20px 25px 50px;
    }
    .locator-map {
        height: 448px;
    }
    .no-results-found .onpage_search img {
        width: 75px;
        margin-bottom: 14px;
    }
    .result-scroll {
        height: 324px;
    }
    .single-location {
        font-size: 13px;
        padding-top: 9px;
    }
    .bar-distance {
        top: 3px;
        width: 4.4em;
        min-width: 4.4em;
    }
    .bar-no {
        font-size: 30px;
    }
    .bar-name {
        padding-bottom: 11px;
    }
    .bar-name p {
        margin-top: 4px;
    }
    .locator-form .form-control {
        height: 40px;
        font-size: 16px;
    }    
}
@media screen and (max-width: 767px) {
    .contact-page .container {
        padding: 0 20px;
    }    
    .locator-form .form-control {
        height: 2.8125em;
        font-size: 16px;
    }  
    .locator-form, 
    .no-results-found .onpage_search {
        max-width: 260px;
    }
    .onpage_search.online_options {
        padding-top: 35px;
        margin-top: 35px;
    }
    .online_store {
        width: 100%;
    }
    .online_store a {
        width: 100%;
        margin-top: 20px;
    }
    .overlay.buynow-results {
        position: relative;
        background: no-repeat;
        padding: 0;
        display: none;
        z-index: 100;
    }
    .overlay.buynow-results.active,
    .overlay.buynow-results .v-main,
    .overlay.buynow-results .v-align-middle {
        display: block;
    }
    .overlay.buynow-results .container {
        flex-direction: column-reverse;
    }
    .locator-map {
        height: 300px;
    }
    .result-nav li span,
    .result-bottom_nav p a {
        font-size: 16px;
        padding: 5px .5em 7px;
    }
    .results-section_top h3 {
        font-size: 13px;
        padding: 5px 0 5px;
    }
    .result-scroll {
        height: auto;
    }
    .single-location {
        font-size: 14px;
        padding-top: 10px;
    }
    .single-location:last-child .bar-name {
        border-bottom: none;
    }
    .bar-distance {
        top: 4px;
        width: 4em;
        min-width: 4em;
        left: -4px;
    }
    .bar-no {
        font-size: 30px;
    }
    .bar-name {
        padding-bottom: 13px;
    }
    .bar-name p {
        margin-top: 5px;
    }
    .bar-name p a {
        margin-left: 5px;
    }  
    .leftPanel {
        padding: 0;
    }
    .no-results-found .onpage_search {
        text-align: center;
    }
    .no-results-found .onpage_search img {
        width: 94px;
        margin: 20px auto 24px;
    }
    .back-btn {
        margin-top: 1em;
    }
    .buy-now.hide-overflow {
        overflow: unset;
    }
    .buy-now.hide-overflow .form-wrap_inner > .onpage_search:not(.online_options) {
        display: none;
    }
}
@media screen and (max-width: 767px) and (min-width: 540px) {
    .contact-page .container {
        padding: 0 29px;
    }    
    .locator-form .form-control {
        font-size: 24px;
    }  
    .locator-form, 
    .no-results-found .onpage_search {
        max-width: 375px;
    }
    .onpage_search.online_options {
        padding-top: 51px;
        margin-top: 51px;
    }
    .online_store a {
        margin-top: 29px;
    }
    .locator-map {
        height: 432px;
    }
    .result-nav li span,
    .result-bottom_nav p a {
        font-size: 24px;
        padding: 8px .5em 11px;
    }
    .results-section_top h3 {
        font-size: 19px;
        padding: 8px 0 8px;
    }
    .single-location {
        font-size: 21px;
        padding-top: 15px;
    }
    .bar-distance {
        top: 6px;
        width: 4em;
        min-width: 4em;
        left: -5px;
    }
    .no-results-found .onpage_search img {
        width: 136px;
        margin: 29px auto 35px;
    }
    .store-icon img {
        width: 180px;
    }    
}