/* Store Locator Layout */
#wb_store_map {
    width: 100%;
}

.storemap-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.storemap-search-form {
    margin-top: 10px;
    position: relative;
    display: flex;
    margin-left: 40px;
    height: 46.09px;
    width: 40%;
}
.storemap-search-form button {
    height: 100%;
    width: 30%;
    min-width: 80px;
    box-shadow: none !important;
    margin-left: 20px;
    background-color: rgb(0,177,136);
    color: white;
    text-decoration: none;
    font-size: 1em;
}
.storemap-search-form button p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.storemap-search-form button:hover {
    background-color: rgb(0,177,136);
}
.storemap-search-form .MuiInputBase-root {
    height: 100% !important;
}


#postcode-field {
    border-width: 0px;
}


.storemap-page {
    display: flex;
    max-height: 650px;
    align-items: stretch;
}
.storemap-window {
    flex-grow: 1;
}
.storemap-sidebar {
    max-width: 50%;
    height: 650px;
}
/* .storemap-window div div {
    height: 500px;
    width: 700px;
} */


.storemap-sidemenu {
    height: 100%;
    max-height: 650px;
    min-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    font-size: 1.5em;
}
.storemap-sidemenu .storemap-menuitem {
    flex: 1 1 auto;
    font-size: 0.5em;
    text-transform: none;
    text-decoration: none !important;
}
.storemap-menuitem-secondary .menuitem-tradinghours {
    white-space: pre-line;
    margin-top: 10px;
}

.storemap-sidemenu .storemap-menuitem .MuiButton-label {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}

button.storemap-menuitem {
    position: relative;
    box-shadow: none !important;
    text-align: left !important;
    border: rgba(0,0,0,0.1) solid 1px;
    border-left: rgb(233,144,0) solid 10px;
    background-color: white;
    color: black;
    margin-bottom: 10px;
}
button.storemap-menuitem:last-child {
    margin-bottom: 0px;
}
button.storemap-menuitem .MuiButton-label {
    justify-content: flex-start;
}
button.item-selected {
    background-color: rgba(0,0,0,0.05);
    border-left: rgb(0,177,136) solid 10px;
}
.storemap-menuitem-secondary .readmore-button {
    position: absolute;
    right: 5%;
    bottom: 10%;
    padding: 10px;
    background-color: rgb(0,177,136);
}
.storemap-menuitem-secondary .readmore-button a {
    color: white;
}
.storemap-menuitem-name {
    font-weight: bold;
}



@media only screen and (max-width: 600px) {
    .storemap-page {
        flex-direction: column;
        max-height: none;
    }
    .storemap-header {
        justify-content: space-between;
    }
    .storemap-search-form {
        /* flex-wrap: wrap; */
        justify-content: flex-end;
        width: 70%;
        margin-left: 10px;
    }

    .storemap-sidebar {
        max-width: 100%;
        height: 100%;
    }
    .storemap-sidemenu {
        max-height: none;
        margin: 20px 0 0 0;
    }
    .storemap-window > div > div:first-child {
        height: 300px !important;
    }
    .storemap-search-form .MuiTextField-root {
        flex-grow: 1;
        height: 100%;
    }
    .storemap-search-form .MuiButtonBase-root {
        width: 40%;
    }

    /* .storemap-window div div div {
        height: 300px;
    }*/
    /* .storemap-window div div div {
        height: 300px;
    }
    .storemap-window {
        height: 300px;
    } */

    .storemap-window .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        display: none;
    }
    .storemap-window .gm-control-active.gm-fullscreen-control {
        display: none;
    }
    .storemap-window .gm-style .gmnoprint .gm-style-mtc {
        display: none;
    }
    .single-retail-member-section {
        flex-direction: column;
    }

}

/********************** */
.single-retail-member-section {
	display: flex;
	width: 100%;
    margin-top: 16px;
}
.single-retail-member-section h6 {
    border-bottom: rgb(233,144,0) solid 2px;
    display: inline-block;
    margin-bottom: 16px;
}
.single-store-left-pane {
	flex: 1 1 30%;
    margin-bottom: 16px;
}
.single-store-left-pane .trading-hours {
    white-space: pre-line;
    margin-top: 16px;
}
.single-store-right-pane {
	flex: 1 1 70%;
}
#google-map-store {
	height: 600px;
}
