.payment-cod .msg {
    background: white;
    color: var(--so-red);
    font-weight: 700;
}

.payment-cod-disabled {
    background-color: var(--so-red) !important;
    -webkit-box-shadow: nset 0 0 0 1px var(--so-red) !important;
    box-shadow: inset 0 0 0 1px var(--so-red) !important;
}

.noshow {
    display: none;
}

.fav-on {
    height: 10px;
    width: 10px;
    background-color: green;
    display: inline-block;
    cursor: pointer;
}

.fav-off {
    height: 10px;
    width: 10px;
    background-color: red;
    display: inline-block;
    cursor: pointer;
}

.remove {
    cursor: pointer;
}

.social-logins {
    /*background: white;*/
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}
.social-logins > * {
    padding: 5px;
    display: inline-block;

}