.store-popup-content {
    width: 450px !important;
}
#store-views-container input[type="radio"] {
    margin: 2px 8px 12px 0 !important;
}
div#store-views-container, div#store-selector,  #store-selector-modal p {
    color: black !important;
}
.store-popup {
    z-index: 99;
}
.store-flag {
    width: 125px !important;
    height: 100px !important;
}
.store-popup .store-option p {
    font-size: 16px;
    margin-top: 10px;
}
.store-popup .store-options {
    display: flex;
    justify-content: space-evenly !important;
    gap: 20px;
    margin-top: 20px;
    align-items: center !important;
}
.store-redirect {
    padding: 10px 20px;
    background: unset !important;
    color: black !important;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: underline;
}
.store-popup button:hover {
    background: #e1e1e1;
    border: unset !important;
    color: unset !important;
}
.store-popup #close-popup {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    font-weight: 100;
}