.customerNotice {
    text-align: center;
    border: 2px solid #727b44;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 20px;
}


.confirmBox .paymentSectionDate {
    display: none;
}

.footerContainer img[src="/upload/styles/images/footer.png"] {
    content: url(/upload/mt/tfs265/images/footer_fp_white.png);
}

.footerContainer img[src="/upload/styles/images/prop.png"] {
    display:none;
}



#ui-accordion-accordion-panel-0:before {
    content: 'Please note, we do not ship orders on the weekends.';
    font-size: 2rem;
    display: block;
    margin-bottom: 20px;
    color: red;
}