@charset "UTF-8";
/* Theme Name: gold2022
 * * Author: Azure
 * * Author URI: https://azure-ad.jp/
 * *
 * *
 * * CSS Document
 * *
 * * ------------------------------
 * * - Index -
 * *
 * * 0.0 - Reset
 * * 1.0 - Base
 * * 2.0 - Layout
 * *   2.1 - Header
 * *   2.2 - Footer
 * *   2.3 - Navigation, Menu
 * *   2.4 - Main
 * * 3.0 - Component
 * *   3.1 - Common
 * *   3.2 - Unique
 * *   3.3 - Library
 * *   3.4 - Animation
 * * 4.0 - Utility
 * *
 * * ------------------------------
 * *
 * *
 * * ========================================
 * * 0.0 - Reset
 * * ===================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ========================================
 * * 1.0 - Base
 * * ===================================== */
html, :root {
  --color-base: #fff;
  --color-black: #000;
  --color-light: #d0d0d0;
  --color-dark: #292929;
  --color-primary: #f7e5d8;
  --color-secondary: #c29b74;
  --color-other: #603813;
  --color-darkbrown: #261B15;
  --color-accent: #126fb1;
  --fontfamily-sansserif: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  --fontfamily-serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --fontsize-xl: 2.4rem;
  --fontsize-l: 1.8rem;
  --fontsize-base: 1.6rem;
  --fontsize-s: 1.4rem;
  --fontsize-xs: 1.2rem;
  --fontstyle-heading: 400;
  --lineheight-sp: 1.5;
  --lineheight-heading: 1.4;
  --width-contents: 1000px;
  --width-sidespace: 20px;
  --z-menu-btn: 999;
  --z-menu: 998;
  --z-overlay: 997;
  --z-sitelogo: 996;
  --z-control: 99;
  --z-footer: 20;
  --z-sidebar: 11;
  --z-sidebar-sub: 10;
  overflow-y: scroll;
  font-size: 10px;
}
@media (max-width: 767px) {
  html, :root {
    --width-sidespace: 10px;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: var(--lineheight-heading);
}
@media (max-width: 960px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

p {
  margin: 0;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: var(--lineheight-heading);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main section a {
  text-decoration: underline;
}
main section a:hover {
  text-decoration: none;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dd, dt {
  margin: 0;
  padding: 0;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  font-size: inherit;
  font-family: inherit;
}

input[type=radio], input[type=checkbox] {
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: var(--color-light);
}

::-moz-placeholder {
  color: var(--color-light);
}

:-ms-input-placeholder {
  color: var(--color-light);
}

::-ms-input-placeholder {
  color: var(--color-light);
}

::placeholder {
  color: var(--color-light);
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

.entry-content p + h2, .entry-content p + header h2, .entry-content p + h3, .entry-content p + h4, .entry-content ul + h2, .entry-content ul + header h2, .entry-content ul + h3, .entry-content ul + h4, .entry-content ol + h2, .entry-content ol + header h2, .entry-content ol + h3, .entry-content ol + h4, .entry-content table + h2, .entry-content table + header h2, .entry-content table + h3, .entry-content table + h4, .entry-content blockquote + h2, .entry-content blockquote + header h2, .entry-content blockquote + h3, .entry-content blockquote + h4, .entry-content form + h2, .entry-content form + header h2, .entry-content form + h3, .entry-content form + h4 {
  color: var(--color-primary);
  font-weight: bold;
}
.entry-content h3 {
  font-size: 1.6rem;
}
.entry-content h2 + p, .entry-content h2 + ul, .entry-content h2 + ol, .entry-content h3 + p, .entry-content h3 + ul, .entry-content h3 + ol, .entry-content h4 + p, .entry-content h4 + ul, .entry-content h4 + ol, .entry-content h5 + p, .entry-content h5 + ul, .entry-content h5 + ol, .entry-content h6 + p, .entry-content h6 + ul, .entry-content h6 + ol, .entry-content p + p, .entry-content p + ul, .entry-content p + ol, .entry-content ul + p, .entry-content ul + ul, .entry-content ul + ol, .entry-content ol + p, .entry-content ol + ul, .entry-content ol + ol {
  margin-top: 1em;
  color: var(--color-primary);
}
.entry-content h2 + p.txt, .entry-content h2 + ul.txt, .entry-content h2 + ol.txt, .entry-content h3 + p.txt, .entry-content h3 + ul.txt, .entry-content h3 + ol.txt, .entry-content h4 + p.txt, .entry-content h4 + ul.txt, .entry-content h4 + ol.txt, .entry-content h5 + p.txt, .entry-content h5 + ul.txt, .entry-content h5 + ol.txt, .entry-content h6 + p.txt, .entry-content h6 + ul.txt, .entry-content h6 + ol.txt, .entry-content p + p.txt, .entry-content p + ul.txt, .entry-content p + ol.txt, .entry-content ul + p.txt, .entry-content ul + ul.txt, .entry-content ul + ol.txt, .entry-content ol + p.txt, .entry-content ol + ul.txt, .entry-content ol + ol.txt {
  font-size: 1.6rem;
  line-height: 1.3;
}
.entry-content ul li, .entry-content ol li {
  position: relative;
  line-height: 1.3;
  padding-top: 0.3em;
}
.entry-content ul li {
  padding-left: 1em;
  color: var(--color-primary);
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background: var(--color-primary);
}
.entry-content ol {
  counter-reset: li_count;
  color: var(--color-primary);
}
.entry-content ol li {
  counter-increment: li_count;
  padding-left: 2em;
}
.entry-content ol li::before {
  content: "(" counter(li_count) ")";
  position: absolute;
  top: 0.3em;
  left: 0;
}

article.page {
  font-size: 1.6rem;
}
article.page h1, article.page h2, article.page h3, article.page h4, article.page h5, article.page h6, article.page .wc-block-grid__product-title {
  color: inherit;
}

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before {
  color: inherit;
  margin-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: inherit;
}

/* ========================================
 * * 2.0 - Layout
 * * ===================================== */
.single-product div.product .woocommerce-product-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
}

/* ------------------------------
 * * 2.1 - Header
 * * --------------------------- */
#spmenu-button {
  display: none;
}

#masthead {
  border: none;
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
  height: 90px;
}
@media (max-width: 1040px) {
  #masthead {
    margin: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  #masthead {
    background: url(../img/background-01.jpg) no-repeat center center/cover;
    position: fixed;
    width: 100%;
    margin: 0;
  }
}
#masthead .storefront-primary-navigation {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}
@media (max-width: 767px) {
  #masthead .storefront-primary-navigation {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#masthead .storefront-primary-navigation .col-full {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#masthead #site-navigation {
  padding-top: 4rem;
}
#masthead #site-navigation a {
  color: var(--color-primary);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  #masthead #site-navigation {
    padding-top: 0;
  }
  #masthead #site-navigation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding: 1rem 2em 0.5rem 4em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #masthead #site-navigation a:hover {
    padding: 1rem 2em 0.5rem 5em;
  }
}

.woocommerce-active .site-header .main-navigation {
  width: 80%;
  float: left;
  margin-right: 0;
  clear: both;
}
@media (max-width: 900px) {
  .woocommerce-active .site-header .main-navigation {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
  }
}
.woocommerce-active .site-header .site-header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto !important;
  height: 90px;
  padding: 6px 0 0 0;
}
@media (max-width: 767px) {
  .woocommerce-active .site-header .site-header-cart {
    position: fixed;
    top: 0;
    right: 5px;
  }
}
.woocommerce-active .site-header .site-header-cart .cart-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-active .site-header .site-header-cart .cart-contents .amount {
  margin-right: 1.5rem;
  font-size: 1.4rem;
}
@media (max-width: 1040px) {
  .woocommerce-active .site-header .site-header-cart .cart-contents .amount {
    margin-right: 0.8rem;
  }
}
.woocommerce-active .site-header .site-header-cart .cart-contents .count {
  font-weight: 400;
  color: var(--color-secondary) !important;
  font-size: 1.4rem;
  opacity: 1 !important;
}
.woocommerce-active .site-header .site-header-cart .cart-contents::after {
  margin: 0 0 0.7rem 3rem;
  line-height: 1.4;
}
@media (max-width: 1040px) {
  .woocommerce-active .site-header .site-header-cart .cart-contents::after {
    margin: 0 0 0.7rem 1.8rem;
  }
}
:hover .woocommerce-active .site-header .site-header-cart .widget_shopping_cart {
  top: 75px;
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1em;
  color: var(--color-base);
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart a {
  color: var(--color-base);
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart a .button:hover {
  background-color: var(--color-dark);
  color: var(--color-base);
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .total {
  color: var(--color-base);
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons > a:first-child {
  font-size: 1.2rem;
  padding: 0.5em 0.2em;
  color: var(--color-dark) !important;
  border-color: var(--color-light);
  background-color: var(--color-light);
  font-weight: normal;
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons > a:first-child:hover {
  background-color: var(--color-dark) !important;
  color: var(--color-base) !important;
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons > a:last-child {
  font-size: 1.2rem;
  padding: 0.5em 0.2em;
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--color-base) !important;
  font-weight: normal;
}
.woocommerce-active .site-header .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons > a:last-child:hover {
  background-color: var(--color-light);
  border-color: var(--color-light);
  color: var(--color-dark) !important;
}
.woocommerce-active .site-header .site-header-cart .product_list_widget li .quantity {
  color: var(--color-base);
}

#site-header-cart .cart-contents {
  color: var(--color-base);
}

@media (min-width: 768px) {
  .gnav-list, #menu-global-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gnav-list > .item + .item, .gnav-list > .item + .menu-item, .gnav-list .menu-item + .item, .gnav-list .menu-item + .menu-item, #menu-global-navigation > .item + .item, #menu-global-navigation > .item + .menu-item, #menu-global-navigation .menu-item + .item, #menu-global-navigation .menu-item + .menu-item {
    margin-left: 0;
  }
  .gnav-list > .item > a, .gnav-list .menu-item > a, #menu-global-navigation > .item > a, #menu-global-navigation .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    height: 16px;
    padding: 0.3rem 2em;
    border-right: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .gnav-list > .item > a, .gnav-list .menu-item > a, #menu-global-navigation > .item > a, #menu-global-navigation .menu-item > a {
    padding: 0.3rem 1.6em;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .gnav-list > .item > a, .gnav-list .menu-item > a, #menu-global-navigation > .item > a, #menu-global-navigation .menu-item > a {
    padding: 0.3rem 0.8rem;
  }
}
@media (min-width: 768px) {
  .gnav-list > .item > a:hover, .gnav-list .menu-item > a:hover, #menu-global-navigation > .item > a:hover, #menu-global-navigation .menu-item > a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .gnav-list > .item > a span, .gnav-list .menu-item > a span, #menu-global-navigation > .item > a span, #menu-global-navigation .menu-item > a span {
    display: block;
    color: var(--color-secondary);
    font-family: "IM Fell English", serif;
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .gnav-list > .item:first-child, .gnav-list .menu-item:first-child, #menu-global-navigation > .item:first-child, #menu-global-navigation .menu-item:first-child {
    border-left: 1px solid var(--color-primary);
  }
}
@media (min-width: 768px) {
  .gnav-list .focus:focus, #menu-global-navigation .focus:focus {
    border-color: none;
  }
}
@media (max-width: 1040px) {
  .gnav-list.menu.nav-menu, #menu-global-navigation.menu.nav-menu {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #masthead #site-navigation a {
    display: none;
  }

  #masthead #site-navigation.main-navigation.toggled a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #masthead #site-navigation.main-navigation.toggled a:hover {
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.2);
  }
  #masthead #site-navigation.main-navigation.toggled a:hover::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .main-navigation.toggled .handheld-navigation {
    position: relative;
    width: 100%;
    overflow-y: auto;
    pointer-events: auto;
  }
  .main-navigation.toggled .handheld-navigation ul {
    margin: 90px 0 0 0;
    background: url(../img/background-01.jpg) no-repeat center center/cover;
  }
  .main-navigation.toggled .handheld-navigation ul .menu-item {
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
    color: var(--color-secondary);
    text-align: left;
  }
  .main-navigation.toggled .handheld-navigation ul .menu-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--color-secondary);
    background: no-repeat center;
    background-image: url(../img/arrow-white-round.svg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation.toggled .handheld-navigation ul .menu-item span {
    font-family: "IM Fell English", serif;
    line-height: 1.6;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .main-navigation.toggled .handheld-navigation ul .menu-item span {
    display: block;
    padding-left: 1rem;
  }
}

#mainvisual {
  position: relative;
  clear: both;
}
@media (max-width: 767px) {
  #mainvisual {
    margin-top: 90px;
  }
}
#mainvisual .mv-title {
  position: absolute;
  top: 20%;
  right: calc((100% - 1000px) / 2);
  content: "";
  -webkit-filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.4));
  filter: drop-shadow(2px 2px 5px rgba(255, 255, 255, 0.4));
}
@media (max-width: 1040px) {
  #mainvisual .mv-title {
    top: 15%;
    right: 4rem;
  }
  #mainvisual .mv-title img {
    max-width: 43vw;
    height: auto;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  #mainvisual .mv-title {
    top: 14%;
    right: 3rem;
  }
}

/* ------------------------------
 * * 2.2 - Footer
 * * --------------------------- */
#footer {
  margin-top: 4rem;
  background-color: var(--color-darkbrown);
  color: var(--color-primary);
  height: 100px;
  padding: 0;
  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;
  font-size: 1.4rem;
}

#copyrights {
  text-align: center;
}

@media (max-width: 767px) {
  .storefront-handheld-footer-bar {
    background: var(--color-base);
    height: 78px;
  }
  .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    color: var(--color-dark);
  }
  .storefront-handheld-footer-bar ul .search .site-search {
    bottom: 0;
    z-index: 100;
  }
  .storefront-handheld-footer-bar ul li .cart .count {
    background: var(--color-dark);
    color: var(--color-base);
    border-color: none;
    width: 18px;
    height: 18px;
    top: 11px;
    right: 22%;
  }
}
/* ------------------------------
 * * 2.3 - Navigation, Menu
 * * --------------------------- */
/* ------------------------------
 * * 2.4 - Main
 * * --------------------------- */
#page {
  background: url(../img/background-01.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

/* ========================================
 * * 3.0 - Component (Block) & Variant (Modifier, State)
 * * ===================================== */
/* ------------------------------
 * * 3.1 - Common
 * * --------------------------- */
.storefront-sticky-add-to-cart {
  color: var(--color-main);
  background: var(--color-background-secondary);
}

#primary {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}

#content .col-full {
  max-width: 100vw;
  margin: 60px 0 0;
  padding: 0;
}

.entry-header {
  display: none;
}

article.page .page-title {
  font-size: 2.1rem;
  color: var(--color-primary);
  line-height: 2;
  width: 100%;
  height: 50px;
  background: url(../img/page-titlebar.png) no-repeat center center/contain;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  article.page .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 1;
    height: 70px;
    background: url(../img/page-titlebar.png) no-repeat center bottom/contain;
  }
}
article.page .page-title .en {
  font-size: 1.8rem;
  margin-left: 5rem;
  font-family: "IM Fell English", serif;
}
@media (max-width: 767px) {
  article.page .page-title .en {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-right: 7rem;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  article.page .page-title .en {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
article.page .sub-title {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-primary);
  line-height: 1.6;
  border-bottom: 1px solid var(--color-secondary);
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.container, #main, .storefront-breadcrumb {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .container, #main, .storefront-breadcrumb {
    max-width: calc(var(--width-contents) + var(--width-sidespace) * 2);
    padding-left: var(--width-sidespace);
    padding-right: var(--width-sidespace);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-list > .item {
  margin-bottom: 6rem;
}
@media (min-width: 1040px) {
  .product-list > .item {
    width: calc(25% - 1.5rem);
  }
}
@media (max-width: 1040px) {
  .product-list > .item {
    width: calc(33.3333% - 1rem);
  }
}
@media (max-width: 640px) {
  .product-list > .item {
    width: calc(50% - 1rem);
  }
}
.product-list > .item.-adjust {
  margin: 0;
  padding: 0;
}

#main ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 1039px) {
  #main ul.products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main ul.products::after {
    content: "";
    margin: 0;
    padding: 0;
    height: 0;
  }
}
@media (min-width: 1040px) {
  #main ul.products::after {
    content: none;
  }
}
#main ul.products > li.product, #main ul.products::after {
  float: none;
  margin: 0 0 6rem !important;
}
#main ul.products > li.product .button, #main ul.products::after .button {
  margin-bottom: 0;
  padding: 0.3rem 2rem 0.2rem 2rem;
  font-weight: normal;
}
@media (min-width: 1040px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(25% - 1.5rem);
  }
  #main ul.products > li.product:not(:nth-child(4n)), #main ul.products::after:not(:nth-child(4n)) {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1040px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(33.3333% - 1rem);
  }
}
@media (max-width: 640px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1040px) {
  #main ul.products > li.product:not(:nth-child(4n)) {
    margin-right: 2rem !important;
  }
}
#main ul.products::before {
  content: none;
}

.storefront-sorting {
  display: none;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .card-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.card-content > .thumb {
  margin-bottom: 1.5rem;
  width: 100%;
}
.card-content > .name {
  background: var(--color-secondary);
  border: 1px solid var(--color-primary);
  margin-bottom: 1rem;
  padding: 0.2rem 1em;
  width: 100%;
  line-height: 1.4;
}
.card-content > .price {
  width: 35%;
  line-height: 1;
  font-size: var(--fontsize-xl);
}
@media (max-width: 767px) {
  .card-content > .price {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
}
.card-content > .btn-basic {
  width: calc(65% - 1rem);
}
@media (max-width: 767px) {
  .card-content > .btn-basic {
    width: 90%;
  }
}
.card-content > .btn-basic:hover {
  background: var(--color-accent);
}

ul.products li.product {
  position: relative;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
ul.products li.product .woocommerce-LoopProduct-link:hover > .attachment-woocommerce_thumbnail {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
ul.products li.product .woocommerce-LoopProduct-link:hover > .woocommerce-loop-product__title {
  background: var(--color-primary);
  color: var(--color-black);
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
ul.products li.product .woocommerce-LoopProduct-link > .attachment-woocommerce_thumbnail, ul.products li.product .woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  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;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
    margin: 1rem 0;
  }
}
ul.products li.product .woocommerce-LoopProduct-link > .price {
  line-height: 1;
  font-size: 2.4rem;
  font-family: "Anton";
  color: var(--color-primary);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  ul.products li.product .woocommerce-LoopProduct-link > .price {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link > .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -3rem;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
ul.products li.product .woocommerce-loop-product__title {
  background: var(--color-dark);
  border: 1px solid var(--color-light);
  margin-bottom: 2rem;
  padding: 0.2rem 1em;
  width: 100%;
  font-size: 1.4rem;
  color: var(--color-base);
}
@media (min-width: 768px) {
  ul.products li.product > .button {
    position: relative;
    width: 100%;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  ul.products li.product .added_to_cart {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 100%;
  }
}

.wp-block-table table {
  width: 100%;
  color: var(--color-primary);
}
.wp-block-table table tr {
  border-bottom: 1px solid var(--color-secondary);
  border-left: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-table table tr:first-child {
  border-top: 1px solid var(--color-secondary);
}

.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th, .editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th, .editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
    padding: 0.75em;
  }
}

.hentry .entry-content a {
  color: var(--color-primary) !important;
}
.hentry .entry-content a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.hentry .entry-content .wp-block-table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26%;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table th {
    width: 33%;
    font-size: 1.2rem;
  }
}

.hentry .entry-content .wp-block-table td {
  border-left: 1px solid var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74%;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table td {
    width: 67%;
    font-size: 1.2rem;
  }
}

.entry-title {
  font-size: 2.4rem;
}

article.page .entry-title {
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.contactform-title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--color-primary);
}

.contactform-area input, .contactform-area textarea {
  border-radius: 5px;
  background: var(--color-primary);
  color: #444;
}
.contactform-area input::-webkit-input-placeholder, .contactform-area textarea::-webkit-input-placeholder {
  color: #444;
}
.contactform-area input::-moz-placeholder, .contactform-area textarea::-moz-placeholder {
  color: #444;
}
.contactform-area input:-ms-input-placeholder, .contactform-area textarea:-ms-input-placeholder {
  color: #444;
}
.contactform-area input::-ms-input-placeholder, .contactform-area textarea::-ms-input-placeholder {
  color: #444;
}
.contactform-area input::placeholder, .contactform-area textarea::placeholder {
  color: #444;
}

.wpcf7-form.init .btn-wrap input {
  border: 1px solid var(--color-secondary);
  border-radius: 1rem;
  background: #422D22;
  color: var(--color-primary);
  font-weight: normal;
}

.contactform-area {
  margin-bottom: 2rem;
}
.contactform-area .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
}

.form-row .note {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
}

.container, #main, .storefront-breadcrumb {
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  .container, #main, .storefront-breadcrumb {
    max-width: calc(var(--width-contents) + var(--width-sidespace) * 2);
    padding-left: var(--width-sidespace);
    padding-right: var(--width-sidespace);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.product-list > .item {
  margin-bottom: 6rem;
}
@media (min-width: 1040px) {
  .product-list > .item {
    width: calc(25% - 1.5rem);
  }
}
@media (max-width: 1040px) {
  .product-list > .item {
    width: calc(33.3333% - 1rem);
  }
}
@media (max-width: 640px) {
  .product-list > .item {
    width: calc(50% - 1rem);
  }
}
.product-list > .item.-adjust {
  margin: 0;
  padding: 0;
}

#main ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 1039px) {
  #main ul.products {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main ul.products::after {
    content: "";
    margin: 0;
    padding: 0;
    height: 0;
  }
}
@media (min-width: 1040px) {
  #main ul.products::after {
    content: none;
  }
}
#main ul.products > li.product, #main ul.products::after {
  float: none;
  margin: 0 0 6rem !important;
}
#main ul.products > li.product .button, #main ul.products::after .button {
  margin-bottom: 0;
  padding: 0.3rem 2rem 0.2rem 2rem;
  font-weight: normal;
}
@media (min-width: 1040px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(25% - 1.5rem);
  }
  #main ul.products > li.product:not(:nth-child(4n)), #main ul.products::after:not(:nth-child(4n)) {
    margin-right: 2rem !important;
  }
}
@media (max-width: 1040px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(33.3333% - 1rem);
  }
}
@media (max-width: 640px) {
  #main ul.products > li.product, #main ul.products::after {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1040px) {
  #main ul.products > li.product:not(:nth-child(4n)) {
    margin-right: 2rem !important;
  }
}
#main ul.products::before {
  content: none;
}

.storefront-sorting {
  display: none;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .card-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.card-content > .thumb {
  margin-bottom: 1.5rem;
  width: 100%;
}
.card-content > .name {
  background: var(--color-secondary);
  border: 1px solid var(--color-primary);
  margin-bottom: 1rem;
  padding: 0.2rem 1em;
  width: 100%;
  line-height: 1.4;
}
.card-content > .price {
  width: 35%;
  line-height: 1;
  font-size: var(--fontsize-xl);
}
@media (max-width: 767px) {
  .card-content > .price {
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
  }
}
.card-content > .btn-basic {
  width: calc(65% - 1rem);
}
@media (max-width: 767px) {
  .card-content > .btn-basic {
    width: 90%;
  }
}
.card-content > .btn-basic:hover {
  background: var(--color-accent);
}

ul.products li.product {
  position: relative;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
ul.products li.product .woocommerce-LoopProduct-link:hover > .attachment-woocommerce_thumbnail {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}
ul.products li.product .woocommerce-LoopProduct-link:hover > .woocommerce-loop-product__title {
  background: var(--color-primary);
  color: var(--color-black);
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
ul.products li.product .woocommerce-LoopProduct-link > .attachment-woocommerce_thumbnail, ul.products li.product .woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  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;
  height: auto;
  margin: 0;
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link > .woocommerce-loop-product__title {
    margin: 1rem 0;
  }
}
ul.products li.product .woocommerce-LoopProduct-link > .price {
  line-height: 1;
  font-size: 2.4rem;
  font-family: "Anton";
  color: var(--color-primary);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  ul.products li.product .woocommerce-LoopProduct-link > .price {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.products li.product .woocommerce-LoopProduct-link > .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -3rem;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
ul.products li.product .woocommerce-loop-product__title {
  background: var(--color-dark);
  border: 1px solid var(--color-light);
  margin-bottom: 2rem;
  padding: 0.2rem 1em;
  width: 100%;
  font-size: 1.4rem;
  color: var(--color-base);
}
@media (min-width: 768px) {
  ul.products li.product > .button {
    position: relative;
    width: 100%;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  ul.products li.product .added_to_cart {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 100%;
  }
}

.wp-block-table table {
  width: 100%;
  color: var(--color-primary);
}
.wp-block-table table tr {
  border-bottom: 1px solid var(--color-secondary);
  border-left: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-table table tr:first-child {
  border-top: 1px solid var(--color-secondary);
}

.hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th, .editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
  font-size: 1.4rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table td, .hentry .entry-content .wp-block-table th, .editor-styles-wrapper .wp-block-table td, .editor-styles-wrapper .wp-block-table th {
    padding: 0.75em;
  }
}

.hentry .entry-content a {
  color: var(--color-primary) !important;
}
.hentry .entry-content a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.hentry .entry-content .wp-block-table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26%;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table th {
    width: 33%;
    font-size: 1.2rem;
  }
}

.hentry .entry-content .wp-block-table td {
  border-left: 1px solid var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 74%;
}
@media (max-width: 767px) {
  .hentry .entry-content .wp-block-table td {
    width: 67%;
    font-size: 1.2rem;
  }
}

.entry-title {
  font-size: 2.4rem;
}

article.page .entry-title {
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}

.contactform-title {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--color-primary);
}

.contactform-area input, .contactform-area textarea {
  border-radius: 5px;
  background: var(--color-primary);
  color: #444;
}
.contactform-area input::-webkit-input-placeholder, .contactform-area textarea::-webkit-input-placeholder {
  color: #444;
}
.contactform-area input::-moz-placeholder, .contactform-area textarea::-moz-placeholder {
  color: #444;
}
.contactform-area input:-ms-input-placeholder, .contactform-area textarea:-ms-input-placeholder {
  color: #444;
}
.contactform-area input::-ms-input-placeholder, .contactform-area textarea::-ms-input-placeholder {
  color: #444;
}
.contactform-area input::placeholder, .contactform-area textarea::placeholder {
  color: #444;
}

.wpcf7-form.init .btn-wrap input {
  border: 1px solid var(--color-secondary);
  border-radius: 1rem;
  background: #422D22;
  color: var(--color-primary);
  font-weight: normal;
}

.contactform-area {
  margin-bottom: 2rem;
}
.contactform-area .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
}

.form-row .note {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
}

.btn-basic, a.button {
  border: 1px solid var(--color-light);
  border-radius: 1rem;
  padding: 0.5em;
  line-height: 1.4;
  text-align: center;
  background: var(--color-dark);
  color: var(--color-base);
  font-size: 1.4rem;
}

.button:hover, .widget a.button:hover {
  background-color: var(--color-light);
  color: var(--color-black);
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  outline-color: none;
  outline: none;
}

@media (max-width: 767px) {
  button.menu-toggle {
    padding: 1.7rem 1rem 1.6rem 3rem;
    font-size: 1.2rem;
    max-width: 100px;
    z-index: 100;
    position: fixed;
    top: 20px;
    left: 20px;
    background: var(--color-base);
    border-color: var(--color-primary);
    border-radius: 10px;
  }
  button.menu-toggle::before {
    left: 0.8rem;
  }
  button.menu-toggle::after {
    left: 0.8rem;
  }
  button.menu-toggle:hover {
    background-color: var(--color-base);
    border-color: var(--color-base);
    -webkit-filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 0.7));
    filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 0.7));
  }
  button.menu-toggle span::before {
    left: 0.8rem;
  }

  .storefront-handheld-footer-bar ul li.search form {
    margin-bottom: 1.6rem;
  }
}
/* ------------------------------
 * * 3.2 - Unique
 * * --------------------------- */
.single-product div.product .woocommerce-product-gallery .zoomImg {
  display: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin-right: 1rem;
}

.single-product div.product .summary {
  color: var(--color-primary);
  height: 36px;
}
.single-product div.product .summary .quantity input {
  background: var(--color-primary);
  height: 36px;
}
.single-product div.product .summary .product_title.entry-title {
  text-decoration: underline;
}
.single-product div.product .summary button {
  background: var(--color-secondary);
  color: #422D22;
  opacity: 1 !important;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: normal;
}

.single-product div.product p.price {
  font-size: 1.8rem;
}

.reviews_tab, .storefront-breadcrumb {
  display: block !important;
  padding: 0;
  margin: 2rem auto 0 auto;
}

.storefront-breadcrumb > .col-full {
  max-width: 100% !important;
  padding: 0.7rem;
  background: rgba(247, 229, 216, 0.15);
  border-radius: 5px;
}
.storefront-breadcrumb > .col-full .woocommerce-breadcrumb {
  font-size: 1.4rem;
  color: var(--color-primary);
}
.storefront-breadcrumb > .col-full .woocommerce-breadcrumb a {
  color: var(--color-primary);
  text-decoration: none;
}
.storefront-breadcrumb > .col-full .woocommerce-breadcrumb a:first-of-type::before {
  margin-right: 1rem;
}
.storefront-breadcrumb > .col-full .woocommerce-breadcrumb .breadcrumb-separator {
  color: var(--color-primary);
  margin: 0 1em;
}

table:not(.has-background) th, table:not(.has-background) tbody td, table:not(.has-background) tbody tr:nth-child(2n) td {
  background: none;
  color: var(--color-primary);
}

.wp-block-table:not(.has-background):not(.is-style-stripes) tbody tr:nth-child(2n) td {
  background: none;
}

fieldset, fieldset legend {
  background: none;
}

table.cart td.product-remove, table.cart td.actions {
  border-color: transparent;
}

table.cart td.product-remove a.remove:before {
  color: var(--color-primary);
}

#order_review {
  background: none;
}

@media (max-width: 767px) {
  .wc_payment_methods.payment_methods.methods {
    margin-top: 4rem !important;
  }
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background: none;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
  background: rgba(255, 255, 255, 0.1);
}

#payment .payment_methods > li .payment_box, #payment .place-order {
  background: none;
}

#payment .payment_methods > li .payment_box {
  padding: 1rem 0.5rem 0 0.5rem;
}

#payment .place-order {
  padding: 0;
}
#payment .place-order button {
  margin-top: 0;
  border: 1px solid var(--color-secondary);
  background: #422D22;
  border-radius: 10px;
  color: var(--color-primary);
  font-weight: normal;
  font-size: 1.8rem;
}

@media (max-width: 950px) {
  #payment .payment_methods .form-row-first {
    width: 100%;
  }
  #payment .payment_methods .form-row-last {
    width: 100%;
  }
}
#payment .payment_methods .payment_method_stripe {
  padding-left: 0;
}
#payment .payment_methods .payment_method_stripe:before {
  display: none;
}
#payment .payment_methods .payment_method_stripe .required {
  color: var(--color-primary);
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field {
  border: none;
  margin: 0.5rem 0 0 0;
  padding: 1.5rem 1rem;
  background-color: var(--color-primary);
  height: 46px;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 10px;
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field input::-webkit-input-placeholder {
  color: #444;
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field input::-moz-placeholder {
  color: #444;
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field input:-ms-input-placeholder {
  color: #444;
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field input::-ms-input-placeholder {
  color: #444;
}
#payment .payment_methods .payment_method_stripe .wc-stripe-elements-field input::placeholder {
  color: #444;
}
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: var(--color-primary);
}

#payment .payment_methods > .wc_payment_method > label {
  padding: 1rem 0.5rem;
}

.order_details:before, .order_details:after {
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 33.33%, transparent 33.33%);
}

.order_details {
  background: none !important;
}

.description_tab a {
  color: inherit;
}
.description_tab a:hover {
  opacity: 0.5;
}

.woocommerce-tabs ul.tabs li.active:hover::after {
  right: 0.5em;
}

.woocommerce-products-header__title.page-title {
  display: none;
}

.shop_table.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #C29B74;
}
.shop_table.cart > thead, .shop_table.cart > tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.shop_table.cart > thead {
  background: rgba(247, 229, 216, 0.15);
  margin: 3px;
}
@media (max-width: 767px) {
  .shop_table.cart > thead {
    display: none;
  }
}
.shop_table.cart > tbody {
  position: relative;
}
.shop_table.cart .cart_item {
  border: 1px solid var(--color-main);
  width: 100%;
  margin: 0 0.3rem 0.3rem 0.3rem;
  background: rgba(247, 229, 216, 0.08);
}
.shop_table.cart .actions {
  position: absolute;
  bottom: -70px;
  left: 0;
}
@media (max-width: 900px) {
  .shop_table.cart .actions {
    left: -16px;
  }
}
@media (max-width: 767px) {
  .shop_table.cart .actions {
    bottom: -60px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .shop_table.cart > thead tr, .shop_table.cart > tbody .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1rem;
  }
  .shop_table.cart > thead tr th, .shop_table.cart > thead tr td, .shop_table.cart > tbody .cart_item th, .shop_table.cart > tbody .cart_item td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .shop_table.cart .product-remove {
    width: 4rem;
    vertical-align: middle;
    text-align: center;
  }
  .shop_table.cart .product-remove a.remove::before {
    color: var(--color-primary);
  }
  .shop_table.cart .product-thumbnail {
    width: 22rem;
  }
  .shop_table.cart .product-thumbnail img {
    max-width: 20rem;
    width: 20rem;
  }
  .shop_table.cart .product-name {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: normal;
    color: var(--color-primary);
  }
  .shop_table.cart .product-price, .shop_table.cart .product-quantity, .shop_table.cart .product-subtotal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 10rem;
    text-align: right;
    font-weight: normal;
    color: var(--color-primary);
  }
  .shop_table.cart .product-quantity .qty {
    background: var(--color-primary);
    color: var(--color-dark);
  }
  .shop_table.cart button, .shop_table.cart button.disabled, .shop_table.cart button:disabled {
    background: var(--color-secondary);
    color: #422D22;
    opacity: 1 !important;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .shop_table.cart .product-thumbnail img {
    max-width: 12rem;
    width: 12rem;
  }
  .shop_table.cart button, .shop_table.cart button.disabled, .shop_table.cart button:disabled {
    background: var(--color-secondary);
    color: #422D22;
    opacity: 1 !important;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

.coupon, .product_meta, .wc-tabs {
  display: none !important;
}

.woocommerce-tabs .panel {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 6rem;
}

.wc-proceed-to-checkout {
  margin-bottom: 0;
}

.hentry .entry-content a.button, .hentry .entry-content a.components-button:not(.is-link), .hentry .entry-content a.wp-block-button__link {
  border: 1px solid var(--color-primary);
}

.hentry .entry-content a.button {
  margin-top: 4rem;
  border: 1px solid var(--color-secondary);
  background: #422D22;
  border-radius: 10px;
  color: var(--color-primary);
  font-weight: normal;
  font-size: 1.8rem;
}

#payment .place-order .button {
  border: 1px solid var(--color-secondary);
  border-radius: 1rem;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input {
  padding: 1rem;
  height: 46px;
}
@media (min-width: 768px) {
  .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
}

.cart_totals h2 {
  display: none;
}

.cart-subtotal, .order-total {
  font-size: 1.8rem;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-secondary);
}
.cart-subtotal th, .order-total th {
  font-weight: normal;
}

.woocommerce-billing-fields {
  color: var(--color-primary);
}
.woocommerce-billing-fields > h3 {
  border-bottom: 1px solid var(--color-secondary);
}
.woocommerce-billing-fields .form-row {
  margin-top: 2rem;
  float: none;
  color: var(--color-primary);
}
.woocommerce-billing-fields .form-row .required {
  color: var(--color-secondary);
}
.woocommerce-billing-fields .form-row .note {
  margin-top: 0.5rem;
}
.woocommerce-billing-fields .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
  color: #444;
}
.woocommerce-billing-fields .form-row .woocommerce-input-wrapper input::-moz-placeholder {
  color: #444;
}
.woocommerce-billing-fields .form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
  color: #444;
}
.woocommerce-billing-fields .form-row .woocommerce-input-wrapper input::-ms-input-placeholder {
  color: #444;
}
.woocommerce-billing-fields .form-row .woocommerce-input-wrapper input::placeholder {
  color: #444;
}
.woocommerce-billing-fields .form-row.woocommerce-invalid .select2-selection {
  border-color: none;
  border-width: 0px;
}

.woocommerce-billing-fields__field-wrapper input:not([type=radio]):not([type=checkbox]) {
  border-radius: 10px;
  background: var(--color-primary);
  margin-top: 0.5rem;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 10px;
  background: var(--color-primary);
  margin-top: 0.5rem;
  padding: 1rem;
}
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
  height: 46px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  border-radius: 10px;
  background-color: var(--color-primary);
  margin-top: 0.5rem;
  border: none;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #422D22;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  top: 5px;
  right: 5px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.6;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered#select2-billing_state-container {
  color: #444;
}
.woocommerce-billing-fields__field-wrapper .select2-search--dropdown .select2-search__field {
  height: 30px;
}
.woocommerce-billing-fields__field-wrapper .select2-results {
  color: #444;
}

.woocommerce-additional-fields {
  color: var(--color-primary);
}
.woocommerce-additional-fields h3 {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes {
    margin-top: 2rem;
  }
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus {
  margin-top: 1rem !important;
  border-radius: 5px !important;
  background: var(--color-primary) !important;
  color: #444 !important;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea::-webkit-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text::-webkit-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus::-webkit-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus::-webkit-input-placeholder {
  color: #444 !important;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea::-moz-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text::-moz-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus::-moz-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus::-moz-placeholder {
  color: #444 !important;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus:-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus:-ms-input-placeholder {
  color: #444 !important;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea::-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text::-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus::-ms-input-placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus::-ms-input-placeholder {
  color: #444 !important;
}
.woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea::placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text::placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper textarea:focus::placeholder, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row.notes .woocommerce-input-wrapper .input-text:focus::placeholder {
  color: #444 !important;
}

.InputContainer .ElementsApp .InputElement {
  color: #444;
  font-size: 15px;
}
.InputContainer .ElementsApp .InputElement input {
  background: var(--color-primary);
  color: #444 !important;
}

#stripe-card-element .ElementsApp.is-empty::-webkit-input-placeholder {
  color: #444 !important;
}

#stripe-card-element .ElementsApp.is-empty::-moz-placeholder {
  color: #444 !important;
}

#stripe-card-element .ElementsApp.is-empty:-ms-input-placeholder {
  color: #444 !important;
}

#stripe-card-element .ElementsApp.is-empty::-ms-input-placeholder {
  color: #444 !important;
}

#stripe-card-element .ElementsApp.is-empty::placeholder {
  color: #444 !important;
}
#stripe-card-element .ElementsApp.InputElement + .InputContainer-placeholder--ie {
  color: #444 !important;
}

#order_review_heading {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 0.1rem;
  display: inline;
  width: auto;
  text-align: left;
  float: left;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #order_review_heading {
    margin-top: 4rem;
  }
}

#order_review .shop_table {
  color: var(--color-primary);
}
#order_review .shop_table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
#order_review .shop_table tr td {
  width: calc((100% - 3px) / 2);
}
#order_review .shop_table thead tr:first-child .product-name, #order_review .shop_table thead tr:first-child .product-total {
  background: rgba(247, 229, 216, 0.15);
  font-weight: normal;
  width: calc((100% - 3px) / 2);
  padding: 1.5rem 2rem;
}
#order_review .shop_table thead tr:first-child .product-total {
  margin-left: 3px !important;
}

.shop_table_responsive tbody th {
  font-weight: normal;
}
.shop_table_responsive tbody tr td[data-title]:before {
  font-weight: normal;
}
.shop_table_responsive.cart .product-quantity .qty {
  background: var(--color-primary);
  color: var(--color-dark);
}

#wc-stripe-payment-request-button .GooglePayButton--dark {
  background: rgba(247, 229, 216, 0.08);
}

#wc-stripe-payment-request-button-separator {
  color: var(--color-primary);
}

.related.products h2 {
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .related.products h2 {
    padding-top: 6rem;
    margin-bottom: 0;
  }
}

.storefront-product-pagination__title {
  color: var(--color-primary);
}

.woocommerce-order {
  color: var(--color-primary);
  font-weight: normal;
}

.woocommerce-order-details__title, .woocommerce-column__title {
  display: inline;
  border-bottom: 1px solid var(--color-secondary);
  padding-bottom: 0.1rem;
}

.woocommerce-order-details__title {
  margin-bottom: 2rem;
}

.woocommerce-table {
  margin-top: 2rem;
}
.woocommerce-table thead tr {
  height: 36px;
}
.woocommerce-table thead tr .woocommerce-table__product-name.product-name {
  background: rgba(247, 229, 216, 0.08);
  padding: 0.5rem 2rem;
  font-weight: normal;
}
.woocommerce-table thead tr .woocommerce-table__product-table.product-total {
  background: rgba(247, 229, 216, 0.15);
  font-weight: normal;
  padding: 0.5rem 2rem;
}
.woocommerce-table tfoot tr {
  font-weight: normal;
}
.woocommerce-table tfoot tr:last-child th {
  background: rgba(247, 229, 216, 0.08);
  font-weight: normal;
}
.woocommerce-table tfoot tr:last-child td {
  background: rgba(247, 229, 216, 0.15);
  font-weight: normal;
}
.woocommerce-table tfoot tr th {
  font-weight: normal;
}

.woocommerce-customer-details {
  margin-top: 4rem;
}
.woocommerce-customer-details address {
  line-height: 2;
  margin-top: 1.5rem;
}

.storefront-product-pagination {
  display: none;
}

.woocommerce-message {
  background-color: #CC4700;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* ------------------------------
 * * 3.3 - Library
 * * --------------------------- */
/* ------------------------------
 * * 3.4 - Animation
 * * --------------------------- */
/* ========================================
 * * 4.0 - Utility (Helpers)
 * * ===================================== */
._for-sp {
  display: none;
}

._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._tal {
  text-align: left;
}

._clear {
  clear: both;
}

._clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

._ro {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
._ro:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

._nolink {
  pointer-events: none;
}

._numbering {
  counter-increment: num 1;
}
._numbering::before {
  content: counter(num) ". ";
}
/*# sourceMappingURL=style.css.map */
