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

.recaptcha-wrapper .g-recaptcha {
    transform: scale(0.77);
    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;
}

.footer-link ul li {
    font-family: Urbanist;
    font-size: 17px;
    font-weight: 500;
    line-height: 40%;
    letter-spacing: 0.34px;
    text-transform: capitalize;
}

/* Dark footer (purple background) */
.footer:not(.footer-white-bg) .footer-link ul li {
    color: #ffffff;
}

/* Light footer (white background) */
.footer.footer-white-bg .footer-link ul li {
    color: #2d1b69;
}

#currency-select
{
    background: transparent;
    color: white;
    border: 0px;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -1.44px;
}

@media (max-width: 767px) {
    #policies-col,
    #contact-col {
      margin-top: 20px;
    }
  }
