<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.blank {
    background: none;
}

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


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


ul.ui-autocomplete {
    z-index: 9999999;
}


#formLocateStore {
    min-width: 600px;
}
@media (max-width: 767px) {
    #formLocateStore {
        min-width: 100%;
    }
}


#formLocateStore #tabs {
    width: 20%;
    display: inline-block;
}
@media (max-width: 767px) {
    #formLocateStore #tabs {
        width: 100%;
        display: block;
    }
}


#formLocateStore #tabs .tab {
    height: 50%;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    #formLocateStore #tabs .tab {
        height: 50%;
        width: calc(50% - 2px);
        display: inline-block;
    }
}
#formLocateStore #tabs.method-count-1 {
    padding-top: 7px;
    padding-bottom: 7px;
}
#formLocateStore #tabs.method-count-1 .tab {
    height: 100%;
}
#formLocateStore #tabs.method-count-2 .tab {
    height: calc(100% / 2);
}
#formLocateStore #tabs.method-count-3 .tab {
    height: calc(100% / 3);
}
#formLocateStore #tabs.method-count-4 .tab {
    height: calc(100% / 4);
}


#formLocateStore #contentLocateStore {
    display: inline-block;
    position: relative;
    width: calc(80% - 4px);
    margin: 0;
}
@media (max-width: 767px) {
    #formLocateStore #contentLocateStore {
        width: 100%;
        display: block;
        margin-left: 0;
    }
}

#inputLocateStoreZip {
    float: left;
    width: 13%;
    margin: 0 2% 0 2%;
    height: 30px;
    box-sizing: border-box;
}

#inputLocateStoreCity {
    float: left;
    width: 22%;
    margin: 0 2% 0 0;
    height: 30px;
    box-sizing: border-box;
}

#inputLocateStoreStreet {
    float: left;
    width: 22%;
    margin: 0 2% 0 0;
    height: 30px;
    box-sizing: border-box;
}

#inputLocateStoreStreetnumber {
    float: left;
    width: 8%;
    margin: 0 2% 0 0;
    height: 30px;
    box-sizing: border-box;
}

#btnLocateStoreSplited {
    float: left;
    width: 23%;
    margin: 0 2% 0 0;
    height: 30px;
}

#btnGetCurrentPosition {
    float: left;
    width: 53px;
    margin: 0 2% 0 0;
}
@media (max-width: 767px) {
    #inputLocateStoreZip {
        width: 38%;
        margin-left: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #inputLocateStoreCity {
        width: 60%;
        margin-right: 0;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #inputLocateStoreStreet {
        width: 60%;
        margin-bottom: 2%;
    }

    #inputLocateStoreStreetnumber {
        width: 38%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    #btnLocateStoreSplited {
        float: none;
        width: 100%;
    }

    #btnGetCurrentPosition + #btnLocateStoreSplited {
        width: calc(100% - 53px - 2%);
    }
}

.hidden-city #inputLocateStoreZip {
    width: 19%;
}

.hidden-city #inputLocateStoreCity {
    display: none;
}

.hidden-city #inputLocateStoreStreet {
    width: 33%;
}

.hidden-city #inputLocateStoreStreetnumber {
    width: 13%;
}

.hidden-city #btnLocateStoreSplited {
    width: 25%;
}
@media (max-width: 767px) {
    .hidden-city #inputLocateStoreZip {
        width: 33%;
        margin-top: 2%;
    }

    .hidden-city #inputLocateStoreStreet {
        width: 43%;
        margin-top: 2%;
    }

    .hidden-city #inputLocateStoreStreetnumber {
        width: 20%;
        margin-top: 2%;
        margin-right: 0;
    }

    .hidden-city #btnLocateStoreSplited {
        float: none;
        width: 100%;
        margin-top: 2%;
    }
}

.only-zip #inputLocateStoreZip {
    width: 69%;
}
.only-zip #inputLocateStoreCity, .only-zip #inputLocateStoreStreet, .only-zip #inputLocateStoreStreetnumber {
    display: none;
}
@media (max-width: 767px) {
    .only-zip #inputLocateStoreZip {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}




#contentLocateStore .message-box {
    display: none;
    position: absolute;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 76%;
    box-sizing: border-box;
    padding: 10px;
    font-size: small;
}
@media (max-width: 767px) {
    #contentLocateStore .message-box {
        width: 100%;
        top: 0;
        margin-top: 2%;
    }
    #contentLocateStore:not(.only-zip):not(.hidden-city) .message-box {
        height: calc(80px + 2% + 4px);
    }
}


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


#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;
    right: 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;
}
</pre></body></html>