.elementor-16 .elementor-element.elementor-element-56ecb1d9{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-751aaf87 */.custom-checkout-text td::after{
    content: ", Estimated delivery: 3–5 business days";
        font-weight: 600;
}/* End custom CSS */
/* Start custom CSS */.woocommerce-terms-and-conditions-checkbox-text{
padding:2px 10px;
animation: pulse 2s infinite;
animation-delay: 0s;
}
@keyframes pulse {
  0% {
    /* Start with no visible shadow */
    box-shadow: 0 0 0 0#E80011; 
  }
  70% {
    /* Expand the shadow and make it more transparent */
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); 
  }
  100% {
    /* Fade the shadow completely away */
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); 
  }
}

br, .payment_box{
    display:none !important;
}/* End custom CSS */