/* Tal: #4761 >> */
#checkout-payment .optIn_checkbox label:after {
   content: "Check the box to sign up to become a Chef Works Insider! New product information, promotions, discounts and more! You can unsubscribe at any time.";
}
/* Tal: #4761 &lt;> */
/* Subscribe disclaimer */
footer .connect-container::after {
    display: block;
    margin: 0 auto 0;
    font-size: x-small;  
    font-style: italic;
}

@media (min-width: 768px) {
footer .connect-container::after {
    content: "By providing your information, you are opting-in to receive emails from Chef Works Canada, Inc. Remember, you can make changes to your preferences (or unsubscribe)";
  margin-bottom: .2em;
}
}

@media (max-width: 767px) {
footer .connect-container::after {
    content: "By providing your information, you are opting-in to receive emails from Chef Works Canada, Inc.";
    max-width: 360px;
    }
}

@media (max-width: 360px) {
footer .connect-container::after {
    content: "By providing your information, you are opting-in to receive emails from Chef Works Canada, Inc.";
    max-width: 320px;
    }
}
/* Tal: #4538 &lt;> */
.wpcf7-form td.label {
  color: black;
}
/* Tal: CWM2-2022 &lt;&lt; */
