/* #page-header it just included for the examples */


/* Infowindow Roboto font override */

.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a {}

.gm-style-mtc {
    display: none
}

#closestorefinder {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    background-image: url('../../../images/webshop_icons/close.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

#closestorefinder p {
    display: none;
}

.bh-sl-error {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #ae2118;
    font-weight: bold;
}

.bh-sl-container {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    color: #333333;
    text-align: left
}

.bh-sl-container .bh-sl-form-container {
    clear: left;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 100%;
}

.bh-sl-container .form-input {
    float: left;
    margin-top: 3px;
    width: auto;
}

#bh-sl-submit {
    background-color: transparent;
    width: 60px;
    height: 40px;
    float: none;
    display: inline-block;
    background-image: url('../../../images/svg/search.svg');
    background-size: contain;
    background-position: center right;
    display: none;
}

#postcode_select_lijst {
    float: left;
    width: auto;
}

#postcode_select_lijst label {
    float: left;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: .3em;
}

#postcode_select_lijst {
    /*! font-size: 1.5em !important; */
    margin-top: 3px;
    float: left;
    width: auto;
    display: block;
    position: relative;
    margin-left: 10px !important;
}

#postcode_select_lijst .chosen-container {
    font-size: 1em;
    padding: .3em;
    ;
    float: left;
    width: auto !important;
    min-width: 200px;
    height: auto !important;
    line-height: normal !important;
    border: 1px solid #bbb;
}

#postcode_select_lijst .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
}

.bh-sl-container .form-input label {
    font-weight: bold;
}

.bh-sl-container .form-input input,
.bh-sl-container .form-input select {
    /*margin: 0 15px 0 10px;
  padding: 6px 12px;
  line-height: 16px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
    border: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    font-size: 1em;
    padding: .3em .8em;
    font-family: inherit;
}


/*
.bh-sl-container button {
  float: left;
  cursor: pointer;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 1em;
  padding: .3em .8em;
  background: #eee;
  border: 1px solid #eee;
  text-transform: uppercase;
  color: #000;
  white-space: nowrap;

}
*/

.bh-sl-form-container button {
    float: left;
    cursor: pointer;
    height: 2em;
    margin-top: 0px;
    margin-left: 8px;
    background-image: url('../../../images/svg/search.svg');
    background-repeat: no-repeat;
    background-size: 1.8em 1.8em;
    background-position: left center;
    border: 0px;
    opacity: .6;
}

.bh-sl-container button:hover {
    opacity: 1
}

.bh-sl-container .bh-sl-loading {
    float: left;
    margin: 4px 0 0 10px;
    width: 16px;
    height: 16px;
    background: url(../img/ajax-loader.gif) no-repeat;
}

.bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0 100px 0 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    margin: 5px 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: inline;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input {
    display: block;
    float: left;
    margin: 2px 8px 2px 0;
}

.bh-sl-container .bh-sl-map-container {
    clear: left;
    float: left;
    margin-top: 27px;
    height: 530px;
    width: 100%;
    background: #fff;
}

.bh-sl-container .bh-sl-map-container a {
    color: #283583;
    text-decoration: none;
}

.bh-sl-container .bh-sl-map-container a:hover,
.bh-sl-container .bh-sl-map-container a:active {
    text-decoration: underline;
    font-weight: normal;
}

.bh-sl-container .bh-sl-loc-list {
    float: left;
    width: 40%;
    height: 530px;
    overflow-x: auto;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
    display: block;
    clear: left;
    float: left;
    margin: 3% 4%;
    cursor: pointer;
    width: 92%;
    border: 1px solid #ffffff;
    /* Adding this to prevent moving li elements when adding the list-focus class*/
}

.bh-sl-container .bh-sl-loc-list ul li .loc-visual {
    margin: 10px 0 0 6px;
    /* padding-top: .6em; */
    /* padding: 5px; */
    width: 3em;
    height: 3em;
    background: #fff;
    color: #000;
    border-radius: 1.5em;
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: center;
    border: 1px solid #eee
}

.bh-sl-container .bh-sl-loc-list ul li .loc-visual .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    float: left;
    /*margin: 10px 0 0 6px;
  padding: 2px 3px;
  */
    margin: 10px 0 0 6px;
    /* padding-top: .6em; */
    width: 3em;
    height: 3em;
    background: #eee;
    color: #000;
    border-radius: 1.5em;
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: center;
    display: none
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    /* margin-left: 4em; */
    width: calc(100% - 4em);
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-phone {
    font-size: 0.8em;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-info {
    font-size: 0.65em;
    text-transform: uppercase;
    color: #283583;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-info:hover {
    color: #F7323F;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    font-style: italic;
    font-size: 0.7em;
    color: #8e8e8e;
    float: left;
    margin-right: 2%;
    line-height: 1.5em;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid rgba(150, 31, 23, 0.4);
    /*-moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    width: 100%;
    height: 20px;
    position: relative;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    top: 0;
    right: 6px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: bold;
    color: #ae2118;
}

.bh-sl-container .gm-style-iw-d {
    width: auto;
}

.gm-style-iw.gm-style-iw-c {
    width: auto;
}

.bh-sl-container .location {
    width: auto;
}

.bh-sl-container .loc-name {
    /* Picked up by both list and infowindows 
  color: #F7323F;*/
    font-weight: bold;
    font-size: 1em;
    line-height: normal;
    margin-bottom: 0px;
}

.bh-sl-container .location-details {
    display: inline-block;
    width: auto;
    float: left;
    font-size: .8em;
    text-align: center;
}

.bh-sl-container .location-details .loc-logo img {
    width: 90px;
}

.bh-sl-container .location-details .loc-name {
    width: 100% !important;
    padding-left: 0px;
    display: inline-block
}

.bh-sl-container .location-details .loc-category {
    width: 100% !important;
    padding-left: 0px;
    display: inline-block
}
.bh-sl-container .list-content .loc-category {
    display:none;
}
.bh-sl-container .list-content .loc-categoryimages img {
    height: 15px;
    margin-right:10px;
}

.bh-sl-container .location-details .loc-phone {
    margin-top: 7px;
    background-image: url('../../../images/icons/phone_24.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.bh-sl-container .location-details .loc-email {
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-top: 3px;
    background-image: url('../../../images/icons/email_24.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
}

.bh-sl-container .location-openinghours {
    display: inline-block;
    width: auto;
    max-width: 300px;
    float: left;
    font-size: .7em;
    line-height: 1em;
    margin-top: 5px;
    display: none;
}

.bh-sl-container .location-openinghours .dagtijd-wrap {
    width: 100%;
    display: inline-block;
}

.bh-sl-container .location-openinghours .dag-wrap {
    float: left;
    min-width: 35px;
    text-transform: uppercase;
    font-family: "agendamedium";
}

.bh-sl-container .location-openinghours .tijd-wrap {
    float: left;
    display: inline-block;
}

.bh-sl-container .bh-sl-map {
    float: left;
    width: 60%;
    height: 530px;
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}

.bh-sl-container .bh-sl-pagination-container ol li {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    font: bold 14px;
    color: #ae2118;
    text-decoration: underline;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #333333;
    cursor: auto;
    text-decoration: none;
}

.loc-addr,
.loc-addr2,
.loc-addr3 {
    /* font-size: 0.9em; */
    font-size: 0.8em;
    line-height: 0.9em;
}

.loc-directions,
.loc-directions a {
    font-size: 0.8em;
    font-family: "agendamedium";
    text-transform: uppercase;
}

.loc-directions a:hover {
    font-family: "agenda-bold";
    text-decoration: none !important;
}

.loc-info {
    display: none;
}


/* Modal window */

.bh-sl-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url(../img/overlay-bg.png) repeat;
}

.bh-sl-overlay .bh-sl-modal-window {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    /* width divided by 2 */
    margin-top: 60px;
    width: 920px;
    height: 590px;
    z-index: 10010;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 22px;
    /* there's already a margin on the top of the map-container div */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    top: -6px;
    right: -6px;
}

.bh-sl-close-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
    border: 1px solid #000000;
    border-radius: 3px;
    box-shadow: 0 0 3px #656565;
}

@media only screen and (min-width: 758px) {
    .bh-sl-container .bh-sl-loc-list {
        width: 30%;
    }
    .bh-sl-container .bh-sl-map {
        width: 70%;
    }
    .bh-sl-container .location-details {
        /*width: 45%;*/
    }
    .bh-sl-container .location-openinghours {
        width: 55%;
        font-size: .9em;
    }
}