/** Shopify CDN: Minification failed

Line 3112:42 Unexpected "--inverse"
Line 3116:42 Unexpected "--inverse"

**/

@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*  Vendor  */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Fonts */
/* Generic */
/* ------------------------------------------------------------ *\
  Variables
\* ------------------------------------------------------------ */
/*  Colors  */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.67;
  color: #2b2e34; }
@media (max-width: 767px) {
    body {
      font-size: 13px; } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^='tel'] {
    text-decoration: none; }
sub,
sup {
  font-size: 0.2em; }
sup {
  position: relative;
  top: -1.7em; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.835em; }
h1 {
  font-size: 64.05px;
  line-height: 1.2; }
@media (max-width: 767px) {
    h1 {
      font-size: 2rem; } }
h2 {
  font-size: 49.05px;
  line-height: 1.55; }
@media (max-width: 767px) {
    h2 {
      font-size: 36px; } }
h3 {
  font-size: 31.95px;
  line-height: 1.22; }
@media (max-width: 767px) {
    h3 {
      font-size: 24px; } }
h4 {
  font-size: 25.95px; }
@media (max-width: 767px) {
  font-size: 20px; }
h5 {
  font-size: 21px;
  line-height: 1.43; }
@media (max-width: 767px) {
    h5 {
      font-size: 16px; } }
h6 {
  font-size: 16.05px; }
@media (max-width: 767px) {
    h6 {
      font-size: 12px; } }
p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 0.835em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
ul,
ol {
  margin-left: 20px; }
img {
  margin-bottom: 10px; }
img[style='float: left;'] {
  max-width: 50%;
  height: auto;
  margin: 0 10px 10px 0; }
img[style='float: right;'] {
  max-width: 50%;
  height: auto;
  margin: 0 0 10px 10px; }
nav ul,
nav ol {
  margin-left: 0; }
[style*='background-image'] {
  background-size: cover;
  background-position: center; }
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    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; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-flex,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-flex,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-flex,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/*  Text Helpers  */
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }
@media (min-width: 1201px) {
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-left-lg {
    text-align: left; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-left-md {
    text-align: left; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-left-sm {
    text-align: left; } }
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-left-xs {
    text-align: left; } }
/*  Flex Helpers  */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }
@media (min-width: 1201px) {
  .flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .align-center-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-start-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-end-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .justify-center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .align-center-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-start-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-end-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .justify-center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .align-center-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-start-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-end-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .justify-center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }
@media (max-width: 767px) {
  .flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-column-reverse-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .align-center-xs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .align-start-xs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-end-xs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .justify-center-xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-start-xs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-end-xs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .justify-between-xs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .justify-around-xs {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }
/*  Position Helpers  */
.absolute-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* Default */
/* ------------------------------------------------------------ *\
	Article - Default Styles
\* ------------------------------------------------------------ */
.article--default {
  margin-bottom: 48px; }
.article--default .article__head {
    margin-bottom: 48px;
    text-align: center; }
.article--default .article__title {
    margin-bottom: 10px;
    text-transform: uppercase; }
.article--default .article__meta {
    margin-bottom: 48px; }
.article--default .article__image {
    margin-bottom: 0; }
.article--default .article__image img {
      width: 100%;
      height: auto;
      margin-bottom: 0; }
.article--default .article__body {
    margin-bottom: 48px;
    padding: 0 10%;
    color: #2b2e34; }
.article--default .article__comments {
    padding: 48px 10% 0;
    border-top: 1px solid #201d1e; }
.article--default .article__comments .comments {
      margin-bottom: 48px;
      padding-bottom: 48px;
      border-bottom: 1px solid #201d1e; }
.article--default .article__comments .comment {
      margin-bottom: 24px; }
.article--default .article__comments .comment:last-child {
        margin-bottom: 0; }
.article--default .article__comments .comment .comment__text {
        color: #2b2e34;
        margin-bottom: 5px; }
/* ------------------------------------------------------------ *\
	Article Item - Default Styles
\* ------------------------------------------------------------ */
.article-item--default {
  margin-bottom: 48px;
  padding-bottom: 48px;
  /*border-bottom: 1px solid #201d1e;*/
  width: calc(50% - 12px); }
@media (max-width: 1023px) {
    .article-item--default {
      margin-bottom: 24px;
      padding-bottom: 24px; } }
@media (max-width: 767px) {
    .article-item--default {
      width: 100%; } }
.article-item--default .article-item__image {
    display: block;
    height: 0;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 48px; }
@media (max-width: 1023px) {
      .article-item--default .article-item__image {
        margin-bottom: 24px; } }
.article-item--default .article-item__content {
    padding: 0 48px; }
@media (max-width: 1023px) {
      .article-item--default .article-item__content {
        padding: 0 24px; } }
.article-item--default .article-item__head {
    margin-bottom: 15px; }
.article-item--default .article-item__title {
    margin-bottom: 5px;
    text-transform: uppercase; }
.article-item--default .article-item__title a {
      text-decoration: none; }
.article-item--default .article-item__meta {
    color: #925500; }
.article-item--default .article-item__body {
    margin-bottom: 24px;
    color: #2b2e34; }
@media (max-width: 480px) {
    .article-item--default {
      padding-bottom: 24px;
      margin-bottom: 24px; }
      .article-item--default .article-item__content {
        padding: 0 12px; } }
/* ------------------------------------------------------------ *\
  Blog
\* ------------------------------------------------------------ */
/* Cart */
.form--default.form--cart table {
  text-align: left; }
.form--default.form--cart th,
.form--default.form--cart td {
  padding: 20px 10px; }
.form--default.form--cart th:first-child,
  .form--default.form--cart td:first-child {
    padding-left: 0; }
.form--default.form--cart th:last-child,
  .form--default.form--cart td:last-child {
    padding-right: 0; }
.form--default.form--cart tbody tr {
  border-bottom: 1px solid #241e1e; }
.form--default.form--cart th {
  font-weight: 400;
  color: #925500;
  border-bottom: 1px solid #241e1e; }
.form--default.form--cart tfoot {
  text-align: right; }
.form--default.form--cart tfoot td {
    padding: 15px 10px; }
.form--default .table__product {
  text-decoration: none; }
.form--default .table__image {
  width: 140px;
  max-width: 140px; }
@media (max-width: 767px) {
    .form--default .table__image {
      max-width: 100%; } }
.form--default .table__quantity {
  width: 140px;
  text-align: center; }
.form--default .table__remove {
  width: 22px; }
.form--default .table__variant {
  padding-top: 5px; }
.form--default .table__properties {
  padding-top: 10px;
  font-style: italic;
  opacity: 0.6; }
.form--default .table__total-label {
  font-size: 16px;
  color: #925500; }
.form--default .table__total-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56; }
.form--default .table__info {
  font-style: italic;
  color: #925500; }
.form--default .table__info td {
    padding-bottom: 40px;
    text-align: right; }
.form--default .table__price,
.form--default .table__total {
  width: 160px;
  font-weight: 700; }
.form--default .table__total {
  text-align: right; }
.form--default .field--quantity {
  max-width: 80px;
  text-align: center; }
.form--default .js-quantity .field {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }
.form--default .js-quantity .field::-webkit-outer-spin-button, .form--default .js-quantity .field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.form--default .js-quantity .field input[type='number'] {
    -moz-appearance: textfield; }
.form--default .remove {
  font-size: 12px;
  text-decoration: none; }
.form--default .remove span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #241e1e; }
.form--default .remove span:before, .form--default .remove span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 5px;
      right: 5px;
      height: 1px;
      background: #2b2e34;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
.form--default .remove span:after {
      -webkit-transform: translateY(-50%) rotate(-45deg);
          -ms-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
@media (max-width: 1023px) {
  .form--default .table__price,
  .form--default .table__total {
    width: 140px; } }
@media (max-width: 767px) {
  .form--default.form--cart table,
  .form--default.form--cart tbody {
    width: 100%;
    display: block; }
  .form--default.form--cart thead,
  .form--default.form--cart th {
    display: none; }
  .form--default.form--cart table,
  .form--default.form--cart tbody,
  .form--default.form--cart td,
  .form--default.form--cart tr,
  .form--default.form--cart tfoot {
    display: block;
    width: 100%;
    text-align: center; }
  .form--default.form--cart tr {
    position: relative;
    text-align: center; }
    .form--default.form--cart tr + tr {
      border-top: 1px solid #2b2e34; }
  .form--default.form--cart tbody td {
    width: auto;
    padding: 0 0 5px; }
  .form--default.form--cart tbody td:before {
    content: attr(data-attr);
    display: block;
    margin-bottom: 5px;
    font-weight: 700; }
  .form--default.form--cart tfoot {
    border-top: 1px solid #2b2e34; }
    .form--default.form--cart tfoot tr:first-child {
      padding: 10px 0; }
      .form--default.form--cart tfoot tr:first-child td {
        padding: 0;
        border: 0; } }
.collection--default .collection__head {
  text-align: center;
  margin-bottom: 25px; }
.collection--default .collection__head--image {
    min-height: 14%;
    padding: 3.5% 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff; }
.collection--default .collection__sort {
  margin-bottom: 90px; }
.collection--default .collection__sort label {
    color: #925500;
    margin-right: 30px; }
.collection--default .collection__sort select {
    display: inline-block;
    max-width: 310px; }
.collections--default .collection__head {
  text-align: center;
  margin-bottom: 80px; }
.collections--default .collection__items {
  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;
  margin: 0 -2.5%;
  overflow: hidden; }
.collections--default .collection__items > * {
    width: 45%;
    margin: 0 2.5% 48px; }
@media (max-width: 1023px) {
      .collections--default .collection__items > * {
        width: calc(50% - 24px);
        margin: 0 12px 24px; } }
@media (max-width: 480px) {
      .collections--default .collection__items > * {
        width: 100%;
        margin: 0 0 24px; } }
@media (max-width: 1023px) {
    .collections--default .collection__items {
      margin: 0 -12px; } }
@media (max-width: 767px) {
    .collections--default .collection__items {
      margin: 0; } }
.collections--default .collection__item {
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.collections--default .collection__item:hover {
    opacity: 0.8; }
.collections--default .collection__item a {
    text-decoration: none; }
.collections--default .collection__item .collection__item-link {
    position: relative;
    display: block;
    padding-top: 100%;
    margin-bottom: 15px; }
.collections--default .collection__item .collection__item-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.form--small {
  max-width: 580px;
  margin: 0 auto 40px; }
.form--small:last-child {
    margin-bottom: 0; }
.form--default {
  /* Modifiers */ }
.form--default .form__title {
    text-align: center; }
.form--default .form__head {
    margin-bottom: 80px; }
.form--default .form__description {
    padding: 40px 10% 0;
    font-size: 16px;
    color: #526d3a;
    text-align: center; }
.form--default .form__actions {
    text-align: right; }
.form--default .form__btn {
    margin: 5px; }
.form--default .form__empty {
    text-align: center; }
.form--default .form__empty h2 {
      padding-bottom: 50px;
      border-bottom: 1px solid #241e1e;
      margin-bottom: 50px; }
.form--default .form__empty p {
      color: #526d3a;
      margin-bottom: 35px; }
.form--default.form--login .form__btn {
    width: 100%;
    margin: 0 0 40px; }
.form--default.form--login .form__label {
    display: none; }
.form--default.form--guest {
    padding: 30px 0; }
.form--default.form--recover .form__actions, .form--default.form--register .form__actions {
    text-align: center; }
.form--default.form--recover .form__btn, .form--default.form--register .form__btn {
    width: 100%;
    margin: 0 0 40px; }
.form--default.form--recover .form__label, .form--default.form--register .form__label {
    display: none; }
.form--default.form--recover {
    display: none; }
.form--default.form--contact .form__head {
    padding-bottom: 80px;
    border-bottom: 1px solid #241e1e; }
.form--default.form--contact .form__description {
    text-align: left; }
.form--default.form--contact .form__label {
    display: none; }
.form--default.form--contact .form__body,
  .form--default.form--contact .form__actions {
    padding: 0 10%; }
@media (max-width: 767px) {
    .form--default .form__head {
      margin-bottom: 40px; }
    .form--default .form__description {
      padding-left: 0;
      padding-right: 0; }
    .form--default .form__actions {
      text-align: center; }
    .form--default.form--contact .form__head {
      padding-bottom: 40px; }
    .form--default.form--contact .form__body,
    .form--default.form--contact .form__actions {
      padding-left: 0;
      padding-right: 0; } }
.default--holder {
  /*  No Orders  */
  /* Order */
  /* Address */ }
.default--holder .page__title {
    margin-bottom: 80px;
    text-align: center; }
.default--holder .collection__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.5%; }
.default--holder .product__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    padding: 0 1.5%;
    margin-bottom: 60px; }
.default--holder .product__item-image {
    display: block;
    padding-bottom: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center; }
.default--holder .product__item-title {
    margin-bottom: 20px;
    font-weight: 700; }
.default--holder .product__item-title a {
      text-decoration: none; }
.default--holder .product__item-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    text-transform: uppercase; }
.default--holder .product__item-price del {
      display: inline-block;
      font-weight: 400;
      color: #526d3a;
      margin-right: 5px; }
.default--holder .product__item-price ins {
      text-decoration: none; }
.default--holder .product__item-info {
    color: #526d3a; }
.default--holder.page--error {
    /*  404  */ }
.default--holder.page--error .page__title {
      margin-bottom: 0; }
.default--holder.page--error .page__content {
      text-align: center; }
.default--holder.page--error .page__content p {
        margin-bottom: 50px;
        font-size: 32px; }
.default--holder.section-account {
    overflow: hidden;
    /* Accounts */ }
.default--holder.section-account .section__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-height: 100vh; }
.default--holder.section-account .section__aside {
      position: relative;
      width: 22.5%;
      min-width: 250px;
      padding-top: 48px;
      padding-right: 48px;
      background: #241e1e; }
.default--holder.section-account .section__aside:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        width: 100vw;
        background: inherit; }
.default--holder.section-account .section__aside ul {
        margin: 0;
        list-style: none; }
.default--holder.section-account .section__aside ul li {
          margin-bottom: 40px; }
.default--holder.section-account .section__aside ul a {
          display: block;
          font-size: 16px;
          text-decoration: none; }
.default--holder.section-account .section__aside ul .active a {
          font-weight: 700;
          text-decoration: underline; }
.default--holder.section-account .section__content {
      padding-top: 48px;
      padding-left: 48px;
      width: 77.5%; }
.default--holder .no-orders {
    color: #925500;
    text-align: center; }
.default--holder .order {
    text-align: left;
    padding: 10px 0; }
.default--holder .order th {
      font-weight: 400;
      padding: 20px;
      color: #925500; }
.default--holder .order td {
      padding: 25px 20px;
      text-align: left; }
.default--holder .order td.order__number, .default--holder .order td.order__total {
        font-weight: 700; }
@media (max-width: 767px) {
        .default--holder .order td {
          padding: 5px 0px;
          border: none; } }
.default--holder .order th,
    .default--holder .order td {
      border-bottom: 1px solid #241e1e; }
.default--holder .order th:first-child,
      .default--holder .order td:first-child {
        padding-left: 0; }
.default--holder .order th:last-child,
      .default--holder .order td:last-child {
        padding-right: 0; }
@media (max-width: 767px) {
        .default--holder .order th,
        .default--holder .order td {
          border: none; } }
.default--holder .order-head {
    margin-bottom: 15px; }
.default--holder .order-head .order-head__date {
      color: #925500; }
.default--holder .table-order--products {
    margin-bottom: 50px; }
.default--holder .table-order--products a {
      text-decoration: none; }
.default--holder .table-order--products a:hover {
        text-decoration: underline; }
.default--holder .table-order--products th,
    .default--holder .table-order--products td {
      border: 1px solid #241e1e;
      padding: 15px 24px !important; }
.default--holder .table-order--info {
    margin: 0 !important; }
.default--holder .table-order--info th {
      text-align: left;
      width: 50%; }
@media (max-width: 767px) {
      .default--holder .table-order--info tbody td {
        display: block;
        padding: 12px 0 !important;
        text-align: left; } }
.default--holder .order-details .order-details__value {
    font-weight: 700; }
.default--holder .form--address {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 24px;
    padding: 24px 0;
    border-top: 1px solid #241e1e;
    border-bottom: 1px solid #241e1e; }
.default--holder .form--address .form__label {
      display: none; }
.default--holder .addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.default--holder .addresses .address {
      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: 49%;
      margin: 0 0 24px 0;
      border: 1px solid #241e1e; }
@media (max-width: 1023px) {
        .default--holder .addresses .address {
          width: 100%; } }
.default--holder .addresses .address__title {
      width: 100%;
      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;
      margin-bottom: auto;
      padding: 20px 24px;
      border-bottom: 1px solid #241e1e; }
@media (max-width: 767px) {
        .default--holder .addresses .address__title {
          padding: 15px 12px 11px; } }
.default--holder .addresses .address__title span {
        margin-left: auto;
        font-size: 13px; }
@media (max-width: 767px) {
          .default--holder .addresses .address__title span {
            font-size: 11px; } }
.default--holder .addresses .address__title span:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 6px;
          width: 9px;
          border-left: 2px solid;
          border-bottom: 2px solid;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -4px;
          margin-left: 4px; }
.default--holder .addresses .address__details {
      width: 100%;
      padding: 20px 24px; }
@media (max-width: 767px) {
        .default--holder .addresses .address__details {
          padding: 12px; } }
.default--holder .addresses .address__actions {
      width: 100%;
      margin-top: auto;
      padding: 20px 24px;
      text-align: right;
      border-top: 1px solid #241e1e; }
@media (max-width: 767px) {
        .default--holder .addresses .address__actions {
          padding: 12px; } }
.default--holder .addresses .address__actions a {
        margin: 0 5px; }
.default--holder .addresses .address__actions a:first-child:after {
          content: '|';
          margin-left: 10px; }
.default--holder .addresses__actions {
    padding: 24px 0;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.default--holder .addresses__actions a {
      margin-left: auto; }
.default--holder .addresses__empty {
    font-size: 16px;
    color: #925500;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
@media (max-width: 1200px) {
    .default--holder .table-order--products th,
    .default--holder .table-order--products td {
      padding: 10px !important; }
    .default--holder.section-account .section__content {
      padding-top: 48px;
      padding-left: 48px; }
    .default--holder.section-account .section__aside {
      padding: 48px 48px 48px 0; } }
@media (max-width: 1023px) {
    .default--holder {
      /* Accounts */ }
      .default--holder .product__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3%;
                flex: 0 0 33.3%;
        width: 33.3%; }
      .default--holder .table-order--products th,
      .default--holder .table-order--products td {
        padding: 15px !important; }
      .default--holder.section-account .shell {
        padding: 0; }
      .default--holder.section-account .section__inner {
        display: block;
        min-height: auto; }
      .default--holder.section-account .section__aside {
        width: auto;
        padding: 24px 24px;
        text-align: center; }
        .default--holder.section-account .section__aside ul li {
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 0; }
          .default--holder.section-account .section__aside ul li:last-child {
            margin-right: 0; }
      .default--holder.section-account .section__content {
        width: auto;
        padding: 45px 24px; }
      .default--holder.section-account .section__head {
        text-align: center; } }
@media (max-width: 767px) {
    .default--holder .product__item {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
    .default--holder table,
    .default--holder tr,
    .default--holder td,
    .default--holder tbody,
    .default--holder tfoot {
      display: block; }
    .default--holder th {
      display: none; }
    .default--holder tbody td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .default--holder td:before {
      content: attr(data-heading);
      display: block;
      margin-right: 5px;
      font-weight: 700;
      max-width: 50%; }
    .default--holder tr + tr {
      border-top: 1px solid #2b2e34; }
    .default--holder .addresses .address {
      width: 100%; }
    .default--holder .table-order--products {
      margin-bottom: 24px; }
      .default--holder .table-order--products td {
        padding: 5px 0px !important;
        text-align: right;
        border: 0; }
        .default--holder .table-order--products td:before {
          text-align: left; }
      .default--holder .table-order--products .order-details__title {
        font-weight: 700; }
      .default--holder .table-order--products thead {
        display: none; }
      .default--holder .table-order--products tfoot {
        padding-top: 5px;
        border-top: 1px solid #2b2e34;
        border-bottom: 1px solid #2b2e34; }
        .default--holder .table-order--products tfoot tr,
        .default--holder .table-order--products tfoot td {
          border: 0;
          padding: 0; }
        .default--holder .table-order--products tfoot tr {
          margin-bottom: 5px; } }
@media (max-width: 767px) and (max-width: 767px) {
      .default--holder .table-order--products tfoot tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .default--holder .table-order--products tfoot td {
        width: 50%;
        text-align: left; }
      .default--holder .table-order--products tfoot td + td {
        text-align: right; } }
@media (max-width: 767px) {
      .default--holder .table-order--products .order {
        padding: 10px 0; }
    .default--holder.section-account .section__aside {
      padding: 24px 12px; }
    .default--holder.section-account .section__content {
      padding: 24px 12px; } }
@media (max-width: 480px) {
    .default--holder {
      /* Accounts */ }
      .default--holder .collection__items {
        display: block;
        margin: 0; }
      .default--holder .product__item {
        width: auto;
        padding: 0;
        margin: 0 0 10px; }
      .default--holder .section__inner {
        display: block; }
      .default--holder .section__aside {
        width: auto;
        margin-right: 0; }
        .default--holder .section__aside ul a {
          margin: 5px 0; }
      .default--holder .section__content {
        width: auto; }
      .default--holder .order-info .cols {
        display: block; } }
.paging--default {
  margin-bottom: 90px;
  padding: 30px 0;
  text-align: center; }
.paging--default ul,
  .paging--default li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }
.paging--default li a,
  .paging--default li.current span {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #241e1e; }
.paging--default li.current span,
  .paging--default li:hover a {
    border-color: #2b2e34; }
.paging--default a {
    text-decoration: none; }
.paging--default .paging-prev,
  .paging--default .paging-next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 50px;
    height: 50px; }
.paging--default .paging-prev:after,
    .paging--default .paging-next:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 10px; }
.paging--default > span {
    color: #241e1e; }
.paging--default .paging-prev:after {
    content: '\25C0'; }
.paging--default .paging-next:after {
    content: '\25B6'; }
@media (max-width: 480px) {
    .paging--default ul,
    .paging--default li {
      margin: 2px; }
    .paging--default li a,
    .paging--default li.current span {
      width: 36px;
      height: 36px;
      font-size: 12px;
      padding: 9px 0; }
    .paging--default .paging-prev,
    .paging--default .paging-next {
      width: 36px;
      height: 36px; } }
/* ------------------------------------------------------------ *\
	Default Styles
\* ------------------------------------------------------------ */
/*  Product  */
.product--default {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.product--default .product__images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; }
.product--default .product__images img {
      display: block;
      width: 100%;
      margin: 0 auto 20px; }
.product--default .product__thumbs .slick-list {
    margin: 0 -10px; }
.product--default .product__thumbs .slick-slide {
    padding: 0 10px; }
.product--default .product__thumbs img {
    cursor: pointer; }
.product--default .product__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%; }
.product--default .product__meta {
    margin-bottom: 20px; }
.product--default .product__vendor {
    font-style: italic; }
.product--default .product__entry {
    color: #526d3a;
    margin-bottom: 30px; }
.product--default .product__price {
    margin-bottom: 25px; }
.product--default .product__price del {
      display: inline-block;
      margin-right: 5px; }
.product--default .product__price ins {
      text-decoration: none; }
.product--default .product__form .form__row {
    padding-bottom: 20px; }
.product--default .product__form .select {
    width: auto;
    min-width: 210px; }
@media (max-width: 767px) {
    .product--default {
      display: block; }
      .product--default .product__content,
      .product--default .product__images {
        display: block;
        max-width: 100%; }
      .product--default .product__content {
        padding-top: 0; } }
.search--default .results,
.search--default .form-search,
.search--default .page__head {
  margin-bottom: 10px;
  text-align: center; }
.search--default .search__field {
  padding: 7px;
  border: 1px solid #2b2e34; }
.search--default .search__btn {
  background: #2b2e34;
  padding: 12px 11px 10px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.search--default .search__btn:hover {
    background-color: #fff;
    color: #2b2e34;
    border-color: currentColor; }
.search--default .search__btn--inverse {
    background: rgba(43, 46, 52, 0);
    color: #2b2e34;
    border-color: currentColor; }
.search--default .search__btn--inverse:hover {
      background: #2b2e34;
      color: #fff;
      border-color: transparent; }
/*  Base  */
/* ------------------------------------------------------------ *\
  Form Elements Reset
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
input::-moz-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
input:-ms-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
input::-ms-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
input::placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
textarea::-moz-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
textarea::placeholder {
  color: #2b2e34 !important;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield; }
input[type='checkbox'] {
  opacity: 0;
  position: absolute; }
input[type='checkbox'] ~ label {
    position: relative; }
input[type='checkbox'] ~ label:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      height: 20px;
      width: 20px;
      border: 1px solid #241e1e; }
input[type='checkbox'] ~ label:after {
      content: none;
      position: absolute;
      left: 5px;
      top: 5px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: inline-block;
      height: 6px;
      width: 9px;
      border-left: 2px solid;
      border-bottom: 2px solid; }
input[type='checkbox']:checked ~ label:after {
    content: ''; }
/* ------------------------------------------------------------ *\
  Field
\* ------------------------------------------------------------ */
.field {
  width: 100%;
  padding: 16px 20px 15px;
  border: 1px solid #241e1e; }
.field::-webkit-input-placeholder {
    color: #925500; }
.field::-moz-placeholder {
    color: #925500; }
.field:-ms-input-placeholder {
    color: #925500; }
.field::-ms-input-placeholder {
    color: #925500; }
.field::placeholder {
    color: #925500; }
/* ------------------------------------------------------------ *\
  Textarea
\* ------------------------------------------------------------ */
.textarea {
  width: 100%;
  padding: 16px 20px 15px;
  border: 1px solid #241e1e; }
.textarea::-webkit-input-placeholder {
    color: #925500; }
.textarea::-moz-placeholder {
    color: #925500; }
.textarea:-ms-input-placeholder {
    color: #925500; }
.textarea::-ms-input-placeholder {
    color: #925500; }
.textarea::placeholder {
    color: #925500; }
/* ------------------------------------------------------------ *\
  Select
\* ------------------------------------------------------------ */
select,
select.select {
  display: block;
  width: 100%;
  padding: 12px 11px 10px;
  line-height: 3;
  border: 1px solid #241e1e;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }
select option,
  select.select option {
    font-family: sans-serif; }
/* ------------------------------------------------------------ *\
  Form Btn
\* ------------------------------------------------------------ */
.form__btn {
  background: #2b2e34;
  padding: 12px 11px 10px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.form__btn:hover {
    background-color: #fff;
    color: #2b2e34;
    border-color: currentColor; }
.form__btn--inverse {
    background: rgba(43, 46, 52, 0);
    color: #2b2e34;
    border-color: currentColor; }
.form__btn--inverse:hover {
      background: #2b2e34;
      color: #fff;
      border-color: transparent; }
/* ------------------------------------------------------------ *\
  Form Row
\* ------------------------------------------------------------ */
.form__row {
  margin-bottom: 24px; }
/* ------------------------------------------------------------ *\
  Form Label
\* ------------------------------------------------------------ */
.form__label {
  display: block;
  margin-bottom: 8px; }
/* ------------------------------------------------------------ *\
  Form Cols
\* ------------------------------------------------------------ */
.form__cols {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.form__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%; }
@media (max-width: 767px) {
    .form__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* Regions */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */
.footer {
  color: #ffffff;
  background-color: #201d1e;
  padding-top: 50px; }
.footer a {
    text-decoration: none; }
.footer svg > * {
    stroke: #ffffff;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke-miterlimit: 10; }
.footer a:hover svg > * {
    opacity: 1; }
.footer .footer__aside {
    width: 45%;
    padding-bottom: 42px; }
@media (max-width: 1439px) {
      .footer .footer__aside {
        width: 20%; } }
@media (max-width: 1023px) {
      .footer .footer__aside {
        width: 100%; } }
@media (max-width: 767px) {
      .footer .footer__aside {
        padding-bottom: 20px; } }
.footer .footer__content {
    width: 55%;
    padding-bottom: 42px; }
@media (max-width: 1439px) {
      .footer .footer__content {
        width: 78%; } }
@media (max-width: 1023px) {
      .footer .footer__content {
        width: 100%; } }
@media (max-width: 767px) {
      .footer .footer__content {
        padding-bottom: 20px; } }
.footer .footer__socials {
    padding-top: 12px !important; }
.footer .footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -9px;
    padding: 0;
    font-size: 0; }
.footer .footer__socials li {
    padding: 0 9px; }
.footer .footer__bar {
    border-top: 1px solid #925400;
    font-size: 10px;
    line-height: 3.2;
    font-family: "Tinos", Times, "Times New Roman", serif;
    padding: 12px 0; }
.footer .footer__nav li {
    list-style: none; }
@media (max-width: 767px) {
    .footer .footer__nav > ul > li + li {
      margin-top: 12px; } }
.footer .footer__nav a {
    text-decoration: none; }
.footer .footer__nav ul ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin: 0;
    padding: 0; }
@media (max-width: 480px) {
      .footer .footer__nav ul ul {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
.footer .footer__nav > ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.footer .footer__nav > ul > li {
    width: 45%; }
@media (max-width: 767px) {
      .footer .footer__nav > ul > li {
        width: 100%; } }
.footer .footer__nav > ul > li > a {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.56;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 800; }
.footer .footer__nav li li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 2.23;
    opacity: 0.6; }
.footer .footer__nav li li a:hover {
      opacity: 1; }
/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */
.header {
  color: #ffffff;
  z-index: 100;
  position: relative; }
.header a {
    text-decoration: none; }
.header svg > * {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke-miterlimit: 10; }
.header a:hover svg > * {
    opacity: 1; }
.header .header__bar {
    background-color: #526d3a;
    font-size: 12px;
    line-height: 1.75;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 4px 0; }
.header .header__bar a:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 9px;
    border-color: transparent transparent transparent currentColor; }
.header .header__body {
    background-color: #201d1e; }
.header .header__body.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
.header .header__inner {
    padding: 12px 0;
    border-bottom: 1px solid #925400; }
@media (max-width: 767px) {
      .header .header__inner {
        padding: 12px 0;
        border: none; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1440px;
  padding-right: 48px;
  padding-left: 48px;
  margin: auto; }
@media (max-width: 1023px) {
    .shell {
      padding-left: 24px;
      padding-right: 24px; } }
@media (max-width: 767px) {
    .shell {
      padding-left: 12px;
      padding-right: 12px; } }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  /*IE11 fix*/ }
.wrapper .footer {
    margin-top: auto; }
.wrapper > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
/*IE11 fix*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
/* Components */
/* ------------------------------------------------------------ *\
  Accordion
\* ------------------------------------------------------------ */
.accordion .accordion__section {
  margin: 0; }
.accordion .accordion__head {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.accordion .accordion__head h6 {
  margin: 0;
  font-size: 15px;
  line-height: 1.93;
  font-weight: 700;
  text-transform: uppercase;
  width: calc(100% - 30px); }
.accordion .ico-plus {
  display: block;
  border-color: #526c39; }
.accordion .ico-plus:before, .accordion .ico-plus:after {
    background-color: #526c39; }
.accordion .ico-minus {
  display: none; }
.accordion .accordion__body {
  display: none;
  font-family: "Tinos", Times, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.47;
  margin-top: 14px; }
.accordion .accordion__body p,
  .accordion .accordion__body ul,
  .accordion .accordion__body ol,
  .accordion .accordion__body dl,
  .accordion .accordion__body table,
  .accordion .accordion__body blockquote {
    margin-bottom: 24px; }
.accordion .accordion__body strong {
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 2.42;
    margin-bottom: 12px; }
.accordion .is-active .accordion__body {
  display: block; }
.accordion .is-active .ico-plus {
  display: none; }
.accordion .is-active .ico-minus {
  display: block; }
/* ------------------------------------------------------------ *\
  Bc Sf Filter
\* ------------------------------------------------------------ */
#bc-sf-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Range */
  /*  Toolbar  */
  /*  Products  */ }
#bc-sf-filter-wrapper a {
    text-decoration: none; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-title {
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    color: #2b2e34;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.43;
    letter-spacing: 1.06px;
    text-transform: uppercase; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-title span {
    white-space: nowrap; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-price {
    font-family: "Tinos", Times, "Times New Roman", serif;
    color: #2b2e34;
    font-size: 21px;
    line-height: 1.62;
    letter-spacing: 2.1px;
    opacity: 0.8; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul li {
    padding: 0 24px;
    margin-bottom: 5px; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
    font-weight: 600;
    color: #2b2e34;
    opacity: 0.6;
    font-family: "Spartan", Arial, Helvetica, sans-serif; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected {
    color: #925400; }
#bc-sf-filter-wrapper .bc-sf-filter-selection-wrapper {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(150, 151, 155, 0.4); }
#bc-sf-filter-wrapper .bc-sf-filter-selection-wrapper h3 {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0; }
#bc-sf-filter-wrapper .bc-sf-filter-clear-all {
    font-weight: 800;
    font-size: 12px;
    line-height: 2.08;
    letter-spacing: 0.6px;
    color: #925400;
    text-transform: uppercase; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block {
    border-bottom: none;
    padding-bottom: 10px; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block:not(.bc-sf-filter-option-hidden) ~ .bc-sf-filter-option-block {
    padding-top: 10px; }
#bc-sf-filter-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 4px 0 2px;
    pointer-events: none; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .bc-sf-filter-option-range-amount .bc-sf-filter-option-range-amount-split,
  #bc-sf-filter-wrapper .bc-sf-filter-block-content .bc-sf-filter-option-range-amount input {
    width: auto;
    border: none;
    padding: 0;
    color: #925400;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.93;
    display: inline-block;
    min-width: 56px;
    max-width: 70px;
    text-align: center; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .bc-sf-filter-option-range-amount .bc-sf-filter-option-range-amount-split {
    min-width: 0; }
#bc-sf-filter-wrapper .noUi-target {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
#bc-sf-filter-wrapper .noUi-base {
    height: 1px;
    background-color: rgba(150, 151, 155, 0.4); }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .noUi-target {
    height: 1px; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .bc-sf-filter-option-range-slider {
    margin-left: 12px;
    margin-right: 12px; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .noUi-horizontal .noUi-origin {
    top: -12px;
    margin-left: -12px; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .noUi-horizontal .noUi-origin .noUi-handle {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #479647;
    border-radius: 50%; }
#bc-sf-filter-wrapper .noUi-marker-horizontal.noUi-marker-large {
    height: 12px;
    margin-top: -6px; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .noUi-connect {
    background-color: #479647;
    -webkit-box-shadow: none;
            box-shadow: none; }
#bc-sf-filter-wrapper .bc-sf-filter-block-content .noUi-target {
    height: 1px; }
#bc-sf-filter-wrapper .bc-sf-filter-selected-items {
    display: none; }
#bc-sf-filter-wrapper .bc-sf-filter-left-col {
    width: 318px;
    padding: 24px 24px 48px;
    border-right: 1px solid rgba(150, 151, 153, 0.4); }
@media (max-width: 767px) {
      #bc-sf-filter-wrapper .bc-sf-filter-left-col {
        width: 100%;
        padding: 0;
        border: none;
        border-bottom: 1px solid rgba(150, 151, 153, 0.4); } }
#bc-sf-filter-wrapper .bc-sf-filter-right-col {
    width: calc(100% - 318px);
    padding: 24px 24px 48px; }
@media (max-width: 767px) {
      #bc-sf-filter-wrapper .bc-sf-filter-right-col {
        width: 100%;
        padding: 12px 0; } }
#bc-sf-filter-wrapper #bc-sf-filter-default-toolbar {
    border: none;
    padding: 0;
    margin-bottom: 12px; }
@media (max-width: 767px) {
      #bc-sf-filter-wrapper #bc-sf-filter-default-toolbar {
        margin-bottom: 0; } }
#bc-sf-filter-wrapper .bc-sf-filter-default-toolbar-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
#bc-sf-filter-wrapper #bc-sf-filter-total-product {
    text-align: left;
    font-size: 21px;
    line-height: 1.3;
    font-style: normal;
    font-family: "Tinos", Times, "Times New Roman", serif;
    color: #2b2e34;
    opacity: 0.8;
    display: block; }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting label {
    padding: 0; }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting label > span {
    border: 1px solid #201d1e;
    padding: 11px 33px 10px 12px;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    font-family: "Spartan", Arial, Helvetica, sans-serif; }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting label > span:after {
    right: 10px;
    top: 50%;
    margin-top: -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 4px 0 4px;
    border-color: #201d1e transparent transparent transparent; }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting label:before {
    content: attr(data-title);
    text-transform: uppercase;
    opacity: 0.6;
    margin-right: 12px;
    font-size: 10px;
    line-height: 2.5;
    font-weight: 800;
    font-family: "Spartan", Arial, Helvetica, sans-serif; }
#bc-sf-filter-wrapper #bc-sf-filter-products {
    margin: 0 -12px;
    width: calc(100% + 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 767px) {
      #bc-sf-filter-wrapper #bc-sf-filter-products {
        margin: -12px; } }
#bc-sf-filter-wrapper .bc-sf-filter-product-item {
    padding: 12px !important; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-image {
    position: relative; }
#bc-sf-filter-wrapper .bc-action-list-wrapper {
    display: none !important; }
#bc-sf-filter-wrapper + .bc-sf-widget-slider-wrapper .bc-sf-filter-product-item-inner--actions,
  #bc-sf-filter-wrapper .bc-sf-filter-product-item-inner--actions {
    position: absolute;
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    pointer-events: none; }
#bc-sf-filter-wrapper + .bc-sf-widget-slider-wrapper .bc-sf-filter-product-item-inner--actions .btn,
  #bc-sf-filter-wrapper .bc-sf-filter-product-item-inner--actions .btn {
    border: 1px solid #ffffff !important;
    min-width: 138px;
    text-align: center;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: auto; }
#bc-sf-filter-wrapper .sold-out .bc-sf-filter-product-item-price,
  #bc-sf-filter-wrapper .sold-out .btn--add {
    display: none !important; }
#bc-sf-filter-wrapper + .bc-sf-widget-slider-wrapper .bc-sf-filter-product-item-inner--actions .btn + .btn,
  #bc-sf-filter-wrapper .bc-sf-filter-product-item-inner--actions .btn + .btn {
    margin-top: 12px; }
#bc-sf-filter-wrapper .bc-sf-filter-block-title h3 span:before {
    display: none !important; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item:hover .bc-sf-filter-product-item-inner--actions {
    opacity: 1; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-image-link {
    margin-bottom: 23px; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form,
  #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 138px;
    margin-bottom: 6px; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form {
    top: 50%;
    margin-top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
@media (max-width: 1199px) {
      #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-top: 12px; } }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn,
  #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn {
    font-size: 10px !important;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #2b2e34;
    padding: 12px 11px 10px;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-width: 1px !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0) !important;
    letter-spacing: 0.5px; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn:hover,
    #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn:hover {
      background-color: #fff;
      color: #2b2e34;
      border-color: currentColor; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn--inverse,
    #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn--inverse {
      background: rgba(43, 46, 52, 0);
      color: #2b2e34;
      border-color: currentColor; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn--inverse:hover,
      #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn--inverse:hover {
        background: #2b2e34;
        color: #fff;
        border-color: transparent; }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn:hover,
    #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn:hover {
      background-color: #ffffff !important;
      color: #2b2e34 !important; }
@media (max-width: 1199px) {
      #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn,
      #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn {
        background-color: #ffffff !important;
        color: #2b2e34 !important;
        border-color: #2b2e34 !important; }
        #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn:hover,
        #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn:hover {
          background-color: #2b2e34 !important;
          color: #ffffff !important; } }
#bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-addtocart-product-form .bc-addtocart-btn span,
  #bc-sf-filter-wrapper .bc-al-icon-text.bc-al-bottom-h-full .bc-quickview-btn-wrapper .bc-quickview-btn span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 10px !important; }
#bc-sf-filter-wrapper .bc-qv-only-icon .bc-quickview-btn span:before {
    margin: 0 0 0 7px !important;
    line-height: 0.6; }
#bc-sf-filter-wrapper .bc-atc-icon-text .bc-addtocart-btn span:before {
    margin: 0 0 0 12px !important;
    line-height: 0.6; }
@media (max-width: 1199px) {
      #bc-sf-filter-wrapper .bc-atc-icon-text .bc-addtocart-btn span:before {
        display: none !important; } }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination {
    color: #96979b; }
@media (max-width: 767px) {
      #bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination {
        margin-top: 24px;
        margin-bottom: 12px; } }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination ul {
    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; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination span {
    margin: 0; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination li {
    margin: 0 6px; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination .active {
    color: #386377;
    font-size: 16px;
    font-weight: 700;
    font-family: "Tinos", Times, "Times New Roman", serif; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination a {
    font-size: 16px;
    font-weight: 700;
    font-family: "Tinos", Times, "Times New Roman", serif;
    color: #96979b;
    margin: 0 !important; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination span {
    color: #386377; }
#bc-sf-filter-wrapper #bc-sf-filter-bottom-pagination .disabled span {
    color: #96979b !important; }
@media (max-width: 767px) {
    #bc-sf-filter-wrapper #bc-sf-filter-top-sorting-mobile label {
      padding: 0; } }
@media (max-width: 767px) {
    #bc-sf-filter-wrapper #bc-sf-filter-top-sorting-mobile label > span {
      overflow: hidden;
      max-width: 100%;
      display: block; } }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting-mobile label > span:after {
    right: 10px; }
@media (max-width: 767px) {
    #bc-sf-filter-wrapper #bc-sf-filter-top-sorting-mobile label > span span {
      display: block;
      padding: 10px 33px 10px 12px;
      line-height: 1.7;
      width: 100%;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; } }
#bc-sf-filter-wrapper #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
    margin-top: -15px; }
#bc-sf-filter-wrapper .bc-sf-filter-product-item-label {
    text-align: center;
    right: auto;
    left: 0;
    margin: 0;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
#bc-sf-filter-wrapper .bc-sf-filter-label {
    padding: 0;
    right: 0;
    margin: 0;
    border: none;
    margin-top: 12px; }
#bc-sf-filter-wrapper .bc-sf-filter-label:not(.soldout):not(.sale) {
    font-size: 0 !important; }
#bc-sf-filter-wrapper .bc-sf-filter-label.soldout,
  #bc-sf-filter-wrapper .bc-sf-filter-label.sale,
  #bc-sf-filter-wrapper .bc-sf-filter-label:after {
    font-size: 15px !important;
    line-height: 1;
    font-family: "Tinos", Times, "Times New Roman", serif;
    display: inline-block;
    padding: 11px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700; }
#bc-sf-filter-wrapper .soldout {
    background-color: #e96623;
    color: #ffffff; }
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 2.27;
  font-weight: 600;
  color: #201d1e; }
.breadcrumbs a {
    text-decoration: none;
    opacity: 0.6; }
.breadcrumbs a:hover {
      text-decoration: underline; }
.breadcrumbs .current {
    color: #386377;
    opacity: 1;
    font-weight: 600; }
.breadcrumbs .ico-next:before {
    border-width: 3.5px 0 3.5px 8px; }
.breadcrumbs .breadcrumbs__divider {
    padding: 0 5px;
    opacity: 0.6; }
/* ------------------------------------------------------------ *\
 Btn Cart Trigger 
\* ------------------------------------------------------------ */
.btn-cart-trigger {
  position: relative; }
.btn-cart-trigger .btn-cart-trigger__count {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -9px;
  top: -31px;
  border-radius: 50%;
  background: red;
  color: #fff;
  font-size: 8px;
  line-height: 19px;
  display: block;
  text-align: center; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #506c38;
  padding: 12px 11px 10px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.btn:hover {
    background-color: #fff;
    color: #2b2e34;
    border-color: currentColor; }
.btn--inverse {
    background: rgba(43, 46, 52, 0);
    color: #2b2e34;
    border-color: currentColor; }
.btn--inverse:hover {
      background: #2b2e34;
      color: #fff;
      border-color: transparent; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
.btn--secondary {
  background-color: #526c39; }
.btn--secondary:hover {
    background-color: #2b2e34;
    color: #ffffff; }
.form__btn, .btn--large {
  padding: 16px 20px 15px; }
.btn--white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0); }
.btn--white:hover {
    background-color: #ffffff;
    color: #2b2e34; }
.read-more {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px; }
.read-more:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 9px;
    border-color: transparent transparent transparent currentColor; }
.btn--add:after {
  display: inline-block;
  font-family: 'bc-sf-filter-ico' !important;
  content: '\e911';
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400; }
.btn--view:after {
  font-family: 'bc-sf-filter-ico' !important;
  content: '\e910';
  margin-left: 7px;
  font-size: 14px;
  font-weight: 400; }
.btn--disabled {
  pointer-events: none; }
/* ------------------------------------------------------------ *\
  Cart Wrapper
\* ------------------------------------------------------------ */
.cart-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 400px;
  background-color: #201d1e;
  padding: 24px;
  border-top: 1px solid #925400;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 100vh;
  overflow: auto;
  color: #ffffff;
  z-index: 1001; }
.cart-expanded .cart-wrapper {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
.cart-wrapper .form--cart tbody,
  .cart-wrapper .form--cart tfoot,
  .cart-wrapper .form--cart table {
    display: block; }
.cart-wrapper .form--cart thead {
    display: none; }
.cart-wrapper .form--cart tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 30px 0;
    padding-left: 120px;
    min-height: 120px;
    padding-right: 0;
    border: none; }
.cart-wrapper .form--cart tr + tr {
    border: none; }
.cart-wrapper .form--cart tbody td {
    display: inline-block;
    width: 100%;
    padding: 0 !important; }
.cart-wrapper .form--cart tfoot {
    border-top: 1px solid #925400; }
.cart-wrapper .form--cart tfoot tr {
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0;
    min-height: 0; }
.cart-wrapper .form--cart tbody td {
    text-align: left; }
.cart-wrapper .form--cart tbody td:before {
    display: none; }
.cart-wrapper .form--cart tfoot td {
    width: auto;
    padding: 0; }
.cart-wrapper table tr .table__name {
    padding-right: 20px !important; }
.cart-wrapper .cart-trigger {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 12px auto;
    position: relative; }
.cart-wrapper .cart-trigger:before, .cart-wrapper .cart-trigger:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      display: inline-block;
      left: 0;
      top: 50%; }
.cart-wrapper .cart-trigger:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.cart-wrapper .cart-trigger:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
.cart-wrapper .cart-trigger svg {
    display: none; }
.cart-wrapper .hidden-popup {
    display: none !important; }
.cart-wrapper .form__head {
    margin-bottom: 20px; }
.cart-wrapper .form__title {
    font-size: 21px;
    line-height: 1.43; }
@media (max-width: 767px) {
      .cart-wrapper .form__title {
        font-size: 16px; } }
.cart-wrapper .table__image {
    position: absolute;
    width: 100px !important;
    top: 0;
    left: 0; }
.cart-wrapper .remove {
    font-size: 0;
    position: absolute;
    top: -10px;
    right: -10px; }
.cart-wrapper .remove span {
    border-color: #ffffff;
    background-color: #ffffff;
    font-size: 15px; }
.cart-wrapper .table__price {
    display: none !important; }
.cart-wrapper .table__quantity {
    text-align: left;
    width: 50% !important;
    -ms-flex-item-align: center;
        align-self: center; }
.cart-wrapper .table__quantity input {
    background: none;
    border: 1px solid #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding: 11px 5px 9px; }
.cart-wrapper .table__total {
    text-align: right !important;
    width: 50% !important;
    -ms-flex-item-align: center;
        align-self: center; }
.cart-wrapper .table__info td {
    text-align: center;
    font-size: 13px; }
.cart-wrapper .table__total-label {
    text-transform: uppercase;
    font-weight: 600; }
.cart-wrapper .form__empty p {
    margin-bottom: 15px; }
.cart-wrapper .form__controls.product__qty {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
.collection {
  background-color: rgba(150, 151, 155, 0.2); }
.collection .collection__head {
    padding: 67px 0 199px; }
@media (max-width: 767px) {
      .collection .collection__head {
        padding: 37px 0 149px; } }
.collection .collection__title {
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 8px; }
.collection .collection__description {
    font-size: 16px;
    line-height: 2;
    /*font-family: "Tinos", Times, "Times New Roman", serif;*/
    font-family:Spartan,Arial,Helvetica,sans-serif; 
    font-weight: 400; }
.collection .collection__inner {
    background-color: #fff;
    margin-top: -125px; }
.collection .collection__body {
    padding-bottom: 48px; }
@media (max-width: 767px) {
      .collection .collection__body {
        padding-bottom: 24px; } }
.collection .bc-sf-filter-custom-sorting {
    display: none; }
/* ------------------------------------------------------------ *\
  Form Search
\* ------------------------------------------------------------ */
.form-search--white {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.form-search--white input::-webkit-input-placeholder {
    color: #ffffff !important;
    opacity: 1; }
.form-search--white input::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1; }
.form-search--white input:-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1; }
.form-search--white input::-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1; }
.form-search--white input::placeholder {
    color: #ffffff !important;
    opacity: 1; }
.form-search--white input {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    width: 230px;
    padding: 5px 0; }
@media (max-width: 767px) {
      .form-search--white input {
        width: 210px; } }
.form-search--white .search__btn {
    background: none;
    border: none;
    width: 20px;
    padding: 5px 0; }
.form-search--white .search__btn img {
    margin: 0; }
/* ------------------------------------------------------------ *\
  Form
\* ------------------------------------------------------------ */
.form--cart .form__btn {
  margin: 5px 0; }
.form--cart .form__empty {
  background-color: #ffffff;
  padding: 24px;
  margin: 24px 0; }
.form--contact {
  padding: 48px 0; }
@media (max-width: 767px) {
    .form--contact {
      padding: 24px 0; } }
/* ------------------------------------------------------------ *\
  Slider Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  background-size: cover;
  background-color: #2b2e34;
  color: #ffffff;
  position: relative; }
.hero.hero--overlay:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.hero .hero__title {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.49px;
    margin-bottom: -4px; }
.hero .hero__content {
    font-family: "Tinos", Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.6; }
@media (max-width: 767px) {
      .hero .hero__content {
        font-size: 13px; } }
.hero--small .flex {
  position: relative;
  z-index: 10;
  height: 360px;
  padding-top: 24px;
  padding-bottom: 59px; }
/* ------------------------------------------------------------ *\
  icf placeholder
\* ------------------------------------------------------------ */
#icf-placeholder {
  padding: 48px 0; }
@media (max-width: 767px) {
    #icf-placeholder {
      padding: 24px 0; } }
#icf-placeholder form {
    padding: 0 10%; }
@media (max-width: 767px) {
      #icf-placeholder form {
        padding: 0; } }
#icf-placeholder form p {
    text-align: center; }
#icf-placeholder form textarea,
  #icf-placeholder form input {
    width: 100%;
    padding: 16px 20px 15px;
    border: 1px solid #241e1e; }
#icf-placeholder form textarea::-webkit-input-placeholder, #icf-placeholder form input::-webkit-input-placeholder {
      color: #925500; }
#icf-placeholder form textarea::-moz-placeholder, #icf-placeholder form input::-moz-placeholder {
      color: #925500; }
#icf-placeholder form textarea:-ms-input-placeholder, #icf-placeholder form input:-ms-input-placeholder {
      color: #925500; }
#icf-placeholder form textarea::-ms-input-placeholder, #icf-placeholder form input::-ms-input-placeholder {
      color: #925500; }
#icf-placeholder form textarea::placeholder,
    #icf-placeholder form input::placeholder {
      color: #925500; }
#icf-placeholder form textarea {
    height: 150px; }
#icf-placeholder form input[type='submit'] {
    display: inline-block;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #2b2e34;
    padding: 12px 11px 10px;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    padding: 16px 20px 15px; }
#icf-placeholder form input[type='submit']:hover {
      background-color: #fff;
      color: #2b2e34;
      border-color: currentColor; }
#icf-placeholder form input[type='submit']--inverse {
      background: rgba(43, 46, 52, 0);
      color: #2b2e34;
      border-color: currentColor; }
#icf-placeholder form input[type='submit']--inverse:hover {
        background: #2b2e34;
        color: #fff;
        border-color: transparent; }
#icf-placeholder form p {
    text-align: center; }
#icf-placeholder p {
    font-style: italic;
    font-family: "Tinos", Times, "Times New Roman", serif;
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.6;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
#icf-placeholder .input {
    text-align: right; }
@media (max-width: 767px) {
      #icf-placeholder .input {
        text-align: center; } }
#icf-placeholder #page-header {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 48px;
    max-width: 660px; }
@media (max-width: 767px) {
      #icf-placeholder #page-header {
        margin-bottom: 24px; } }
#icf-placeholder #page-title {
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
    font-weight: 900;
    opacity: 0.8;
    font-size: 32px;
    line-height: 1.22; }
@media (max-width: 767px) {
      #icf-placeholder #page-title {
        font-size: 24px; } }
/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */
.ico-prev:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 8px 4.5px 0;
  border-color: transparent currentColor transparent transparent; }
.ico-next:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent currentColor; }
.ico-minus,
.ico-plus {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  position: relative;
  border: 1px solid #000; }
.ico-minus:after {
  display: none !important; }
.ico-minus:before,
.ico-plus:before,
.ico-plus:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.ico-plus:after {
  width: 2px;
  height: 10px; }
.ico-play {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.ico-play:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 8px;
    border-color: transparent transparent transparent #ffffff; }
/* ------------------------------------------------------------ *\
  List
\* ------------------------------------------------------------ */
[class^='list-'] {
  list-style: none outside none;
  margin-left: 0; }
/* ------------------------------------------------------------ *\
  Logo
\* ------------------------------------------------------------ */
.logo img {
  margin: 0;
  height: 41px; }
.logo--footer img {
  width: 210px;
  height: auto; }
/* ------------------------------------------------------------ *\
  Main
\* ------------------------------------------------------------ */
.main .shopify-challenge__container {
  padding: 50px 0; }
/* ------------------------------------------------------------ *\
  Nav Access
\* ------------------------------------------------------------ */
.nav-access {
  margin: 0 -18px; }
.nav-access ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0 9px;
    font-size: 0; }
/*.nav-access ul + ul {
    border-left: 1px solid rgba(255, 255, 255, 0.6); }
*/
@media (max-width: 767px) {
      .nav-access ul + ul {
        border: none; } }
.nav-access li {
    padding: 0 9px; }
/* ------------------------------------------------------------ *\
  Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  width: 23px;
  height: 19px;
  position: relative;
  display: inline-block;
  opacity: 0.6; }
.nav-trigger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: top 0.3s 0.3s, opacity 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, opacity 0s 0.3s, -webkit-transform 0.3s 0s;
    -o-transition: top 0.3s 0.3s, transform 0.3s 0s, opacity 0s 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s 0s, opacity 0s 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s 0s, opacity 0s 0.3s, -webkit-transform 0.3s 0s; }
.nav-trigger span:nth-child(1) {
      top: 0; }
.nav-trigger span:nth-child(2) {
      top: 9px; }
.nav-trigger span:nth-child(3) {
      top: 18px; }
.nav-expanded .nav-trigger {
    opacity: 1; }
.nav-expanded .nav-trigger span {
      -webkit-transition: top 0.3s 0s, opacity 0s 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s 0s, opacity 0s 0.3s, -webkit-transform 0.3s 0.3s;
      -o-transition: top 0.3s 0s, transform 0.3s 0.3s, opacity 0s 0.3s;
      transition: top 0.3s 0s, transform 0.3s 0.3s, opacity 0s 0.3s;
      transition: top 0.3s 0s, transform 0.3s 0.3s, opacity 0s 0.3s, -webkit-transform 0.3s 0.3s; }
.nav-expanded .nav-trigger span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
.nav-expanded .nav-trigger span:nth-child(2) {
        opacity: 0; }
.nav-expanded .nav-trigger span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
/* ------------------------------------------------------------ *\
  Nav Wrapper
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .nav-wrapper {
    display: block !important;
    max-height: calc(100vh - 100%);
    background-color: #201d1e;
    max-width: 300px;
    position: absolute;
    top: 100%;
    right: -300px;
    overflow: auto;
    padding: 24px;
    text-align: right;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .nav-expanded .nav-wrapper {
      right: 0; } }
@media (max-width: 767px) {
  .nav-wrapper .nav-access {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .nav-wrapper .form-search {
    margin-top: 20px; } }
/* ------------------------------------------------------------ *\
  Nav
\* ------------------------------------------------------------ */
.nav a {
  display: inline-block; }
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  position: relative; }
@media (max-width: 1023px) {
    .nav > ul {
      margin: 0 -10px; } }
@media (max-width: 767px) {
    .nav > ul {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.nav > ul > li {
  padding: 0 25px; }
/* Hide SM Icons mobile nav */
@media (max-width: 767px) {
    .nav-wrapper .nav-access {
        display:none;
    }
}
@media (max-width: 1023px) {
    .nav > ul > li {
      padding: 0; } }
.nav > ul > li > ul {
  background-color: #201d1e;
  min-width: calc(100% - 70px);
  padding: 14px 24px;
  position: absolute;
  left: 35px;
  top: 100%;
  border-top: 2px solid #925400;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
@media (max-width: 1023px) {
    .nav > ul > li > ul {
      left: 10px;
      min-width: calc(100% - 20px); } }
@media (max-width: 767px) {
    .nav > ul > li > ul {
      position: relative;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      border: none;
      text-align: right;
      padding: 10px;
      opacity: 1;
      pointer-events: auto; } }
.nav > ul > li:hover > ul {
  opacity: 1;
  pointer-events: auto; }
.nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.56;
  display: block;
  padding: 15px 10px;
  letter-spacing: 0.8px; }
@media (max-width: 1023px) {
    .nav > ul > li > a {
      font-size: 14px; } }
@media (max-width: 767px) {
    .nav > ul > li > a {
      padding: 5px 0; } }
.nav > ul > li > ul > li > a {
  font-size: 33px;
  line-height: 1.55;
  font-style: italic;
  font-family: "Tinos", Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 12px; }
.nav > ul > li > ul > li > a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -24px;
    top: 50%;
    width: 17px;
    height: 1px;
    background-color: currentColor; }
@media (max-width: 767px) {
    .nav > ul > li > ul > li > a {
      font-size: 18px;
      margin-bottom: 0; } }
.nav ul ul ul li {
  margin-bottom: 2px; }
.nav ul ul ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.81; }
@media (max-width: 767px) {
    .nav ul ul ul li a {
      font-size: 14px; } }
.nav ul ul ul li a:hover {
  color: #925500; }
.nav ul ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 152px; }
@media (max-width: 1023px) {
    .nav ul ul ul {
      height: auto; } }
.is-touch .nav > ul > li.menu__item--closed > ul {
  display: none; }
/* ------------------------------------------------------------ *\
  Paging
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  press Item
\* ------------------------------------------------------------ */
.press-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(50% - 12px);
  color: #201d1e;
  padding: 8px 0 14px; }
@media (max-width: 1023px) {
    .press-item {
      width: 100%; } }
.press-items {
    margin-bottom: -20px; }
.press-item img {
    margin-bottom: 0; }
.press-item a {
    text-decoration: none; }
.press-item .press-item__aside {
    width: 90px;
    padding: 8px 0; }
@media (max-width: 767px) {
      .press-item .press-item__aside {
        width: 100%; } }
.press-item .press-item__image {
    display: block;
    padding-top: 100%;
    margin-bottom: 8px; }
.press-item .press-item__title {
    color: #386377;
    text-transform: uppercase;
    font-weight: 900; }
.press-item .read-more {
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #201d1e; }
.press-item .press-item__content {
    width: calc(100% - 113px); }
@media (max-width: 480px) {
      .press-item .press-item__content {
        width: 100%; } }
.press-item .press-item__body {
    font-size: 18px;
    line-height: 2;
    font-family: "Tinos", Times, "Times New Roman", serif; }
@media (max-width: 767px) {
      .press-item .press-item__body {
        font-size: 16px; } }
.press-item .press-item__foot {
    margin-top: 11px; }
@media (max-width: 480px) {
      .press-item .press-item__foot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
.press-item .press-item__foot img {
    margin: 0; }
@media (max-width: 1200px) {
      .press-item .press-item__foot img {
        max-width: 55%; } }
@media (max-width: 480px) {
      .press-item .press-item__foot img {
        margin-bottom: 10px;
        margin-bottom: 10px; } }
/* ------------------------------------------------------------ *\
  Product Item
\* ------------------------------------------------------------ */
.product-item a {
  text-decoration: none; }
.product-item .product-item__badges {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.product-item .product-item__badge {
  font-size: 15px !important;
  line-height: 1;
  font-family: "Tinos", Times, "Times New Roman", serif;
  display: inline-block;
  padding: 11px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  margin-top: 12px; }
.product-item .soldout {
  background-color: #e96623;
  color: #ffffff; }
.product-item .product-item__media {
  display: block;
  margin-bottom: 24px;
  position: relative; }
.product-item .product-item__media {
  display: block; }
.product-item .product-item__image {
  display: block;
  padding-top: 100%; }
.product-item .product-item__title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.06px;
  margin-bottom: 12px;
  margin: 0; }
.product-item .product-item__price {
  font-family: "Tinos", Times, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.62;
  letter-spacing: 2.1px;
  margin: 0; }
@media (max-width: 767px) {
    .product-item .product-item__price {
      font-size: 16px; } }
.product-item .product-item__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 14px;
  left: 14px;
  bottom: 14px;
  right: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
.product-item .product-item__actions .btn + .btn {
  margin-top: 12px; }
.product-item:hover .product-item__actions {
  opacity: 1; }
.product-item .btn {
  min-width: 138px;
  text-align: center;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
/* ------------------------------------------------------------ *\
  Product
\* ------------------------------------------------------------ */
.product a {
  text-decoration: none; }
.product .product__image {
  position: relative; }
.product .product__image img {
  margin: 0;
  width: 100%; }
.product .product__meta {
  margin-bottom: 8px; }
.product .product__vendor {
  font-size: 12px;
  line-height: 2.42;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  opacity: 0.6;
  text-transform: uppercase; }
.product .product__price {
  font-family: "Tinos", Times, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.62;
  letter-spacing: 2.1px;
  opacity: 0.8; }
.product .product__price ins {
    text-decoration: none; }
.product .product__price del {
    color: #526c39;
    font-size: 16px;
    font-style: italic;
    display: block; }
@media (max-width: 767px) {
      .product .product__price del {
        font-size: 12px; } }
@media (max-width: 767px) {
    .product .product__price {
      font-size: 16px; } }
.product .product__title {
  text-transform: uppercase; }
.product .product__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.product .product__qty .btn-qty {
  background-color: #526c39;
  color: #ffffff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  position: relative; }
.product .product__qty .ico-minus:before,
.product .product__qty .ico-plus:before,
.product .product__qty .ico-plus:after {
  background-color: #ffffff; }
.product .product__qty .btn-qty.disabled {
  background-color: #96979b; }
.product .product__qty input {
  width: 30px;
  border: none;
  padding: 0;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #271713;
  font-weight: 700; }
.product .product__form {
  margin-bottom: 37px;
  position: relative; }
@media (max-width: 767px) {
    .product .product__form {
      margin-bottom: 24px; } }
.product .product__form .form__error {
  color: #ed6f22;
  padding: 10px 0 0;
  font-size: 14px;
  text-align: center; }
.product .product__form .form__label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #201d1e;
  font-size: 12px;
  line-height: 2.42;
  font-weight: 700;
  opacity: 0.8; }
.product .product__form img {
  max-width: 64px; }
.product .product__thumbs .slider__slide {
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  background-size: cover;
  background-position: center; }
.product .product__thumbs .slick-list {
  margin: 0 -5px; }
.product .product__thumbs .slick-slide {
  margin: 0 5px; }
.product .product__thumbs img {
  display: none; }
.product .product__thumbs .slick-current .slider__slide:before {
  content: '';
  background-color: rgba(32, 29, 30, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
.product .product__thumbs .slick-current .slider__slide:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #ffffff;
  z-index: 11; }
.product .product__thumbs img {
  margin: 0; }
.product .product__thumbs .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.product .product__thumbs .slick-arrow {
  position: absolute;
  border: none;
  font-size: 0;
  background: none;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  background: transparent url("//www.giantmouse.com/cdn/shop/t/87/assets/ico-next.svg?v=168254348070381760351754497973") center no-repeat;
  background-size: cover !important;
  top: 50%; }
.product .product__thumbs .slick-prev {
  background: transparent url("//www.giantmouse.com/cdn/shop/t/87/assets/ico-prev.svg?v=46213598550313716581754497973") center no-repeat;
  right: calc(100% + 20px);
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0); }
.product .product__thumbs .slick-next {
  background: transparent url("//www.giantmouse.com/cdn/shop/t/87/assets/ico-next.svg?v=168254348070381760351754497973") center no-repeat;
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  left: calc(100% + 20px); }
.product .product__video {
  width: 100%;
  position: relative; }
.product .product__video video,
.product .product__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/*  product single  */
.product--single .product__head {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
.product--single .product__head-inner {
  margin-bottom: 5px; }
.product--single .product__title {
  width: calc(100% - 110px);
  letter-spacing: 0.11px; }
@media (max-width: 1023px) {
  .product--single .product__entry {
    display: none; } }
.product--single .product__entry--mobile {
  display: none; }
@media (max-width: 1023px) {
    .product--single .product__entry--mobile {
      display: block; } }
.product--single .product__price {
  width: 110px;
  text-align: right;
  line-height: 1.2; }
.product--single .product__images {
  width: 62.832%; }
@media (max-width: 1023px) {
    .product--single .product__images {
      width: 100%; } }
.product--single .product__images-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px; }
.product--single .product__thumbs {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 60px; }
@media (max-width: 1023px) {
    .product--single .product__thumbs {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0; } }
.product--single .product__thumbs iframe,
.product--single .product__thumbs video {
  display: none !important; }
.product--single .product__slider {
  position: relative;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  max-width: 560px;
  margin: 0 auto 20px; }
@media (max-width: 1023px) {
    .product--single .product__slider {
      width: 100%;
      margin-bottom: 48px; } }
@media (max-width: 767px) {
    .product--single .product__slider {
      margin-bottom: 24px; } }
.product--single .product__slider img {
  margin: 0; }
.product--single .product__slider .slider__slide--iframe img,
.product--single .product__slider .slider__slide--video img {
  display: none; }
.product--single .product__slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0; }
@media (max-width: 767px) {
    .product--single .product__slider .slick-dots {
      font-size: 0; } }
.product--single .product__slider .slick-dots li {
  margin: 5px 7px; }
.product--single .product__slider .slick-dots button {
  border: none;
  background: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background-color: #000;
  border-radius: 50%; }
.product--single .product__slider .slick-dots button:hover {
  opacity: 1; }
.product--single .product__slider .slick-active button {
  width: 12px;
  height: 12px;
  opacity: 1; }
.product--single .product__content {
  position: relative;
  width: 30%; }
@media (max-width: 1023px) {
    .product--single .product__content {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; } }
.product--single .product__head {
  border-bottom: 1px solid rgba(150, 151, 155, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px; }
/*  product latest  */
.product--latest {
  font-size: 10px;
  line-height: 2.4;
  text-align: center; }
.product--latest .product__title {
    font-weight: 300;
    line-height: 1.95;
    letter-spacing: 0.11px; }
/* ------------------------------------------------------------ *\
  Section Account
\* ------------------------------------------------------------ */
section.section-account {
  padding: 0; }
section.section-account a:not(.btn) {
    text-decoration: none;
    color: #925500; }
section.section-account h4,
  section.section-account h5 {
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0; }
@media (max-width: 767px) {
    section.section-account h4 {
      font-size: 21px; } }
section.section-account h5 {
    padding-top: 5px; }
@media (max-width: 767px) {
      section.section-account h5 {
        font-size: 18px; } }
section.section-account .section__head {
    margin-bottom: 48px;
    text-align: center; }
@media (max-width: 767px) {
      section.section-account .section__head {
        margin-bottom: 24px; } }
section.section-account .section__head p {
    opacity: 0.8;
    font-style: italic;
    font-family: "Tinos", Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.6; }
section.section-account .section__title {
    opacity: 0.8; }
@media (max-width: 767px) {
      section.section-account .section__title {
        font-size: 30px; } }
section.section-account .section__aside {
    color: #ffffff;
    background-color: #201d1e;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
section.section-account .section__aside a {
    opacity: 0.6;
    font-weight: 800;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff; }
section.section-account .section__aside .active a,
  section.section-account .section__aside a:hover {
    opacity: 1;
    text-decoration: none !important; }
@media (max-width: 767px) {
    section.section-account .section__aside li {
      width: 100%;
      margin: 0; } }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
.section.section-callout {
  padding: 72px 0;
  color: #ffffff;
  text-align: center;
  position: relative; }
.section.section-callout:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6; }
.section.section-callout form {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.section.section-callout *::-webkit-input-placeholder,
  .section.section-callout *::-moz-placeholder,
  .section.section-callout *:-moz-placeholder,
  .section.section-callout *:-ms-input-placeholder {
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 0.5 !important; }
.section.section-callout input[type='email'] {
    width: 338px !important;
    text-transform: none !important;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border-right: none !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    font-size: 15px !important;
    height: 36px !important;
    line-height: 34px !important;
    padding: 0 10px !important; }
@media (max-width: 767px) {
      .section.section-callout input[type='email'] {
        width: 190px !important; } }
.section.section-callout .klaviyo_form_actions {
    width: 95px !important; }
.section.section-callout input[type='submit'],
  .section.section-callout button[type='submit'],
  .section.section-callout button[type='button'] {
    width: 100%;
    text-transform: uppercase !important;
    font-family: "Spartan", Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.39) !important;
    border: 1px solid #ffffff !important;
    border-radius: 0 !important;
    height: 36px !important;
    font-size: 10px !important;
    padding: 0 !important;
    line-height: 34px !important; }
.section.section-callout input[type='submit']:hover,
    .section.section-callout button[type='submit']:hover,
    .section.section-callout button[type='button']:hover {
      background: black !important; }
.section.section-callout input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 1; }
.section.section-callout input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 1; }
.section.section-callout input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 1; }
.section.section-callout input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 1; }
.section.section-callout input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    font-family: "Tinos", Times, "Times New Roman", serif !important;
    opacity: 1; }
.section.section-callout .section__inner {
    position: relative;
    z-index: 10;
    text-align: center; }
.section.section-callout div[class*='Column__FormColumn'] > div > div,
  .section.section-callout div[class*='Column__FormColumn'] > div {
    padding: 0; }
.section.section-callout .klaviyo_condensed_styling,
  .section.section-callout .klaviyo_styling {
    max-width: none; }
.section.section-callout .klaviyo_form_actions {
    margin-bottom: 8px; }
.section.section-callout .klaviyo_messages {
    width: 100%; }
.section.section-callout .form-callout {
    max-width: 435px;
    width: 100%;
    margin: 0 auto; }
.section.section-callout .form-callout form {
    padding: 0 !important; }
.section.section-callout .form-callout p {
    color: #ffffff !important; }
/* Alt */
.section.section-callout--alt {
  color: #000; }
.section.section-callout--alt:before {
    display: none; }
/* ------------------------------------------------------------ *\
  Section Cart
\* ------------------------------------------------------------ */
.section-cart .hidden-section {
  display: none !important; }
.section-cart .form__head {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px; }
@media (max-width: 767px) {
    .section-cart .form__head {
      margin-bottom: 24px; } }
.section-cart .form__title {
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 5px;
  font-weight: 900;
  opacity: 0.8;
  color: #925500; }
.section-cart .form__actions {
  max-width: 300px;
  margin: 0 0 0 auto; }
@media (max-width: 767px) {
    .section-cart .form__actions {
      margin: 0 auto; } }
.section-cart .remove {
  text-transform: uppercase; }
.section-cart .remove span {
  margin-bottom: 2px; }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
.section-image-and-content {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 !important; }
.section-image-and-content:before {
    content: '';
    width: 88%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.72))) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 100%) 0% 0% no-repeat padding-box; }
@media (max-width: 767px) {
      .section-image-and-content:before {
        background: none; } }
.section-image-and-content .section__content {
    max-width: 660px;
    text-align: center;
    padding: 48px 52px;
    position: relative;
    z-index: 1; }
@media (max-width: 1023px) {
      .section-image-and-content .section__content {
        padding: 40px 0;
        max-width: 60%; } }
@media (max-width: 767px) {
      .section-image-and-content .section__content {
        padding: 24px 0;
        max-width: 100%;
        width: 100%;
        color: #fff; } }
.section-image-and-content .section__head {
    max-width: 412px;
    margin: 0 auto;
    text-align: center; }
.section-image-and-content .section__title {
    text-transform: uppercase;
    color: #386377;
    padding: 0 70px;
    line-height: 1.3;
    margin-bottom: 7px; }
.section-image-and-content .section__title:first-child {
      padding-top: 32px; }
@media (max-width: 1023px) {
      .section-image-and-content .section__title {
        padding: 0 30px; }
        .section-image-and-content .section__title:first-child {
          padding-top: 0; } }
@media (max-width: 767px) {
      .section-image-and-content .section__title {
        color: #fff; } }
.section-image-and-content .section__subtitle {
    font-family: "Tinos", Times, "Times New Roman", serif; }
.section-image-and-content .btn {
    margin-top: 22px; }
@media (max-width: 767px) {
      .section-image-and-content .btn {
        color: #fff;
        border-color: #fff; } }
.section-image-and-content--light {
  color: #ffffff; }
.section-image-and-content--light:before {
    background: transparent -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box; }
.section-image-and-content--light .section__title {
    color: #d9c32c; }
.section-image-and-content--reversed:before {
  left: auto;
  right: 0;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box; }
.section-image-and-content--light.section-image-and-content--reversed:before {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%) 0% 0% no-repeat padding-box; }
.section-image-and-content--our-story {
  color: #2b2e34;
  background-position: top center; }
.section-image-and-content--our-story:before {
    display: none; }
.section-image-and-content--our-story .section__head {
    margin-bottom: 20px; }
@media (max-width: 767px) {
      .section-image-and-content--our-story .section__head {
        margin-bottom: 10px; } }
.section-image-and-content--our-story .section__head img {
    margin-bottom: 25px; }
@media (max-width: 767px) {
      .section-image-and-content--our-story .section__head img {
        margin-bottom: 15px; } }
.section-image-and-content--our-story .section__title {
    color: #201d1e;
    opacity: 1;
    padding: 0 120px;
    line-height: 1.35; }
@media (max-width: 1023px) {
      .section-image-and-content--our-story .section__title {
        padding: 0 30px; } }
.section-image-and-content--our-story .section__content {
    padding: 78px 0 110px; }
@media (max-width: 1023px) {
      .section-image-and-content--our-story .section__content {
        padding: 48px 0;
        max-width: 100%; } }
@media (max-width: 767px) {
      .section-image-and-content--our-story .section__content {
        padding: 24px 0; } }
.section-image-and-content--our-story .section__body {
    font-size: 21px;
    line-height: 1.75;
    font-family: "Tinos", Times, "Times New Roman", serif;
    letter-spacing: 0;
    padding-bottom: 30px; }
@media (max-width: 767px) {
      .section-image-and-content--our-story .section__body {
        padding-bottom: 0;
        font-size: 16px; } }
.section-image-and-content--our-story.section-image-and-content--light {
  color: #ffffff; }
.section-image-and-content--our-story.section-image-and-content--light .section__title {
    color: #ffffff; }
/* ------------------------------------------------------------ *\
  Section Instagram
\* ------------------------------------------------------------ */
.section-instagram .section__title {
  font-family: "Spartan", Arial, Helvetica, sans-serif;
  color: #2b2e34; }
.section-instagram .section__inner {
  background-color: #1c2514;
  padding: 48px 102px;
  color: #ffffff; }
@media (max-width: 1023px) {
    .section-instagram .section__inner {
      padding: 40px 20px; } }
.section-instagram .btn svg {
  margin: 0 0 0 10px;
  width: 11px;
  height: 11px; }
.section-instagram .btn:hover svg * {
  fill: #2b2e34; }
.section-instagram .section__foot {
  margin-top: 0px; }
.section-instagram #insta-feed,
.section-instagram .instafeed-shopify {
  margin-top: 20px; }
@media (max-width: 767px) {
    .section-instagram #insta-feed .instafeed-container,
    .section-instagram .instafeed-shopify .instafeed-container {
      width: 100% !important;
      padding-top: 100% !important; } }
@media (max-width: 480px) {
  .section-instagram .section__title {
    font-size: 18px;
    letter-spacing: 0.5px !important; } }
/* ------------------------------------------------------------ *\
  Section Latest Releases
\* ------------------------------------------------------------ */
.section-latest-releases {
  position: relative;
  overflow: hidden; }
.section-latest-releases .section__head {
    opacity: 0.8;
    padding-bottom: 84px; }
@media (max-width: 767px) {
      .section-latest-releases .section__head {
        padding-bottom: 40px; } }
.section-latest-releases .section__title {
    color: #2b2e34; }
/* ------------------------------------------------------------ *\
  Section Our Story
\* ------------------------------------------------------------ */
.section-our-story {
  padding: 90px 0 70px; }
.section-our-story img {
    margin: 0; }
.section-our-story .section__inner {
    margin-left: -20px;
    margin-right: -20px; }
@media (max-width: 767px) {
      .section-our-story .section__inner {
        margin-left: 0px;
        margin-right: 0px; } }
.section-our-story .section__media {
    padding: 0 20px;
    width: 50%; }
@media (max-width: 767px) {
      .section-our-story .section__media {
        width: 100%;
        margin-bottom: 24px;
        padding: 0; } }
.section-our-story .section__title {
    margin-bottom: 16px !important; }
.section-our-story .section__content {
    padding: 0 20px 40px;
    width: 50%; }
@media (max-width: 767px) {
      .section-our-story .section__content {
        width: 100%;
        padding: 0; } }
.section-our-story .section__content p {
    font-size: 21px;
    line-height: 1.75;
    color: #201d1e;
    font-family: "Tinos", Times, "Times New Roman", serif; }
@media (max-width: 767px) {
      .section-our-story .section__content p {
        font-size: 16px; } }
.section-our-story .section__inner + .section__inner {
    margin-top: 55px; }
@media (max-width: 767px) {
      .section-our-story .section__inner + .section__inner {
        margin-top: 48px; } }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
.section-team .section__head {
  margin-bottom: 48px; }
@media (max-width: 767px) {
    .section-team .section__head {
      margin-bottom: 24px; } }
/* ------------------------------------------------------------ *\
  Section user
\* ------------------------------------------------------------ */
section.section-user .section__head {
  margin-bottom: 48px;
  opacity: 0.8; }
@media (max-width: 767px) {
    section.section-user .section__head {
      margin-bottom: 24px; } }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
.section {
  padding: 48px 0; }
@media (max-width: 767px) {
    .section {
      padding: 24px 0; } }
.section .section__head {
/*  max-width: 660px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
.section .section__title {
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
    font-weight: 900; }
.section .section__title--green {
    color: #526d3a; }
.section .section__subtitle {
    font-family: "Tinos", Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.52;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0; }
@media (max-width: 767px) {
      .section .section__subtitle {
        font-size: 16px; } }
.section .section__foot {
    text-align: center; }
.section #recommended-products {
    margin-bottom: 48px; }
.section--gray {
  background-color: rgba(150, 151, 155, 0.1); }
.section--gray .section__title {
    opacity: 0.8;
    text-transform: uppercase; }
.section--gray .section__title--green {
    opacity: 1; }
.section--base .section__head {
  margin-bottom: 48px; }
@media (max-width: 767px) {
    .section--base .section__head {
      margin-bottom: 24px; } }
.section--base .section__head p {
  font-style: italic;
  font-family: "Tinos", Times, "Times New Roman", serif;
  opacity: 0.8;
  font-size: 20px;
  line-height: 1.6; }
.section--base .section__title {
  opacity: 0.8; }
.section--base .section__foot {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px; }
@media (max-width: 767px) {
    .section--base .section__foot {
      margin-top: 24px; } }
.section--base .section__foot h5 {
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 1.06px;
  font-weight: 900; }
.section--404 {
  padding: 100px 0; }
@media (max-width: 767px) {
    .section--404 {
      padding: 48px 0; } }
/* ------------------------------------------------------------ *\
  Slider Hero
\* ------------------------------------------------------------ */
.slider-hero {
  position: relative; }
.slider-hero .slider__slide {
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
.slider-hero .slider__slide-inner {
    max-width: 660px;
    height: 492px; }
@media (max-width: 767px) {
      .slider-hero .slider__slide-inner {
        max-width: 400px;
        height: 300px; } }
.slider-hero .slider__slide-inner--large {
    max-width: 1058px;
    max-width: 90%; }
.slider-hero .slider__slide-subtitle {
    font-weight: 300;
    font-size: 37px;
    line-height: 1.22;
    letter-spacing: 3.7px;
    text-transform: uppercase;
    margin: 0; }
@media (max-width: 767px) {
      .slider-hero .slider__slide-subtitle {
        font-size: 18px; } }
.slider-hero .slider__slide-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0.64px;
    margin: 0 0 -4px; }
@media (max-width: 1023px) {
      .slider-hero .slider__slide-title {
        font-size: 32px; } }
@media (max-width: 480px) {
      .slider-hero .slider__slide-title {
        font-size: 28px; } }
.slider-hero .slider__slide-subtitle + .slider__slide-title {
    font-size: 56px;
    line-height: 1.73;
    margin: 0; }
@media (max-width: 1023px) {
      .slider-hero .slider__slide-subtitle + .slider__slide-title {
        font-size: 28px; } }
@media (max-width: 480px) {
      .slider-hero .slider__slide-subtitle + .slider__slide-title {
        font-size: 24px; } }
.slider-hero .slider__slide-content {
    font-family: "Tinos", Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 26px;
    line-height: 1.54; }
@media (max-width: 1023px) {
      .slider-hero .slider__slide-content {
        font-size: 20px; } }
@media (max-width: 767px) {
      .slider-hero .slider__slide-content {
        font-size: 13px; } }
.slider-hero .slider__slide-content--large {
    font-size: 38px;
    line-height: 1.16; }
@media (max-width: 1023px) {
      .slider-hero .slider__slide-content--large {
        font-size: 19px; } }
.slider-hero .slider__nav {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0; }
.slider-hero .slider__nav > ul {
    background-color: rgba(255, 255, 255, 0.5) !important; }
.slider-hero .btn {
    margin: 22px 0 20px; }
/* ------------------------------------------------------------ *\
  Slider Latest Releases
\* ------------------------------------------------------------ */
.slider-latest-releases {
  width: 570px;
  margin: 0 auto; }
@media (max-width: 1023px) {
    .slider-latest-releases {
      max-width: 60%; } }
@media (max-width: 767px) {
    .slider-latest-releases {
      max-width: 90%; } }
.slider-latest-releases .slider__slide {
    text-align: center;
    padding: 0 69px; }
@media (max-width: 767px) {
      .slider-latest-releases .slider__slide {
        padding: 0 40px; } }
@media (max-width: 767px) {
      .slider-latest-releases .slider__slide {
        padding: 0 10px; } }
.slider-latest-releases--large .slider__nav--large ul.slick-dots {
  display: none !important;
}
.slider-latest-releases--large .slider__nav .slider__nav-prev,
  .slider-latest-releases--large .slider__nav .slider__nav-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.slider-latest-releases--large .slider__nav .slider__nav-prev {
    left: 20px; }
@media (max-width: 767px) {
      .slider-latest-releases--large .slider__nav .slider__nav-prev {
        left: 5px; } }
.slider-latest-releases--large .slider__nav .slider__nav-next {
    right: 20px; }
@media (max-width: 767px) {
      .slider-latest-releases--centered .slick-dots {
        display: none !important;
      }

      .slider-latest-releases--large .slider__nav .slider__nav-next {
        right: 5px; } }
.slider-latest-releases .slick-list {
    overflow: visible; }
.slider-latest-releases .slick-slide {
    opacity: 0.4; }
.slider-latest-releases .slick-active {
    opacity: 1; }


/* ------------------------------------------------------------ *\
  slider products
\* ------------------------------------------------------------ */
.slider-products {
  margin: 0 -12px; }
.slider-products .slider__slide {
    padding: 12px; }
.slider-products .slider__nav {
    margin-top: 50px; }
/* ------------------------------------------------------------ *\
  Slider Reviews
\* ------------------------------------------------------------ */
.slider-reviews {
  max-width: 780px;
  margin: 0 auto 25px;
  padding: 16px 0;
  position: relative; }
.slider-reviews .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.slider-reviews .slider__slide {
    padding: 0 84px; }
@media (max-width: 767px) {
      .slider-reviews .slider__slide {
        padding: 0 50px; } }
@media (max-width: 480px) {
      .slider-reviews .slider__slide {
        padding: 0; } }
.slider-reviews .slick-arrow {
    border: none;
    background: none;
    font-size: 0;
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
    opacity: 0.25;
    border-radius: 50%;
    z-index: 10; }
.slider-reviews .slick-arrow:hover {
      opacity: 1; }
.slider-reviews .slick-arrow:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid; }
@media (max-width: 480px) {
      .slider-reviews .slick-arrow {
        display: none !important; } }
.slider-reviews .slick-prev {
    left: 0; }
.slider-reviews .slick-prev:before {
    border-width: 8px 18px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-left: -2px; }
.slider-reviews .slick-next {
    right: 0; }
.slider-reviews .slick-next:before {
    border-width: 8px 0 8px 18px;
    border-color: transparent transparent transparent #ffffff;
    margin-right: -2px; }
.slider-reviews .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    text-align: center;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0; }
.slider-reviews .slick-dots li {
    margin: 5px 7px; }
.slider-reviews .slick-dots button {
    border: none;
    background: none;
    font-size: 0;
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #000;
    border-radius: 50%; }
.slider-reviews .slick-dots button:hover {
    opacity: 1; }
.slider-reviews .slick-active button {
    width: 12px;
    height: 12px;
    opacity: 1; }
/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */
.slider .slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  width: 100%; }
.slider .slider__nav ul {
  margin: 0 7px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.5); }
@media (max-width: 767px) {
    .slider .slider__nav ul {
      max-width: 80%; } }
.slider .slider__nav li button {
  font-size: 0;
  border: none;
  display: block;
  background-color: transparent;
  height: 3px;
  width: 38px; }
@media (max-width: 767px) {
    .slider .slider__nav li button {
      width: 15px; } }
.slider .slider__nav .slick-active button {
  background-color: #c89a54; }
.slider .slider__nav--large .slider__nav-prev,
.slider .slider__nav--large .slider__nav-next {
  width: 30px;
  height: 30px;
  background-size: cover; }
@media (max-width: 767px) {
    .slider .slider__nav--large .slider__nav-prev,
    .slider .slider__nav--large .slider__nav-next {
      width: 20px;
      height: 20px; } }
.slider .slider__nav-prev,
.slider .slider__nav-next {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  margin: 0 7px;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.slider .slider__nav-prev {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background: transparent url("//www.giantmouse.com/cdn/shop/t/87/assets/ico-prev.svg?v=46213598550313716581754497973") center no-repeat; }
.slider .slider__nav-next {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
  background: transparent url("//www.giantmouse.com/cdn/shop/t/87/assets/ico-next.svg?v=168254348070381760351754497973") center no-repeat; }
/* ------------------------------------------------------------ *\
	Tab
\* ------------------------------------------------------------ */
.tab {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px 0; }
.tab a {
    text-decoration: none; }
.tab p {
    font-size: 13px;
    margin-bottom: 8px; }
.tab.is-current {
    position: relative;
    opacity: 1;
    pointer-events: auto; }
.tabs .tabs__nav {
    width: 50%; }
@media (max-width: 767px) {
      .tabs .tabs__nav {
        width: 100%; } }
.tabs .tabs__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.tabs .tabs__nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
.tabs .tabs__nav a {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    text-decoration: none;
    color: #201d1e;
    opacity: 0.4;
    border-bottom: 2px solid rgba(146, 84, 0, 0);
    padding: 9px 10px; }
@media (max-width: 767px) {
      .tabs .tabs__nav a {
        font-size: 14px; } }
.tabs .tabs__nav .is-current a {
    color: #925400;
    border-bottom-color: #925400;
    opacity: 1; }
.tabs .tabs__head {
    border-bottom: 1px solid rgba(200, 154, 84, 0.5); }
.tabs .tabs__title {
    width: 50%;
    margin: 0;
    color: #2b2e34;
    opacity: 0.8; }
@media (max-width: 767px) {
      .tabs .tabs__title {
        width: 100%; } }
.tabs .tabs__body {
    position: relative; }
.tab .tab__head {
    text-align: center;
    max-width: 660px;
    font-size: 10px;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    line-height: 18px; }
.tab .tab__title {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 8px; }
.tab .link-more {
    color: #386377;
    font-size: 16px;
    line-height: 41px;
    font-weight: 700;
    font-family: "Tinos", Times, "Times New Roman", serif; }
/* ------------------------------------------------------------ *\
  Table
\* ------------------------------------------------------------ */
/*  table--cart  */
.table--cart img {
  margin: 0; }
.table--cart tbody .table__image {
  height: 180px; }
@media (max-width: 767px) {
    .table--cart tbody .table__image {
      height: auto; } }
.table--cart .product__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.table--cart .product__qty .btn-qty {
  background-color: #526c39;
  color: #ffffff;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  position: relative; }
.table--cart .product__qty .ico-minus:before,
.table--cart .product__qty .ico-plus:before,
.table--cart .product__qty .ico-plus:after {
  background-color: #ffffff; }
.table--cart .product__qty .btn-qty.disabled {
  background-color: #96979b; }
.table--cart .product__qty input {
  width: 30px;
  border: none;
  padding: 0;
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 1.3px;
  color: inherit;
  font-weight: 700; }
/* ------------------------------------------------------------ *\
  Team Member
\* ------------------------------------------------------------ */
.team-member {
  padding: 24px 37px;
  width: 33.33%; }
@media (max-width: 1023px) {
    .team-member {
      width: 50%;
      padding: 24px; } }
@media (max-width: 767px) {
    .team-member {
      width: 100%;
      padding: 12px; } }
.team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1224px;
    margin: -24px auto; }
@media (max-width: 767px) {
      .team-members {
        margin: -12px auto; } }
.team-member p {
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-family: "Tinos", Times, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.62;
    opacity: 0.8; }
.team-member .team-member__image {
    padding-top: 100%;
    margin-bottom: 17px; }
.team-member .team-member__name {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.06px;
    margin-bottom: 5px; }
/* ------------------------------------------------------------ *\
  Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background-color: #ffffff;
  padding: 48px 33px;
  text-align: center; }
@media (max-width: 767px) {
    .testimonial {
      padding: 24px; } }
.testimonial .testimonial__content {
    font-size: 18px;
    line-height: 2;
    font-family: "Tinos", Times, "Times New Roman", serif; }
@media (max-width: 767px) {
      .testimonial .testimonial__content {
        font-size: 16px; } }
.testimonial .testimonial__author {
    color: #526c39;
    font-weight: 800;
    font-size: 12px;
    line-height: 2.08;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: -6px; }
/*  Pages  */
/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; }
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 100000;
  opacity: 1;    
}
.reveal .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}
