
.store-search-block-wrapper .store-search-block-content {
    display: none;
    z-index: 100;
    position: absolute;
    top: 50px;
    left: 0;
}
.block-store-search,
.store-search-form-field {
    display: none;
}
.js .block-store-search {
    display: block;
}

.not-bootstrap .store-search-block-wrapper .fa.fa-chevron-down, #wp_wrapper .store-search-block-wrapper .fa.fa-chevron-down {
    visibility: hidden;
}

a.progress-disabled {
    pointer-events: none;
    cursor: default;
}


/* GB only split store locator and request appointment buttons */
.territory-gb-en .region-store-search .block-store-search,
.territory-au-en .region-store-search .block-store-search,
.territory-nz-en .region-store-search .block-store-search {
    max-width: 345px !important;
}

.territory-gb-en .region-store-search .store-search-block-header-title .fa,
.territory-au-en .region-store-search .store-search-block-header-title .fa,
.territory-nz-en .region-store-search .store-search-block-header-title .fa {
    color: #008945;
    float: right;
    font-size: 20px;
    padding: 2px 0;
    float: none !important;
}

.bootstrap .territory-gb-en .storeLocator .fa-map-marker,
.bootstrap .territory-au-en .storeLocator .fa-map-marker,
.bootstrap .territory-nz-en .storeLocator .fa-map-marker {
    vertical-align: top;
}

.territory-gb-en .storeLocator, 
.territory-gb-en .bookAppointment,
.territory-au-en .storeLocator, 
.territory-au-en .bookAppointment,
.territory-nz-en .storeLocator, 
.territory-nz-en .bookAppointment {
    color: white;
    display: inline-block;
    height: 34px;
    font-family: "Source Sans Pro",Arial,sans-serif;
    font-weight: normal;
}
.territory-gb-en .bookAppointment,
.territory-au-en .bookAppointment,
.territory-nz-en .bookAppointment {
    background-color: #008945;
    padding: 5px 0 !important;
    width: 58%;
    height: 34px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .territory-gb-en .bookAppointment,
    .territory-au-en .bookAppointment,
    .territory-nz-en .bookAppointment {
        position: relative;
        right: 0;
        top: 0;
    }
}
.territory-gb-en .bookAppointment:hover,
.territory-au-en .bookAppointment:hover,
.territory-nz-en .bookAppointment:hover {
    background-color: #006030;
    text-decoration: none;
}
.territory-gb-en .bookAppointment i,
.territory-au-en .bookAppointment i,
.territory-nz-en .bookAppointment i {
    padding-right: 3px !important;
    color: white !important;
    line-height: 20px;
    font-size: initial !important;
    font-size: medium !important;
    padding: 0 0 0 5px !important;
}
.territory-gb-en .storeLocator,
.territory-au-en .storeLocator,
.territory-nz-en .storeLocator {
    background-color: #686868;
    cursor: pointer;
    float: left;
    padding: 5px 0;
    width: 42%;
    text-align: center;
}
.territory-gb-en .storeLocator:hover,
.territory-au-en .storeLocator:hover,
.territory-nz-en .storeLocator:hover {
    background-color: #006030;
    text-decoration: none;
}
.territory-gb-en .storeLocator i,
.territory-au-en .storeLocator i,
.territory-nz-en .storeLocator i {
    color: white !important;
    font-size: initial !important;
    font-size: medium !important;
    line-height: 26px;
    padding: 0 5px 0 0 !important;
}
.territory-gb-en .region-store-search .store-search-block-header-title,
.territory-au-en .region-store-search .store-search-block-header-title,
.territory-nz-en .region-store-search .store-search-block-header-title {
    padding: 0 0px !important;
}
.territory-gb-en .block-store-search .store-search-block-wrapper,
.territory-au-en .block-store-search .store-search-block-wrapper,
.territory-nz-en .block-store-search .store-search-block-wrapper {
    background-color: transparent;
    border: none;
}
.bootstrap .territory-gb-en .block.block-store-search,
.bootstrap .territory-au-en .block.block-store-search,
.bootstrap .territory-nz-en .block.block-store-search {
    top: -4px;
}
.territory-gb-en .block.block-store-search,
.territory-au-en .block.block-store-search,
.territory-nz-en .block.block-store-search {
    top: -5px;
}

@media only screen and (max-width: 992px) {
    .territory-gb-en .store-search-block-wrapper,
    .territory-au-en .store-search-block-wrapper,
    .territory-nz-en .store-search-block-wrapper {
        margin: 3px 0 0 0;
    }
    .bootstrap .territory-gb-en .block.block-store-search,
    .bootstrap .territory-au-en .block.block-store-search,
    .bootstrap .territory-nz-en .block.block-store-search {
        top: 0;
    }
    .bootstrap .territory-gb-en .store-search-block-wrapper,
    .bootstrap .territory-au-en .store-search-block-wrapper,
    .bootstrap .territory-nz-en .store-search-block-wrapper {
        margin-top: 0px;
    }
    .territory-gb-en .region-store-search,
    .territory-au-en .region-store-search,
    .territory-nz-en .region-store-search {
        padding: 0;
    }
    .territory-gb-en .storeLocator,
    .territory-au-en .storeLocator,
    .territory-nz-en .storeLocator, 
    .territory-gb-en .bookAppointment,
    .territory-au-en .bookAppointment,
    .territory-nz-en .bookAppointment {
        line-height: 2.5em;
        height: 48px;
    }
    .bootstrap .territory-gb-en .storeLocator .fa-map-marker,
    .bootstrap .territory-au-en .storeLocator .fa-map-marker,
    .bootstrap .territory-nz-en .storeLocator .fa-map-marker {
        vertical-align: baseline;
    }

}

@media only screen and (max-width: 768px) {
    .territory-gb-en .region-store-search .block-store-search,
    .territory-au-en .region-store-search .block-store-search,
    .territory-nz-en .region-store-search .block-store-search {
        max-width: 100% !important;
    }
    .territory-gb-en .region-store-search,
    .territory-au-en .region-store-search,
    .territory-nz-en .region-store-search {
        padding: 0;
    }
    .territory-gb-en .storeLocator,
    .territory-au-en .storeLocator,
    .territory-nz-en .storeLocator,
    .territory-gb-en .bookAppointment, 
    .territory-au-en .bookAppointment,
    .territory-nz-en .bookAppointment {
        line-height: 2.5em;
        height: 48px;
    }
    .bootstrap .territory-gb-en .storeLocator .fa-map-marker {
        vertical-align: baseline;
    }
}
