.current-store-control {
    background-color: #595655;
    position: absolute;
    left: 10px;
    top: 0px;
    padding: 4px 10px 8px 10px;
}

/*.current-store-control:hover {
    background-color: #595655;
}*/

.current-store-control_city {
    display: inline-block;
    position: relative;
}

.current-store-control_city i {
    background-image: url(/i/geopoint.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;

    display: inline-block;
    width: 11px;
    height: 15px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.current-store-control_store {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}

.current-store-control_store i {
    background-image: url(/i/store.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;

    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.store-choice-popup {
    background-color: #fcfbed;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    text-align: left;

    padding: 20px 28px 26px 28px;
    box-sizing: border-box;

    position: absolute;
    top: 30px;
    width: 590px;
    z-index: 5;
}

.popup_close {
    background-image: url(/i/popup-close.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;

    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
}

.store-choice-popup-store,
.store-choice-popup-city {
    font-size: 14px;
    color: #231916;

    background-repeat: no-repeat;
    border: 0px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);

    display: inline-block;
    box-sizing: border-box;
    width: 210px;
    height: 35px;
    padding-left: 30px;
    transition: 0.5s box-shadow ease;
}

.store-choice-popup-store.invalid,
.store-choice-popup-city.invalid {
    box-shadow: inset 0px 1px 3px rgba(255, 0, 0, 1);
    transition: 0s box-shadow ease;
}

.store-choice-popup-city {
    background-image: url(/i/geopoint.png);
    background-position: 9px 10px;
}

.store-choice-popup-store {
    margin-left: 22px;
    background-image: url(/i/store.png);
    background-position: 9px 10px;
}

.store-choice-popup-apply {
    cursor: pointer;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #413c3b;
    border: 0px solid transparent;

    display: inline-block;
    margin-left: 22px;
    width: 62px;
    height: 35px;
    vertical-align: bottom;
}

.autocomplete-suggestions.store-choice-suggestions {
    border: 0px solid transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    margin-left: 2px;
}

.store-choice-suggestions .autocomplete-suggestion {
    font-size: 14px;
    color: #000000;

    box-sizing: padding-box;
    height: 24px;
    padding-left: 29px;
    padding-top: 3px;
}

.store-choice-suggestions .autocomplete-suggestion strong {
    font-weight: normal;
}

.store-choice-suggestions .autocomplete-suggestion.autocomplete-selected {
    background-color: #f6f5ed;
}

.current-store-confirm {
    color: #231916;
    background-color: #FFFFFF;
    text-align: left;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    height: 30px;
    left: 0px;
    right: 0px;
    top: 30px;
}

.current-store-confirm-cont {
    vertical-align: middle;
    line-height: 29px;
    margin: 0px auto;
    max-width: 1400px;
    min-width: 1024px;
    height: 30px;
}

.current-store-confirm_save {
    color: #FFFFFF;
    background-color: #413c3b;
    border: 0px solid transparent;
    text-transform: uppercase;
    display: inline-block;
    height: 20px;
    margin-left: 11px;
    padding: 0px 7px;
}

#top_stripe_cont .current-store-confirm_change {
    border-bottom: 1px dashed #cf0a37;
    color: #cf0a37;
    text-decoration: none;
    display: inline-block;
    margin-left: 7px;
    padding: 0px 1px;
}

.store-choice-popup_text {
    color: #7e7b7a;
    font-size: 13px;
    margin-bottom: 13px;
}

.store-choice-div1,
.store-choice-div2 {
    display: none;
}

@media screen and (max-width: 600px) {
    .current-store-control {
        left: 0px;
    }

    .store-choice-popup {
        text-align: center;
        padding: 10px 28px 15px 28px;
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .store-choice-div1 {
        display: block;
        height: 15px;
        overflow: hidden;
    }

    .store-choice-popup-apply {
        margin-left: 0px;
    }
}

@media screen and (max-width: 550px) {
    .store-choice-div2 {
        display: block;
        height: 15px;
        overflow: hidden;
    }

    .store-choice-popup-store {
        margin-left: 0px;
    }

    /*#top_login {
        left: auto !important;
        right: 100px;
    }*/
}
