/* ----colors----- */

:root {
    --green: #00703C;
    --font: 'Poppins', sans-serif;
    --wl-color: #f8f8f8;
    --w-color: #ffffff;
}

#checkout-page .title {
    font-size: 18px;
    font-weight: 300;
}

#checkout-page .shipping-info,
#checkout-page .order-summary {
    box-shadow: 0px 3px 4px 4px #00000023;
    border-radius: 8px;
}

#checkout-page form input {
    height: 50px;
    border-radius: 0px !important;
    font-size: 15px;
}