.multibranch #countryList.show{
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    background-color: #d9d5ca;
    transition: opacity 1s cubic-bezier(0.29, 1, 1, 1) 0s;
}
.multibranch div#countryList .title{
    display: none;
}
.errorpopup .countrieslist {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 0 !important;
    background-color: #d9d5ca;
}
.errorpopup .currencieslist li, .errorpopup .countrieslist li.thecountry, .errorpopup .languagesList li.language{
    padding-left:0px
}
.errorpopup .countrieslist li #flag{
    display: none;
}
@media (min-width: 768px) {
    .errorpopup .countrieslist {
        margin-top: 0 !important;
        max-height: 10000px !important;
    }
}
.errorpopup .countrieslist li.thecountry
 {
    padding: 0;
    width: 190px;
    background-color: #4E4A42;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
    border:1px solid #f1b476
}
.errorpopup .countrieslist li.thecountry:hover{
    background-color: #756F63;
}
.errorpopup{
    zoom: 1!important;
}
.multibranch div#countryList.show::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: unset !important;
    border: none;
    width: 200px;
    height: 114px;
    padding: 0;
    background-image:url('../config/images/cheesecake-logo.png');
    width: 500px;
    height: 400px;
}
@media (max-width: 767px) {
    .multibranch div#countryList.show {
        left:0px!important;
        margin-top:0px!important;
    }

}
.errorpopup .countrieslist{
    max-height: 100vh;
    zoom:1.1;
}
