.post_cart_title{
	font-size: 13px;
}
.btn-delete-item{
	text-decoration: underline;
}


.wp_individual{display: block;}
.wp_corporate, .wp_in_honour_of, .wp_anonymous{display: none;}
.errorMessage{color: red;font-size: 16px;}
.display_nric, .wp-e-card{
	display: none;
}
.note{font-size: 15px;}
.impact-pod-img .no-img{
	height: 100% !important;
}


.mailchimp-error {
    color: #e76868;
    padding-top: 10px;
}
.mailchimp-success {
    color: #11d317;
    padding-top: 10px;
}

.wp_donor_type .form-check{display: inline-block; margin-right: 20px}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none !important;
}
.icon-info{background: white;}
#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-table td img{
    width: 80px;
    height: 80px;
}
.amount-currency{
    position: relative;
}
.amount-currency .currency{
    position: absolute;
    top: 13px;
    left: 22px;
    font-size: 16px;
    color: #231f20;
}
.amount-currency input{
    padding-left: 31px;
}
@media (max-width: 1599.98px) {
    .amount-currency .currency{
        font-size: 13px;
        position: absolute;
        top: 10px;
        left: 22px;
    }
}

@media (max-width: 600px) {
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{
        margin: 8px !important;
    }
    .amount-currency .currency{
        position: absolute;
        top: 10px;
        left: 22px;
        font-size: 13px;
        color: #231f20;
    }
}


form.post-password-form {
    text-align: center;
    margin: 55px 0px;
}

form.post-password-form input[type="submit"] {
    padding: 0px 5px;
}

.post-password-form .text-center.box-form {
    width: 300px;
    margin:  auto;
}

.post-password-form .text-center.box-form label {
    width: 100%;
}

.box_school_name .choices__list--single .choices__item {
    padding: 0px 20px;
    font-size: 13px;
    font-family: var(--fontPrimary);
    letter-spacing: 0px;
}