/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 20px;
  line-height: 1.4em;
  font-family: "TTChocolates", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #45292E;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 64px/1.2em "Atelier", sans-serif;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  color: #C9965F;
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font: normal normal 40px/1.2em "Atelier", sans-serif;
  margin: 20px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin: 10px 0;
  }
}

h3, h4 {
  font: normal normal 26px/1.3em "TTChocolates", Helvetica, Arial, sans-serif;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  h3, h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 10px 0;
}

h1 strong, h2 strong {
  color: #C9965F;
  font-weight: normal;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  background: #45292E;
  color: white;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  header.main {
    padding: 10px 0;
  }
}
header.main .header_inner {
  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;
}
header.main .header_inner .logo {
  display: block;
}
header.main .header_inner .logo img {
  width: 185px;
}
@media screen and (max-width: 767px) {
  header.main .header_inner .logo img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  header.main .header_inner nav {
    display: none;
  }
}
header.main .header_inner nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.main .header_inner nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  line-height: 0;
}
header.main .header_inner nav ul.menu li a {
  font: normal normal 16px/normal "TTChocolates", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
  padding: 20px;
  overflow: hidden;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  header.main .header_inner nav ul.menu li a {
    padding: 10px;
  }
}
header.main .header_inner nav ul.menu li:hover > a, header.main .header_inner nav ul.menu li > a:hover {
  color: #C9965F;
}
header.main .header_inner nav ul.menu li.current_page_item > a, header.main .header_inner nav ul.menu li.current_page_parent > a {
  color: #C9965F;
}
header.main .header_inner nav ul.menu li.menu_button {
  margin: 0 10px;
}
header.main .header_inner nav ul.menu li.menu_button a {
  font-family: "TTChocolates", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
}
header.main .header_inner nav ul.menu li.cart-link a {
  padding-right: 0;
}
header.main .header_inner nav ul.menu ul.sub-menu {
  display: none;
}

.menu_toggle {
  display: none;
  padding: 20px 10px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 17px 24px;
}
@media screen and (max-width: 767px) {
  .menu_toggle {
    display: inline-block;
  }
}

.mm-page {
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .mm-page {
    min-height: 100vh;
  }
}

.wpmm-menu {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mm-menu--offcanvas:not(.mm-menu--opened) {
  left: -100%;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.wrapper {
  margin: 0 auto;
  padding: 0 0 1px 0;
}

.maxwidth {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .maxwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page_header {
  background: #E9D5BF url(../images/header_bg.png) no-repeat center center;
  background-size: auto 100%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .page_header {
    padding: 10px 0;
  }
}
.page_header h1 {
  font-size: 40px;
  color: #45292E;
  margin: 20px 0;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .page_header h1 {
    font-size: 32px;
  }
}
.page_header p {
  max-width: 800px;
}

.modules section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modules section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.modules section.module_two_columns .col {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .modules section.module_two_columns .col {
    width: auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.modules section.module_downloads {
  background: #C9965F;
}
.modules section.module_downloads .downloads-list.maxwidth {
  max-width: 800px;
}
.modules section.module_downloads .downloads-list .downloads-item a {
  display: block;
  padding: 23px 0;
  font-weight: bold;
  color: white;
  font-size: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .modules section.module_downloads .downloads-list .downloads-item a {
    padding: 14px 0;
    font-size: 19px;
  }
}
.modules section.module_cta {
  margin: 0;
  text-align: center;
  background: #45292E;
  color: #E9D5BF;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    padding: 20px 0;
  }
}
.modules section.module_cta h2 {
  color: #C9965F;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.modules section.module_cta .module_cta_inner {
  max-width: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .modules section.module_cta .module_cta_inner a.button {
    margin: 0 0 8px 0;
  }
}
.modules section.module_cta.background_image::after {
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.8;
}
.modules section.module_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .modules section.module_gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.modules section.module_gallery a:hover {
  opacity: 0.8;
}
.modules section.module_gallery a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.modules section.module_text_and_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  min-height: 650px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image {
    display: block;
    padding: 0;
    min-height: 0;
  }
}
.modules section.module_text_and_image .module_text_and_image_image {
  width: 50%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_image {
    width: auto;
    margin-left: 0;
    min-height: 200px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modules section.module_text_and_image.top .module_text_and_image_image {
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image.reverse_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.modules section.module_text_and_image .module_text_and_image_text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text {
    width: auto;
    text-align: center;
    padding: 20px;
  }
}
.modules section.module_text_and_image .module_text_and_image_text .module_text_and_image_text_inner {
  max-width: 640px;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .modules section.module_text_and_image .module_text_and_image_text .module_text_and_image_text_inner {
    padding: 0;
  }
}
.modules section.module_text_and_image.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.modules section.module_text_and_image.right .module_text_and_image_text .module_text_and_image_text_inner {
  margin: 0 0 0 auto;
}
.modules section.module_text_and_image.brown {
  background: #45292E;
  color: #E9D5BF;
}
.modules section.module_text_and_image.brown h2 {
  color: #C9965F;
}
.modules section.module_text_and_image.beige {
  background: #FBF7F2;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #45292E;
  color: white;
}
@media screen and (max-width: 767px) {
  .homebanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
.homebanner .homebanner_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.homebanner .homebanner_text .homebanner_text_inner {
  max-width: 660px;
  padding: 40px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_text .homebanner_text_inner {
    padding: 20px;
  }
  .homebanner .homebanner_text .homebanner_text_inner h1 {
    margin: 0;
  }
}
.homebanner .homebanner_image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_image {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 230px;
  }
}

.home_video {
  text-align: center;
  background: #E9D5BF;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .home_video {
    padding: 20px 0;
  }
}
.home_video .maxwidth {
  z-index: 3;
  position: relative;
}
.home_video .maxwidth h2 {
  color: #E9D5BF;
}
.home_video .maxwidth a.home_video_link {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  position: relative;
  display: block;
  margin: 0 auto;
}
.home_video .maxwidth a.home_video_link video, .home_video .maxwidth a.home_video_link img {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_video .maxwidth a.home_video_link::before {
  position: absolute;
  content: " ";
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.home_video .maxwidth a.home_video_link::after {
  background: url(../images/play.svg) no-repeat center center;
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  width: 85px;
  height: 85px;
  z-index: 3;
}
.home_video .maxwidth a.home_video_link:hover::before {
  opacity: 0.5;
}
.home_video::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #45292E;
  z-index: 1;
}
.home_video::after {
  position: absolute;
  content: " ";
  top: 20%;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: url(../images/oo_bg.svg) no-repeat 360px 50%;
}
@media screen and (max-width: 767px) {
  .home_video::after {
    display: none;
  }
}

.home_featured {
  padding: 50px 0;
  background: #E9D5BF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home_featured {
    padding: 20px 0;
    text-align: center;
  }
}
.home_featured .maxwidth {
  position: relative;
  z-index: 2;
}
.home_featured .woocommerce ul.products li.product {
  margin-bottom: 0;
}
.home_featured .woocommerce ul.products li.product .button {
  display: none;
}
.home_featured::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: white;
}
@media screen and (max-width: 767px) {
  .home_featured::before {
    display: none;
  }
}

/* ------------------------------------
WOOCOMMERCE
------------------------------------ */
.woocommerce_content {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce_content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout .woocommerce_content {
    padding-top: 0;
  }
}

.woocommerce-notices-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin: 20px 0;
  background: #E9D5BF;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    float: none !important;
    margin: 10px 0 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    margin: 8px 0 0 0;
  }
  .woocommerce .woocommerce-ordering select {
    max-width: 200px;
  }
}
.woocommerce .product_listing_wrapper {
  padding: 1px 40px;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .woocommerce .product_listing_wrapper {
    padding: 1px 20px;
  }
}
.woocommerce .product_listing_wrapper .product_filters {
  padding: 20px 0;
}
.woocommerce .product_listing_wrapper .product_filters .woocommerce-result-count, .woocommerce .product_listing_wrapper .product_filters form.woocommerce-ordering {
  margin: 0;
  vertical-align: middle;
}
.woocommerce .product_listing_wrapper .product_filters p.woocommerce-result-count {
  margin-top: 8px;
}

body.theme-iwood ul.products {
  max-width: 1400px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  body.theme-iwood ul.products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
body.theme-iwood ul.products::before, body.theme-iwood ul.products::after {
  display: none !important;
}
body.theme-iwood ul.products a.ajax_add_to_cart, body.theme-iwood ul.products .button {
  display: none !important;
}
body.theme-iwood ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link .product-image-wrapper {
  position: relative;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link .product-image-wrapper img {
  margin: 0;
  border: none;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link .product-image-wrapper.has_secondary .secondary-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link:hover .product-image-wrapper.has_secondary .secondary-image {
  opacity: 1;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link .product_tile_text {
  background: #FBF7F2;
  padding: 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link span.price {
  font-weight: normal;
  color: #C9965F;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  body.theme-iwood ul.products li.product a.woocommerce-loop-product__link span.price {
    font-size: 20px;
  }
}
body.theme-iwood ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 16px;
  font-family: "TTChocolates", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body.theme-iwood ul.products li.product a.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: 16px;
  }
}

.single-product.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product {
    display: block;
    padding: 20px;
  }
}
.single-product.woocommerce div.product h1 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product h1 {
    font-size: 30px;
  }
}
.single-product.woocommerce div.product p.price {
  font-weight: bold;
  color: #45292E;
}
.single-product.woocommerce div.product .calculate {
  background: #E9D5BF;
  padding: 12px;
  display: inline-block;
}
.single-product.woocommerce div.product .calculate p {
  margin: 0;
  font-weight: bold;
}
.single-product.woocommerce div.product .calculate p a {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product .calculate p a {
    display: block;
    margin: 8px 0 0 0;
    text-align: center;
  }
}
.single-product.woocommerce div.product div.images,
.single-product.woocommerce div.product div.summary {
  float: none !important;
  width: auto;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product div.images {
    padding-bottom: 20px;
  }
}
.single-product.woocommerce .single-product main.site-main {
  background: #FBF3ED;
}
.single-product.woocommerce section.related.products {
  display: none !important;
  padding: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce section.related.products {
    padding: 20px;
  }
}
.single-product.woocommerce section.related.products > h2 {
  color: #45292E;
  margin: 0 0 20px 0;
}
.single-product.woocommerce section.related.products a.ajax_add_to_cart {
  display: none !important;
}
.single-product.woocommerce section.related.products li.product span.price {
  font-weight: bold;
  color: #45292E;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce section.related.products li.product span.price {
    font-size: 20px;
  }
}
.single-product.woocommerce section.related.products li.product h2.woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce section.related.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    gap: 6px;
  }
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: auto;
  display: block;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  grid-column: 1/-1;
}

.woocommerce div.product form.cart .variations {
  display: block;
  text-align: left;
  margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations tbody {
  display: block;
}
.woocommerce div.product form.cart .variations tr, .woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td {
  display: block;
}
.woocommerce div.product form.cart .variations tr {
  margin: 0 0 16px 0;
}
.woocommerce div.product form.cart .variations th.label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: normal;
}
.woocommerce div.product form.cart .variations td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product form.cart .variations a.reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations select {
  padding-right: 2em;
  margin-right: 0.5em;
}

div[data-block-name="woocommerce/product-new"], .wc-block-cart__empty-cart__title.with-empty-cart-icon:before, div[data-block-name="woocommerce/cart"] .wp-block-separator {
  display: none !important;
}

.woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.woocommerce table.my_account_orders .button {
  margin: 0 6px 0 0;
  font-family: "TTChocolates", Helvetica, Arial, sans-serif;
  font-size: 15px;
  padding: 4px 12px;
}

.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-address {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 6px 0;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  opacity: 0.8;
}

/* ------------------------------------
FOOTER
------------------------------------ */
footer {
  background: #45292E;
  color: white;
  padding: 50px 0;
  font-size: 18px;
  margin: -1px 0 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
}
footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
footer .footer_inner .footer_col {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_col {
    max-width: none;
  }
}
footer .footer_inner .footer_col p.fineprint {
  font-size: 13px;
}
footer .footer_inner .footer_col .logo img {
  width: 180px;
}
footer .footer_inner .footer_col p.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .footer_col p.socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_inner .footer_col p.socials a {
  color: #C9965F;
  font-size: 30px;
}
footer .footer_inner .footer_col li.cart-link {
  display: none !important;
}
footer .footer_inner .footer_col ul.menu {
  margin: 0;
  list-style: none;
  padding: 0;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
  font: 16px "TTChocolates", Helvetica, Arial, sans-serif;
  padding: 9px;
  border-radius: 4px;
  border: 1px solid #45292E;
  color: #45292E;
  width: 100%;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], button, a.button, header.main .header_inner nav ul.menu li.menu_button a, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .wc-block-components-button, a.wp-block-button__link {
  font: 16px "Atelier", sans-serif;
  background: #C9965F !important;
  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-appearance: none;
  letter-spacing: 0.06em;
  border: 0;
  outline: 0;
  display: inline-block;
}
input[type=submit]:hover, button:hover, a.button:hover, header.main .header_inner nav ul.menu li.menu_button a:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover, .wc-block-components-button:hover, a.wp-block-button__link:hover {
  background: #C08545 !important;
  color: white;
}
input[type=submit].beige, button.beige, a.button.beige, header.main .header_inner nav ul.menu li.menu_button a.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.beige, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.beige, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.beige, .wc-block-components-button.beige, a.wp-block-button__link.beige {
  background: #E9D5BF !important;
  color: #45292E;
}
input[type=submit].beige:hover, button.beige:hover, a.button.beige:hover, header.main .header_inner nav ul.menu li.menu_button a.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.beige:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.beige:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.beige:hover, .wc-block-components-button.beige:hover, a.wp-block-button__link.beige:hover {
  background: #cbaa88 !important;
}
input[type=submit].black, button.black, a.button.black, header.main .header_inner nav ul.menu li.menu_button a.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.black, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.black, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.black, .wc-block-components-button.black, a.wp-block-button__link.black {
  background: black !important;
}
input[type=submit].black:hover, button.black:hover, a.button.black:hover, header.main .header_inner nav ul.menu li.menu_button a.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.black:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.black:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.black:hover, .wc-block-components-button.black:hover, a.wp-block-button__link.black:hover {
  background: #333 !important;
  color: white !important;
}

button.wc-block-components-quantity-selector__button, button.wc-block-cart-item__remove-link, button.show-password-input {
  background: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield > label {
  display: none;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container {
  padding: 10px;
}
.gform_wrapper ul.gform_fields li.gfield.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield.half {
    width: 100%;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  color: red;
  font-size: 13px;
  text-align: center;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.oldie [data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  line-height: 1.2em;
}

/* ------------------------------------
FONTS
------------------------------------ */
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TT_Chocolates_Regular.woff2") format("woff2"), url("../fonts/TT_Chocolates_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTChocolates";
  src: url("../fonts/TT_Chocolates_Bold.woff2") format("woff2"), url("../fonts/TT_Chocolates_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Atelier";
  src: url("../fonts/atelier-webfont.woff2") format("woff2"), url("../fonts/atelier-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}