.checkout__mian {
    padding: 4rem 2rem 0 0;
    width: 50%
}

.checkout__mian--header {
    padding: 0
}

@media only screen and (min-width:992px) {
    .checkout__mian {
        padding: 5rem 5rem 0 0
    }
}

@media only screen and (max-width:767px) {
    .checkout__mian {
        width: 100%;
        padding: 3rem 0 0
    }
}


.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ddd;
    color: #555;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    margin: 20px 0;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.google-login-btn:hover {
    background: #f8f8f8;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.google-login-btn img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}























