body.blank {
    background: none;
}

body.blank #formLocateStore, body.blank #formLocateStore input {
    margin-bottom: 0;
}

body.blank .content-container {
    margin-top: 0;
    min-width: 0;
}


#contentLocateStore {
    position: relative;
}

#inputLocateStore {
    width: 100%;
    height: 30px;
    padding-right: 105px;
    box-sizing: border-box;
}

#inputLocateStore::-webkit-input-placeholder { font-size: small }
#inputLocateStore::-moz-placeholder { font-size: small } /* firefox 19+ */
#inputLocateStore:-ms-input-placeholder { font-size: small } /* ie */
#inputLocateStore:-moz-placeholder { font-size: small }

#inputLocateStore::-webkit-outer-spin-button,
#inputLocateStore::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

#btnLocateStore {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}



#inputLocateStoreZip {
    float: left;
    width: 32%;
    margin-right: 3%;
    height: 30px;
    box-sizing: border-box;
}

#inputLocateStoreStreet {
    float: left;
    width: 42%;
    margin-right: 3%;
    height: 30px;
    box-sizing: border-box;
}

#btnLocateStoreSplited {
    float: left;
    width: 20%;
    height: 30px;
}


#contentLocateStore .message-box {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: small;
}

#contentLocateStore .closer {
    position: absolute;
    top:2px;
    right: 2px;
    line-height: 1;
    cursor: pointer;
}

#btnGetCurrentPosition {
    float: right;
}


#loaderLocateStore, #loaderGetCurrentPosition {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loaderLocateStore .message, #loaderGetCurrentPosition .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
}


#selectLocateStore .so--template {
    display: none;
}

#selectLocateStore ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#selectLocateStore ul li {
    cursor: pointer;
}

#selectLocateStore ul li:hover {
    background: #dddddd;
}



#contentLocateStore #messagesCookieStore {
    display: block;
}

#contentLocateStore #messagesCookieStore .store-name {
    font-weight: bold;
}

#contentLocateStore #messagesCookieStore .reset-store {
    position: absolute;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
}

#contentLocateStore.content_notice_cookie-accept-google-maps {

}
#contentLocateStore.content_notice_cookie-accept-google-maps .notice_cookie-accept-google-maps {
    width: 100%;
    margin-bottom: 0;
}
#contentLocateStore.content_notice_cookie-accept-google-maps .notice_cookie-accept-google-maps i {
    cursor: pointer;
}
