/*
Theme Name: Divi Child Theme
Description: Child Theme for Divi
Author:  Hand to Sky
Template: Divi
Version:  1.0.218
*/

/*
---------------------------
	CSS DIRECTORY
---------------------------
	=Font Setup
	=Global
	=Header
	=Footer
	=Media Queries
*/

/* ====Font Setup /////////////////////////////////////////////////*/

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .et_pb_button_module_wrapper .et_pb_button {
  font-weight: 700;
}

/* Min order text */

.minimum-order-text {
  display: none;
  margin-bottom: 20px;
}

.minimum-order-text p {
  font-size: 18px;
  line-height: 1.5em;
}

.postid-15349 .minimum-order-text,
.postid-15350 .minimum-order-text {
  display: block;
}

/* Checkout alts */

#local_pickup_store_select option label {
  content: "I will pick up from";
}

/* ====Global /////////////////////////////////////////////////*/


.grecaptcha-badge {
  visibility: visible !important;
}

.woocommerce-product-details__short-description {
  display: none;
}

.fullwidth-btn {
  width: 100%;
  text-align: center;
}

body .hero-txt h3 {
  text-transform: inherit;
}

.wheat-border {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wheat-border.align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wheat-border span {
  width: 100%;
  border: 1px solid #ea7600;
  margin-left: 10px;
}

.wheat-border.align-right span {
  margin-left: 0px;
  margin-right: 10px;
}

.wheat-border img {
  max-width: 54px;
  height: auto;
}

.wheat-border.align-right img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .title-overlay .et_pb_column .et_pb_module.cat-title {
  /*margin-bottom: -44px;
	position: relative;*/
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 10;
}

.entry-summary p.price span {
  color: #ea7600;
}

.single-prod-footer .et_pb_row_1 {
  background-image: none !important;
}

body .product .single-prod-meta {
  border-top: 3px solid #eeeeee;
  padding-top: 15px;
}

body .product .single-prod-meta ul {
  list-style-type: none !important;
  padding-left: 0px !important;
}

body .product .single-prod-meta ul li {
  font-size: 15px;
  color: #000;
  padding-bottom: 5px;
}

.hts-ic {
  position: relative;
  color: #ea7600;
  margin-right: 8px;
  top: 3px;
}

.hts-ic:before {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

.cart-ic:before {
  content: "\e07a";
}

.cal-ic:before {
  content: "\e023";
}

.clock-ic:before {
  content: "\7d";
}

.map-ic:before {
  content: "\e081";
}

.pointer-ic:before {
  content: "\e01a";
}

.how-to-order .et_pb_blurb .et-pb-icon {
  position: relative;
  top: 0;
  /* 5px */
  padding: 0;
  /* 16px */
}

.how-to-order .et_pb_row {
  width: 100%;
}

.et_overlay:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_bg_layout_light .et_pb_newsletter_button,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_contact_submit,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_member_social_links a:hover,
.et_pb_pricing_table_button,
.et_pb_pricing li a,
.et_pb_sum {
  color: #ea7600 !important;
}

.find-bakery .et_pb_blurb_container .et_pb_module_header {
  border-bottom: 1px solid #ea7600;
  margin-bottom: 15px;
}

.find-bakery .et_pb_image {
  text-align: center;
}

.find-bakery .et_pb_image img {
  max-width: 255px;
}

.float-blurb {
  height: 100%;
}

body.home .home-about .et_pb_text h2 {
  padding-bottom: 0px;
}

/* Main banner header text */

#main-page-section-header .et_pb_text_inner {
  font-size: 42px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

body:not(.et-tb).woocommerce-cart #main-content .container,
body:not(.et-tb-has-header) #main-content .container,
body:not(.et-tb).woocommerce-checkout #main-content .container,
body:not(.et-tb-has-header) #main-content .container {
  padding-bottom: 58px;
}

.cat-image-overlay .et_pb_image_wrap::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

/* ====Mega Menu tweaks July 2021 /////////////////////////////////////////////////*/

#top-menu li.mega-menu>ul {
  padding: 10px 10px;
  /* width: 80%; */
}

#top-menu li.mega-menu>ul>li>a {
  padding: 0 10px 5px;
}

#top-menu li li a {
  padding: 5px 10px;
}

.nav li li {
  line-height: 1.5em;
}

/* Shop header quick links menu */

.quick-links-menu .et_pb_widget.widget_nav_menu {
  margin-bottom: 0 !important;
}

.et-db #et-boc .et-l .quick-links-menu.et_pb_widget_area,
.et-db #et-boc .et-l .quick-links-menu.et_pb_widget_area li,
.et-db #et-boc .et-l .quick-links-menu.et_pb_widget_area li:before,
.et-db #et-boc .et-l .quick-links-menu.et_pb_widget_area a {
  line-height: 1.3em !important;
}

.et-db #et-boc .et-l .quick-links-menu ul li {
  margin-bottom: 0.3em;
}

.prod-cta {
  display: none;
}

.prod-cta:first-of-type {
  display: block;
}

/* ====Gravity Forms /////////////////////////////////////////////////*/

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  border-radius: 10px;
  border: 1px solid #999;
  font-size: 15px;
  padding: 10px 8px;
}

#gform_wrapper_1 .gform_footer {
  visibility: hidden;
  position: absolute;
  left: -100vw;
}

#gform_wrapper_1 .gform_heading {
  display: none;
}

body #gform_wrapper_1.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-top: 0 !important;
}

.gform_wrapper .hts-grav-btn,
.hts-grav-btn {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: #ea7600;
  padding: 9.5px 0px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ea7600;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.gform_wrapper .hts-grav-btn {
  min-height: 50px;
}

.left-blurb .et_pb_blurb_description .hts-grav-btn {
  padding: 4.5px 40px;
  margin-top: 18px;
  display: inline-block;
  width: unset;
}

.gform_wrapper .hts-grav-btn:hover,
.hts-grav-btn:hover {
  background-color: #ea7600;
  color: #fff;
}

.float-blurb:not(.et_clickable) .et_pb_blurb_description {
  width: 133%;
}

/* ====Woocommerce /////////////////////////////////////////////////*/

.woocommerce-products-header .woocommerce-products-header__title.page-title,
body mark.count {
  display: none !important;
}

body.post-type-archive-product #et-boc .et-l .et_pb_row,
body.tax-product_cat #et-boc .et-l .et_pb_row {
  width: 100%;
}

body.post-type-archive-product .birthday-cta .et_pb_section {
  padding-bottom: 0px !important;
}

body .wheat-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 30px;
}

body .product .related .wheat-heading h2 {
  margin: 0 5.6%;
  font-size: 29px !important;
  text-align: center !important;
}

body .wheat-heading .wheat-border {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.archive.woocommerce ul.products li.product .price,
body.archive.woocommerce ul.products li.product .price del,
body.archive.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del {
  font-size: 18px;
}

body.archive.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  padding-bottom: 3px;
}

body.archive.woocommerce .taxonomy-description,
body.archive.woocommerce .term_description,
body.archive .term-description {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5em;
}

/* 3 columns on desktop */
@media all and (min-width: 1024px) {
  [class*="woocommerce"] ul.products li.product {
    width: 30.6% !important;
    margin: 0 0 2.992em 0 !important;
    clear: none !important;
  }

  /*body.woocommerce.archive ul.products li.product:nth-child(3),
  body.woocommerce.archive ul.products li.product:nth-child(6) {
    margin-right:0px!important;
  }*/

  /*[class*=woocommerce] ul.products li.product:nth-child(3n+1) {
    clear: both!important;
  }*/
}

body.archive.woocommerce ul.products,
#left-area ul.products,
.single-fundraiser ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.archive.woocommerce ul.products::after,
#left-area ul.products::after,
.single-fundraiser ul.products::after {
  content: "";
  flex-basis: 330px;
}

body.archive.woocommerce ul.products::before,
#left-area ul.products::before,
.single-fundraiser ul.products::before {
  display: none !important;
}

body.archive.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.single-fundraiser ul.products li.product h2.woocommerce-loop-product__title {
  max-width: 60%;
  line-height: 1.3em;
}

body.archive.woocommerce ul.products li.product,
.single-fundraiser ul.products li.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body.archive.woocommerce ul.products li.product .hts-title-holder,
.single-fundraiser ul.products li.product .hts-title-holder {
  padding-bottom: 10px;
}

body.archive.woocommerce ul.products li.product .button,
.single-fundraiser ul.products li.product .button {
  margin-top: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 8px !important;
  border-radius: 8px;
}

.single-fundraiser ul.products li.product .button {
  background-color: #ea7600;
  border-width: 6px !important;
  border-color: #ea7600;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 16px !important;
}

.single-fundraiser ul.products li.product .price {
  color: #666 !important;
}

body.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n + 1),
body.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n + 1),
body.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n + 1) {
  clear: none;
}

body.archive.woocommerce .prod-cta {
  clear: both;
  width: 100%;
}

body.archive.woocommerce .prod-cta .et_pb_section {
  padding-bottom: 2.992em !important;
}

body.archive.woocommerce .birthday-cta #et-boc .et-l .et_pb_row.et_pb_row_2 {
  padding-bottom: 50px !important;
}

.wc-nested-category-layout-category-title,
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wc-nested-category-layout-category-title .wheat-border,
.section-title .wheat-border {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wc-nested-category-layout-category-title a,
.section-title h2 {
  padding: 0px 30px;
  text-align: center;
}

.wc-nested-category-layout-category-title {
  margin-bottom: 30px;
}

.subcategory-term_description {
  margin-bottom: 50px;
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
  height: 58px;
}

.shop-quick-links .et_pb_widget_area .et_pb_widget a {
  font-size: 14px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

.woocommerce-shop .subcategory-term_description.term_description {
  display: none !important;
}

.archive.term-quiches-and-pasties.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-quiche.jpg) !important;
}

.archive.term-pies.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1,
.archive.term-lunchbox.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-pies.jpg) !important;
}

.archive.term-birthday-cakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-birthday.jpg) !important;
}

.archive.term-dessert.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-caramello.jpg) !important;
}

.archive.term-party-food.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1,
.archive.term-kids-birthday-cakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-cupcakes.jpg) !important;
}

.archive.term-family-dinner.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-apple-crumble.jpg) !important;
}

.archive.term-morning-tea-and-afternoon-tea.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1,
.archive.term-cookies.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-biscuits.jpg) !important;
}

.archive.term-chocolate-cakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-gateaux.jpg) !important;
}

.archive.term-cakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-choc-hazel.jpg) !important;
}

.archive.term-cheesecakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-cheesecake.jpg) !important;
}

.archive.term-kids-birthday-cakes.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-category-header-kids-birthday.jpg) !important;
}

.archive.term-christmas.et-db #et-boc .et-l div.et_pb_section.et_pb_section_1 {
  background-image: url(img/headers/dulwich-christmas-header.jpg) !important;
}

.woocommerce-nested-category-layout-see-more {
  margin: 1em auto 3em;
  position: relative;
  display: table;
  text-align: center;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 25px !important;
  border-radius: 8px;
  background-color: #ea7600;
  border-width: 6px !important;
  border-color: #ea7600;
  border-radius: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  transition: 0.3s all;
}

.woocommerce-nested-category-layout-see-more:hover {
  background: #000;
}

.variation-Accessories ul {
  clear: both;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  line-height: 44px;
}

body.woocommerce .woocommerce-error.button.wc-forward,
body.woocommerce .woocommerce-info .button.wc-forward,
body.woocommerce .woocommerce-message .button.wc-forward {
  background: #fff;
  color: #ea7600;
}

#local-pickup-select,
.woocommerce .col2-set>.col-2,
.woocommerce-page .col2-set>.col-2,
#order_review_heading {
  padding-top: 2rem;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce form .form-row select {
  padding: 15px;
}

/* ====Single Product Custom Form /////////////////////////////////////////////////*/

body.single-product.woocommerce #content-area div.product form.cart table td {
  padding: 0px 0px 10px;
}

.ch-variation label {
  font-weight: 800;
  color: #000;
}

.woocommerce div.product form.cart .variations {
  margin: unset;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart table td.label {
  display: block;
}

.woocommerce div.product form.cart table td.value {
  display: block;
}

.woocommerce-variation-price {
  padding: 20px 0;
}

p.price {
  display: block;
  /* was none */
}

.ch-accessories-qty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ch-accessories-qty-container .ch-qty-field {
  width: 48%;
  margin-right: 4%;
  padding: 0px;
}

.ch-accessories-qty-container .ch-qty-field:nth-child(2n + 2) {
  margin-right: 0px;
}

.ch-accessories-qty-container .ch-qty-field span {
  font-size: 14px;
  color: #000;
}

.ch-variation {
  width: 100%;
  margin-bottom: 30px;
}

.ch-variation input,
.ch-variation input[type="text"],
.ch-variation select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 12px 8px;
  border-radius: 8px;
  margin-bottom: 20px;
}

@media (min-width: 870px) {
  .woocommerce.sidebar_show .content {
    width: 870px;
  }
}

/* ====Single Product Accordion /////////////////////////////////////////////////*/

.hts-single-left {
  float: left;
  width: 48%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.hts-accordion {
  margin-top: 50px;
  width: 100%;
}

.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 3px solid #eee;
  text-transform: uppercase;
}

.active,
.accordion:hover {
  background-color: #fff;
}

.accordion:after {
  content: "\002B";
  color: #ea7600;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 22px;
}

body.single .hts-accordion .panel p {
  font-size: 15px !important;
  padding-bottom: 15px;
}

.active:after {
  content: "\2212";
}

.added_to_cart.wc-forward {
  float: right;
  font-size: 16px;
  padding: 2px 1.5em !important;
  background-color: #f5f5f5;
  margin-top: 1em;
  border: 6px solid #f5f5f5 !important;
  border-radius: 10px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.7em;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

/* ====Single Product Layout edits */

.single-product #et-boc .et_pb_section_1.et_pb_with_background {
  display: none;
}

.single-product #main-content {
  margin-top: 20px;
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
  color: #000 !important;
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
}

/* ====Header /////////////////////////////////////////////////*/

.et-cart-info span:before,
#et_search_icon:before {
  margin-right: 0px;
  background: #ea7600;
  padding: 12px;
  border-radius: 100%;
}

.et-cart-info span:before,
#et_search_icon:before,
#main-header.et-fixed-header #et_search_icon:before {
  color: #fff !important;
}

body #et-top-navigation .et-cart-info {
  margin: -2px 0 0 15px;
}

body #et_top_search {
  float: left !important;
  display: inline-block;
  top: -12px;
  margin: 3px 0 0 10px;
  height: 41px;
  width: 41px;
}

#hts-map {
  float: left;
  display: none;
  /* inline-block; */
  margin: 3px 0 0px 10px;
  position: relative;
  top: -15px;
  height: 41px;
  width: 41px;
}

#map-icon {
  padding: 12px;
  font-size: 17px;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #ea7600 !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: absolute;
}

#map-icon:before {
  color: #fff;
  content: "\e081";
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

body #top-menu li {
  padding-right: 15px;
}

.dulwich-secondary-bar {
  background: #000;
  color: #fff;
  padding: 15px 0;
}

.dulwich-secondary-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hts-widget {
  width: 28%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 90;
}

.hts-widget .hts-ic {
  color: #000;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  top: 0px;
}

.hts-widget .hts-ic:before {
  position: relative;
  top: 25%;
}

.hts-widget h4 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.dulwich-secondary-bar .hts-widget {
  z-index: 99;
}

.et_header_style_left #main-header:not(.et-fixed-header) .logo_container {
  height: 150%;
  width: 150%;
  top: 28px;
}

.et_header_style_left .logo_container {
  width: unset;
}

body #et-top-navigation .et-cart-info {
  display: none !important;
}

.cart-contents {
  position: relative;
  float: left;
  margin: -2px 0 0 22px;
  height: 41px;
  width: 41px;
}

.cart-contents:before {
  content: "\e07a";
  margin-right: 0px;
  background: #ea7600;
  padding: 12px;
  border-radius: 100%;
  font-size: 16px;
  font-family: ETmodules !important;
  color: #fff;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 9px;
  right: 0px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
  padding: 1px;
}

/* ====Footer /////////////////////////////////////////////////*/

footer#main-footer #custom_html-3 {
  width: 100%;
}

footer#main-footer .custom-html-widget {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

footer#main-footer .custom-html-widget .footer-left {
  margin-right: 6.186%;
}

footer#main-footer .et_pb_widget_area .et_pb_widget li {
  margin-bottom: 0.3em;
}

footer#main-footer .et_pb_widget_area .et_pb_widget li a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

footer#main-footer .et_pb_widget_area .et_pb_widget li.parent-cat a {
  text-decoration: none;
  font-weight: bold;
}

footer#main-footer .et_pb_widget_area .et_pb_widget li.parent-cat.top-space a {
  margin-top: 20px;
}

footer .footer-icons li.et-social-rss a:before {
  content: "\e00b";
}

footer .footer-icons li.et-social-rss a:before {
  content: "\e00b";
}

footer .footer-icons li.et-social-vimeo a:before {
  content: "\e081";
}

footer .footer-icons li.et_pb_social_icon {
  margin-left: 8px;
}

.related.products .button {
  font-size: 16px;
  padding: 2px 1.5em !important;
}

.related.products .woocommerce-Price-amount.amount {
  font-size: 18px;
}

footer #vers-footer .et_pb_column .et_pb_module #nav_menu-3 .title {
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

footer #vers-footer .et_pb_column .et_pb_module #nav_menu-3 .title:hover {
  color: #ea7600 !important;
}

.et-db #et-boc .et-l .et_pb_widget_area .et_pb_widget a {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}

/* SEARCH TWEAKS */

.search-results .post-meta {
  display: none;
}

.want-to-eat-mobile {
  display: none;
}

/* WOO TWEAKS - SP */

#continue-shopping-button {
  width: 100%;
  margin-bottom: 20px;
}

#ui-datepicker-div {
  background-color: white;
  padding: 10px;
}

/* UPDATE FIXES - NN */

body .quick-links-menu .et_pb_widget .widgettitle {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  line-height: 2em;
}

.quick-links-menu .et_pb_widget li a {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}

.woocommerce #content-area div.product form.cart .variations th.label {
  padding: 0;
  line-height: 1.5em;
}

/* ====Fundraiser CPT /////////////////////////////////////////////////*/

.single-fundraiser #vers-footer .et_pb_column_1_6,
.single-fundraiser #top-menu-nav,
.single-fundraiser #local-pickup-select,
.single-fundraiser #continue-shopping-button,
.single-fundraiser .woocommerce-form-coupon-toggle {
  display: none;
}

.single-fundraiser-section {
  padding: 5rem 0;
}

.fundraiser-products {
  padding-top: 5rem;
}

.single-fundraiser .image {
  max-width: 20%;
  float: left;
  margin: 0 30px 50px 0;
}

.single-fundraiser .dulwich-secondary-bar .hts-widget,
.single-fundraiser .et-cart-info span:before,
.single-fundraiser #et_search_icon:before,
.single-fundraiser #main-header.et-fixed-header #et_search_icon:before {
  display: none;
}

.fundraiser-header {
  padding: 65px 0;
  background-image: url(img/headers/dulwich-category-header-terms-page.jpg) !important;
  background-size: cover;
  background-position: center;
}

.fundraiser-header h1 {
  font-size: 42px;
  color: #fff;
  text-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.fundraiser-products h2 {
  padding-bottom: 2.5rem;
}

.fundraiser-products ul.products li.product a.woocommerce-LoopProduct-link {
  pointer-events: none;
}

.fundraiser-products ul.products li.produc.added_to_cart.wc-forward {
  display: none;
}

#payment .payment_methods li img.eway-icon,
#payment .payment_methods li img.eway-icon {
  max-width: 40px;
}

#opc-product-selection .shop_table td.product-name {
  width: 50%;
  font-weight: bold;
}

#opc-product-selection .shop_table td.product-thumbnail {
  width: 20%;
}

.fundraiser-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.fundraiser-posts .fundraiser {
  display: block;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.3s all ease;
}

.fundraiser-posts .fundraiser:hover,
.fundraiser-posts .fundraiser:focus-within {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 8px;
}

.fundraiser-posts .fundraiser p {
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
}

/* ====Xmas products /////////////////////////////////////////////////*/
.xmas-feed .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 2rem;
}

.xmas-feed .woocommerce ul.products:before {
  display: none !important;
}

.xmas-feed .woocommerce ul.products li.product {
  width: 100% !important;
}

@media (max-width: 768px) {
  .xmas-feed .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ====Invoice Product /////////////////////////////////////////////////*/

.postid-17415.woocommerce div.product div.images img,
.postid-17415 .hts-accordion,
.postid-17415 .single-prod-meta,
.postid-17415 .hts-single-left {
  display: none !important;
}

.postid-17415.woocommerce div.product div.summary {
  float: none;
  width: 50%;
  clear: none;
}

.wapo-addon-title span {
  font-weight: 700;
  display: block;
  font-family: Open Sans, Arial, sans-serif;
  text-transform: none;
  color: #666;
  font-size: 19px;
}

.yith-wapo-option .input-text-container {
  max-width: 168px;
  margin-top: -5px !important;
  padding-bottom: 1rem;
}

.yith-wapo-block .required {
  display: none;
}

/* ====Media Queries /////////////////////////////////////////////////*/
@media (max-width: 767px) {
  .dulwich-secondary-bar {
    /* display: none !important; */
  }

  #logo {
    max-width: 80% !important;
    /* was 50% */
  }

  body .et_mobile_menu {
    top: unset !important;
  }

  .float-blurb.et_pb_blurb .et-pb-icon {
    padding: 12px;
  }

  .float-blurb.et_pb_blurb .et_pb_blurb_container {
    margin-top: -75px;
    width: calc(100% - 40px);
  }

  .float-blurb:not(.et_clickable) .et_pb_blurb_description {
    width: 117%;
  }

  #vers-footer>.et_pb_row>.et_pb_column.et_pb_column_1_2:first-child {
    margin-bottom: 15px !important;
  }

  #vers-footer .et_pb_column.et_pb_column_1_6 {
    margin: 15px 0px !important;
  }

  .mobile-wheat h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-wheat h3:before,
  .mobile-wheat h3:after {
    content: "";
    background-image: url(img/wheat-ic.png);
    width: 54px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobile-wheat h3:before {
    padding-right: 15px;
  }

  .mobile-wheat h3:after {
    padding-left: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .hts-single-left {
    width: 100%;
  }

  .single-product .product .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .single-product .product .summary #et-boc,
  .single-product .product .single-prod-meta {
    display: none !important;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 0px;
  }

  body .related.products .wheat-heading .wheat-border {
    padding-top: 27px;
  }

  body.archive.woocommerce .taxonomy-description,
  body.archive.woocommerce .term_description,
  body.archive .term-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .want-to-eat-mobile {
    display: block;
  }

  #main-page-section-header .et_pb_text_inner {
    line-height: 1.3em;
  }

  .page-id-2478 .et_pb_image_wrap {
    margin: 20px 0;
  }

  .page-id-2478 .et_pb_row_3.et_pb_row,
  .page-id-2478 .et_pb_row_4.et_pb_row,
  .page-id-2478 .et_pb_row_5.et_pb_row,
  .page-id-2478 .et_pb_row_6.et_pb_row,
  .page-id-2478 .et_pb_row_7.et_pb_row,
  .page-id-2478 .et_pb_row_8.et_pb_row {
    padding-bottom: 0px !important;
  }

  .find-bakery .et_pb_image {
    text-align: left;
  }

  .page-id-2478 .et_pb_blurb_container {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .page-id-2478 .et_pb_column_5,
  .page-id-2478 .et_pb_column_9,
  .page-id-2478 .et_pb_column_13,
  .page-id-2478 .et_pb_column_17,
  .page-id-2478 .et_pb_column_21,
  .page-id-2478 .et_pb_column_25 {
    padding-left: 0;
  }

  .page-id-2478 .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 0 0 !important;
  }

  #home-page-slider .et_pb_slide_1 .et_pb_slide_content img {
    filter: invert(1);
  }

  #home-page-slider .et_pb_slide_content h2,
  #home-page-slider .et_pb_slide_content p {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  }
}

@media (min-width: 768px) {
  .float-blurb .et_pb_main_blurb_image {
    float: right;
  }

  .float-blurb .et_pb_blurb_container {
    float: left;
    width: 75%;
  }

  .related.products {
    padding-top: 50px;
  }

  .related.products .woocommerce-loop-product__title,
  .product .related h2 {
    font-size: 1em !important;
    padding-bottom: 0px !important;
  }

  .woocommerce .related.products li.product .price {
    font-size: 22px;
  }

  .single.woocommerce div.product .product_title {
    font-size: 38px;
  }

  #home-page-slider.et_pb_slider .et_pb_container {
    /* Makes slider content sit right on large screens */
    margin-left: calc(95% - 510px);
  }

  #home-page-slider.et_pb_slider .et_pb_slide_content p {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1025px) and (max-width: 1700px) {
  body.home .home-hero {
    padding-top: 20px;
    /* 32px; */
    padding-bottom: 20px;
    /* 42px; */
  }

  body.home .home-hero .hero-txt {
    margin-bottom: 20px;
  }

  body.home .home-about {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  body.home .home-about .et_pb_text h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  body.home .home-about .et_pb_text p,
  .subcategory-term_description.term_description p,
  body.archive.woocommerce .taxonomy-description p,
  body.archive.woocommerce .term_description p,
  body.archive .term-description p {
    font-size: 15px;
    /* 18px */
    line-height: 22px;
    /* 25px */
  }

  .dulwich-secondary-bar {
    padding: 8px;
  }

  .hts-widget .hts-ic {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }

  .hts-widget .hts-ic:before {
    top: 17%;
  }

  .et_header_style_left #main-header:not(.et-fixed-header) .logo_container {
    top: 22px;
  }

  .et_header_style_left #et-top-navigation nav>ul>li>a,
  .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 33px !important;
  }
}

@media (max-width: 1283px) {
  #et_mobile_nav_menu {
    display: block !important;
  }

  #top-menu {
    display: none !important;
  }

  body #et-top-navigation .et-cart-info,
  .cart-contents {
    float: right;
    margin: -2px -10px 0 15px;
  }

  body #et_mobile_nav_menu {
    margin-right: 7px;
    margin-top: -6px;
  }

  body .et_mobile_menu {
    top: 137%;
  }

  body #hts-map {
    margin: 3px 8px 0 4px;
    float: right !important;
  }

  body #et_top_search {
    margin: 3px -4px 0 4px;
    float: right !important;
  }

  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hts-widget h4 {
    font-size: 12px;
  }

  .hts-widget .hts-ic:before {
    top: 20%;
  }

  .hts-widget .hts-ic {
    max-width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.home .home-hero .et_pb_column_1_2 {
    width: 50%;
    float: right;
  }

  body.home .home-hero .hero-txt h3 {
    font-size: 19px !important;
    color: #000 !important;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }

  body.home .home-about,
  body.home .et_pb_section {
    padding: 40px 0px !important;
  }

  body.home .et_pb_module.et_pb_text h2,
  .section-title h2 {
    font-size: 19px;
  }

  body.home .home-about .et_pb_module.et_pb_text .et_pb_text_inner {
    font-size: 16px;
  }

  body.home .home-hero .et_pb_column .et_pb_module {
    margin-bottom: 10px !important;
  }

  body.home .home-hero .et_pb_button {
    font-size: 18px;
  }

  body.home .home-about .et_pb_module.et_pb_text .et_pb_text_inner br,
  body.home .home-hero .hero-txt br {
    display: none;
  }

  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding-top: 30px !important;
  }

  .et_header_style_left #main-header:not(.et-fixed-header) .logo_container {
    top: 17px;
  }

  body.home .home-about .et_pb_module.et_pb_text {
    margin-bottom: 5px;
  }
}

@media (max-width: 980px) {
  body #et_top_search {
    top: -19px;
    margin: 0px;
  }

  body #et_mobile_nav_menu {
    margin-right: 25px;
  }

  .et_header_style_left #main-header:not(.et-fixed-header) .logo_container {
    top: -40px;
    /* was -24px */
    height: 250%;
  }

  .hts-widget {
    width: 41%;
  }

  .hts-widget .hts-ic {
    margin: 0px 8px;
    flex: 1 0 auto;
  }

  body #hts-map {
    margin: 3px 16px 0 4px;
  }

  .wheat-border span {
    display: none;
  }
}

@media (min-width: 1701px) {

  .et_header_style_left #et-top-navigation nav>ul>li>a,
  .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 50px !important;
  }
}

@media screen and (min-width: 1200px) {
  #main-header .container {
    width: 100%;
    max-width: 1200px;
  }
}