.wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.gokwik_logo {
    margin-left: 5px !important;
}

@media (max-width: 767px) {
    .gokwik_logo {
        width: 40px !important;
    }
}

@media (max-width: 299px) {
    .gokwik_logo {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .wc-proceed-to-checkout .checkout-button {
        height: 46px !important;
    }
}