.map-tooltip {
    padding: 20px 5px 20px 20px;
    width: 190px;
    min-height: 100px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
    font: 400 12px/16px Helvetica, Arial, sans-serif;
    position: relative;
}

.map-tooltip:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 60px;
    width: 0;
    height: 0;
    border-width: 7px 10px;
    border-color: transparent #000 transparent transparent;
    border-color: transparent rgba(0, 0, 0, .85) transparent transparent;
    border-style: solid;
}

.map-tooltip .logo {
    width: 20px;
    height: 29px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.map-tooltip .tooltip-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.map-tooltip .tooltip-addr {
    margin-bottom: 15px;
}

.map-tooltip .tooltip-phone {
    font: 700 16px/20px Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.map-tooltip .tooltip-internet {
    margin-bottom: 2px;
}

.map-tooltip .tooltip-internet a, .map-tooltip .tooltip-internet a:visited {
    text-decoration: none;
    color: #fff;
}

.feedback-open {
    display: inline-block;
    margin-top: 10px;
    margin-right: -4px;
    color: #f3a201;
    border-bottom: 1px #f3a201 dashed;
    cursor: pointer;
    position: relative;
}

.feedback-open:hover {
    color: #ffc552;
    border-bottom: 1px #ffc552 dashed;
}

.feedback-open:active, .map-tooltip .feedback-form button:active {
    top: 1px;
}

.map-tooltip .close-tooltip {
    font: 100 24px/24px Helvetica, Arial, sans-serif;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
}

.map-tooltip .close-tooltip:hover {
    color: #ccc;
}

.map-tooltip .feedback-form {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 250px;
    width: 0;
    overflow: hidden;
    -webkit-transition: .2s width;
    transition: .2s width;
}

.map-tooltip .feedback-form.opened {
    width: 230px;
}

.map-tooltip .feedback-form .inner {
    position: relative;
    width: 190px;
    margin: 20px;
}

.map-tooltip .feedback-form .feedback-form-title {
    color: #333;
    font: 700 14px/18px Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.map-tooltip .feedback-form input[type=text], .map-tooltip .feedback-form textarea {
    width: 174px;
    margin-bottom: 5px;
    padding: 3px 7px;
    border: 1px #ccc solid;
    background-color: #fff;
    font: 300 12px/16px Helvetica, Arial, sans-serif;
}

.map-tooltip .feedback-form select {
    width: 190px;
    padding: 3px 7px;
    margin-bottom: 5px;
    border-radius: 0;
    font: 300 12px/16px Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    position: relative;
    background: url(select_arrow-1.png) no-repeat 170px 10px #fff;
}

.map-tooltip .feedback-form textarea {
    height: 35px;
    margin-top: 2px;
    resize: none;
}

.map-tooltip .feedback-form button {
    font: 400 14px/18px Helvetica, Arial, sans-serif;
    padding: 8px 20px;
    border: none;
    background-color: #f3a201;
    position: relative;
    left: -1px;
    color: #fff;
    cursor: pointer;
}

.map-tooltip .feedback-form .attention {
    position: absolute;
    left: 90px;
    bottom: 6px;
    font: 300 10px/14px Helvetica, Arial, sans-serif;
    color: #333;
}


.stores-screen {
    max-height: 1600px;
    height: 100%;
    top: 0;
    bottom: 100px;
}

.store-locator-subtitle, .store-locator-title {
    font: 300 18px/24px Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    color: #333;
}

.store-locator-subtitle {
    font: 300 14px/18px Helvetica, Arial, sans-serif;
    width: 80%;
}

.store-locator-subtitle a, .store-locator-subtitle a:visited {
    color: #39f;
}

.store-locator-subtitle a:hover {
    color: #146ec8;
}

.store-locator {
    position: relative;
    color: #fff;
    height: 100%;
}

.map-area {
    height: 100%;
    width: 100%;
    min-height: 800px;
    background: #000;
}

.store-search {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    padding: 25px;
    background: #fff;
    z-index: 505;
    color: #000;
    border: 1px #ccc solid;
    border-right: none;
}

.store-locator-form {
    position: relative;
    margin: 10px 0;
}

.store-locator-form input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px #ccc solid;
    background-color: #fff;
    font: 300 12px/24px Helvetica, Arial, sans-serif;
    padding: 0 25px 0 5px;
}

.store-locator-form button[type=submit] {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
    outline: none;
    background: url(/Images/zoom_icon-1.png) no-repeat 0 0;
    background-size: 100%;
}

.store-search-results {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: 165px;
    overflow: auto;
}

.store-search-unit, .store-search-unit:visited {
    display: block;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    color: #000;
    text-align: left;
    -webkit-transition: .15s background-color;
    transition: .15s background-color;
    box-sizing: border-box;
}

.store-search-unit:hover {
    background-color: #efefef;
}

.store-search-unit + .store-search-unit {
    border-top: none;
}

.store-search-unit .store-title {
    font: 300 18px/18px Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    width: 200px;
}

.store-search-unit .store-address {
    font: 300 12px/18px Helvetica, Arial, sans-serif;
    width: 200px;
}

.store-map-wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.pos_info_map_infobox, .pos_info_map_popup_sr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: inline-block;
}

.pos_info_store_name_big {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.pos_info_store_name_medium, .pos_info_store_name_small {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.pos_info_store_name_small {
    font-size: 14px;
}

.pos_info-pink-color_v1 {
    color: #fc007d;
}

.pos_info-pink-color_v2 {
    color: #fa3998;
}

.pos_info_phone_w {
    background: url(phone_w_16x16_v2-1.png) no-repeat left center;
    font-weight: 700;
    white-space: nowrap;
}

.pos_info_email_w, .pos_info_phone_b, .pos_info_phone_w {
    padding: 2px 2px 2px 25px;
    display: block;
}

.pos_info_phone_b {
    background: url(phone_b_16x16_v2-1.png) no-repeat left center;
    font-weight: 700;
    white-space: nowrap;
}

.pos_info_email_w {
    background: url(mail_w_16x16_v2-1.png) no-repeat left center;
    word-wrap: break-word;
}

.pos_info_email_b {
    background: url(mail_b_16x16_v2-1.png) no-repeat left center;
}

.pos_info_email_b, .pos_info_website_b, .pos_info_website_w {
    padding: 2px 2px 2px 25px;
    word-wrap: break-word;
    display: block;
}

.pos_info_website_w {
    background: url(arrow_w_16x16_v2-1.png) no-repeat left center;
}

.pos_info_website_b {
    background: url(arrow_b_16x16_v2-1.png) no-repeat left center;
}

.pos_info_googleplus_b, .pos_info_googleplus_w {
    padding: 2px 2px 2px 25px;
    word-wrap: break-word;
    max-width: 190px;
}

.pos_info_googleplus_w {
    background: url(googleplus_w_16x16_v1-1.png) no-repeat left center;
}

.pos_info_googleplus_b {
    background: url(googleplus_b_16x16_v1-1.png) no-repeat left center;
    display: block;
}

.pos_info_feedback_w {
    padding: 2px 2px 2px 25px;
    background: url(pos_feedback_w_16x16-1.png) no-repeat left center;
}

.pos_info_feedback_b {
    padding: 2px 2px 2px 25px;
    background: url(pos_feedback_b_16x16-1.png) no-repeat left center;
}

.pos_info_email_b a, .pos_info_email_w a, .pos_info_feedback_b a, .pos_info_feedback_w a, .pos_info_googleplus_b a, .pos_info_googleplus_w a, .pos_info_phone_b a, .pos_info_phone_w a, .pos_info_website_b a, .pos_info_website_w a {
    text-decoration: none;
    color: inherit;
}

.pos_info_description_medium {
    font-size: 90%;
    padding: 0 0 10px;
}

.pos_info_description_big {
    padding: 0 0 10px;
}

.pos_info_showonmap_btn {
    background: #fc007d url(pos_info_showonmap_btn-1.png) no-repeat 90% center;
    color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 15px;
    font-size: 14px;
}

.pos_info_showonmap_btn_container {
    margin: 30px 0 0;
}

.b-pointofsale_feedback_form {
    background: #fff;
    padding: 15px;
}

.b-pointofsale_feedback_form, .b-pointofsale_feedback_form input, .b-pointofsale_feedback_form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.b-pointofsale_feedback_form__title {
    color: #3b3b3b;
    margin-bottom: 10px;
}

.b-pointofsale_feedback_form__title_big {
    font-size: 28px;
}

.b-pointofsale_feedback_form__title_medium {
    font-size: 20px;
}

.b-pointofsale_feedback_form__title_small {
    font-weight: 700;
}

.b-pointofsale_feedback_form__title span {
    color: #e9098c;
}

.b-pointofsale_feedback_form__textarea, .b-pointofsale_feedback_form__textbox {
    margin-bottom: 10px;
}

.b-pointofsale_feedback_form__textbox input, .b-pointofsale_feedback_form__textbox select {
    border: none;
    width: 210px;
    height: 24px;
    padding: 0 5px;
    color: #767474;
    background: url(bg_ingry_form_textbox_220x24-1.png) no-repeat;
}

.b-pointofsale_feedback_form__textbox select {
    width: 220px;
    padding: 0;
}

.b-pointofsale_feedback_form__textarea textarea {
    border: none;
    width: 210px;
    height: 50px;
    padding: 5px;
    resize: none;
    color: #767474;
    background: url(bg_ingry_form_textarea_220x50-1.png) no-repeat;
}

.b-pointofsale_feedback_form__button_container {
    overflow: hidden;
}

.b-pointofsale_feedback_form__button_submit {
    float: left;
    width: 100px;
}

.b-pointofsale_feedback_form__button_submit input {
    border: none;
    width: 91px;
    height: 33px;
    color: #fc007d;
    text-transform: uppercase;
    cursor: pointer;
    background: url(bg_ingry_form_button-1.png) no-repeat;
}

.b-pointofsale_feedback_form__button_text {
    float: left;
    font-size: 11px;
    width: 100px;
    color: #9d9d9d;
}

#pos_map_search_pane #search_combo {
    float: left;
    position: relative;
    top: 16px;
    left: 20px;
}

#pos_map_search_pane #search_combo #search_text_box_label {
    font-size: 18px;
    line-height: 40px;
    font-family: "gs";
    color: #fff;
}

#pos_map_search_pane #search_combo #search_text_box {
    width: 320px;
    height: 40px;
    font-family: sans-serif;
    color: #3c3c3c;
    background: #fff;
    margin: 0 0 0 10px;
    padding: 0 30px 0 5px;
    border-radius: 3px 3px 3px 1.3333333333333333px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .07);
    border: 0;
}

.search_text_box-empty {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.search_text_box-notempty {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}

#pos_map_search_pane #search_combo #search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 30px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-align: center;
}

#pos_map_search_pane #search_combo #search_btn img, .pos_map_search_results_btn img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#pos_map_search_pane #search_combo #search_text_box_autocomplete_container {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 355px;
}

#search_text_box_autocomplete_container #search_text_box_autocomplete_list {
    background-color: #fff;
    z-index: 1000;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    max-height: 470px;
    overflow: auto;
    position: relative;
}

#pos_map_search_pane #search_combo #search_text_box_autocomplete_container #search_text_box_autocomplete_list li {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
    position: relative;
}

#pos_map_search_pane #search_combo #search_text_box_autocomplete_container #search_text_box_autocomplete_list li:first-child {
    border-top: 0;
}

#pos_map_search_pane #search_combo #search_text_box_autocomplete_container #search_text_box_autocomplete_list li:last-child {
    border-bottom: 0;
}

#search_text_box_autocomplete_container #search_text_box_autocomplete_list li:hover {
    background-color: #fafafa;
}

.search_text_box_autocomplete_list_li_storename {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.search_text_box_autocomplete_list_selected_item {
    background-color: #fff;
}

.search_text_box_autocomplete_list_selected_item_google #search_text_box_autocomplete_list_item_container {
    font-style: italic;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px;
}

.search_text_box_autocomplete_list_selected_item_pos #search_text_box_autocomplete_list_item_container {
    padding: 10px 45px 10px 20px;
    background-image: url(icons-03-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23px 30px;
}

#pos_map_search_pane #show_pos_map_search_results_btn {
    display: none;
    float: right;
    position: relative;
    top: 11px;
    right: 20px;
    width: 120px;
    height: 43px;
    line-height: 43px;
    padding-left: 40px;
    font-size: 18px;
    background: #3c3c3c url(store-locator.reversearrow-1.png) no-repeat 15px center;
    color: #fff;
    border: 1px solid #a9a9a9;
    cursor: pointer;
}

#pos_map_search_results {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 420px;
    z-index: 100;
    padding: 0 25px;
}

#pos_map_search_results #pos_map_search_results_header {
    height: 68px;
    border-bottom: 1px solid #a9a9a9;
    background: url(store-locator.result-heading-1.png) no-repeat left bottom;
}

.pos_map_search_results_btn_panel {
    display: block;
    position: absolute;
    left: 407px;
    top: 25px;
    z-index: 605;
}

.pos_map_search_results_btn {
    display: block;
    position: relative;
    overflow: hidden;
    height: 38px;
    width: 38px;
    float: left;
    background: #fff;
    text-align: center;
    border: 1px solid #a9a9a9;
}

.pos_map_search_results_share_box {
    display: none;
    border: 1px solid #a9a9a9;
    position: absolute;
    padding: 5px;
    background: #e5e5e5;
    z-index: 110;
}

.pos_map_search_results_share_box_label {
    font-size: 12px;
}

.pos_map_search_results_share_box_input {
    font-size: 12px;
    width: 250px;
    height: 25px;
}

#pos_map_search_results #pos_map_search_results_header #hide_pos_map_search_results_btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
    font-family: "gs";
}

#pos_map_search_results #pos_map_search_results_content_container_outside {
    position: relative;
    border-top: 1px solid #fff;
}

#pos_map_search_results #pos_map_search_results_content_container {
    position: relative;
}

#pos_map_search_results #pos_map_search_results_content {
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

#pos_map_search_results #pos_map_search_results_content li {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
    display: block;
    padding: 10px 25px;
    position: relative;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s;
}

#pos_map_search_results #pos_map_search_results_content li:first-child {
    border-top: 0;
}

#pos_map_search_results #pos_map_search_results_content li:last-child {
    border-bottom: 0;
}

.pos_items_li_first {
    border-top: 0;
}

.pos_items_li_last {
    border-bottom: 0;
}

#pos_map_search_results #pos_map_search_results_content li:hover {
    background-color: #efefef;
}

#pos_map_search_results #pos_map_search_results_content li .pos_map_search_results_content_li_store_name {
    font: 300 18px/18px Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    width: 100%;
}

#pos_map_search_results #pos_map_search_results_content li .pos_map_search_results_content_li_address {
    font: 300 12px/18px Helvetica, Arial, sans-serif;
    width: 200px;
}

.pos_map_search_results_add_info {
    display: none;
    position: fixed;
    top: 100px;
    left: 100px;
    width: 250px;
    min-height: 100px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    z-index: -1;
}

#search_text_box_autocomplete_list_item_container {
    font-style: italic;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 20px;
}

.cluster {
    background-size: 100% auto !important;
}
