@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001ms !important;
    transition-duration: 0.001ms !important; } }

@supports (-webkit-overflow-scrolling: touch) {
  html, body {
    -webkit-overflow-scrolling: touch; } }

html {
  height: 100%;
  overflow-x: hidden;
  max-width: 100vw; }

body {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100vw; }

.content-wrapper {
  background-image: url('../images/bg-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  flex-basis: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100vw;
  position: relative; }

body:not(.home) .content-wrapper {
  margin-top: 105px; }

@media (min-width: 992px) {
  body:not(.home) .content-wrapper {
    margin-top: 182px; } }

body {
  background-color: #dcdcdb;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400; }

body, button, input, textarea {
  color: #43454b;
  text-rendering: optimizeLegibility; }

.no-scroll {
  overflow: hidden !important;
  overflow-x: none !important; }

.no-focus-outline a:focus, .no-focus-outline button:focus, .no-focus-outline input:focus, .no-focus-outline textarea:focus {
  -webkit-box-shadow: none;
  border-color: #ced4da;
  box-shadow: none;
  outline: none; }

a {
  color: #111;
  text-decoration: underline; }
  a:hover {
    color: #63775B;
    text-decoration: none; }

.sticky-top {
  top: 105px; }
@media (min-width: 768px) {
  .sticky-top {
    top: 182px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.content {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.flex-break {
  flex-basis: 100%;
  height: 0; }

.page-template-default.page-id-42715 p img {
  width: 100%; }

.alert-info {
  background-color: #D1D1D0 !important;
  border-color: #ccc !important;
  color: #555 !important; }

.bg-primary {
  background-color: #935c2c !important; }

.bg-secondary {
  background-color: #713501 !important; }

.loading {
  display: block;
  height: 100px;
  background-size: 50px 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23aaa' d='M13.75 22c0 .966-.783 1.75-1.75 1.75s-1.75-.784-1.75-1.75.783-1.75 1.75-1.75 1.75.784 1.75 1.75zm-1.75-22c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm10 10.75c.689 0 1.249.561 1.249 1.25 0 .69-.56 1.25-1.249 1.25-.69 0-1.249-.559-1.249-1.25 0-.689.559-1.25 1.249-1.25zm-22 1.25c0 1.105.896 2 2 2s2-.895 2-2c0-1.104-.896-2-2-2s-2 .896-2 2zm19-8c.551 0 1 .449 1 1 0 .553-.449 1.002-1 1-.551 0-1-.447-1-.998 0-.553.449-1.002 1-1.002zm0 13.5c.828 0 1.5.672 1.5 1.5s-.672 1.501-1.502 1.5c-.826 0-1.498-.671-1.498-1.499 0-.829.672-1.501 1.5-1.501zm-14-14.5c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2zm0 14c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2z' /%3e%3c/svg%3e");
  animation: spin 2s linear infinite; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

div.quantity input::-webkit-inner-spin-button, div.quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

body.admin-bar .header {
  top: 46px; }

@media (min-width: 768px) {
  body.admin-bar .header {
    top: 32px; } }

@media (max-width: 1199.98px) {
  .header .logo {
    max-width: 200px; } }

.header {
  background-color: #fff;
  color: #000;
  height: 105px;
  position: fixed;
  top: 0;
  -webkit-transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: background-color 150ms cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
  z-index: 1030; }
@media (min-width: 1200px) {
  .header {
    height: 182px; } }
.header::after {
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }
@media (min-width: 992px) {
  .header::after {
    background-position: center -65px; } }
.header .header-logo, .header .navbar {
  position: relative;
  z-index: 3; }
.header .nav-link {
  color: inherit;
  -webkit-transition: color 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: color 150ms cubic-bezier(0, 0, 0.2, 1); }

.header.header-scrolled .navbar {
  color: #000; }

.navbar-toggler {
  background: transparent;
  color: #935c2c;
  border: 0;
  border-radius: 0;
  font-size: 2rem; }

body.home .header {
  background-color: transparent;
  color: #fff; }
  body.home .header .navbar-toggler {
    color: #fff; }
  body.home .header::after {
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.2, 1); }
  body.home .header.header-scrolled::after {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  body.home .header.header-scrolled {
    color: #000; }
    body.home .header.header-scrolled .navbar-toggler {
      color: #000;
      border-color: #000; }

.menu-cart-link {
  color: inherit;
  text-decoration: none; }
  .menu-cart-link:hover {
    color: inherit; }

.dropdown-menu {
  border-radius: 0;
  padding: 0; }
  .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem; }

.nav-link {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  padding: 0 0.5rem;
  text-decoration: none; }

.nav-sublink {
  font-size: 0.9375rem;
  text-decoration: none; }

.dropdown-toggle:after {
  display: none !important; }

.tgl {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle; }
  .tgl::after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    display: block;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 3px;
    -webkit-transition: -webkit-transform 100ms cubic-bezier(0, 0, 0.2, 1);
    transition: transform 100ms cubic-bezier(0, 0, 0.2, 1); }

.dropdown.show > .nav-link .tgl::after, .dropdown-item.show .nav-sublink .sub-tgl::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (min-width: 1200px) {
  .nav-main, .nav-main > .container-lg {
    height: 100%; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0; }
  .nav-main .navbar-nav > li:last-child {
    margin-right: 0.75rem; }
  .dropdown-menu {
    border: 1px solid #f0f0f0; }
  .dropdown-menu.megamenu {
    width: 602px; }
    .dropdown-menu.megamenu > .dropdown-item > .nav-sublink {
      display: inline-block;
      font-weight: 700;
      margin-bottom: 0.25rem; }
  .megamenu.show {
    display: flex;
    flex-wrap: wrap; }
    .megamenu.show .dropdown-item {
      display: inline-block;
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 1rem;
      width: 200px; }
      .megamenu.show .dropdown-item:hover {
        background-color: transparent; }
      .megamenu.show .dropdown-item.has-children {
        white-space: normal; }
  .dropdown-item:focus, .dropdown-item:hover, .submenu-item:focus, .submenu-item:hover {
    background-color: transparent;
    color: #16181b;
    text-decoration: none; } }

@media (max-width: 1199.98px) {
  .nav-link {
    margin-bottom: 0.25rem; }
  .dropdown-menu {
    border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: inherit; }
    .dropdown-menu.megamenu > .dropdown-item > .nav-sublink {
      display: inline-block; }
  .dropdown-item .submenu {
    display: none; }
  .dropdown-item.show .submenu {
    display: block; }
  .submenu-item {
    padding-left: 1rem;
    padding-right: 1rem; }
  .collapsing {
    overflow-y: hidden;
    overflow-x: hidden; }
    .nav-main .navbar-nav {
      margin: 0;
      padding: 0; }
    .nav-main .navbar-collapse {
      background-color: #fff;
      color: #111;
      max-height: calc(100vh - 92px);
      margin: -3px -20px 0 -16px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0;
      position: relative; }
      .nav-main .navbar-collapse .tgl {
        transform: rotate(-90deg); }
      .nav-main .navbar-collapse .nav-back-button {
        color: inherit;
        display: block;
        text-decoration: none; }
        .nav-main .navbar-collapse .nav-back-button:hover {
          text-decoration: none; }
      .nav-main .navbar-collapse .nav-link, .nav-main .navbar-collapse .nav-sublink {
        display: inline-block; }
      .nav-main .navbar-collapse li {
        padding: 0 1rem; }
        .nav-main .navbar-collapse li a, .nav-main .navbar-collapse li button {
          padding: 0.5rem 0; }
      .nav-main .navbar-collapse > ul > li.dropdown {
        position: unset; }
      .nav-main .navbar-collapse > ul > li.dropdown.show, .nav-main .navbar-collapse li.has-children.show {
        background-color: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
        .nav-main .navbar-collapse li.show > .nav-link, .nav-main .navbar-collapse li.show > .nav-sublink {
          display: none; }
        .nav-main .navbar-collapse li.show > ul.dropdown-menu, .nav-main .navbar-collapse li.show > ul.submenu {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0); }
      .nav-main .navbar-collapse ul.dropdown-menu, .nav-main .navbar-collapse ul.submenu {
        background-color: #fff;
        display: block;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 250ms cubic-bezier(0, 0, 0.2, 1);
        transition: all 250ms cubic-bezier(0, 0, 0.2, 1); } }

.hero-banner {
  position: relative;
  opacity: 1;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1; }
  .hero-banner .banner-item {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 100ms cubic-bezier(0, 0, 0.2, 1);
    width: 100%; }
  .hero-banner .banner-inner {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 150ms cubic-bezier(0, 0, 0.2, 1);
    width: 100%;
    z-index: 4; }
  .hero-banner .banner-title {
    font-size: 55px;
    color: #fff;
    font-display: swap;
    font-family: 'Noto Serif', Arial, serif;
    font-weight: 300;
    margin-top: auto;
    text-align: center; }
  .hero-banner .banner-caption {
    font-size: 30px;
    color: #fff;
    font-display: swap;
    font-family: 'Noto Serif', Arial, serif;
    font-weight: 400;
    line-height: 33px;
    text-align: center; }
  .hero-banner .banner-link {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: 'Noto Serif', Arial, serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center; }
    .hero-banner .banner-link:hover {
      text-decoration: none; }
  @media (max-width: 991.98px) {
    .hero-banner {
      height: 500px; } }

@media (min-width: 768px) {
  .hero-banner, .hero-banner .banner-item {
    padding-bottom: 53.125%;
    height: 0; } }

.banner {
  position: absolute;
  top: 182px;
  width: 100%;
  z-index: 3; }
  .banner .banner-inner p:last-child {
    margin-bottom: 0; }
  .banner .banner-inner a {
    color: inherit; }
    .banner .banner-inner a:hover {
      text-decoration: none; }

.banner-modal .modal-header {
  border-bottom: 0; }

.content-footer {
  text-align: right;
  display: block;
  position: relative; }
  .content-footer a {
    padding: 10px;
    display: inline-block; }
  .content-footer img {
    display: inline-block;
    max-height: 50px;
    opacity: 0.7; }

.cookie-alert {
  background: #4e2501;
  border-color: #4e2501;
  border-radius: 0;
  color: #fff;
  width: 100%; }
  .cookie-alert.alert-dismissible .close {
    padding: 0.5rem 1rem; }
  .cookie-alert p {
    color: inherit;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0.5rem; }
    .cookie-alert p:last-child {
      margin-bottom: 0; }
  .cookie-alert a {
    color: inherit; }
    .cookie-alert a:hover {
      text-decoration: underline; }

.footer {
  background-color: #63775b; }
  .footer a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .menu-customer-care-container li, .footer .menu-information-container li {
    line-height: 1.5;
    margin-bottom: 0.7rem;
    font-size: 0.975rem; }
    .footer .alert p {
      font-size: 0.875rem; }

.footer-col .social-follow-links {
  margin: 0.5rem 0.5rem 0.5rem 0; }
  .footer-col .social-follow-links .social-link {
    margin-left: 0 !important;
    margin-right: 10px !important; }
.footer-col .widget-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 0 0 1rem;
  text-transform: uppercase; }

.footer-copyright {
  border-top: 2px solid rgba(255, 255, 255, 0.08); }
  .footer-copyright p {
    margin: 2rem 0 2.5rem 0;
    font-size: 1.1em; }

.footer-widgets {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.social-link {
  background-color: #ccc;
  border-radius: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
  text-decoration: none;
  height: 44px;
  width: 44px; }
  .social-link > i {
    font-size: 1.8em;
    align-self: center;
    margin: auto;
    -webkit-transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
    transition: all 150ms cubic-bezier(0, 0, 0.2, 1); }
    .social-link > i.fa-ravelry, .social-link > i.fa-facebook-f, .social-link > i.fa-twitter, .social-link > i.fa-youtube, .social-link > i.fa-pinterest, .social-link > i.fa-instagram, .social-link > i.fa-linkedin-in, .social-link > i.fa-vimeo {
      color: #555; }
    .social-link > i.fa-ravelry {
      margin-left: 6px; }
    .social-link > i.fa-facebook-f {
      margin-left: 12px; }
  .social-link:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important; }
    .social-link:hover > i.fa-ravelry {
      color: #ee6e62; }
    .social-link:hover > i.fa-facebook-f {
      color: #3b5998; }
    .social-link:hover > i.fa-twitter {
      color: #1da1f2; }
    .social-link:hover > i.fa-youtube {
      color: #f00; }
    .social-link:hover > i.fa-pinterest {
      color: #bd081c; }
    .social-link:hover > i.fa-instagram {
      color: #e1306c; }
    .social-link:hover > i.fa-linkedin-in {
      color: #007bb5; }
    .social-link:hover > i.fa-vimeo {
      color: #1ab7ea; }

.share-link {
  background-color: transparent;
  border: 1px solid rgba(113, 53, 1, 0.2); }
  .share-link > i {
    color: #343a40; }
  .share-link:hover {
    background-color: #713501; }
    .share-link:hover > i {
      color: #fff; }

.shop-nav-mobile {
  background: #fff;
  color: #404040;
  display: flex;
  position: fixed;
  bottom: 0;
  height: 68px;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 1030; }
  .shop-nav-mobile .shop-nav-mobile-nav {
    z-index: 2; }
  .shop-nav-mobile .num-cart-items {
    background: #404040;
    border: 1px solid #fff;
    box-sizing: content-box;
    display: flex;
    color: #fff !important;
    font-size: 0.75rem;
    font-weight: 400;
    position: absolute;
    top: -0.25rem;
    right: -0.75rem;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center; }
  .shop-nav-mobile .shop-nav-mobile-search {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
    transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
    padding: 1em;
    z-index: 1;
    display: block; }
    .shop-nav-mobile .shop-nav-mobile-search.active {
      top: -4rem; }

.title {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  letter-spacing: -1px;
  text-transform: capitalize; }
  .title:after {
    content: "";
    display: block;
    margin: 0 auto 15px;
    width: 20%;
    padding-top: 25px;
    border-bottom: 1px solid #43454b; }

p {
  font-size: 1.125rem; }

.mark, mark {
  background-color: #e7f5f7; }

/* SEARCH Nav */
.bf-search .input-group::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  display: block;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
.bf-search input[type=search] {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  height: calc(1rem + .75rem + 2px);
  padding: 0;
  position: relative;
  -webkit-transition: width 150ms cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: width 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1);
  width: 1rem;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  z-index: 1; }
  .bf-search input[type=search]:focus {
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: auto;
    padding-left: 2rem;
    width: 300px; }

input:-moz-placeholder, input::-webkit-input-placeholder {
  color: transparent; }

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none; }

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #d4d3d5;
  border-top: 0;
  background: #f8f8f8;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  margin-top: -2px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box; }
  .autocomplete-suggestions .autocomplete-suggestion {
    position: relative;
    padding: 0 0.6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8125rem;
    color: inherit;
    padding: 6px 14px;
    border-top: 1px solid #d4d3d5; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      font-weight: normal;
      color: #935c2c; }
    .autocomplete-suggestions .autocomplete-suggestion.selected {
      background: #d4d3d5; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-suggestion-clickable {
      cursor: pointer; }

.vc_section {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }
@media (min-width: 1200px) {
  .vc_section {
    max-width: 1140px; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .vc_section {
    max-width: 960px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .vc_section {
    max-width: 720px; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .vc_section {
    max-width: 540px; } }

.cta {
  background-color: transparent;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0;
  max-height: 400px;
  position: relative;
  overflow: hidden; }
  .cta::before {
    padding-bottom: 74.0740740741%;
    content: '';
    display: block;
    height: 0;
    position: static;
    width: 100%; }
  .cta img {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .cta .cta-link {
    color: #fff;
    font-family: 'noto serif', serif;
    font-size: 2.1875rem;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 0;
    text-align: center;
    text-decoration: none; }
  .cta .cta-inner {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: 1; }

.cta:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }
.cta:hover .cta-inner {
  background-color: rgba(0, 0, 0, 0); }

.wide-cta {
  background-color: transparent;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0;
  max-height: 300px;
  position: relative;
  overflow: hidden; }
@media (max-width: 991.98px) {
  .wide-cta {
    height: 300px; } }
@media (min-width: 992px) {
  .wide-cta::before {
    padding-bottom: 26.3157894737%;
    content: '';
    display: block;
    height: 0;
    position: static;
    width: 100%; } }
.wide-cta .wide-cta-image {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
.wide-cta .wide-cta-heading {
  color: #fff;
  font-family: 'noto serif', serif;
  font-size: 2.3125rem;
  font-weight: 700;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
@media (max-width: 991.98px) {
  .wide-cta .wide-cta-heading {
    font-size: 1.875rem; } }
.wide-cta .wide-cta-link {
  color: #fff;
  font-family: 'noto serif', serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  text-align: center; }
.wide-cta .cta-inner {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1; }

.wide-cta:hover .cta-inner {
  background-color: rgba(0, 0, 0, 0); }

.featured-product-category {
  background-color: transparent;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden; }
@media (max-width: 991.98px) {
  .featured-product-category {
    height: 400px; } }
.featured-product-category::before {
  padding-bottom: 125%;
  content: '';
  display: block;
  height: 0;
  position: static;
  width: 100%; }
.featured-product-category img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
.featured-product-category .featured-product-category-link {
  color: #fff;
  font-family: 'noto serif', serif;
  font-size: 1.5625rem;
  font-weight: 400;
  -webkit-box-flex: 0;
  flex-grow: 0;
  margin-bottom: 2rem;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  text-decoration: none; }
.featured-product-category .inner {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1; }

.featured-product-category:hover .inner {
  background-color: rgba(0, 0, 0, 0); }

.strapline p {
  font-family: 'noto serif', serif;
  font-size: 1.4375rem;
  text-align: center; }
  .strapline p:last-child {
    margin-bottom: 0; }

.bf-search-widget, .bf-popular-widget, .bf-archives-widget, .bf-categories-widget {
  margin-bottom: 30px; }
  .bf-search-widget h3, .bf-popular-widget h3, .bf-archives-widget h3, .bf-categories-widget h3 {
    font-size: 1.3em; }
  .bf-search-widget ul, .bf-popular-widget ul, .bf-archives-widget ul, .bf-categories-widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .bf-search-widget ul li, .bf-popular-widget ul li, .bf-archives-widget ul li, .bf-categories-widget ul li {
      margin: 0;
      padding: 0; }
      .bf-search-widget ul li ul, .bf-popular-widget ul li ul, .bf-archives-widget ul li ul, .bf-categories-widget ul li ul {
        margin: 3px 0; }
        .bf-search-widget ul li ul li, .bf-popular-widget ul li ul li, .bf-archives-widget ul li ul li, .bf-categories-widget ul li ul li {
          padding-left: 10px; }
          .bf-search-widget ul li ul li:before, .bf-popular-widget ul li ul li:before, .bf-archives-widget ul li ul li:before, .bf-categories-widget ul li ul li:before {
            content: '- '; }
    .bf-search-widget ul .archive-hidden, .bf-popular-widget ul .archive-hidden, .bf-archives-widget ul .archive-hidden, .bf-categories-widget ul .archive-hidden {
      display: none; }

ul.product-categories {
  margin: 0 0 1rem 0;
  padding: 0; }
  ul.product-categories .cat-item {
    list-style: none;
    margin-bottom: 0.75rem; }
    ul.product-categories .cat-item:before {
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f07b";
      font-weight: 900;
      opacity: 0.35; }
    ul.product-categories .cat-item a {
      display: inline-block;
      margin-left: 0.5rem;
      text-decoration: none; }
    ul.product-categories .cat-item .children {
      margin-top: 0.25rem; }

.bf-blog-header {
  margin-top: 40px;
  text-align: center; }
  .bf-blog-header .bf-blog-title {
    display: inline-block;
    font-family: 'Noto Serif';
    font-weight: 400;
    padding: 0 40px 25px 40px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.blog-posts .blog-item-link {
  text-decoration: none; }
.blog-posts .blog-item-title {
  color: #fff;
  margin: 0;
  padding: 8px 14px;
  display: block;
  background: #bdb99b; }
  .blog-posts .blog-item-title h2 {
    text-transform: uppercase;
    font-size: 1rem;
    max-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    text-overflow: ellipsis;
    margin: 0; }
  .blog-posts .blog-item-title em {
    font-style: normal;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6); }
.blog-posts .blog-item-odd .blog-item-title {
  background: #713501; }
.blog-posts .blog-item-image {
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }
  .blog-posts .blog-item-image div {
    display: none; }
  .blog-posts .blog-item-image span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out; }
.blog-posts .blog-item-link:hover .blog-item-image span {
  opacity: 1; }

.post-date, .post-autor, .post-category {
  font-size: 0.875rem; }

.post-category-link {
  text-decoration: underline; }
  .post-category-link:hover {
    text-decoration: none; }

.post-links a {
  text-decoration: none; }

.blog-content h1, .blog-content h2, .blog-content h3 {
  margin-bottom: 2rem; }
.blog-content h4, .blog-content h5, .blog-content p {
  margin-bottom: 1.5rem; }
.blog-content h6 {
  margin-bottom: 0.5rem; }
.blog-content p, .blog-content li {
  font-size: 1.125rem; }
.blog-content blockquote h6 {
  color: #935c2c; }
.blog-content .two-cols {
  column-count: 2;
  column-gap: 4em;
  column-width: 360px;
  margin-bottom: 2rem; }
  .blog-content .two-cols > p:last-child {
    margin-bottom: 0; }
.blog-content ul:not(.list-unstyled) {
  list-style: none;
  margin-bottom: 1.75rem;
  margin-left: 0;
  padding-left: 0; }
  .blog-content ul:not(.list-unstyled) li::before {
    content: "■";
    color: #935c2c;
    display: inline-block;
    margin-right: 0.25em;
    transform: scale(0.7) rotate(45deg);
    width: 1rem; }
  .blog-content ul:not(.list-unstyled) ul {
    margin-left: 1rem;
    margin-bottom: 0.5rem; }
    .blog-content ul:not(.list-unstyled) ul li:before {
      content: "□"; }
.blog-content ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-bottom: 1.75rem;
  margin-left: 0;
  padding-left: 1.25em; }
.blog-content ol > li {
  display: block;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: none; }
.blog-content ol > li:before {
  box-sizing: border-box;
  color: #935c2c;
  content: counter(li,decimal) ". ";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -1.25em;
  /* Some space between the number and the content in browsers that support
   generated content but not positioning it (Camino 2 is one example) */
  margin: 0;
  padding: 0;
  text-align: left;
  width: 1em; }
.blog-content ol > li > p {
  margin: 0; }
@media (max-width: 767.98px) {
  .blog-content a {
    word-break: break-word; } }
.blog-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto; }
.blog-content .alignright, .blog-content .alignleft, .blog-content .aligncenter, .blog-content .alignnone {
  margin: 1rem auto;
  max-width: 100%; }
@media (max-width: 767.98px) {
  .blog-content .alignright, .blog-content .alignleft, .blog-content .aligncenter, .blog-content .alignnone {
    display: block;
    text-align: center; } }
@media (max-width: 991.98px) {
  .blog-content .alignleft {
    clear: both; } }
@media (min-width: 768px) {
  .blog-content .alignleft {
    float: left;
    margin: 1rem;
    margin-left: 0; } }
@media (max-width: 991.98px) {
  .blog-content .alignright {
    clear: both; } }
@media (min-width: 768px) {
  .blog-content .alignright {
    float: right;
    margin: 1rem;
    margin-right: 0; } }
@media (min-width: 768px) {
  .blog-content .aligncenter {
    margin: 1rem auto;
    display: block; } }
@media (min-width: 768px) {
  .blog-content .alignnone + img {
    margin-left: 1rem; } }
.blog-content figure.wp-caption {
  margin-top: 0 !important; }
.blog-content figure .wp-caption-text {
  font-size: 0.85rem;
  color: #935c2c; }

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

.onsale, .woocommerce-product-gallery__trigger {
  display: none; }

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block; }

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

.woocommerce form.login, .woocommerce form.register {
  border: none;
  background-color: #f8f8f8;
  min-height: 340px; }

.woocommerce-notice, .woocommerce-message, .woocommerce-info {
  border-top: 5px solid #935c2c;
  background-color: #f8f8f8; }
  .woocommerce-notice:before, .woocommerce-message:before, .woocommerce-info:before {
    color: #935c2c; }
  .woocommerce-notice.woocommerce-notice--success, .woocommerce-message.woocommerce-notice--success, .woocommerce-info.woocommerce-notice--success {
    border-color: #63775b; }
  .woocommerce-notice.woocommerce-notice--error, .woocommerce-message.woocommerce-notice--error, .woocommerce-info.woocommerce-notice--error {
    border-color: #c00; }

.woocommerce-message {
  margin-bottom: 1.5rem; }
  .woocommerce-message p:last-child {
    margin-bottom: 0; }

.woocommerce-notice {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }

.woocommerce form .form-row label {
  line-height: 1.5; }

.woocommerce-order-received .chequepaymentinfo {
  margin-bottom: 1.5rem; }
.woocommerce-order-received .woocommerce-table--order-details, .woocommerce-order-received .woocommerce-customer-details address {
  background: #f8f8f8; }

div.woocommerce form.password-protected {
  background: none;
  padding: 0; }

.cart-description {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 50px; }
@media (max-width: 991.98px) {
  .cart-description {
    padding: 0; } }

.woocommerce form.woocommerce-cart-form, .woocommerce form.woocommerce-shipping-calculator {
  background-color: transparent;
  padding: 0; }
.woocommerce table.woocommerce-cart-form__contents {
  border: 0; }
  .woocommerce table.woocommerce-cart-form__contents td, .woocommerce table.woocommerce-cart-form__contents th {
    border: none;
    padding: 10px 10px; }
    .woocommerce table.woocommerce-cart-form__contents thead th {
      vertical-align: bottom; }
      .woocommerce table.woocommerce-cart-form__contents thead th.product-subtotal {
        text-align: right !important; }
  .woocommerce table.woocommerce-cart-form__contents tbody td {
    border-top: 1px solid #ddd; }
    .woocommerce table.woocommerce-cart-form__contents tbody td.product-name a {
      font-weight: 600; }
  .woocommerce table.woocommerce-cart-form__contents tbody tr.cart_item:nth-child(odd) td {
    background-color: #f8f8f8; }
  .woocommerce table.woocommerce-cart-form__contents tbody td:last-of-type {
    text-align: right; }
  .woocommerce table.woocommerce-cart-form__contents tbody td.actions {
    border-top: 3px solid #935c2c;
    border-bottom: 0;
    padding: 10px 0;
    background-color: transparent; }
    .woocommerce table.woocommerce-cart-form__contents tbody td.actions .coupon .input-text {
      color: #000;
      border: 1px solid #eee;
      height: 48px;
      width: auto; }
    .woocommerce table.woocommerce-cart-form__contents tbody td.actions button {
      background-color: transparent;
      margin-bottom: 0;
      border-radius: 0;
      border: 2px solid #935c2c;
      color: #935c2c !important;
      margin-top: 0;
      padding: 12px 20px !important; }

.woocommerce .cart-collaterals .cart_totals h2 {
  color: #fff;
  background: #935c2c;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 0; }
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border-top: 3px solid #935c2c;
  border-radius: 0; }
  .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping ul#shipping_method li input {
    vertical-align: middle;
    margin-top: 0; }
    .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator input {
      border: 1px solid #aaa; }
    .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator button {
      background-color: #935c2c;
      margin-bottom: 0;
      border-radius: 0;
      border: 2px solid #935c2c;
      color: #fff; }
    .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
      border: 1px solid #aaa;
      -webkit-appearance: none;
      background-position: right 8px center; }
      .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0;
        font-weight: 400; }
      .woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none;
        background-size: 18px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23aaa' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z' /%3e%3c/svg%3e");
        height: 100%;
        margin: 0 !important;
        width: 100%;
        right: 10px;
        left: -10px; }
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-top: 0; }
.woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt {
  background-color: #713501;
  margin-bottom: 0;
  border-radius: 0;
  border: 3px solid #713501;
  color: #fff; }
  .woocommerce .cart-collaterals .cart_totals a.checkout-button.button.alt:hover {
    opacity: 0.9; }

body.woocommerce-checkout .select2-dropdown, body.woocommerce-checkout .select2-container--default .select2-selection--single, body.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d4d3d5 !important; }

div.woocommerce form.checkout {
  background-color: transparent;
  padding: 0; }
  div.woocommerce form.checkout > div > div[class*="col"] {
    background-color: #f8f8f8;
    padding: 30px; }
  div.woocommerce form.checkout h3#order_review_heading {
    color: #fff;
    background: #935c2c;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 30px; }
  div.woocommerce form.checkout div#order_review {
    border-top: 3px solid #935c2c;
    border-radius: 0; }
  div.woocommerce form.checkout #payment {
    background-color: #f8f8f8;
    border-radius: 0;
    padding: 25px; }
  div.woocommerce form.checkout input, div.woocommerce form.checkout select, div.woocommerce form.checkout textarea {
    border: 1px solid #d4d3d5; }
  div.woocommerce form.checkout .button {
    background-color: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border: 2px solid #935c2c;
    color: #935c2c !important;
    margin-top: 0;
    padding: 15px 20px; }
    div.woocommerce form.checkout .button#place_order {
      background-color: #713501;
      border: 3px solid #713501;
      color: #fff !important;
      font-size: 1.6em;
      padding: 20px 50px; }
  div.woocommerce form.checkout .wc-address-validation-results.woocommerce-validated {
    display: block !important; }
  div.woocommerce form.checkout .woocommerce-checkout-review-order-table {
    border-top: none;
    border-radius: 0; }

.product-quantity {
  height: 100%; }
  .product-quantity .quantity {
    height: 40px;
    position: relative; }
    .product-quantity .quantity .quantity-change {
      right: 25px; }
      .product-quantity .quantity .quantity-change.quantity-up, .product-quantity .quantity .quantity-change.quantity-down {
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        z-index: 2;
        background-size: 11px;
        background-position: 50% 50%;
        background-repeat: no-repeat; }
      .product-quantity .quantity .quantity-change.quantity-up {
        top: 5px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23aaa' d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z' /%3e%3c/svg%3e"); }
      .product-quantity .quantity .quantity-change.quantity-down {
        bottom: 5px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23aaa' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z' /%3e%3c/svg%3e"); }
    .product-quantity .quantity input {
      -moz-appearance: textfield;
      height: 100% !important;
      border: 1px solid #ddd;
      background: #f8f8f8;
      text-align: left !important;
      width: 100% !important;
      padding: 6px 10px; }

@media (max-width: 991.98px) {
  .woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
    margin-top: 7px; } }

.woocommerce-cart-form .product-quantity .quantity {
  width: 80px; }
@media (max-width: 991.98px) {
  .woocommerce-cart-form .product-quantity .quantity {
    width: unset !important; }
    .woocommerce-cart-form .product-quantity .quantity input {
      width: 140px !important; } }
.woocommerce-cart-form .product-quantity .quantity input {
  background: #fff; }

.woocommerce a.remove {
  color: #cc0000 !important; }
  .woocommerce a.remove:hover {
    background-color: #cc0000 !important; }
.woocommerce form .form-row.woocommerce-invalid label {
  color: #cc0000 !important; }
.woocommerce form .form-row .required {
  color: #d4cece !important; }

.woocommerce-error {
  background-color: #f8f8f8 !important;
  border-top-color: #cc0000 !important; }
  .woocommerce-error::before {
    color: #cc0000 !important; }

.woocommerce-checkout .form-row.notes {
  padding: 3px 0 !important; }

#order_comments_field label {
  font-weight: 500;
  font-size: 1.75rem; }

#ship-to-different-address label span {
  font-weight: 500;
  font-size: 1.75rem;
  display: inline-block;
  margin-left: 10px; }

.annual-checkout-wrapper {
  margin-top: 25px; }

.wc-category-header {
  margin-top: 40px;
  text-align: center; }
  .wc-category-header .wc-category-title {
    display: inline-block;
    font-family: 'Noto Serif';
    font-weight: 400;
    padding: 0 40px 25px 40px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .wc-category-header .wc-category-description {
    padding: 0 60px;
    margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .wc-category-header .wc-category-description {
      padding: 0; } }

.bf-category-list .category-item {
  margin: 0 0 30px 0; }
  .bf-category-list .category-item:hover a {
    color: #713501 !important; }
  .bf-category-list .category-item .category-item-inner {
    height: 100%;
    position: relative; }
    .bf-category-list .category-item .category-item-inner .category-item-image {
      display: block;
      width: 100%;
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .bf-category-list .category-item .category-item-inner .category-item-image div {
        display: none; }
    .bf-category-list .category-item .category-item-inner .category-item-info {
      text-align: center; }
      .bf-category-list .category-item .category-item-inner .category-item-info a.category-item-name {
        display: block;
        padding: 15px 0 30px;
        font-family: 'Lato';
        font-size: 0.975em;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.7);
        text-decoration: none;
        text-transform: uppercase; }
        .bf-category-list .category-item .category-item-inner .category-item-info a.category-item-name:hover {
          color: #713501;
          text-decoration: underline; }
        .bf-category-list .category-item .category-item-inner .category-item-info a.category-item-name span {
          display: inline-block;
          margin-left: 8px;
          color: #000;
          font-weight: 600; }

.product-list-header {
  margin-bottom: 20px; }
  .product-list-header .bf_order_products .dropdown-menu {
    padding: 8px 0; }
    .product-list-header .bf_order_products .dropdown-menu .dropdown-item {
      font-size: 0.9em;
      padding: 6px 12px;
      text-decoration: none; }
      .product-list-header .bf_order_products .dropdown-menu .dropdown-item:hover {
        background-color: #f4f4f4; }

.bf-products-list {
  margin-bottom: 40px; }
  .bf-products-list .product-item {
    margin: 0 0 30px 0; }
    .bf-products-list .product-item:hover a:not(.btn) {
      color: #713501 !important; }
    .bf-products-list .product-item .product-item-inner {
      background: #dcdcdb;
      height: 100%;
      position: relative; }
      .bf-products-list .product-item .product-item-inner .product-item-image {
        display: block;
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative; }
        .bf-products-list .product-item .product-item-inner .product-item-image .product-overlay {
          opacity: 0;
          width: calc(100% - 30px);
          height: calc(100% - 30px);
          position: absolute;
          top: 15px;
          left: 15px;
          background: rgba(0, 0, 0, 0.5);
          padding: 30px;
          transition: opacity 0.175s ease-in;
          -o-transition: opacity 0.175s ease-in;
          -ms-transition: opacity 0.175s ease-in;
          -moz-transition: opacity 0.175s ease-in;
          -webkit-transition: opacity 0.175s ease-in; }
          .bf-products-list .product-item .product-item-inner .product-item-image .product-overlay em {
            display: block;
            position: absolute;
            bottom: 30px;
            width: 32px;
            height: 32px;
            left: 50%;
            margin: 0 0 0 -16px;
            background-size: 32px 32px;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23935c2c' d='M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z' /%3e%3c/svg%3e"); }
          .bf-products-list .product-item .product-item-inner .product-item-image .product-overlay span {
            display: block;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            margin: 10px 0 15px 0;
            font-size: 0.8em; }
        .bf-products-list .product-item .product-item-inner .product-item-image:hover .product-overlay {
          opacity: 1; }
        .bf-products-list .product-item .product-item-inner .product-item-image div.product-img {
          display: none; }
      .bf-products-list .product-item .product-item-inner .product-item-info {
        background: rgba(255, 255, 255, 0.2);
        padding: 20px 20px 80px 20px;
        text-align: center; }
        .bf-products-list .product-item .product-item-inner .product-item-info a.product-item-name {
          display: block;
          font-family: 'Lato';
          font-size: 1.2em;
          font-weight: 300;
          color: #000;
          text-transform: uppercase;
          margin-bottom: 5px;
          text-decoration: none; }
          .bf-products-list .product-item .product-item-inner .product-item-info a.product-item-name:hover {
            color: #713501;
            text-decoration: none; }
        .bf-products-list .product-item .product-item-inner .product-item-info .product-price {
          color: rgba(0, 0, 0, 0.6);
          font-size: 0.9em; }
        .bf-products-list .product-item .product-item-inner .product-item-info div.product-price-was {
          display: inline;
          color: #888;
          text-decoration: line-through; }
      .bf-products-list .product-item .product-item-inner .product-item-cart a {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 14px 0;
        color: rgba(255, 255, 255, 0.8); }

.archive .mill-member-product-badge {
  right: 10px; }

.mill-member-product-badge {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 100; }

.main-product .bf-product-main {
  margin-top: 35px;
  margin-bottom: 45px; }
@media (min-width: 992px) {
  .main-product .bf-product-main .col-md-7 {
    padding-left: 40px; } }
.main-product .woocommerce-product-gallery ol {
  margin: 3px -3px 15px -3px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .main-product .woocommerce-product-gallery ol li {
    width: calc(25% - 6px);
    max-width: calc(25% - 6px);
    margin: 3px;
    border: 1px solid #dfdfdf; }
    .main-product .woocommerce-product-gallery ol li img {
      width: 100%; }
    @media (max-width: 767.98px) {
      .main-product .woocommerce-product-gallery ol li {
        width: auto;
        max-width: auto; } }
.main-product .woocommerce-product-gallery__trigger {
  display: block;
  position: absolute;
  text-indent: -9999px;
  width: 70px;
  height: 70px;
  top: 0;
  left: 15px;
  z-index: 9; }
  .main-product .woocommerce-product-gallery__trigger::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent; }
  .main-product .woocommerce-product-gallery__trigger::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23935c2c' d='M23.822 20.88l-6.353-6.354c.93-1.465 1.467-3.2 1.467-5.059.001-5.219-4.247-9.467-9.468-9.467s-9.468 4.248-9.468 9.468c0 5.221 4.247 9.469 9.468 9.469 1.768 0 3.421-.487 4.839-1.333l6.396 6.396 3.119-3.12zm-20.294-11.412c0-3.273 2.665-5.938 5.939-5.938 3.275 0 5.94 2.664 5.94 5.938 0 3.275-2.665 5.939-5.94 5.939-3.274 0-5.939-2.664-5.939-5.939z' /%3e%3c/svg%3e"); }
.main-product #reset_filter {
  display: none;
  font-family: 'Lato';
  font-weight: 500;
  margin-bottom: 15px;
  color: #935c2c;
  text-decoration: none; }
  .main-product #reset_filter:hover {
    color: rgba(0, 0, 0, 0.9); }
.main-product .stock-loading span {
  width: 50px;
  display: block;
  text-align: center;
  background-size: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  animation: spin 2s linear infinite;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23fff' d='M13.75 22c0 .966-.783 1.75-1.75 1.75s-1.75-.784-1.75-1.75.783-1.75 1.75-1.75 1.75.784 1.75 1.75zm-1.75-22c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm10 10.75c.689 0 1.249.561 1.249 1.25 0 .69-.56 1.25-1.249 1.25-.69 0-1.249-.559-1.249-1.25 0-.689.559-1.25 1.249-1.25zm-22 1.25c0 1.105.896 2 2 2s2-.895 2-2c0-1.104-.896-2-2-2s-2 .896-2 2zm19-8c.551 0 1 .449 1 1 0 .553-.449 1.002-1 1-.551 0-1-.447-1-.998 0-.553.449-1.002 1-1.002zm0 13.5c.828 0 1.5.672 1.5 1.5s-.672 1.501-1.502 1.5c-.826 0-1.498-.671-1.498-1.499 0-.829.672-1.501 1.5-1.501zm-14-14.5c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2zm0 14c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2z' /%3e%3c/svg%3e"); }
.main-product .product-header {
  margin-bottom: 25px; }
  .main-product .product-header .yarntoplinks {
    margin: 0 0 25px 0; }
    .main-product .product-header .yarntoplinks li {
      margin: 0 15px 0 0; }
      .main-product .product-header .yarntoplinks li a {
        color: rgba(0, 0, 0, 0.6);
        font-size: 1.2em;
        text-transform: uppercase;
        text-decoration: none; }
        .main-product .product-header .yarntoplinks li a:hover {
          color: #935c2c; }
  .main-product .product-header h1 {
    margin-bottom: 8px;
    font-size: 2em;
    font-family: 'Noto Serif';
    font-weight: 400;
    color: #111; }
  .main-product .product-header .product-sku {
    display: none;
    font-size: 1.2em;
    color: #713501; }
.main-product .product-description {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 45px; }
.main-product .product-cart-button {
  padding: 10px 0; }
  .main-product .variations-selection .row {
    margin-bottom: 10px; }
    .main-product .variations-selection .row label {
      margin-top: 8px;
      font-size: 0.975em;
      font-family: 'Lato';
      font-weight: 600;
      color: rgba(0, 0, 0, 0.65); }
.main-product .product-variation-description p {
  margin-top: 0;
  font-size: 0.975em;
  font-family: 'Lato';
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65); }
.main-product hr {
  margin: 30px 0; }
.main-product .product-extra {
  margin: 0; }
  .main-product .product-extra li {
    margin: 0 0 2px 5px; }
    .main-product .product-extra li a {
      display: inline-block;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      padding: 0 0 0 15px;
      background-size: 10px;
      background-position: 0 50%;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23000' d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z' /%3e%3c/svg%3e"); }
      .main-product .product-extra li a:hover {
        color: #935c2c;
        text-decoration: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23935c2c' d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z' /%3e%3c/svg%3e"); }
.main-product .product-variaton-box-option {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  margin: 0 3px 3px 0; }
  .main-product .product-variaton-box-option.product-variaton-box-option-swatch {
    height: 40px;
    width: 40px; }
  .main-product .product-variaton-box-option.product-variaton-box-option-button {
    background: #eee;
    padding: 5px 15px;
    border: 3px solid #935c2c;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 0.9em; }
    .main-product .product-variaton-box-option.product-variaton-box-option-button.active {
      border: 3px solid #222; }
  .main-product .product-variaton-box-option div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 100%; }
    .main-product .product-variaton-box-option.active div {
      box-shadow: inset 0px 0px 0px 4px #222; }
.main-product .single-product .product-quantity .quantity {
  height: 100%; }
.main-product .grouped-product-row .group-price {
  float: right; }
  .main-product .grouped-product-row .group-price div {
    display: inline-block; }
.main-product .product-price-was {
  color: #aaa;
  text-decoration: line-through; }
  .main-product .product-description h4.product-description-header {
    display: inline-block;
    color: #333;
    font-size: 1.6em;
    font-family: 'Noto Serif';
    font-weight: 400;
    padding: 0 40px 25px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .main-product .product-description div h3, .main-product .product-description div h4 {
      border: none;
      font-size: 1.3em;
      margin: 0 0 20px 0;
      padding: 0; }
  .main-product .product-description .card-header .btn-link {
    padding-left: 0; }
.main-product #stock-notify form {
  padding: 0 !important; }
  .main-product #stock-notify form input[type=text] {
    border-color: #935c2c !important; }

.product-cart-button {
  width: 100%; }
  .product-cart-button span {
    display: block;
    text-align: center;
    background-size: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .product-cart-button span strong {
      font-weight: normal;
      background-size: 18px;
      background-position: 0% 50%;
      background-repeat: no-repeat;
      padding-left: 28px;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23fff' d='M4.558 7l4.701-4.702c.199-.198.46-.298.721-.298.613 0 1.02.505 1.02 1.029 0 .25-.092.504-.299.711l-3.26 3.26h-2.883zm12.001 0h2.883l-4.702-4.702c-.198-.198-.459-.298-.72-.298-.613 0-1.02.505-1.02 1.029 0 .25.092.504.299.711l3.26 3.26zm7.441 2v2h-.642c-.534 0-1.022.305-1.257.786l-4.101 10.214h-12l-4.101-10.216c-.234-.48-.722-.784-1.256-.784h-.643v-2h24zm-15 4c0-.552-.448-1-1-1s-1 .448-1 1v5c0 .552.448 1 1 1s1-.448 1-1v-5zm4 0c0-.552-.448-1-1-1s-1 .448-1 1v5c0 .552.448 1 1 1s1-.448 1-1v-5zm4 0c0-.552-.447-1-1-1s-1 .448-1 1v5c0 .552.447 1 1 1s1-.448 1-1v-5z' /%3e%3c/svg%3e"); }
  .product-cart-button.product-cart-button-loading span {
    text-indent: -9999px;
    animation: spin 2s linear infinite;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23fff' d='M13.75 22c0 .966-.783 1.75-1.75 1.75s-1.75-.784-1.75-1.75.783-1.75 1.75-1.75 1.75.784 1.75 1.75zm-1.75-22c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm10 10.75c.689 0 1.249.561 1.249 1.25 0 .69-.56 1.25-1.249 1.25-.69 0-1.249-.559-1.249-1.25 0-.689.559-1.25 1.249-1.25zm-22 1.25c0 1.105.896 2 2 2s2-.895 2-2c0-1.104-.896-2-2-2s-2 .896-2 2zm19-8c.551 0 1 .449 1 1 0 .553-.449 1.002-1 1-.551 0-1-.447-1-.998 0-.553.449-1.002 1-1.002zm0 13.5c.828 0 1.5.672 1.5 1.5s-.672 1.501-1.502 1.5c-.826 0-1.498-.671-1.498-1.499 0-.829.672-1.501 1.5-1.501zm-14-14.5c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2zm0 14c1.104 0 2 .896 2 2s-.896 2-2.001 2c-1.103 0-1.999-.895-1.999-2s.896-2 2-2z' /%3e%3c/svg%3e"); }
  .product-cart-button.product-cart-button-loaded-checkout {
    border-color: #76e3a7;
    background-color: #76e3a7; }
    .product-cart-button.product-cart-button-loaded-checkout span strong {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23fff' d='M10 19.5c0 .829-.672 1.5-1.5 1.5s-1.5-.671-1.5-1.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5zm3.5-1.5c-.828 0-1.5.671-1.5 1.5s.672 1.5 1.5 1.5 1.5-.671 1.5-1.5c0-.828-.672-1.5-1.5-1.5zm1.336-5l1.977-7h-16.813l2.938 7h11.898zm4.969-10l-3.432 12h-12.597l.839 2h13.239l3.474-12h1.929l.743-2h-4.195z' /%3e%3c/svg%3e"); }
  .product-cart-button.product-cart-button-disabled, .product-cart-button.product-cart-button-oos {
    cursor: no-drop;
    opacity: 0.8; }

section.related-products, section.featured-products {
  margin-top: 50px; }
  section.related-products h3, section.featured-products h3 {
    font-size: 1.3em;
    color: #6e7581;
    margin-bottom: 8px;
    font-weight: bold; }
  section.related-products .related-products-header, section.featured-products .related-products-header {
    margin-top: 40px;
    text-align: center; }
    section.related-products .related-products-header h4, section.featured-products .related-products-header h4 {
      color: #333;
      font-size: 1.6em;
      display: inline-block;
      font-family: 'Noto Serif';
      font-weight: 400;
      padding: 0 40px 25px 40px;
      margin: 0 0 40px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  section.related-products .bf-products-list, section.featured-products .bf-products-list {
    margin-top: 40px; }
    section.related-products .bf-products-list .carousel, section.featured-products .bf-products-list .carousel {
      margin-left: -15px;
      margin-right: -15px; }
    @media screen and (max-width: 1299px) {
      section.related-products .bf-products-list .carousel, section.featured-products .bf-products-list .carousel {
        margin-left: 25px;
        margin-right: 25px; } }
    section.related-products .bf-products-list .carousel .carousel-inner .carousel-item.active, section.featured-products .bf-products-list .carousel .carousel-inner .carousel-item.active, section.related-products .bf-products-list .carousel .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel .carousel-inner .carousel-item-next, section.related-products .bf-products-list .carousel .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel .carousel-inner .carousel-item-prev {
      display: flex; }
    section.related-products .bf-products-list .carousel .carousel-control-prev, section.featured-products .bf-products-list .carousel .carousel-control-prev, section.related-products .bf-products-list .carousel .carousel-control-next, section.featured-products .bf-products-list .carousel .carousel-control-next {
      z-index: 550;
      opacity: 1;
      width: 50px; }
    section.related-products .bf-products-list .carousel .carousel-control-prev, section.featured-products .bf-products-list .carousel .carousel-control-prev {
      left: -35px; }
      section.related-products .bf-products-list .carousel .carousel-control-prev .carousel-control-prev-icon, section.featured-products .bf-products-list .carousel .carousel-control-prev .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath fill='%23444' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' /%3E%3C/svg%3E"); }
    section.related-products .bf-products-list .carousel .carousel-control-next, section.featured-products .bf-products-list .carousel .carousel-control-next {
      right: -35px; }
      section.related-products .bf-products-list .carousel .carousel-control-next .carousel-control-next-icon, section.featured-products .bf-products-list .carousel .carousel-control-next .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' preserveAspectRatio='none'%3E%3Cpath fill='%23444' d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z' /%3E%3C/svg%3E"); }
    @media screen and (min-width: 1100px) {
      section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item .col-12, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item .col-12 {
        flex: 0 0 25%;
        max-width: 25%; }
      section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right.active, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right.active, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-next {
        transform: translateX(25%); }
      section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left.active, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left.active, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-prev {
        transform: translateX(-25%); }
      section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left {
        transform: translateX(0); } }
  @media screen and (min-width: 800px) and (max-width: 1099px) {
    section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item .col-12, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item .col-12 {
      flex: 0 0 50%;
      max-width: 50%; }
    section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right.active, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right.active, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-next {
      transform: translateX(50%); }
    section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left.active, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left.active, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-prev {
      transform: translateX(-50%); }
    section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-right, section.related-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left, section.featured-products .bf-products-list .carousel.rpc-4 .carousel-inner .carousel-item-left {
      transform: translateX(0); } }
@media screen and (min-width: 1100px) {
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner {
    width: 75% !important;
    margin: 0 auto; }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item .col-12, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item .col-12 {
    flex: 0 0 33%;
    max-width: 33%; }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right.active, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right.active, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-next {
    transform: translateX(33%); }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left.active, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left.active, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%); }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left {
    transform: translateX(0); }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-control-prev, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-control-prev, section.related-products .bf-products-list .carousel.rpc-3 .carousel-control-next, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-control-next {
    display: none; } }
@media screen and (min-width: 800px) and (max-width: 1099px) {
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item .col-12, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item .col-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right.active, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right.active, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-next {
    transform: translateX(50%); }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left.active, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left.active, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%); }
  section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-right, section.related-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left, section.featured-products .bf-products-list .carousel.rpc-3 .carousel-inner .carousel-item-left {
    transform: translateX(0); } }
section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner {
  width: 100% !important;
  margin: 0 auto; }
@media screen and (min-width: 1100px) {
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner {
    width: 50% !important; } }
@media screen and (min-width: 800px) and (max-width: 1099px) {
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner {
    width: 80% !important; } }
@media screen and (min-width: 800px) {
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item .col-12, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item .col-12 {
    flex: 0 0 50%;
    max-width: 50%; }
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-right.active, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-right.active, section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-next, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-next {
    transform: translateX(50%); }
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-left.active, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-left.active, section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-prev, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%); }
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-right, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-right, section.related-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-left, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-inner .carousel-item-left {
    transform: translateX(0); }
  section.related-products .bf-products-list .carousel.rpc-2 .carousel-control-prev, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-control-prev, section.related-products .bf-products-list .carousel.rpc-2 .carousel-control-next, section.featured-products .bf-products-list .carousel.rpc-2 .carousel-control-next {
    display: none; } }
section.related-products .bf-products-list .carousel.rpc-1 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-1 .carousel-inner {
  width: 100% !important;
  margin: 0 auto; }
@media screen and (min-width: 1100px) {
  section.related-products .bf-products-list .carousel.rpc-1 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-1 .carousel-inner {
    width: 25% !important; } }
@media screen and (min-width: 800px) and (max-width: 1099px) {
  section.related-products .bf-products-list .carousel.rpc-1 .carousel-inner, section.featured-products .bf-products-list .carousel.rpc-1 .carousel-inner {
    width: 50% !important; } }
section.related-products .bf-products-list .carousel.rpc-1 .carousel-control-prev, section.featured-products .bf-products-list .carousel.rpc-1 .carousel-control-prev, section.related-products .bf-products-list .carousel.rpc-1 .carousel-control-next, section.featured-products .bf-products-list .carousel.rpc-1 .carousel-control-next {
  display: none; }

.breadcrumbs, .woocommerce-breadcrumb {
  font-size: 0.875rem; }
  .breadcrumbs a, .woocommerce-breadcrumb a {
    color: #727272;
    text-decoration: underline; }
    .breadcrumbs a:hover, .woocommerce-breadcrumb a:hover {
      text-decoration: none; }
  .breadcrumbs i, .woocommerce-breadcrumb i {
    color: #727272; }
  .breadcrumbs > span > span > a::before, .woocommerce-breadcrumb > span > span > a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f015";
    margin-right: 0.5407911001em; }
  .breadcrumbs .breadcrumb_separator, .woocommerce-breadcrumb .breadcrumb_separator {
    display: inline-block;
    padding: 0 4px;
    background-size: 9px;
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' preserveAspectRatio='none'%3e%3cpath fill='%23666' d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z' /%3e%3c/svg%3e"); }

.btn, input[name="wpgdprc_submit"] {
  border-radius: 0;
  font-size: 1rem;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

.btn-primary, input[name="wpgdprc_submit"] {
  background: #713501;
  border-color: #713501;
  color: #fff; }

.btn-primary:not(:disabled):not(.disabled):hover, input[name="wpgdprc_submit"]:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active, input[name="wpgdprc_submit"]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus, input[name="wpgdprc_submit"]:not(:disabled):not(.disabled):focus {
  background-color: #652f00;
  border-color: #652f00; }

.btn-primary.disabled, input.disabled[name="wpgdprc_submit"], .btn-primary:disabled, input[name="wpgdprc_submit"]:disabled {
  background-color: #b89a80;
  border-color: #713501; }

.btn-lg, input[name="wpgdprc_submit"] {
  padding: 0.75rem 1rem; }

.btn-wide {
  padding: 0.75rem 3rem; }

.cookie-notice button.close:hover {
  color: #fff; }

.comments-area {
  background-color: rgba(0, 0, 0, 0.0125); }
  .comments-area .comment-respond a, .comments-area .comment-metadata a, .comments-area .reply a {
    text-decoration: none; }
  .comments-area .avatar {
    margin-bottom: 1rem; }
  .comments-area .comment-text {
    background-color: #f8f8f8;
    border-radius: 3px; }
    .comments-area .comment-text p:last-child {
      margin-bottom: 0; }
  .comments-area .comment-reply-title {
    font-size: 1.5rem; }

.form-control, .gform_wrapper input[type="email"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="month"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="text"], .gform_wrapper input[type="time"], .gform_wrapper input[type="week"], .gform_wrapper input[type="url"], .gform_wrapper textarea, .woocommerce input.input-text, .woocommerce textarea.input-text, .select2-container .selection, input[name="wpgdprc_email"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

body select.form-control[size], body .select2-container select.selection[size], .select2-container body select.selection[size], body select.form-control[multiple], body .select2-container select.selection[multiple], .select2-container body select.selection[multiple] {
  height: auto; }

body textarea.form-control, body .gform_wrapper textarea, .gform_wrapper body textarea, body .woocommerce textarea.input-text, .woocommerce body textarea.input-text, body .select2-container textarea.selection, .select2-container body textarea.selection {
  height: auto; }

.form-row.custom-control {
  margin: 0;
  padding: 0 0 0 1.5rem !important; }

.custom-control-label {
  line-height: 1.5; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #935c2c;
  background-color: #935c2c; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #ced4da; }

.btn-subscribe .spinner {
  display: none; }

.waiting .btn-subscribe {
  pointer-events: none;
  position: relative; }
  .waiting .btn-subscribe span {
    visibility: hidden; }
  .waiting .btn-subscribe .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translateY(-50%) translateX(-50%); }
    .waiting .btn-subscribe .spinner i {
      display: block; }

.subscribe-form input[type="email"] {
  border: 1px solid #935c2c;
  font-size: 0.875rem;
  height: calc(1.5em + .75rem + 3px); }

.footer .invalid-feedback {
  color: #fff; }

.gform_wrapper .name_first label, .gform_wrapper .name_last label {
  display: none !important; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.gform_wrapper li {
  margin-bottom: 1rem; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #dc3545; }

.gform_description {
  display: block;
  margin-bottom: 1.5rem; }

.address_country label {
  display: none; }

.gfield_error .validation_message {
  color: #dc3545;
  display: block; }

.validation_message {
  display: none;
  font-size: 0.875rem;
  padding-top: 0.5rem; }

.gform_validation_container {
  display: none; }

.hidden_label .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.gform_footer {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px; }

.gform_ajax_spinner {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: auto;
  -webkit-animation: spinner 500ms infinite linear;
  animation: spinner 500ms infinite linear;
  width: 3rem; }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ui-widget-content {
  background: #fff;
  color: #343a40; }

.ginput_container_checkbox {
  padding-left: 2.25rem; }

.ginput_container .instruction {
  display: none; }

.pagination {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  padding: 1rem 0; }
  .pagination .nav-links {
    display: flex; }
    .pagination .nav-links ul.page-numbers {
      list-style: none;
      margin-left: auto;
      margin-right: auto;
      padding: 0; }
    .pagination .nav-links li {
      display: inline-block;
      margin: 0.25rem; }
      .pagination .nav-links li:first-child {
        margin-left: 0; }
      .pagination .nav-links li:last-child {
        margin-right: 0; }
    .pagination .nav-links a.page-numbers, .pagination .nav-links span.page-numbers {
      font-size: 1rem;
      background-color: rgba(0, 0, 0, 0.125);
      border-bottom: 2px solid #713501;
      color: #6d6d6d;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      height: 50px;
      width: 50px; }
    .pagination .nav-links span.current, .pagination .nav-links a.page-numbers:hover {
      background-color: #2c2d33;
      border-color: #2c2d33;
      color: #fff; }

@media (min-width: 768px) {
  .pagination .nav-links ul.page-numbers {
    margin-left: 0; } }

.table .thead-dark th {
  color: #fff;
  background-color: #713501;
  border-color: #4b2301; }

.table .thead-light th {
  color: #fff;
  background-color: #935c2c;
  border-color: #764a23; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: auto; }

div.woocommerce form {
  padding: 2rem; }

.account-navigation-dropdown-heading {
  cursor: pointer;
  font-variant: small-caps;
  line-height: 1.5;
  vertical-align: middle; }

.woocommerce-myaccount-navigation-link {
  background: #fff;
  color: #935c2c;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 150ms cubic-bezier(0, 0, 0.2, 1); }

.woocommerce-myaccount-navigation-link:hover, .is-active .woocommerce-myaccount-navigation-link {
  background: #935c2c;
  color: #fff; }

.account-navigation-dropdown-wrapper:before {
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
  display: block;
  content: "";
  height: 55px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

@media (min-width: 992px) {
  .login-row:not(.no-reg) {
    position: relative; }
    .login-row:not(.no-reg)::after {
      background: #f8f8f8;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      bottom: 0;
      left: 50%;
      top: 0;
      width: 1px; } }

.login-form label, .register-form label {
  margin-bottom: 1rem; }

.woocommerce-account .account-orders-table td {
  vertical-align: middle; }

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  background-color: #f8f8f8; }
.woocommerce-checkout .woocommerce-billing-fields label, .woocommerce-checkout .woocommerce-shipping-fields label {
  font-size: 0.9375rem; }

div.woocommerce form {
  background-color: #f8f8f8;
  padding: 1.5rem; }
  div.woocommerce form .form-row {
    margin-left: 0;
    margin-right: 0; }
    div.woocommerce form .form-row.cost_center_toggle .optional {
      display: none; }
  div.woocommerce form label {
    font-size: 1rem;
    font-weight: 700; }

.select2-container--focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding-left: 0; }

body.woocommerce-checkout .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single[aria-expanded="false"] .select2-selection__rendered {
  border: 0 !important;
  border-radius: 0; }

.woocommerce .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals.shipping form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border: 0 !important; }

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0; }

.select2-container--default .select2-dropdown {
  border-bottom: 1px solid #ced4da;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0; }

.select2-dropdown .select2-dropdown--below {
  border-bottom: 1px solid #ced4da;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0; }
/*# sourceMappingURL=style.map */