header {
  background-color: rgba(40, 40, 40, 0.97);
}

.main_nav {
  background-color: rgba(40, 40, 40, 0.97);
  /* overflow-y: scroll; */
}
.main_nav li.has_sub_nav {
  position: relative;
}
.main_nav li.has_sub_nav a {
  width: calc(100% - 60px);
}
.main_nav li.has_sub_nav.open::after {
  background-image: url("/assets/images/arrow-up-solid.svg");
}
.main_nav li.has_sub_nav::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background-image: url("/assets/images/arrow-down-solid.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position-y: 15px;
  background-position-x: 21px;
  cursor: pointer;
  -webkit-transition: 500ms ease transform;
  transition: 500ms ease transform;
}

ul.sub_nav {
  margin: 0 0 0 20px;
  display: none;
}

#overlay a.product_title_link:hover {
  cursor: default;
  color: #2d2d2d;
}
#overlay a.product_allergen_link:hover {
  cursor: default;
  color: #2d2d2d;
}

input[type=submit] {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}

a.btn {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}

.quantity_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e9e9e9;
  border: 2px solid #e9e9e9;
  margin-bottom: 10px;
}
.quantity_buttons input[type=button] {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  font-size: 2.4em;
  width: 25%;
  background-color: white;
  border-radius: 0;
  padding: 0;
}
.quantity_buttons input[type=number] {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  font-size: 2.4em;
  width: 25%;
  background-color: white;
  border-radius: 0;
  padding: 0;
  width: 50%;
  background-color: transparent;
}

.basket .quantity_buttons {
  margin-bottom: 0;
}
.basket .quantity_buttons input[type=button] {
  font-size: 1.8rem;
}
.basket .quantity_buttons input[type=number] {
  font-size: 1.8rem;
}
.basket ul.info_box {
  display: none;
  margin: 0 0 0 0;
}
.basket .basket_total {
  text-align: right;
}
.basket .basket_total_title {
  text-align: right;
}
.basket .checkout_button {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  display: inline-block;
}

#overlay_content .product_grid_item {
  margin: 0 auto;
  max-width: 700px;
  padding: 0px 15px 30px 15px;
}
#overlay_content .product_image {
  margin-left: -15px;
  margin-right: -15px;
}

.checkout #sticky_footer {
  display: none;
}

.order-confirmation #sticky_footer {
  display: none;
}
.order-confirmation .order_summary {
  border-bottom: none;
  margin-bottom: 0;
}

#sticky_footer {
  color: #888;
  background-color: rgba(255, 255, 255, 0.97);
}
#sticky_footer button.checkout_button {
  margin-top: 16px;
  font-size: 2rem;
  display: block;
  width: 100%;
}
#sticky_footer .minimum_order {
  margin-top: 28px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  text-align: right;
}
#sticky_footer .minimum_order em.imum {
  font-style: normal;
  display: none;
}
#sticky_footer .sticky_basket_plus_delivery {
  font-size: 1.4rem;
  margin-top: -0.3em;
}
#sticky_footer .sticky_basket_collect {
  font-size: 1.4rem;
  margin-top: -0.3em;
}

a.basket_summary {
  color: inherit;
  text-decoration: none;
  display: block;
  background-image: url(/assets/images/bag-green.svg);
  background-size: 1em auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  font-size: 22px;
}

.basket_total_title {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.basket_total {
  font-weight: 600;
  font-size: 3rem;
  color: #83a948;
  margin-top: -0.3em;
}

.sticky_basket_collect {
  display: none;
}

.basket_product_price {
  color: #83a948;
}

.info_box_button {
  margin-top: 0.5em;
}
.info_box_button span {
  background-color: #282828;
  background-image: url(/assets/images/icon-allergens.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  color: white;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 1.2rem;
  border-radius: 0.25em;
  cursor: pointer;
}

ul.info_box {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 0 0;
}
ul.info_box li {
  background-image: url(/assets/images/icon-allergens-dark.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  padding: 0.25em 0.5em 0.25em 1.3em;
  border-radius: 0.25em;
  font-weight: 600;
}

.allergens_label {
  background-color: #282828;
  background-image: url(/assets/images/icon-allergens.svg);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  color: white;
  display: inline-block;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 1.2rem;
  border-radius: 0.25em;
  cursor: pointer;
}

.basket_checkout {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 30px;
}

.home_header {
  position: relative;
  height: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(215, 215, 215, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.home_header h1, .home_header p.carousel_title {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1em;
  text-align: left;
  padding: 0.5em 2em 0.5em 0;
  margin: 0;
}

.home_header h2, .home_header p.carousel_sub_title {
  font-weight: 200;
  font-size: 2.4rem;
  text-align: left;
  padding: 0 1em 0 0;
  margin: 0;
}

  .home_header p.carousel_title.dark, .home_header p.carousel_sub_title.dark, .home_header a.dark {
    color: #000;
  }

  .home_header p.carousel_title.light, .home_header p.carousel_sub_title.light, .home_header a.light {
    color: #fff;
  }

.home_header h3 {
  font-weight: 200;
  font-size: 6vw;
  text-align: center;
  padding: 0 1em;
  margin: 0;
  font-size: 5vw;
  margin-bottom: 0.5em;
}
.home_header p {
  text-align: center;
  font-size: 1.8rem;
}
.home_header .button button {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.25em 1.5em 0.25em 0.75em;
  background-color: #2e2e2e;
  background-color: rgba(46, 46, 46, 0.9);
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 0.8em 0.8em;
  background-position: right 0.4em center;
  width: auto;
  background-repeat: no-repeat;
}
.home_header button.button {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.25em 1.5em 0.25em 0.75em;
  background-color: #2e2e2e;
  background-color: rgba(46, 46, 46, 0.9);
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 0.8em 0.8em;
  background-position: right 0.4em center;
  width: auto;
  background-repeat: no-repeat;
}
.home_header input[type=submit] {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.25em 1.5em 0.25em 0.75em;
  background-color: #2e2e2e;
  background-color: rgba(46, 46, 46, 0.9);
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 0.8em 0.8em;
  background-position: right 0.4em center;
  width: auto;
  background-repeat: no-repeat;
}
.home_header form {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.home_header input[type=text] {
  -webkit-appearance: none;
  display: block;
  background-color: white;
  font-size: 1.6rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 1em;
  text-align: center;
  width: 100%;
}
.home_header input[type=email] {
  -webkit-appearance: none;
  display: block;
  background-color: white;
  font-size: 1.6rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 1em;
  text-align: center;
  width: 100%;
}

.home_header.blurred::before {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.home_header_text {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.home_header_text img {
  max-width: 900px;
}

.home_header_text .slick_panel,
.home_header_text .slick_panel .slick-list,
.home_header_text .slick_panel .slick-list .slick-track {
  height: 100%;
}

.slick-dots {
  bottom: 50px;
}

.home_header_text .slick_slide {
  display: block;
  height: 100%;
}

  .home_header_text .slick_slide .container_fixed {
    margin-top: 10%;
  }

  .white_text h3, .white_text h4,
  .white_text .carousel_title, .white_text .carousel_sub_title {
    color: #fff;
  }

@media (min-width: 768px) {
    .home_header_text .slick_slide .container_fixed .carousel_title,
    .home_header_text .slick_slide .container_fixed .carousel_sub_title {
      padding-left: 0;
    }
    .home_header_text .slick_slide .container_fixed .carousel_title {
      font-size: 5.7vw;
      padding: 0.25em 0;
    }
    .home_header h2, .home_header_text .slick_slide .container_fixed .carousel_sub_title {
        font-size: 2.4rem;
        padding: 0.25em 0;
    }
}

@media (min-width: 1060px) {
    .home_header_text .slick_slide .container_fixed .carousel_title {
      font-family: "Playfair Display";
      font-size: 4.8rem;
      font-weight: 600;
      line-height: 1.2em;
      max-width: 60%;
      padding: 0 2em 0 0;
    }
    .home_header_text .slick_slide .container_fixed .carousel_sub_title {
      padding-left: 0;
    }
    .home_header_text .slick_slide .container_fixed .carousel_sub_title {
      /* font-family: "Playfair Display"; */
      font-size: 2.4rem;
      /* font-weight: 600; */
      margin-top: 20px;
      text-align: left;
      padding-left: 0;
    }
}

.collection_or_delivery_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 15px 15px;
}
.collection_or_delivery_choice .button button {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.25em 1.5em 0.25em 0.75em;
  background-color: #2e2e2e;
  background-color: rgba(46, 46, 46, 0.9);
  background-image: url(/assets/images/arrow-right.svg);
  background-size: 0.8em 0.8em;
  background-position: right 0.4em center;
  width: auto;
  background-repeat: no-repeat;
}
.collection_or_delivery_choice a {
  display: block;
  width: 32%;
}
.collection_or_delivery_choice button {
  display: block;
  width: 100%;
  text-align: center;
}

.button.icon button {
  padding: 4em 1em 0.5em 1em;
  background-size: auto 3em;
  background-position: top 0.75em center;
  text-align: center;
  width: 100%;
}

.button.icon.collection button {
  background-image: url(/assets/images/icon-collection.svg);
}

.button.icon.delivery button {
  background-image: url(/assets/images/icon-delivery.svg);
}

.button.icon.posted button {
  background-image: url(/assets/images/icon-post.svg);
}

.postcode_results > .success {
  text-align: center;
}
.postcode_results > div {
  display: none;
}
.postcode_results > .initial {
  display: block;
}

.basket_postcode_success {
  text-align: center;
  display: none;
}
.basket_postcode_success button {
  display: inline-block;
}

#delivery_dates {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.slick_slide_constrained {
  margin: 0 auto;
  max-width: 540px;
}

.loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url(/assets/images/loader.svg);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

.loader.basket_postcode_loader {
  width: 100%;
}

.basket_postcode_result {
  min-height: 60px;
}
.basket_postcode_result p {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}

.basket_postcode_sorry {
  display: none;
}
.basket_postcode_sorry h3 {
  margin-bottom: 0;
}
.basket_postcode_sorry input {
  width: 100%;
  text-align: center;
  padding: 5px;
}

.basket_postcode_loader {
  display: none;
}

.basket_postcode_form {
  display: none;
  background-color: #e9e9e9;
  padding: 15px;
}
.basket_postcode_form > input {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.basket_postcode_form > p {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.basket_postcode_form > p button {
  width: 100%;
  margin-top: 15px;
}
.basket_postcode_form button {
  background-color: #282828;
}

.zone_postcode_only {
  display: none;
}

.no_zone_postcode_only {
  display: block;
}

.checkout_header {
  text-align: center;
  padding: 4em 0;
}
.checkout_header h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  font-weight: 600;
}

.main_body h2 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
}

.input_field {
  width: 100%;
  border: 1px solid #D8D8D8;
  padding: 10px 20px;
  margin: 10px 0;
}

textarea.input_field {
  font-size: 1.6em;
}

.input_half {
  margin-top: 0;
  display: inline-block;
  width: calc(50% - 5px);
}

.input_half.right {
  margin-left: 8px;
}

.input_field.error {
  border-color: #de0000;
}

.error_text {
  color: #de0000;
  font-weight: bold;
  font-size: 14px;
}

.success_text {
  color: #de0000;
  font-weight: bold;
  font-size: 14px;
  color: #83a948;
}

.checkout_element {
  border: 1px solid #D8D8D8;
  border-bottom: none;
  position: relative;
}
.checkout_element:not(.inactive) .checkout_element_summary {
  display: none;
}
.checkout_element:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}

.application_element {
  border: 1px solid #D8D8D8;
  border-bottom: none;
  position: relative;
}
.application_element:last-of-type {
  border-bottom: 1px solid #D8D8D8;
}
.application_element select.input_field {
  color: #2d2d2d;
  font-family: "Source Sans Pro";
  font-size: 1.6em;
}
.application_element select:invalid {
  color: #757575;
}
.application_element select option:disabled {
  color: #757575;
}

.checkout_element_header {
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout_element_header h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  margin: 10px 0;
}

.checkout_element_header p { font-size: 1.8rem; }

.application_element_header {
  border-bottom: 1px solid #D8D8D8;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout_element_inner {
  width: 100%;
  padding: 2rem 20px;
  max-width: 540px;
  margin: 0 auto;
}
.checkout_element_inner .btn_primary {
  margin-top: 20px;
}

.application_element_inner {
  width: 100%;
  padding: 2rem 20px;
  max-width: 540px;
  margin: 0 auto;
}
.application_element_inner .btn_primary {
  margin-top: 20px;
}

.checkout_element_summary.active {
  width: 100%;
  padding: 2rem 20px;
  max-width: 540px;
  margin: 0 auto;
}

.checkout_element_summary p {
  margin: 0;
}
.checkout_element_summary .first_name {
  display: inline-block;
  margin-right: 0.3em;
}
.checkout_element_summary .last_name {
  display: inline-block;
  margin-right: 0.3em;
}

.checkout_element_inner p {
  font-size: 1.8rem;
}

.checkout_subheading, p.checkout_subheading {
  font-family: "Playfair Display";
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1em 0;
  text-align: center;
}

.application_subheading {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0;
}

.required_field_message {
  display: block;
  font-size: 12px;
  color: #717171;
}

.checkout_element.inactive {
  opacity: 0.6;
}
.checkout_element.inactive .checkout_element_inner {
  display: none;
}

.application_element.inactive * {
  opacity: 0.8;
}
.application_element.inactive .application_element_inner {
  display: none;
}
.application_element.inactive .application_element_header {
  border-bottom: none;
}

#company_type_heading_two {
  margin-top: -20px;
  text-align: center;
}

.element_loading {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}

.btn_primary {
  background-color: #83a948;
  display: inline-block;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
}

.fake_radio_wrapper {
  padding: 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hidden_radio {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.hidden_radio:checked + label {
  background-color: #83a948;
  border-color: transparent;
  background-image: url(/assets/images/tick.svg);
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.fake_radio {
  min-width: 24px;
  min-height: 24px;
  border-radius: 24px;
  border: 1px solid #D8D8D8;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.confirmation_details_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.confirmation_details * {
  text-align: left;
}
.confirmation_details .checkout_subheading {
  margin-bottom: 5px;
}

.promo_code_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo_code_wrapper button {
  margin: 10px 0 10px 10px !important;
  width: calc(40% - 10px);
}

.order_summary {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

.order_summary_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px 0;
}

.order_summary_image {
  width: 30%;
  margin-right: 5%;
}
.order_summary_image img {
  max-width: 100%;
}

.order_summary_product_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.order_summary_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
  margin-top: 20px;
}

#card_element {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid #D8D8D8;
}

#delivery_options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  padding-bottom: 20px;
}
#delivery_options .slick-list {
  width: 100%;
}
#delivery_options .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#delivery_options .arrow {
  cursor: pointer;
  display: none;
}

#collection_timeslots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  padding-bottom: 20px;
}
#collection_timeslots .slick-list {
  width: 100%;
}
#collection_timeslots .slick-track {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery_hidden {
  opacity: 0;
}

.collection_hidden {
  opacity: 0;
}

.collection_hidden_hard {
  display: none;
}

.date_slider_arrow {
  position: absolute;
  bottom: 0;
  font-size: 1.4rem;
}

.date_slider_arrow.earlier {
  left: 10px;
}

.date_slider_arrow.later {
  right: 10px;
}

.slick-disabled.date_slider_arrow {
  opacity: 0.5;
}

.delivery_option {
  background: #fff;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 30%;
  margin: 10px;
}
.delivery_option span {
  display: block;
}
.delivery_option span.formatted_date {
  display: none;
}
.delivery_option span.day {
  font-size: 1.8rem;
}
.delivery_option span.date {
  font-size: 1.5rem;
}
.delivery_option span.times {
  font-size: 1.2rem;
}

.collection_timeslot {
  background: #fff;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 30%;
  margin: 10px;
}
.collection_timeslot span {
  display: block;
}
.collection_timeslot span.formatted_date {
  display: none;
}
.collection_timeslot span.times {
  font-size: 1.2rem;
}

.delivery_option.chosen {
  border-color: #83a948;
  background: #83a948;
  color: #fff;
}

.collection_timeslot.chosen {
  border-color: #83a948;
  background: #83a948;
  color: #fff;
}

.delivery_option.not_chosen {
  border-color: #aaa;
  color: #aaa;
}

.collection_timeslot.not_chosen {
  border-color: #aaa;
  color: #aaa;
}

.containerFixed {
  width: 100%;
  max-width: 1530px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.textOnlyContainer p { margin-top: 0; }

.layout_standard {
  width: 100%;
  padding: 0 50px;
}

.standard_header {
  width: 100%;
  padding: 0;
  text-align: center;
}
.standard_header h1 {
  width: 100%;
  display: block;
  /*font-size: 6.4rem; */
  font-size: 4.8rem;
  font-weight: 600;
  padding: 0.5em 1em;
  line-height: 1em;
  margin: 0;
  text-align: center;
  font-family: "Playfair Display";
}

.page_intro p {
  margin: 0.5em 0;
}

.image_header {
  min-height: 23.4375vw;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.image_header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(215, 215, 215, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header_text {
  position: relative;
  z-index: 2;
}

.containerFixed.layout_standard {
  font-size: 1.2em;
}
.containerFixed.layout_standard p {
  font-size: 1.6em;
  line-height: 1.4em;
}

.contentBlock {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contentBlock > .textOnlyContainer > .containerFixed > .row > .col-xs-12 {
  width: 100%;
}

.contentBlock.extraPadding {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contentBlock.whitespace {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contentBlock.light {
  background-color: #eee;
  background-color: #eee;
}

.contentBlock.dark {
  background-color: #2d2d2d;
  background-color: #31648A;
}
.contentBlock.dark * {
  color: #FFF;
  color: #FFF;
}
.contentBlock.dark select * {
  color: #2d2d2d !important;
  color: #4A4A4A !important;
}

.textImageSideBySideContainer {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  margin: 0 auto;
}
.textImageSideBySideContainer .image {
  position: relative;
  min-height: 120px;
  margin: 50px 0;
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 120px;
  margin: 50px 0;
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;
}
.textImageSideBySideContainer h2 {
  text-align: center;
  text-align: center;
}
.textImageSideBySideContainer .imageInner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.textImageSideBySideContainer .imageInner a {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
.textImageSideBySideContainer p.buttonContainer {
  text-align: center;
  text-align: center;
}

.textIconSideBySideContainer {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  margin: 0 auto;
}
.textIconSideBySideContainer .icon {
  position: relative;
  min-height: 120px;
  margin: 50px 0;
  position: relative;
  min-height: 120px;
  margin: 50px 0;
}
.textIconSideBySideContainer .iconInner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  background-size: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  background-size: contain;
  border-radius: 0;
}
.textIconSideBySideContainer .iconInner a {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

.textVideoSideBySideContainer {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  margin: 0 auto;
}
.textVideoSideBySideContainer .videoContainer {
  position: relative;
  min-height: 120px;
  margin: 50px 0;
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 120px;
  margin: 50px 0;
  min-height: 200px;
  margin-left: -15px;
  margin-right: -15px;
}
.textVideoSideBySideContainer h2 {
  text-align: center;
  text-align: center;
}
.textVideoSideBySideContainer p.buttonContainer {
  text-align: center;
  text-align: center;
}
.textVideoSideBySideContainer .videoCaption {
  display: none !important;
  display: none !important;
}

.textOnlyContainer {
  max-width: 100%;
  margin: 0 auto;
  /* max-width: 1100px; */
  margin: 0 auto;
}
.textOnlyContainer p.buttonContainer {
  text-align: center;
  text-align: center;
  margin-top: 3em;
}

.contentBlock.text ul {

}
.contentBlock.text ul li {
  /* background-image: url(/assets/images/bullet.svg); */
  background-repeat: no-repeat;
  background-position: 0em 0.5em;
  padding-left: 1em;
  background-size: 0.5em 0.5em;
  background-image: url(/assets/images/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0em 0.5em;
  padding-left: 1em;
  background-size: 0.5em 0.5em;
}

.contentBlock.text.packagesBlock ul li {
  background-image: url(/assets/images/tick.svg);
  background-size: 1em 1em;
  background-position: 0 0.25em;
  padding-left: 1.5em;
  text-align: left;
  font-weight: bold;
}
.contentBlock.text.packagesBlock ul li em {
  display: block;
  color: inherit;
  font-weight: normal;
  font-size: 0.9em;
}

.videosContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videosContainer .videoOuter {
  margin: 0 auto;
  max-width: 480px;
}
.videosContainer .videoOuter p.videoCaption {
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 1.4rem;
  line-height: 1.3em;
}
.videosContainer a {
  text-decoration: none;
}

.videoOuter {
  width: 100%;
  padding: 15px;
}

.videoInner {
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.videoThumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  padding-bottom: 75%;
  background-size: 100% auto;
  background-size: auto 136%;
  background-position: center center;
  border-radius: 10%;
  overflow: hidden;
  position: relative;
}
.videoThumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 20% 20%;
  background-position: center center;
  background-image: url(/assets/images/icon-play-solid.svg);
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.contentBlock.fullWidthImage {
  width: 100%;
  min-height: 620px;
}

.contentBlock.fullWidthImage .containerFixed {
    width: 100%;
    background-position: center center;
    background-size: cover;
    min-height: 620px;
    padding: 1em 15px;
    position: relative;
    border-left: 15px solid white;
    border-right: 15px solid white;
}

.contentBlock.fullWidthImage .containerFixed .imageOverlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.4;
}

.contentBlock.fullWidthImage .row {
    position: relative;
    z-index: 2;
}

.contentBlock.full-width-icons, .contentBlock.full-width-icons .containerFixed {
  width: 100%;
  min-height: 190px;
  border-left: 15px solid white;
  border-right: 15px solid white;
}

.fullWidthImage-inner {
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 0 15px;
}

  .fullWidthImage-inner h3 {
    font-family: "Playfair Display";
    font-size: 4.8rem;
    font-weight: 400;
    margin-top: 200px;
  }

  .fullWidthImage-inner p {
    font-size: 2.4rem;
    font-weight: 200;
  }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.formstyle {
  display: block;
  margin: 30px auto 30px auto;
  max-width: 630px;
}
.formstyle .formHalf input[type=text] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle .formHalf input[type=email] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle .formHalf input[type=tel] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle .formHalf input[type=password] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle .formHalf select {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle .formHalf textarea {
  margin-top: 0px;
  margin-bottom: 0px;
}
.formstyle label {
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}
.formstyle input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
}
.formstyle input[type=text]:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
}
.formstyle input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
}
.formstyle input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
}
.formstyle input[type=email]:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
}
.formstyle input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
}
.formstyle input[type=tel]:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
}
.formstyle select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
  background-image: url(/assets/images/bg-select.svg);
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-size: 1em auto;
  padding-right: 2em;
  text-overflow: "";
}
.formstyle select::-ms-expand {
  display: none;
}
.formstyle select:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
}
.formstyle textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  color: #4A4A4A !important;
  display: block;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.75em;
  -webkit-transition: 0.3s -webkit-box-shadow;
  transition: 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow;
  transition: 0.3s box-shadow, 0.3s -webkit-box-shadow;
  display: block;
  height: 20em;
}
.formstyle textarea::-webkit-input-placeholder {
  color: #4A4A4A;
}
.formstyle textarea::-moz-placeholder {
  color: #4A4A4A;
}
.formstyle textarea:-ms-input-placeholder {
  color: #4A4A4A;
}
.formstyle textarea::-ms-input-placeholder {
  color: #4A4A4A;
}
.formstyle textarea::placeholder {
  color: #4A4A4A;
}
.formstyle textarea:focus {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(19, 148, 210, 0.5);
}
.formstyle input::-webkit-input-placeholder {
  color: #4A4A4A;
}
.formstyle input::-moz-placeholder {
  color: #4A4A4A;
}
.formstyle input:-ms-input-placeholder {
  color: #4A4A4A;
}
.formstyle input::-ms-input-placeholder {
  color: #4A4A4A;
}
.formstyle input::placeholder {
  color: #4A4A4A;
}
.formstyle input[type=file] {
  display: block;
  margin-bottom: 0.5em;
}
.formstyle input[type=submit] {
  font-size: 1.8rem;
  float: right;
}
.formstyle button {
  font-size: 1.8rem;
  float: right;
}
.formstyle .ambiguity {
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.formstyle input.ambiguity {
  display: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.formstyle label + input {
  margin-top: 5px;
}
.formstyle label + input.form-control {
  margin-top: 5px;
}
.formstyle label + textarea {
  margin-top: 5px;
}
.formstyle label + textarea.form-control {
  margin-top: 5px;
}

.formHalfAndHalf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formHalf {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.formHalf:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

#main_contact_btn {
  width: 100%;
  background-color: #83a948;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: white !important;
  display: inline-block;
  float: none;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 2em;
  margin: 0 auto;
  outline: none !important;
  padding: auto 30px;
  text-align: center;
  text-transform: none;
}

footer {
  background-color: #282828;
  padding: 40px 0;
  color: white;
}
footer ul {
  list-style: none;
  margin: 0;
}
footer li {
  text-align: right;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer img {
  display: block;
  width: 100px;
}
footer address p {
  font-style: normal;
  color: white;
  font-size: 1.4rem;
}

.video_container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 50px 0;
}
.video_container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checkout_wrapper {
  margin-bottom: 60px;
}

.cool_box_description {
  padding: 20px;
}
.cool_box_description img {
  display: block;
  width: 100%;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -80px;
}
.cool_box_description h2 {
  text-align: center;
}

p.buttonContainer a {
  padding-left: 1em;
  padding-right: 1em;
}

.page_intro {
  margin-bottom: -24px;
}
.page_intro p {
  font-weight: 200;
  font-size: 24px;
}
.page_intro:last-child {
  margin-bottom: 0;
}

#delivery_collection_modal {
  display: none;
}

.delivery_collection_modal_inner {
  margin: 0 auto;
  max-width: 540px;
  padding: 0 10px;
}
.delivery_collection_modal_inner h2 {
  text-align: center;
}
.delivery_collection_modal_inner h3 {
  text-align: center;
  font-size: 1.8rem;
}
.delivery_collection_modal_inner .collection_or_delivery_choice {
  padding-left: 0;
  padding-right: 0;
}
.delivery_collection_modal_inner .collection_or_delivery_choice .button button {
  font-size: 2.2rem;
}
.delivery_collection_modal_inner .for_delivery form {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.delivery_collection_modal_inner .for_delivery form * {
  display: block;
  width: 100%;
  text-align: center;
}
.delivery_collection_modal_inner form input[type=text] {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 5px;
}

.wholesale_application_form {
  margin-left: auto;
  margin-right: auto;
}

.thanks_container {
  font-size: 1.6em;
}

p.price_decrease {
  margin: -18px 0 0 0;
  padding: 0;
  font-weight: bold;
  color: #ab2222;
}

.AlertTickerStrip {
  position: fixed;
  z-index: 10000;
  width: 100%;
  min-height: 40px;
  text-align: center;
}
.AlertTickerStrip fieldset {
  border: 0;
}

.AlertTickerStripInner {
  font-size: 1.6em;
  margin: 0;
}
.AlertTickerStripInner legend {
  text-transform: uppercase;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
  padding: 12px 6px 10px 6px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  border: none;
  display: block;
  margin: 0;
  cursor: pointer;
}
.AlertTickerStripInner legend::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  top: 0.1em;
  background-image: url(/assets/images/down.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.AlertTickerStripInner form.open legend::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.AlertTickerStripInner fieldset {
  width: 100%;
  display: none;
  margin: 0 auto;
  max-width: 1330px;
  padding: 5px 10px 12px 10px;
}
.AlertTickerStripInner .fields_container {
  display: block;
  width: 100%;
}

.ticker_strip_item {
  margin: 0 50px;
  display: block;
  backround-color: #83a948;
  color: #000;
}
.ticker_strip_item p {
  width: 100%;
  color: inherit;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .product_grid {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_grid .product_grid_item {
    width: 50%;
    padding: 10px 10px 110px 10px;
  }
  .product_grid .product_grid_item form {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .product_grid .product_grid_item .product_image {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .product_grid .product_grid_item {
    width: 33.333%;
  }
  .layout_standard {
    padding: 0;
  }
  .textImageSideBySideContainer {
    min-height: 300px;
    min-height: 300px;
  }
  .textImageSideBySideContainer .textInner {
    padding: 25px;
    padding: 50px;
  }
  .textImageSideBySideContainer .image {
    padding: 25px;
    padding: 50px;
  }
  .textIconSideBySideContainer .textInner {
    padding: 25px;
    padding: 50px;
  }
  .textIconSideBySideContainer .icon {
    padding: 25px;
    padding: 50px;
  }
  .textVideoSideBySideContainer .textInner {
    padding: 25px;
    padding: 50px;
  }
  .videoStripe.three .videoOuter {
    width: 33.333%;
  }
  .videoStripe.fourPlus .videoOuter {
    width: 33.333%;
  }
}
@media (min-width: 1400px) {
  .product_grid .product_grid_item {
    width: 25%;
  }
  .home_header {
    height: 40vw;
  }
  .textImageSideBySideContainer {
    min-height: 500px;
    min-height: 500px;
  }
}
@media (min-width: 540px) {
  #sticky_footer .minimum_order em.imum {
    display: inline;
  }
  .home_header .button button {
    font-size: 2rem;
  }
  .home_header button.button {
    font-size: 2rem;
  }
  .home_header input[type=submit] {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .home_header {
    height: 75vw;
    max-height: 700px;
  }
  .home_header h1, .home_header p.carousel_title{
    font-size: 5.7vw;
    padding: 0.25em 2em;
  }
  .home_header h2, .home_header p.carousel_sub_title {
    font-size: 3.8vw;
  }
  .home_header h3 {
    font-size: 3.8vw;
    font-size: 3vw;
  }
  .home_header .button button {
    font-size: 2.2rem;
  }
  .home_header button.button {
    font-size: 2.2rem;
  }
  .home_header input[type=submit] {
    font-size: 2.2rem;
  }
  .textImageSideBySideContainer .textInner {
    padding: 20px;
    padding: 40px;
  }
  .textImageSideBySideContainer .image {
    padding: 20px;
    padding: 40px;
  }
  .textIconSideBySideContainer .textInner {
    padding: 20px;
    padding: 40px;
  }
  .textIconSideBySideContainer .icon {
    padding: 20px;
    padding: 40px;
  }
  .formHalfAndHalf {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .formHalf {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
  }
  .formHalf:first-child {
    padding-right: 10px;
  }
  .formHalf:last-child {
    padding-left: 10px;
  }
}
@media (min-width: 1060px) {
  .home_header {
    height: 60vw;
  }
  .home_header h1, .home_header p.carousel_title {
    /*font-size: 6.4rem; */
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 60%;
    padding: 0 2em 0 0;
  }
  .home_header h2, .home_header p.carousel_sub_title {
    margin-top: 20px;
    font-size: 5.6rem;
  }
  .home_header h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .home_header {
    height: 50vw;
    max-height: 700px;
  }
  .textImageSideBySideContainer {
    min-height: 400px;
    min-height: 400px;
  }
  .videoStripe.fourPlus .videoOuter {
    width: 25%;
  }
}
@media (max-width: 500px) {
  .order-confirmation .checkout_element_header {
    display: block;
    text-align: center;
  }
  .order-confirmation .checkout_element_header * {
    margin: 10px 0;
  }
}
@media (max-width: 400px) {
  #delivery_options {
    padding-left: 5px;
    padding-right: 5px;
  }
  #collection_timeslots {
    padding-left: 5px;
    padding-right: 5px;
  }
  .delivery_option {
    margin: 2px;
  }
  .collection_timeslot {
    margin: 2px;
  }
}
@media (min-width: 1920px) {
  .image_header {
    min-height: 400px;
  }
}
@media (min-width: 480px) {
  .textImageSideBySideContainer .image {
    min-height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 680px) {
  .contentBlock.whitespace {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .textImageSideBySideContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
    justify-content: center;
  }
  .textImageSideBySideContainer .text {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .textImageSideBySideContainer .image {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    margin: 0;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0;
  }
  .textImageSideBySideContainer .textInner {
    padding: 15px;
    padding: 10px;
    margin: 0;
    padding: 15px;
    padding: 20px;
    margin: 0;
  }
  .textImageSideBySideContainer h2 {
    text-align: left;
    margin-top: 0;
    text-align: left;
    margin-top: 0;
  }
  .textImageSideBySideContainer p.buttonContainer {
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .textImageSideBySideContainer .imageInner {
    position: static;
    position: static;
  }
  .textIconSideBySideContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
    justify-content: center;
  }
  .textIconSideBySideContainer .text {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
  }
  .textIconSideBySideContainer .icon {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
    margin: 0;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 20px;
    margin: 0;
  }
  .textIconSideBySideContainer .textInner {
    padding: 15px;
    padding: 10px;
    margin: 0;
    padding: 15px;
    padding: 20px;
    margin: 0;
  }
  .textIconSideBySideContainer h2 {
    text-align: left;
    margin-top: 0;
    text-align: left;
    margin-top: 0;
  }
  .textIconSideBySideContainer p.buttonContainer {
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .textIconSideBySideContainer .iconInner {
    position: static;
    position: static;
    height: 100%;
    max-height: 350px;
    position: static;
    position: static;
    height: 100%;
    max-height: 350px;
  }
  .textVideoSideBySideContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
    justify-content: center;
  }
  .textVideoSideBySideContainer .text {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 66.667%;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    width: 66.667%;
  }
  .textVideoSideBySideContainer .videoContainer {
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.333%;
    width: 50%;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    width: 33.333%;
  }
  .textVideoSideBySideContainer .textInner {
    padding: 15px;
    padding: 15px;
  }
  .textVideoSideBySideContainer h2 {
    text-align: left;
    margin-top: 0;
    text-align: left;
    margin-top: 0;
  }
  .textVideoSideBySideContainer p.buttonContainer {
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .textImageSideBySideContainer.imageRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .textIconSideBySideContainer.iconRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .textVideoSideBySideContainer.videoRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .halfAndHalf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .halfAndHalf > * {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .videoStripe.two .videoOuter {
    width: 50%;
  }
  .videoStripe.three .videoOuter {
    width: 50%;
  }
  .videoStripe.fourPlus .videoOuter {
    width: 50%;
  }
}
.new_shop .page_header {
  /* background-color: #f0f3fa !important; */
}

.page_header {
  /* background-color: #e9e9e7 !important; */
  background-image: unset;
  padding: 35px 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 225px;
  margin: 0 0 5rem;
  -webkit-transition: 500ms ease-in-out height, 500ms ease min-height;
  transition: 500ms ease-in-out height, 500ms ease min-height;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_header h1 {
  font-family: "Playfair Display", serif;
  /*font-size: 6.4rem; */
  font-size: 4.8rem;
  font-weight: 600;
  margin: 0.67em 0 0.5em;
}
.page_header p {
  color: #2D2D2D;
  font-family: "Source Sans 3", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
}
.page_header.white h1, .page_header.white p {
  color: #fff;
}

.sub_header h2 {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 400;
  margin: 2em 0;
  text-align: center;
}

#basket_icon.has-items {
  position: relative;
  display: inline-block;
  float: right;
}
#basket_icon.has-items::after {
  content: attr(data-count);
  position: absolute;
  top: 29px;
  right: -3px;
  background: #ffffff;
  border: 2px solid #282828;
  color: #282828;
  font-size: 12px;
  border-radius: 50%;
  font-weight: 600;
  padding: 3px 5px 4px;
  text-align: center;
  min-width: 28px;
}
#basket_icon.has-items .basket_icon.white {
  display: none;
}
#basket_icon.has-items .basket_icon.green {
  display: inline-block;
}
#basket_icon .basket_icon.white {
  display: inline-block;
}
#basket_icon .basket_icon.green {
  display: none;
}

@media (min-width: 790px) {
  .page_header {
    min-height: 275px;
    /* not sure why pages had this but its removed as it affected /shop/  */
    /* background-image: url(/assets/images/category/default.png); */
  }
}
html {
  color: #2d2d2d;
  font-family: "Source Sans Pro";
}

body {
  color: #2d2d2d;
  font-family: "Source Sans Pro";
}

input {
  color: #2d2d2d;
  font-family: "Source Sans Pro";
}

textarea {
  color: #2d2d2d;
  font-family: "Source Sans Pro";
}

a {
  color: #83a948;
}
a button {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}
a:hover .videoThumbnail::after {
  opacity: 1;
}

h2 {
  /* font-size: 5.6rem; */
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2em;
}
h2 .price {
  font-weight: 600;
  float: right;
  display: block;
  padding-left: 1em;
  padding-bottom: 1em;
  color: #83a948;
}

.textOnlyContainer h1 {
  font-family: "Playfair Display";
  /*font-size: 6.4rem; */
  font-size: 4.8rem;
  font-weight: 700;
}

.textOnlyContainer h2 {
  font-family: "Playfair Display";
  /*font-size: 5.6rem; */
  font-size: 4.8rem;
  font-weight: 600;
}

.text h3,
.textOnlyContainer h3 {
  font-family: "Playfair Display";
  font-size: 4.8rem;
  font-weight: 500;
}

.text h4,
.textOnlyContainer h4 {
  font-size: 2.6rem;
}

.text h5,
.textOnlyContainer h5 {
  font-size: 2.4rem;
}

.textOnlyContainer p, .textOnlyContainer li, .textOnlyContainer input {
  font-size: 1.8rem;
}

a.product_title_link {
  text-decoration: none;
  color: #2d2d2d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a.product_title_link:hover {
  color: #83a948;
}

a.product_allergen_link {
  text-decoration: none;
  color: white;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 12px;
}
a.product_allergen_link::after {
  content: "";
}

h2.shopping_basket_title {
  background-image: url(/assets/images/bag-grey.svg);
  background-repeat: no-repeat;
  background-position: left 0.3em;
  background-size: 0.75em auto;
  padding-left: 1em;
}

.add_to_basket_container {
  position: relative;
  width: 250px;
  margin: 0 0 0 15px;
}

.add_to_basket {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}

button.checkout_button {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}

button.button {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  letter-spacing: 0.075em;
  text-align: center;
}

.added_to_basket {
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: #83a948;
  font-size: 18px;
  font-weight: 400;
  padding: 8px;
  border-radius: 3px;
  letter-spacing: 0.075em;
  text-align: center;
}

.breadcrumbContainer {
  background-color: rgba(131, 169, 72, 0);
  padding: 10px 0 12px;
  margin-bottom: 30px;
}
.breadcrumbContainer .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbContainer .breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbContainer .breadcrumb a:hover, .breadcrumbContainer .breadcrumb a:focus {
  text-decoration: underline;
}
.breadcrumbContainer .breadcrumb li {
  position: relative;
  margin: 0 25px 0 0;
  font-size: 1.8rem;
}
.breadcrumbContainer .breadcrumb li::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M66.07 477.3c-1.376-1.531-2.048-3.438-2.048-5.344c0-2.188 .891-4.375 2.642-5.938L300.2 256L66.66 45.93c-3.283-2.906-3.58-8-.594-11.28c2.97-3.281 8.019-3.563 11.32-.5938l240.1 216c3.345 3 3.345 8.875 0 11.88L77.38 477.9C74.08 480.9 69.04 480.6 66.07 477.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 8px;
  height: 10px;
  top: 6px;
  right: -15px;
}
.breadcrumbContainer .breadcrumb li:nth-of-type(2) {
  max-width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbContainer .breadcrumb li:last-of-type {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbContainer .breadcrumb li:last-of-type::after {
  display: none;
}

@media (min-width: 378px) {
  .breadcrumbContainer .breadcrumb li:last-of-type {
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .breadcrumbContainer .breadcrumb li:last-of-type {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .breadcrumbContainer .breadcrumb li:last-of-type {
    max-width: unset;
  }
}
.product_grid .product_grid_item .product_image {
  margin-left: -15px;
  margin-right: -15px;
}

.product_image img {
  width: 100%;
  display: block;
}

.single_product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 20px 0 80px;
}
.single_product h1 {
  font-family: "Playfair Display";
  /*font-size: 6.4rem; */
  font-size: 4.8rem;
  font-weight: 600;
  margin: 1em 0 0.5em;
}
.single_product p, .single_product li, .single_product input {
  font-size: 1.8rem;
}
.single_product--price {
  color: #83a948;
  font-size: 28px;
  font-weight: 600;
  margin: 0.5em 0;
}
.single_product--image {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 250ms ease height, 500ms linear background;
  transition: 250ms ease height, 500ms linear background;
}
.single_product--image-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  grid-row-gap: 2rem;
  margin: 20px 0;
  max-width: 700px;
}
.single_product--image-grid button {
  padding: 0;
  -webkit-transition: 150ms ease border;
  transition: 150ms ease border;
}
.single_product--image-grid button.active {
  border: 4px solid #83a948;
}
.single_product--image-grid button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_product--availability {
  color: #de0000;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.single_product--in-stock-text {
  color: #4c7c03;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
.single_product--data {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_product--data li {
  margin: 0 0 0.5em;
}
.single_product--data li span {
  font-weight: 600;
}
.single_product--info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 25px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}
.single_product--info-list li {
  position: relative;
}
.single_product--info-list li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='19' height='19' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_60_379' transform='scale(0.00390625)'/%3E%3C/pattern%3E%3Cimage id='image0_60_379' width='256' height='256' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .single_product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .single_product--image-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .single_product--image {
    width: 100%;
    height: 700px;
  }
}
.add_to_basket_form {
  margin: 25px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add_to_basket_form input[type=number] {
  width: 40px;
  text-align: center;
  border: 2px solid #83a948;
}

.you_might_also_like {
  margin: 10px 0 80px;
}
.you_might_also_like h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 0.5em;
}

.for_collection {
  display: none;
}

.for_delivery {
  display: none;
}

.for_posted {
  display: none;
}

body.delivery .for_delivery {
  display: block;
}
body.delivery .choose_delivery button {
  background-color: #83a948 !important;
}

body.collection .for_collection {
  display: block;
}
body.collection .set_collection button {
  background-color: #83a948 !important;
}

body.posted .for_posted {
  display: block;
}
body.posted .choose_posted button {
  background-color: #83a948 !important;
}

.filter_bar {
  background-color: rgba(80, 80, 80, 0.97);
  font-weight: 300;
}
.filter_bar ul.filter_list {
  background-color: rgba(80, 80, 80, 0.97);
}

.filter_select {
  color: white;
}

.product_grid_item {
  position: relative;
  padding-bottom: 30px;
}
.product_grid_item form {
  display: block;
  width: 100%;
}

.product_listing {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5rem;
  grid-row-gap: 5rem;
  margin: 30px 0;
}
.product_listing--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.product_listing--item::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  min-width: 100px;
  max-width: 150px;
  border-radius: 5px;
  padding: 1rem 0.75rem;
  content: attr(data-count);
  display: block;
  background: rgba(0, 0, 0, 0.77);
  color: white;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  height: unset;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  margin: 0 auto;
}
.product_listing--item.added::before {
  opacity: 1;
}
.product_listing--item a {
  color: #2d2d2d;
  text-decoration: none;
}
.product_listing--item img {
  width: 100%;
  min-height: 338px;
  aspect-ratio: 1/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_listing--item .availability {
  position: absolute;
  right: 15px;
  top: 289px;
  background: #dddddd;
  border-radius: 50px;
  padding: 0.5em 1.25em;
  font-size: 14px;
}
.product_listing--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
.product_listing--details h3 {
  font-size: 24px;
  font-weight: 200;
  display: inline-block;
  width: calc(100% - 75px);
  margin: 0;
}
.product_listing--details p {
  margin: 0;
  display: inline-block;
  color: #83a948;
  font-weight: 600;
  font-size: 23px;
  text-align: right;
}
.product_listing .add_to_basket_form {
  margin: auto 0 0 0;
}
.product_listing .add_to_basket_container {
  width: 100%;
}

.categories_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
.categories_grid .grid_item {
  display: block;
  text-align: center;
  width: 50%;
  padding: 0 15px;
}
.categories_grid .grid_item a {
  color: #2e2e2e;
  text-decoration: none;
}
.categories_grid .grid_item img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.categories_grid .grid_item h3 {
  margin: 1em 0;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

.categories_grid .grid_item h4 {
  margin: 1em 0;
  font-size: 2.4rem;
  font-weight: 200;
  font-family: "Source Sans 3", sans-serif;
}

.category_grid_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category_grid_filter form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.category_grid_filter form select {
  font-size: 17px;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  border-radius: 0;
  border: 2px solid #D3D3D3;
  min-width: 200px;
  background-color: #fff;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432.6 209.3l-191.1 183.1C235.1 397.8 229.1 400 224 400s-11.97-2.219-16.59-6.688L15.41 209.3C5.814 200.2 5.502 184.1 14.69 175.4c9.125-9.625 24.38-9.938 33.91-.7187L224 342.8l175.4-168c9.5-9.219 24.78-8.906 33.91 .7187C442.5 184.1 442.2 200.2 432.6 209.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 13px;
}

@media (min-width: 720px) {
  .categories_grid .grid_item {
    width: 25%;
  }
}

.masonry {
  width: 100%;
  padding: 0 15px 0 15px;
}

  .masonry_row {
    width: 100%;
    height: 930px;
    color: #fff;
  }

  .masonry_row h3 {
    font-family: "Playfair Display";
    font-size: 4.8rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    /* text-shadow: 1px 1px 1px black; */
    position: relative;
    z-index: 5;
  }

  .masonry_row p, .masonry_item_small p {
    font-size: 2.4rem;
    font-weight: 200;
    margin: 5px 0 15px 0;
    padding: 0;
    /* text-shadow: 1px 1px 1px black; */
    position: relative;
    z-index: 5;
  }

  .masonry_row a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 4;
  }

  .masonry_row button {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 200;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: relative;
    z-index: 5;
  }

  .masonry_row_odd { clear: both; margin-bottom: 30px; }

  .masonry_row_even { clear: both; margin-bottom: 30px; }

    .masonry_row_odd .masonry_item_large {
      float: left;
    }

    .masonry_row_odd .masonry_item_small {
      float: right;
    }

    .masonry_row_even .masonry_item_large {
      float: right;
    }

    .masonry_row_even .masonry_item_small {
      float: left;
    }

      .masonry_row_odd .top_item, .masonry_row_even .top_item {
        margin-bottom: 30px;
      }

  .masonry_item_large {
    width: 670px;
    height: 960px;
    padding: 30px;
    /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2); */
    background-size: cover;
    position: relative;
  }

  .masonry_item_small {
    width: 800px;
    height: 450px;
    padding: 30px;
    /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2); */
    position: relative;
  }

    .masonry_item_large:before, .masonry_item_small:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      background: linear-gradient(180deg,rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
  }

  @media (max-width: 1530px) {

    .masonry_item_large { width: 55%; max-width: 55%;  }
    .masonry_item_small { width: 43%; max-width: 43%;  }

      .masonry_item_small h5 { font-size: 5.6rem; }
      .masonry_item_small p { font-size: 2.4rem; }

    .masonry_row_odd .top_item, .masonry_row_even .top_item { margin-bottom: 20px; }

    .full-width-icons { display: none; }

  }

  @media (max-width: 640px) {

    .masonry_item_large { width: 100%; max-width: 100%; float: none; max-height: 590px; margin-bottom: 20px; padding: 15px; }
    .masonry_item_small { width: 100%; max-width: 100%; float: none; max-height: 232px; margin-bottom: 20px; padding: 15px; }

      .masonry_item_small h5 { font-size: 3rem; }
      .masonry_item_small p { font-size: 20px; }

    .masonry_row_odd .top_item, .masonry_row_even .top_item { margin-bottom: 20px; }

    .full-width-icons { display: none; }

    .home_header_text .slick_slide {
      background-position: top center;
    }

  }

  @media (min-width: 641px) {
    .masonry_row, { max-height: 880px; }
    .masonry_item_large { max-height: 920px; }
  }

  @media (min-width: 1531px) {
    .masonry_row, { max-height: 100%; }
    .masonry_item_large { max-height: 100%; }
  }

.homepage_intro {
  margin-bottom: 30px;
}

.homepage_intro h1 {
  font-family: "Playfair Display";
  /*font-size: 6.4rem; */
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.homepage_intro p { font-size: 24px; font-weight: 200; margin-top: 10px; }

.center-logo { text-align: center; }
.center-logo img { margin: 0 auto; }

#favourites_slider {
  width: 100%;
  max-width: 1500;
  max-height: 510px;
  padding: 0 15px;
  margin-bottom: 40px;
}

.favourites_slider .slick_slide {
  padding: 0 15px;
}

.favourites_slider .product_listing--item {
  max-width: 345px;
  float: left;
  width: 100%;
  height: 100%;
}

    .favourites_slider .product_listing--item img {
      min-height: auto;
    }

    .favourites_slider .product_listing--item .product_listing--details h3 {
      min-height: 62px;
    }

.favourites_slider .slick-prev, .favourites_slider .slick-next { display: none !important; }

.favourites_slider .slick-dots {
  bottom: -15px;
  display: none !important;
}

@media (max-width: 479px) {
  #favourites_slider { max-height: 499px }
  .favourites_slider .product_listing--item {
    max-width: 100%;
  }
}

.feature_section {
  border-left: 15px solid white;
  border-right: 15px solid white;
  position: relative;
  z-index: 0;
  display: block;
}

.feature_section .feature {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.feature_section .feature img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.feature_section .feature h3, .feature_section .feature p {
  position: relative;
  z-index: 10;
  top: 40%;
}

  .feature_section .feature p {
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 2.4rem;
    font-weight: 200;
    z-index: 5;
    color: #fff;
    margin-top: 0;
  }

  .feature_section .feature h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    font-family: "Playfair Display";
    font-size: 4.8rem;
    font-weight: 400;
    z-index: 5;
    color: #fff;
    margin-top: 40px;
  }

    .feature_section .feature h3 a {
      color: white;
      text-decoration: none;
    }

    .feature_section .feature h3 a:active {
      text-decoration: underline;
    }

  @media (max-width: 640px) {

    .feature_section .feature {
      width: 100%;
      height: 100%;
    }

  }

  @media (min-width: 641px) {

    .feature_section::after {
      content: "";
      display: table;
      clear: both;
    }

    .feature_section .feature.feature_left {
      float: left;
      width: calc(50% - 15px);
    }

    .feature_section .feature.feature_right {
      float: right;
      width: calc(50% - 15px);
      right: 0;
    }

  }

#header_desktop { display: none;  }
#header_mobile { display: block;  }

.homepage_intro h2 {
  font-size: 4.8rem;
}

@media (min-width: 641px) {
    #header_desktop { display: block;  }
    #header_mobile { display: none;  }
}

  @media (max-width: 640px) {
    .home_header h1, .home_header p.carousel_title, .page_header h1 {
      font-size: 3.2rem;
    }
    .home_header h2, .home_header p.carousel_sub_title {
      font-size: 2.0rem;
    }
    .homepage_intro h1 {
      font-size: 3.2rem;
    }
    .homepage_intro p {
      font-size: 2.0rem;
    }
    .masonry_row h3 {
      font-size: 3.2rem;
    }
    .masonry_row p, .masonry_item_small p, .page_header p {
      font-size: 2.0rem;
    }
    .masonry_row a, .masonry_item_small a {
      font-size: 1.8rem;
    }
    .fullWidthImage-inner h3 {
      font-size: 3.2rem;
    }
    .fullWidthImage-inner p {
      font-size: 2.0rem;
    }
    .homepage_intro h2 {
      font-size: 3.2rem;
    }
    .feature_section .feature h3  {
      font-size: 3.2rem;
    }
    .feature_section .feature p {
      font-size: 2.0rem;
    }
  }

.home_header .slick_slide, .masonry_item {
  object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer_left ul,
footer .footer_middle ul,
footer .footer_right ul {
  /* list-style-type: circle; */
  /* margin: auto; */
  margin: 0;
  padding: 0;
}

footer .footer_left ul li,
footer .footer_middle ul li,
footer .footer_right ul li  {
  align: left; text-align: left;
  margin: 0;
  padding: 0;
}

.clean_header {
  background: none !important;
}

footer h5 {
  font-family: "Playfair Display";
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0 0 10px 0;
}

footer li, footer p, footer address p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.main_nav li,
.textOnly p,
.textOnly li,
.textOnly input,
.contactForm p,
.contactForm li,
.contactForm input,
.textOnlyContainer p,
.textOnlyContainer li,
.textOnlyContainer input {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 100;
}

/* CSS FOR SASHES */

.product_listing--item .product_details__attributes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}
.product_listing--item .product_details__attributes li {
  height: 30px;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #464646;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 0;
  margin: 0 10px 0 0;
  padding: 2px 12px 0px 12px;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .product_listing--item .product_details__attributes {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .product_listing--item .product_details__attributes li {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

.content_sections section.product_details .product_details_container .product_details__attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  position: relative;
}
.content_sections section.product_details .product_details_container .product_details__attributes li {
  height: 30px;
  font-size: 16px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #464646;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 1;
  padding: 3px 18px 2px 18px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content_sections section.product_details .product_details_container .product_details__attributes.not_mobile {
  display: none;
}

@media (min-width: 1024px) {
  .content_sections section.product_details .product_details_container .product_details__attributes.not_mobile {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1000;
    margin: 0 0 45px 0;
    display: flex;
    flex-wrap: nowrap;
  }
  .content_sections section.product_details .product_details_container .product_details__attributes.not_mobile li {
    margin-bottom: 0;
  }
}
.content_sections section.product_details .product_details_container .product_details__attributes.mobile_only {
  display: flex;
}
@media (min-width: 1024px) {
  .content_sections section.product_details .product_details_container .product_details__attributes.mobile_only {
    display: none;
  }
}
.content_sections section.product_details .product_details_container .product_details__attributes.mobile_only {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  gap: 10px;
}
.content_sections section.product_details .product_details_container .product_details__attributes.mobile_only li {
  font-size: 16px;
  padding: 4px 12px 2px 12px;
  background: #464646;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .content_sections section.product_details .product_details_container .product_details__attributes.mobile_only {
    display: none;
  }
}

.content_sections section.products_grid .product_listing--item__image .product_details__attributes li {
  font-size: 10px;
}
@media (min-width: 768px) {
  .content_sections section.products_grid .product_listing--item__image .product_details__attributes li {
    font-size: 12px;
  }
}
