@charset "utf-8";
/* CSS Document */

/*====== Variable Content ======*/

.notice {
  display: block;
}

.notice:before {
  content: "";
  font-weight: 400;
}

.notice:after {
  content: "";
  margin-bottom: 20px;
}

.box_a_header:after {
  content: "Shipping and Returns";
}

.box_a_content:after {
  content: "We offer FREE shipping throughout mainland UK with options to upgrade to a faster shipping method, and we're more than happy to accept returns up to 30 days after purchase. Unfortunately, we are no longer able to offer any international delivery options via eBay.";
}

.box_b_header:after {
  content: "Have a question?";
}

.box_b_content:after {
  content: "If you have any questions about this or any of our items please don't hesitate to contact us, you can ask a question via the contact form here on eBay and we'll get back to you usually within a business day, or you can visit our website and use our Live Chat service during business hours for a more immediate response.";
}

.sizing:after {
  content: "Sizing charts are provided strictly as guidance only.";
  font-size: small;
  font-style: italic;
}