.clear {
    clear: both;
    height: 0;
}
select#store_city {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    padding: 3px 20px 5px 28px;
    background: url(../image/loc-nbw.png) no-repeat 2px center, url(../image/st-w.png) no-repeat right center;
    color: #fff;
    cursor: pointer;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #fff;
}
select#store_city:focus{outline: none;}
option.sc-option {
    color: #313131;
}
.select-store-popup-block {
    display: none;
}
.select-store-popup {
    width: 480px;
    background: url(../image/pp-bg-flowers.png) right top no-repeat, url(../image/bg-burger.png) left bottom no-repeat, #fff;
    padding: 100px 40px 30px;
    text-align: center;
}
.select-store .sdt {
    background: #f3f3f3;
    color: #9a9a9a;
}
.popup-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #db6866;
    margin-bottom: 16px;
    max-width: 400px;
}
.stores-links-popup {
    margin-bottom: 10px;
}
.store-link-popup {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 6px;
    font-size: 18px;
    background: #db6866;
    color: #323232;
    padding: 10px 15px;
    border: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.store-link-popup:hover {
    color: #fff;
    background-color: #e84947;
}
.stores-popup-info {
    background: #fff;
    width: 170px;
    padding: 10px;
    text-align: left;
    border: 2px solid #db6866;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    float: right;
    margin-top: 10px;
}
.store-link {
    margin: 0 6px;
    font-size: 1.15em;
    border-bottom: 1px dotted;
}
.store-link:first-child, .store-link-popup:first-child {
    margin-left: 0px;
}
.store-link:last-child, .store-link-popup:last-child {
    margin-right: 0px;
}
#popup2 {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}
@media (max-width:500px) {
    .select-store-popup {
        width: 320px;
    }
    .store-link-popup {
        display: block;
        margin: 6px 0px;
    }
}