div.mshop-point-info {
    width: 100%;
    background-color: #476dcf;
}

div.single-wishlist {
    display: flex;
    justify-content: right;
    padding-right: 5px;
}
@media (max-width: 1024px) {
    div.single-wishlist {
        display: flex;
        justify-content: right;
        padding-right: 10px;
    }
}

div.ss_info_msg {
    font-size: 15px;
    
}

div.ss_info_msg {
    color: #29407e;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

div.ss_not_logged_in_msg {
    color: #b41d1d;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

div.ss_login_button_container {
    display: flex;
    justify-content: center;
}
a.ss_login_button {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #e8e3e1;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 35px;
}

a.ss_login_button:hover,
a.ss_login_button:focus {
    background-color: #222;
    color: #fff !important;
}