.primary-button {
    background: #0097B2;
    border: 1px solid #0097B2;
}

.primary-button:hover {
    background: #007a94;
    border: 1px solid #007a94;
 }

.primary-button:disabled {
    background: #aaa;
    border: 1px solid #aaa;
 }

.checkout-left-inner {
    .logo-img {
        width: 164px;
        filter: brightness(1.2) contrast(1.1);
        border-radius: 90px;
    }

    .frame-img {
        border-radius: 10px;
    }
}

.thank-you {
    .logo-img-bigger {
        filter: brightness(1.2) contrast(1.1);
        border-radius: 120px;
    }
}

.page-template-checkout-hubl-habit-tpl, .page-template-thank-you-hubl-habit-checkout-tpl {
    height: 100vh;

    #header_w, #footer {
        display: none !important;
    }
}

.page-template-thank-you-hubl-habit-checkout-tpl {
    background: #131317;
}
