.zad-log-in {
    color: #456583;
    font-weight: 700;
    font-size: 14px;
}
.zad-warning-prices {
    color: #456583;
    font-weight: 500;
    font-size: 13px;
}

.zad-logged-in-no-membership {
    flex-direction: column;
    display: flex !important;
    white-space: normal;
    min-width: 120px;
}

.product-details-info .zad-log-in {
    color: #456583;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
}

.popover .login-link-instead-price {
    display : none;
}

.login-link-instead-price .regular-button{
    font-size: 13px;
}

@media screen and (max-width: 450px) {
    .login-link-instead-price button{
        width: 150px;
        white-space: normal;
    }
}

/* fix for products table view */
table.products-table ul.product-price .login-link-instead-price {
    display: block !important;
    padding-top: 0px !important;
}
