.mageworx-store-switcher_popup .modal-inner-wrap {
    width: 500px;
    min-height: 300px;
    top: 20%;
}

.mageworx-store-switcher_popup .modal-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.mageworx-store-switcher_popup_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 34px;
}

.mageworx-store-switcher_popup_message{
    width: 400px;
    min-height: 84px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
}
.mageworx-store-switcher_popup_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor:pointer;
    width: auto;
    height: 50px;
    background: #217BC0;
}

.mageworx-store-switcher_popup_button_text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    color: #FFFFFF;
}

.mageworx-store-switcher_popup_close {
    width: 461px;
    height: 20px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2379B8;
}
.mageworx-store-switcher_popup_close_text {

}
