.gm-style .gm-style-iw-c {
    border-radius:0;
    background:#413D34; 
    overflow:hidden;
    padding: 1rem !important;
}
#wpsl-wrap {
    padding:0 50px;
}
.gm-style-iw .gm-style-iw-d {
    overflow:auto !important;
}

#wpsl-gmap .wpsl-info-window {
    min-width:300px;
    font-family:"Poppins",sans-serif;
}

#wpsl-gmap .wpsl-info-window .img_logo {
    max-width:150px;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

#wpsl-gmap .wpsl-info-window .adresse {
    text-align: center;
}

#wpsl-gmap .wpsl-info-window .adresse strong {
    font-size:2rem;
    font-weight:700;
    text-transform:uppercase;
}

#wpsl-gmap .wpsl-info-window strong {
    font-weight:700;
}

#wpsl-gmap .wpsl-info-window .hours {
    display:flex;
    justify-content: center;
}

#wpsl-gmap .wpsl-info-window .hours .today {
    font-weight:700;
}

#wpsl-gmap .wpsl-info-window .hours .wpsl-opening-hours {
    margin-top:1px;
    margin-left:5px;
}

#wpsl-gmap .wpsl-info-window .phone {
    text-align:center;
    margin-top:1rem;
    margin-bottom:1rem;
}

#wpsl-gmap .wpsl-info-window .click_collect,#wpsl-gmap .wpsl-info-window .uber_eats {
    text-align: center;
}

#wpsl-gmap .wpsl-info-window .click_collect a,#wpsl-gmap .wpsl-info-window .uber_eats a {
    color:white;
    text-decoration: none;
    font-weight:700;
}
#wpsl-gmap .wpsl-info-window .click_collect a:hover,#wpsl-gmap .wpsl-info-window .uber_eats a:hover {
    color:#AFCA0B;
}

#wpsl-gmap .wpsl-info-window .action_footer {
    display:flex;
    justify-content: space-around;
}

#wpsl-gmap .wpsl-info-window .action_footer a{
    border: 0 !important;
    border-radius: 3px !important;
    background: #AFCA0B;
    color: white;
    font-weight: 600;
    font-size: 1.7rem;
    width: 47%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 0;
    transition:all 0.5s;
}

#wpsl-gmap .wpsl-info-window .action_footer a:hover {
    opacity:0.8;
}

#wpsl-gmap .wpsl-info-window .action_footer a.btn_facebook {
    background-image:url("../img/facebook.svg");
    background-repeat:no-repeat;
    background-size:2rem;
    background-position:1rem center;
    padding-left:1rem;
}



/* SEARCH */
.wpsl-search {
    background: #413D34;
}

#wpsl-search-wrap form {
    display:flex;
}

#wpsl-search-wrap .wpsl-input {
    width:100%;
    position:relative;
    margin-right:2rem;
}

#wpsl-search-wrap .wpsl-input input {
    display:block;
    width:100%;
    max-width:100%;
    background:url("../img/map-search.svg") #FFFFFF no-repeat;
    background-size: 2rem;
    padding-left: 4rem;
    border: 0;
    border-radius: 0;
    color: #413D34;
    font-size: 1.5rem;
    position:relative;
    font-weight: 500;
    background-position: 1rem center;
    min-height: 4.2rem;
}

#wpsl-search-wrap .wpsl-input:after {
    content:"";
    width:2rem;
    height:2rem;
    background:url("../img/icon_locate.svg") no-repeat;
    background-size:contain;
    display:block;
    position:absolute;
    top:50%;
    right:1rem;
    transform:translate(0,-50%);
}

#wpsl-search-wrap .wpsl-input input::placeholder {
    color:#8E8675;
}

#wpsl-search-btn {
    border: 0 !important;
    border-radius: 0 !important;
    background: #AFCA0B;
    color: white;
    text-transform: uppercase !important;
    min-width: 160px;
    font-weight: 600;
    font-size: 2rem;
    min-height: 4.2rem;
}

.gm-style-iw > button {
    background: white !important;
    opacity: 1 !important;
    top: 0 !important;
    right: 0 !important
}

.pac-container {
    transform: translate(0,-80px);
}

@media screen and (max-width:1024px) {
    #wpsl-search-wrap form {
        display:block;
    }

    #wpsl-wrap {
        padding:0 20px;
    }
}