.recaptcha-wrapper {
    height: 56.41px; 
    overflow: hidden;
}

.recaptcha-wrapper .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
    height: 100%;
    width: 100%;
}


.cart_items {
    max-height: 250px; 
    overflow-y: auto; 
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.cart_items::-webkit-scrollbar {
    display: none; 
}


/* SweetAlert styles */
.swal-title, .swal-text {
    font-family: "Josephine Cosy", sans-serif;
}

/* Button like your .btn-yellow */
.swal-btn-yellow {
    border-radius: 100px !important;
    background: #FFCE3C !important;
    color: #5A3384 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    height: 56px !important;
    padding: 16px 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border: 4px solid #FFCE3C !important;
    transition: all 0.8s !important;
}
.swal2-popup {
    min-height: 180px !important;     
}
.f-font-poppins {
    font-family: 'Poppins', sans-serif !important;
}


.subit .section_title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.subit .section_title:first-child {
    margin-top: 0;
}
