.choose-localisation{display:flex;}
.choose-localisation label{
    margin: 0 10px 0 0;
}
.choose-localisation button#submit-eliv-localisation{
    padding: 3px 10px;
    color:#fff;
    font-weight:bold;
    appearance:none;
    background: #a62529;
    border:none;
    text-transform:uppercase;
}
.choose-localisation button#submit-eliv-localisation:hover{
    background: #101e41;
}


.degelivraion-block .block-store .store-info label .title-city{
    color: #a62529;
}
.degelivraion-block .block-store .store-info input {
    opacity: 1;
    top:0;
    left:0;
    position:relative;
    z-index:0;
}

.degelivraion-block .block-store.picked-store{
    z-index:100;
}