@charset "UTF-8";
/* Mixins*/
/**
 * Media queries
 * @include bp( $bp-name ) will apply styles 
 * from given breakpoint and up
 *
 * @include bp-down( $bp-name ) will apply styles
 * from 0 to given breakpoint (visibility classes uses this)
 */
/**
 * width-of
 * example: @include width-of($columns)
 */
/**
 * flex-of($coumns)
 */
/**
 * Visibility classes
 * from bootstrap v4
 * https://github.com/twbs/bootstrap/blob/v4-dev/scss/utilities/_visibility.scss
 * generated classes look like .hidden-small-up and .hidden-large-down
 */
@media (min-width: 0) {
  .hidden-xsmall-up {
    display: none !important; } }

@media (max-width: -1px) {
  .hidden-xsmall-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-small-up {
    display: none !important; } }

@media (max-width: 543px) {
  .hidden-small-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-medium-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-medium-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-large-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-large-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xlarge-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-xlarge-down {
    display: none !important; } }

@media (min-width: 1400px) {
  .hidden-xxlarge-up {
    display: none !important; } }

@media (max-width: 1399px) {
  .hidden-xxlarge-down {
    display: none !important; } }

@media (min-width: 1600px) {
  .hidden-xxxlarge-up {
    display: none !important; } }

@media (max-width: 1599px) {
  .hidden-xxxlarge-down {
    display: none !important; } }

@media (min-width: 1800px) {
  .hidden-xxxxlarge-up {
    display: none !important; } }

@media (max-width: 1799px) {
  .hidden-xxxxlarge-down {
    display: none !important; } }

/**
 *
 */
.plain-list, nav ul,
nav ol, .shipping ul, .woocommerce-error ul, .single-product ul.products,
.archive ul.products, .archive .taxanomy-filter, .archive .taxanomy-filter ul, .main-footer ul {
  list-style: none;
  padding-left: 0; }

.inline-list, .lang-nav ul, .main-header .main-menu ul, .main-content .post-categories, .single-product .woocommerce-tabs .tabs,
.archive .woocommerce-tabs .tabs, .woocommerce-pagination ul, .subnav ul {
  list-style: none;
  padding-left: 0; }
  .inline-list li, .lang-nav ul li, .main-header .main-menu ul li, .main-content .post-categories li, .single-product .woocommerce-tabs .tabs li,
  .archive .woocommerce-tabs .tabs li, .woocommerce-pagination ul li, .subnav ul li {
    display: inline-block; }

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #cccccc; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel-cell.carousel-cell {
  position: absolute;
  opacity: 0;
  transition: opacity .25s ease-in; }
  .carousel-cell.carousel-cell.is-selected {
    opacity: 1; }

/* lightgallery overrides */
.lg-backdrop.in {
  opacity: .8;
  background-color: #333; }

.lg-outer .lg-item {
  background-size: 32px; }

.home .lg {
  background-color: #000; }
.home .lg-outer .lg-item {
  background-image: url("../js/vendor/lightgallery/img/loading-inverted.gif"); }
  .home .lg-outer .lg-item.lg-complete {
    background-image: none; }

.lg-toolbar {
  background: transparent; }

.lg-icon {
  color: #efefef !important; }
  .lg-icon:hover {
    color: #111 !important; }

.lg-outer .lg-img-wrap {
  padding: 20px; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: transparent;
  color: #505050; }
  .lg-actions .lg-next:hover,
  .lg-actions .lg-prev:hover {
    color: #cccccc; }

@media (min-width: 992px) {
  .lg-outer {
    padding: 40px;
    box-sizing: border-box; } }
html {
  color: #505050; }

body {
  margin: 0;
  background-color: #f3f3f3; }

iframe {
  max-width: 100%; }

.hd-video-embed {
  position: relative;
  overflow: hidden; }
  .hd-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hd-video-embed:after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    /* 16:9 propotioner*/ }

/* Images*/
img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

a img {
  border: none; }

.overlay {
  position: relative; }
  .overlay:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* transparentize($sea, .50)*/ }
  .overlay.overlay-sea:before {
    background-color: rgba(109, 121, 118, 0.5); }

.ratio-1x1,
.ratio-25x20,
.ratio-25x10 {
  position: relative;
  overflow: hidden; }
  .ratio-1x1:after,
  .ratio-25x20:after,
  .ratio-25x10:after {
    content: '';
    display: block; }

.ratio-1x1:after {
  padding-bottom: 100%; }

.ratio-25x20:after {
  padding-bottom: 80%; }

.ratio-25x10:after {
  padding-bottom: 40%; }

.fit-text {
  opacity: 1;
  transition: opacity .25s linear; }
  .fit-text.loading {
    opacity: 0; }

/* Links*/
a,
.link {
  color: inherit; }
  a:hover,
  .link:hover {
    color: inherit;
    text-decoration: none; }

a.block-link {
  color: inherit;
  display: block;
  text-decoration: none; }

.link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #505050;
  padding-bottom: .2em; }
  .link.link-invert {
    border-color: white; }

nav a,
.product a {
  color: inherit;
  text-decoration: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: none;
  position: relative; }
  del:before {
    content: '';
    width: 100%;
    top: 60%;
    left: 0;
    height: 1px;
    position: absolute;
    display: block;
    background-color: #505050; }

/* Lists*/
/* Nested list*/
ul ul {
  padding-left: 1.75em;
  margin-bottom: 0.4375em; }

/* Forms*/
button,
input[type="submit"],
input[type="button"],
.button {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0.25rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 0;
  background: #505050;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  height: 3rem;
  display: inline-block;
  text-align: center;
  text-decoration: none; }
  button.button-light,
  input[type="submit"].button-light,
  input[type="button"].button-light,
  .button.button-light {
    background-color: transparent;
    border-color: white; }
  button.inverted,
  input[type="submit"].inverted,
  input[type="button"].inverted,
  .button.inverted {
    color: white;
    border-color: white; }
  button:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  .button:focus {
    outline: none; }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  .button:hover {
    border-color: #505050;
    background-color: white;
    color: #505050; }
    button:hover.button-light,
    input[type="submit"]:hover.button-light,
    input[type="button"]:hover.button-light,
    .button:hover.button-light {
      background-color: white;
      color: #505050;
      border-color: white; }
  button.disabled,
  input[type="submit"].disabled,
  input[type="button"].disabled,
  .button.disabled {
    background-color: #cccccc;
    cursor: not-allowed; }
    button.disabled:hover,
    input[type="submit"].disabled:hover,
    input[type="button"].disabled:hover,
    .button.disabled:hover {
      border-color: transparent;
      color: white; }

.inverted-button {
  background-color: transparent;
  border-color: white; }
  .inverted-button:hover {
    border-color: transparent;
    background-color: white;
    color: #505050; }

.reset-button, .woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  height: auto;
  display: inline;
  text-align: left; }

input[type="search"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"] {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  border: none;
  padding: .5em 1em;
  border: 2px solid transparent;
  box-sizing: border-box;
  height: 3rem;
  border-radius: 0; }
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus {
    border-color: #505050;
    outline: none; }

input[type="number"] {
  width: 5em; }

select {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border: 2px solid #cccccc;
  background-color: transparent;
  border-radius: 0;
  padding: 0.4375em 36px 0.4375em 0.4375em;
  margin-bottom: 1.75rem; }
  select:focus {
    outline: none; }

.select-wrapper {
  position: relative;
  /* arrow to expand*/
  /* no arrow in ie*/ }
  .select-wrapper:after {
    content: '';
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border: 4px solid #505050;
    height: 0;
    width: 0;
    border-color: #505050 transparent transparent transparent; }
  .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-wrapper select::-ms-expand {
    display: none; }

/* Tables*/
table {
  /* always full width*/
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-bottom: 1.75rem;
  /* no table head on mobile*/
  /* on mobile display td as row*/
  /* use tr to give space between rows*/ }
  table thead {
    display: none; }
  table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.4375rem; }
    table td[data-title] {
      padding-left: 7em;
      position: relative; }
      table td[data-title]:before {
        content: attr(data-title);
        display: block;
        width: 7em;
        position: absolute;
        left: 0;
        padding-right: 20px;
        height: 100%; }
  table tr {
    border-bottom: 1px solid #cccccc;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    display: block; }
  table thead {
    display: none; }
  table th {
    text-align: left;
    display: none; }
  @media (min-width: 768px) {
    table td,
    table th {
      display: table-cell;
      border-bottom: 1px solid #cccccc;
      width: auto; }
      table td[data-title],
      table th[data-title] {
        padding-left: 0; }
        table td[data-title]:before,
        table th[data-title]:before {
          display: none; }
    table tr {
      display: table-row; }
    table thead {
      display: table-header-group; } }

/* Base font decalration*/
html {
  font: 14px/1.75 "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'onum';
  text-rendering: optimizeLegibility; }
  @media (min-width: 544px) {
    html {
      font-size: 15px; } }
  @media (min-width: 768px) {
    html {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 16px; } }

/* Verical margins*/
p,
dl,
ul,
ol,
h1,
blockquote,
.h1,
h2,
.h2,
h3,
.h3,
.cart-collaterals h2,
.single-product .product_title,
.archive .product_title,
.single-product .woocommerce-tabs .panel h2,
.archive .woocommerce-tabs .panel h2,
h4,
.h4,
.lang-nav,
.product .onsale,
.product .new-product-flash,
h5,
.h5,
.mobile-menu-fixer .main-menu-mobile > ul > li > a {
  margin-top: 0; }

p,
dl,
ul,
blockquote,
ol {
  margin-bottom: 1.75em; }
  p:last-child,
  dl:last-child,
  ul:last-child,
  blockquote:last-child,
  ol:last-child {
    margin-bottom: 0; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
.cart-collaterals h2,
.single-product .product_title,
.archive .product_title,
.single-product .woocommerce-tabs .panel h2,
.archive .woocommerce-tabs .panel h2,
h4,
.h4,
.lang-nav,
.product .onsale,
.product .new-product-flash,
h5,
.h5,
.mobile-menu-fixer .main-menu-mobile > ul > li > a {
  margin-bottom: 0.4375em; }

h1,
.h1 {
  font-weight: 700;
  line-height: 1.1666;
  /* 48/56*/
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 2em;
  /* 3*16=48*/ }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 3em; } }

h2,
.h2 {
  letter-spacing: 0.015em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1666;
  text-transform: none; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 3em; } }

h3,
.h3,
.cart-collaterals h2,
.single-product .product_title,
.archive .product_title,
.single-product .woocommerce-tabs .panel h2,
.archive .woocommerce-tabs .panel h2 {
  font-size: 1.2em;
  text-transform: none;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0; }
  @media (min-width: 992px) {
    h3,
    .h3,
    .cart-collaterals h2,
    .single-product .product_title,
    .archive .product_title,
    .single-product .woocommerce-tabs .panel h2,
    .archive .woocommerce-tabs .panel h2 {
      font-size: 1.625em; } }

h4,
.h4,
.lang-nav,
.product .onsale,
.product .new-product-flash {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-weight: 700; }

h5,
.h5,
.mobile-menu-fixer .main-menu-mobile > ul > li > a,
._button,
button,
input[type="submit"],
input[type="button"],
.button,
.woocommerce-message .button,
.widgettitle,
.link {
  font-size: .875rem;
  /*14*/
  line-height: 2.45;
  /* Ôëê32*/
  font-weight: 700;
  letter-spacing: .125em;
  word-spacing: .1em;
  text-transform: uppercase; }
  h5 .thin,
  .h5 .thin,
  .mobile-menu-fixer .main-menu-mobile > ul > li > a .thin,
  ._button .thin,
  button .thin,
  input[type="submit"] .thin,
  input[type="button"] .thin,
  .button .thin,
  .widgettitle .thin,
  .link .thin {
    font-weight: 400; }

.smallish {
  font-size: .875em;
  /* 14*/
  letter-spacing: .025em;
  line-height: 2; }

.mediumish, .price, .single-product .summary .af-quantity, .single-product #tab-description .af-quantity {
  font-size: 1rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .mediumish, .price, .single-product .summary .af-quantity, .single-product #tab-description .af-quantity {
      font-size: 1.1rem; } }
  @media (min-width: 992px) {
    .mediumish, .price, .single-product .summary .af-quantity, .single-product #tab-description .af-quantity {
      font-size: 1.25rem; } }

.bigger, .product h3, .single-product .related h2, .single-product .upsells h2,
.archive .related h2,
.archive .upsells h2 {
  font-size: 1.1rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .bigger, .product h3, .single-product .related h2, .single-product .upsells h2,
    .archive .related h2,
    .archive .upsells h2 {
      font-size: 1.2rem; } }
  @media (min-width: 992px) {
    .bigger, .product h3, .single-product .related h2, .single-product .upsells h2,
    .archive .related h2,
    .archive .upsells h2 {
      font-size: 1.5rem; } }

.mobile-menu-footer p {
  line-height: 1.35; }

.price {
  letter-spacing: 0.010em; }

.p, .reset-button, .woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.regular-price,
.single-product .price del,
.archive .price del {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400; }

.main-menu,
.subnav {
  font-size: 1.125em;
  /* 18*/
  letter-spacing: .075em; }

em,
.em,
.single-product .out-of-stock {
  font-style: italic; }

strong,
.strong,
table td[data-title]:before,
table th,
.flexible-content-item header .amount,
.flexible-content-item footer .amount {
  font-weight: 700; }

blockquote {
  font-style: italic;
  font-weight: 200;
  font-size: 1.333em;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-bottom: 1.75rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 2em; } }

.preamble {
  font-size: 1.25em;
  margin-bottom: 1.75rem; }

body {
  overflow-x: hidden; }

/* .wrap will center  content and give it som horizontal space*/
.wrap {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media (min-width: 768px) {
    .wrap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .wrap {
      padding-right: 40px;
      padding-left: 40px; } }

/**
 * Grid
 * Uses a fully flexible grid with 12 columns. Elements uses SASS @extend to
 * get grid classes. Hence no need for sm-*,md-*lg-* -classes.
 * The .row class can be applied directly in the DOM because I generally need
 * an extra element.
 */
.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .row:after {
    clear: both; }

.flex-row, .single-product ul.products,
.archive ul.products {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

/*Will become full width on xsmall*/
/* (when page padding apply)*/
.bleed-row {
  margin-left: -25px;
  margin-right: -25px; }
  .bleed-row:before, .bleed-row:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .bleed-row:after {
    clear: both; }
  @media (min-width: 544px) {
    .bleed-row {
      margin-left: -10px;
      margin-right: -10px; } }

.bleed-flex-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px; }
  @media (min-width: 544px) {
    .bleed-flex-row {
      margin-left: -10px;
      margin-right: -10px; } }

.col-1,
.col-2,
.main-footer .footer-widget-row > ul > li,
.col-3,
.col-4,
.col-5,
.col-6,
.fci-four-columns .fci-four-columns-item,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.single-product .woocommerce-breadcrumb,
.single-product .page-description,
.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error,
.single-product .woocommerce-ordering,
.single-product .woocommerce-extra-content,
.single-product .shop-sidebar,
.single-product .featured-products,
.single-product .main-content > .products-wrapper,
.single-product .woocommerce-pagination,
.archive .woocommerce-breadcrumb,
.archive .page-description,
.archive .woocommerce-message,
.archive .woocommerce-info,
.archive .woocommerce-error,
.archive .woocommerce-ordering,
.archive .woocommerce-extra-content,
.archive .shop-sidebar,
.archive .featured-products,
.archive .main-content > .products-wrapper,
.archive .woocommerce-pagination,
.single-product .main-content > .product,
.fci-four-columns .headline,
.col-13,
.col-14,
.col-15,
.col-16 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  min-height: 1px; }

/* All the 'col-*' classes*/
.col-1 {
  width: 8.3333333333%; }

.col-2, .main-footer .footer-widget-row > ul > li {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6, .fci-four-columns .fci-four-columns-item {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12, .single-product .woocommerce-breadcrumb,
.single-product .page-description,
.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error,
.single-product .woocommerce-ordering,
.single-product .woocommerce-extra-content,
.single-product .shop-sidebar,
.single-product .featured-products,
.single-product .main-content > .products-wrapper,
.single-product .woocommerce-pagination,
.archive .woocommerce-breadcrumb,
.archive .page-description,
.archive .woocommerce-message,
.archive .woocommerce-info,
.archive .woocommerce-error,
.archive .woocommerce-ordering,
.archive .woocommerce-extra-content,
.archive .shop-sidebar,
.archive .featured-products,
.archive .main-content > .products-wrapper,
.archive .woocommerce-pagination, .single-product .main-content > .product, .fci-four-columns .headline {
  width: 100%; }

.flex-col-1,
.flex-col-2,
.flex-col-3,
.flex-col-4,
.flex-col-5,
.flex-col-6,
.single-product ul.products .product,
.archive ul.products .product,
.fci-round-images .fci-round-image-item,
.flex-col-7,
.flex-col-8,
.flex-col-9,
.flex-col-10,
.flex-col-11,
.flex-col-12,
.flex-col-13,
.flex-col-14,
.flex-col-15,
.flex-col-16 {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

/* And flexbox cols*/
.flex-col-1 {
  width: 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.flex-col-2 {
  width: 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.flex-col-3 {
  width: 25%;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%; }

.flex-col-4 {
  width: 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.flex-col-5 {
  width: 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.flex-col-6, .single-product ul.products .product,
.archive ul.products .product, .fci-round-images .fci-round-image-item {
  width: 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%; }

.flex-col-7 {
  width: 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.flex-col-8 {
  width: 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.flex-col-9 {
  width: 75%;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%; }

.flex-col-10 {
  width: 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.flex-col-11 {
  width: 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.flex-col-12 {
  width: 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

.top-header {
  border-bottom: 1px solid #f3f3f3;
  padding: 0 40px;
  /* first visible on medium*/
  color: #cccccc;
  background-color: white;
  display: none;
  height: 3.5em;
  transition: height .25s ease-out;
  position: relative;
  overflow: hidden; }
  .top-header:before, .top-header:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .top-header:after {
    clear: both; }
  .top-header .mini-cart {
    height: 100%; }
  .top-header .top-header-widget {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
    color: #505050; }
  .top-header nav:before, .top-header nav:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .top-header nav:after {
    clear: both; }
  .top-header .current,
  .top-header a:hover {
    color: #505050; }
  .top-header nav a,
  .top-header h4 {
    padding: 0.875em 0;
    display: inline-block;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .top-header {
      display: block; } }
  @media (min-width: 992px) {
    .top-header {
      padding-right: 60px;
      padding-left: 60px; }
      .top-header .top-header-widget {
        left: 60px; } }

.headroom--unpinned .top-header {
  height: 0; }

.mini-cart {
  border-left: 1px solid #f3f3f3;
  padding-left: 40px;
  margin-left: 20px;
  float: right; }
  .mini-cart .mini-cart-count {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    color: white;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    z-index: 100; }
    .mini-cart .mini-cart-count:before {
      content: '';
      width: 26px;
      height: 26px;
      border-radius: 50%;
      position: absolute;
      top: 20%;
      left: 0;
      background-color: #505050;
      z-index: -1; }

.mobile-menu-fixer .mini-cart {
  background-color: #f3f3f3;
  color: #505050;
  border-left: none;
  margin-left: 0;
  float: none;
  padding: 0.875rem 20px; }
  .mobile-menu-fixer .mini-cart h5 {
    margin-bottom: 0; }
  .mobile-menu-fixer .mini-cart .mini-cart-count {
    z-index: 1; }
    .mobile-menu-fixer .mini-cart .mini-cart-count:before {
      background-color: #505050;
      z-index: -1;
      color: white;
      top: 10%; }

.pagination {
  background-color: #cccccc;
  text-align: center;
  border-bottom: 2px solid #474745; }
  .pagination:before, .pagination:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .pagination:after {
    clear: both; }
  .pagination > * {
    padding-top: 0.875em;
    padding-bottom: 0.875em;
    display: inline-block; }
  .pagination a {
    background-color: #505050;
    color: white; }
  .pagination .next:hover,
  .pagination .prev:hover {
    background-color: #a9a9a9;
    color: #505050;
    text-decoration: underline; }
  .pagination .page-numbers {
    display: none; }
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
      display: block; }
  .pagination .prev {
    float: right;
    border-left: 2px solid #474745;
    padding-left: 20px;
    padding-right: 20px; }
  .pagination .next {
    float: left;
    border-right: 2px solid #474745;
    padding-right: 20px;
    padding-left: 20px; }

@media (min-width: 992px) {
  .checkout-wrapper {
    width: 66.6666666667%;
    margin-left: auto;
    margin-right: auto; } }

.shipping ul {
  margin-bottom: 0.4375rem; }

.woocommerce-shipping-calculator {
  display: none; }
  @media (min-width: 992px) {
    .woocommerce-shipping-calculator {
      display: block; } }

.cart-collaterals .wc-proceed-to-checkout .button {
  width: 100%; }
@media (min-width: 992px) {
  .cart-collaterals td {
    width: 70%; } }

.shop_table .tax_label {
  display: block; }

form.woocommerce-checkout .col2-set, .woocommerce-customer-details .col2-set {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  form.woocommerce-checkout .col2-set .col-1, form.woocommerce-checkout .col2-set .col-2, form.woocommerce-checkout .col2-set .main-footer .footer-widget-row > ul > li, .main-footer form.woocommerce-checkout .col2-set .footer-widget-row > ul > li, .woocommerce-customer-details .col2-set .col-1, .woocommerce-customer-details .col2-set .col-2, .woocommerce-customer-details .col2-set .main-footer .footer-widget-row > ul > li, .main-footer .woocommerce-customer-details .col2-set .footer-widget-row > ul > li {
    width: 100%;
    float: none;
    margin: 10px -10px; }
    form.woocommerce-checkout .col2-set .col-1 address, form.woocommerce-checkout .col2-set .col-2 address, form.woocommerce-checkout .col2-set .main-footer .footer-widget-row > ul > li address, .main-footer form.woocommerce-checkout .col2-set .footer-widget-row > ul > li address, .woocommerce-customer-details .col2-set .col-1 address, .woocommerce-customer-details .col2-set .col-2 address, .woocommerce-customer-details .col2-set .main-footer .footer-widget-row > ul > li address, .main-footer .woocommerce-customer-details .col2-set .footer-widget-row > ul > li address {
      text-align: center; }
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(50% - 24px); }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.extra-wide, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row.extra-wide, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row.extra-wide, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row.extra-wide {
      width: 100%; }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row label {
      display: block; }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row input, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row input {
      width: 100%;
      border-bottom: 2px solid #ccc; }
      form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input[data-valid="false"], form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input[data-valid="false"], .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row input[data-valid="false"], .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row input[data-valid="false"] {
        border-bottom: 2px solid red; }
      form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row input[data-valid="true"], form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row input[data-valid="true"], .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row input[data-valid="true"], .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row input[data-valid="true"] {
        border-bottom: 2px solid green; }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row strong, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row strong, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row strong, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row strong {
      display: block;
      padding: .5em 1em;
      background-color: #fff;
      cursor: not-allowed; }
    form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .required, form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .clear, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .required, form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .clear, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row .required, .woocommerce-customer-details .woocommerce-billing-fields__field-wrapper .form-row .clear, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row .required, .woocommerce-customer-details .woocommerce-shipping-fields__field-wrapper .form-row .clear {
      display: none; }
form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row, .woocommerce-customer-details .woocommerce-terms-and-conditions-wrapper .form-row {
  padding: 15px 0; }
  form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-form__label, .woocommerce-customer-details .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-form__label {
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc; }
  form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row.focus .woocommerce-form__label, .woocommerce-customer-details .woocommerce-terms-and-conditions-wrapper .form-row.focus .woocommerce-form__label {
    border-bottom: 2px solid red; }
  form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-validated .woocommerce-form__label, .woocommerce-customer-details .woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-validated .woocommerce-form__label {
    border-bottom: 2px solid green; }
form.woocommerce-checkout #extra-validation, .woocommerce-customer-details #extra-validation {
  margin-top: 15px; }
form.woocommerce-checkout .wc_payment_methods, .woocommerce-customer-details .wc_payment_methods {
  list-style: none;
  padding-left: 0; }
  form.woocommerce-checkout .wc_payment_methods .payment_method_cod label, .woocommerce-customer-details .wc_payment_methods .payment_method_cod label {
    font-size: 1.2rem;
    font-weight: bold; }

.shop_table_responsive.cart td {
  padding-top: 0;
  padding-bottom: 0; }
.shop_table_responsive.cart .quantity.quantity {
  width: auto;
  float: none;
  margin-right: 0; }
  .shop_table_responsive.cart .quantity.quantity input[type="number"] {
    /*width: auto;*/ }
.shop_table_responsive.cart .product-thumbnail a,
.shop_table_responsive.cart .product-thumbnail img {
  display: block; }
.shop_table_responsive.cart .product-remove {
  text-align: right; }
.shop_table_responsive.cart .product-remove {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -1.75rem;
  position: relative;
  z-index: 100; }
  .shop_table_responsive.cart .product-remove a {
    font-size: 2rem;
    font-weight: 700;
    height: .5em;
    line-height: .5em;
    overflow: hidden;
    display: inline-block; }
.shop_table_responsive.cart .actions input {
  width: 100%; }
.shop_table_responsive.cart .actions .coupon {
  margin-bottom: 1.75rem; }
  .shop_table_responsive.cart .actions .coupon label[for="coupon_code"] {
    display: none; }
  .shop_table_responsive.cart .actions .coupon input:focus + .button:hover {
    border-top-width: 0; }
.shop_table_responsive.cart .variation dd,
.shop_table_responsive.cart .variation dt {
  display: inline;
  padding-right: .1em;
  margin-left: 0; }
  .shop_table_responsive.cart .variation dd *,
  .shop_table_responsive.cart .variation dt * {
    display: inline; }
@media (min-width: 768px) {
  .shop_table_responsive.cart td {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem; }
  .shop_table_responsive.cart .product-thumbnail {
    display: table-cell; }
  .shop_table_responsive.cart .product-remove {
    text-align: left;
    margin-bottom: 0; }
  .shop_table_responsive.cart .product-name,
  .shop_table_responsive.cart .product-price,
  .shop_table_responsive.cart .product-quantity,
  .shop_table_responsive.cart .product-subtotal {
    width: 15%; }
  .shop_table_responsive.cart .product-name {
    width: 25%; }
  .shop_table_responsive.cart .product-subtotal {
    text-align: right; }
  .shop_table_responsive.cart .actions {
    border-bottom: none;
    padding-top: 1.75rem;
    padding-left: 0;
    padding-right: 0; }
    .shop_table_responsive.cart .actions input {
      width: auto; }
    .shop_table_responsive.cart .actions input[name="update_cart"] {
      float: right; }
    .shop_table_responsive.cart .actions .coupon:before, .shop_table_responsive.cart .actions .coupon:after {
      content: " ";
      /* 1*/
      display: table;
      /* 2*/ }
    .shop_table_responsive.cart .actions .coupon:after {
      clear: both; }
    .shop_table_responsive.cart .actions .coupon input,
    .shop_table_responsive.cart .actions .coupon .button {
      float: left;
      width: 50%; }
    .shop_table_responsive.cart .actions .coupon .button {
      margin-left: 5%;
      width: 45%; }
    .shop_table_responsive.cart .actions .coupon input:focus + .button:hover {
      border-top-width: 2px; } }

/**
 * To toggle visibility of ul's inside of li
 * .toggle-expand(li) .toggle-expand-button(clickable elem in li)
 */
.toggle-expand-button {
  /* element located inside li tag*/
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.7rem 0.875em;
  text-align: right;
  cursor: pointer;
  display: none;
  /* hide unless elem has ul's all visible btns will be clickable*/
  transition: .15s transform .25s ease-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-size: 1.25em;
  line-height: 1;
  border-color: #cccccc;
  border-left: 1px solid #cccccc; }
  .toggle-expand-button:focus {
    outline: none; }
  .toggle-expand-button.inverted {
    border-color: #474745; }
  .toggle-expand-button.toggle-active {
    border: none; }

/* Expand button in nested navigation*/
.toggle-active ul .toggle-expand-button {
  border-color: #cccccc; }
  .toggle-active ul .toggle-expand-button.inverted {
    border-color: #474745; }

/* class on li*/
.toggle-expand,
.taxanomy-filter > li,
.main-menu-mobile .menu-item-has-children {
  position: relative;
  /* hide all ul's*/
  /* mobile menu nested nested menu items*/
  /* display button only if elem has children*/ }
  .toggle-expand ul,
  .taxanomy-filter > li ul,
  .main-menu-mobile .menu-item-has-children ul {
    display: none; }
  .toggle-expand .menu-item-has-children,
  .taxanomy-filter > li .menu-item-has-children,
  .main-menu-mobile .menu-item-has-children .menu-item-has-children {
    border-top: 1px solid #474745;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem; }
  .toggle-expand .last-with-children,
  .taxanomy-filter > li .last-with-children,
  .main-menu-mobile .menu-item-has-children .last-with-children {
    border-bottom: 1px solid #474745; }
  .toggle-expand.menu-item-has-children > .toggle-expand-button,
  .toggle-expand .children + .toggle-expand-button,
  .taxanomy-filter > li.menu-item-has-children > .toggle-expand-button,
  .taxanomy-filter > li .children + .toggle-expand-button,
  .main-menu-mobile .menu-item-has-children.menu-item-has-children > .toggle-expand-button,
  .main-menu-mobile .menu-item-has-children .children + .toggle-expand-button {
    display: block; }
  .toggle-expand.toggle-active > ul,
  .taxanomy-filter > li.toggle-active > ul,
  .main-menu-mobile .menu-item-has-children.toggle-active > ul {
    display: block; }

.lang-nav {
  margin-bottom: 0;
  float: right; }
  .lang-nav ul {
    float: right; }
    .lang-nav ul li {
      padding-left: 10px; }

.main-header {
  position: relative;
  background-color: white;
  z-index: 1000;
  /* above mobile menu block*/ }
  .main-header:before, .main-header:after {
    content: " ";
    /* 1*/
    display: table;
    /* 2*/ }
  .main-header:after {
    clear: both; }
  .main-header .custom-logo-link {
    width: 100px;
    float: left;
    padding: 20px 20px 23px 20px;
    max-width: 50%;
    transition: all .25s ease-out; }
    .main-header .custom-logo-link img {
      width: auto;
      display: block; }
  .main-header .nav-toggle {
    padding: 1.75rem 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .main-header .nav-toggle span {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: all .25s ease-out;
      display: block;
      width: 23px;
      height: 3px;
      background-color: #505050;
      margin: 2px 0; }
      .main-header .nav-toggle span:nth-child(3) {
        margin-top: -5px; }
    .main-header .nav-toggle.active span {
      transition: all .25s ease-in; }
      .main-header .nav-toggle.active span:first-child, .main-header .nav-toggle.active span:last-child {
        opacity: 0;
        border-radius: 3px;
        width: 10px;
        -webkit-transform: scale(0) translateX(10px);
        transform: scale(0) translateX(10px); }
    .main-header .nav-toggle.active span + span {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .main-header .nav-toggle.active span + span + span {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    @media (min-width: 768px) {
      .main-header .nav-toggle {
        display: none; } }
  .main-header .main-menu {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    .main-header .main-menu li {
      padding-left: 1.75rem; }
    .main-header .main-menu a {
      display: inline-block; }
    .main-header .main-menu .current-menu-item {
      font-weight: 700; }
    .main-header .main-menu .current-menu-item a,
    .main-header .main-menu a:hover {
      position: relative; }
      .main-header .main-menu .current-menu-item a:after,
      .main-header .main-menu a:hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 2px;
        background-color: #505050;
        width: 100%; }
  @media (min-width: 768px) {
    .main-header .custom-logo-link {
      width: 160px;
      padding: 24px 40px 35px 40px; }
    .main-header .main-menu {
      display: block; } }
  @media (min-width: 992px) {
    .main-header .custom-logo-link {
      padding: 24px 60px 35px 60px; }
    .main-header .main-menu {
      right: 60px; }
      .main-header .main-menu li {
        padding-left: 2.625rem; } }

.headers-wrapper-spacer {
  display: none;
  height: 160px;
  /* visible before js load*/ }

.headers-wrapper.headroom--not-top {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .headers-wrapper.sticky {
    z-index: 100;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }

  .headers-wrapper-spacer {
    display: block;
    transition: all .25s ease-out; }

  .headroom--unpinned .custom-logo-link {
    width: 100px;
    padding: 18px 60px 20px 60px; } }
/**
 * Main content
 */
.main-content {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  /* when footer visible*/ }
  .main-content .woocommerce h2, .main-content .woocommerce .login-info {
    text-align: center; }
  .main-content > .flex-row, .single-product .main-content > ul.products,
  .archive .main-content > ul.products {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .main-content .page-thumbnail,
  .main-content .the-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
  .main-content .archive-title {
    margin-bottom: 1.75rem; }
  .main-content .post-categories {
    margin-top: 1.75rem; }
  .main-content .the-content .inner {
    padding: 0 20px 3.5rem 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 3.5rem; }
  .main-content .flex-row + .flex-row .the-content .inner, .main-content .single-product ul.products + .flex-row .the-content .inner, .single-product .main-content ul.products + .flex-row .the-content .inner,
  .main-content .archive ul.products + .flex-row .the-content .inner,
  .archive .main-content ul.products + .flex-row .the-content .inner, .main-content .single-product .flex-row + ul.products .the-content .inner, .single-product .main-content .flex-row + ul.products .the-content .inner, .main-content .single-product ul.products + ul.products .the-content .inner, .single-product .main-content ul.products + ul.products .the-content .inner,
  .main-content .archive .flex-row + ul.products .the-content .inner,
  .archive .main-content .flex-row + ul.products .the-content .inner,
  .main-content .archive ul.products + ul.products .the-content .inner,
  .archive .main-content ul.products + ul.products .the-content .inner {
    border-top: none; }
  .main-content .page-thumbnail {
    margin-bottom: 3.5rem; }
  .main-content .notfound img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  @media (min-width: 992px) {
    .main-content {
      padding-top: 5.25em;
      padding-bottom: 5.25em;
      /* when footer visible*/
      /* increase gutter*/ }
      .main-content > .flex-row, .single-product .main-content > ul.products,
      .archive .main-content > ul.products {
        margin-left: -40px;
        margin-right: -40px;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row; }
      .main-content .page-thumbnail,
      .main-content .the-content {
        padding-left: 40px;
        padding-right: 40px; }
      .main-content .page-thumbnail {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0; }
      .main-content .the-content {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        max-width: 100%;
        flex-grow: 1; }
        .main-content .the-content div.inner {
          padding: 5.25rem 0;
          border-top: 1px solid #cccccc;
          height: 100%;
          box-sizing: border-box;
          margin-bottom: 0; }
        .main-content .the-content .woocommerce-error .inner {
          padding: 20px;
          text-align: center; } }
  .main-content .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ddd; }
    .main-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
      display: inline-block;
      padding: 10px;
      transition: 0.2s; }
      .main-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a.is-active {
        background-color: #ccc; }
      .main-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
        background-color: #bbb; }
  .main-content .woocommerce-MyAccount-content {
    text-align: center;
    padding-top: 15px; }
    .main-content .woocommerce-MyAccount-content .woocommerce-notices-wrapper .inner {
      padding: 1.25em 0; }
    .main-content .woocommerce-MyAccount-content .addresses .woocommerce-Address {
      width: auto;
      float: none;
      display: inline-block;
      padding: 0 35px; }
  .main-content .woocommerce-address-fields__field-wrapper, .main-content .woocommerce-EditAccountForm, .main-content .woocommerce-form-login {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .main-content .woocommerce-address-fields__field-wrapper .form-row, .main-content .woocommerce-EditAccountForm .form-row, .main-content .woocommerce-form-login .form-row {
      width: calc(50% - 24px);
      min-width: 300px;
      padding: 10px;
      margin: 0px auto 10px auto;
      display: inline-block;
      flex-grow: 100; }
      .main-content .woocommerce-address-fields__field-wrapper .form-row.woocommerce-form-row--wide, .main-content .woocommerce-EditAccountForm .form-row.woocommerce-form-row--wide, .main-content .woocommerce-form-login .form-row.woocommerce-form-row--wide {
        width: 70%; }
      .main-content .woocommerce-address-fields__field-wrapper .form-row label, .main-content .woocommerce-EditAccountForm .form-row label, .main-content .woocommerce-form-login .form-row label {
        display: block; }
      .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper, .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-Input, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-Input, .main-content .woocommerce-form-login .form-row .woocommerce-input-wrapper, .main-content .woocommerce-form-login .form-row .woocommerce-Input {
        width: 100%;
        display: block; }
        .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-Input input, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper input, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-Input input, .main-content .woocommerce-form-login .form-row .woocommerce-input-wrapper input, .main-content .woocommerce-form-login .form-row .woocommerce-Input input {
          width: 100%; }
        .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper strong, .main-content .woocommerce-address-fields__field-wrapper .form-row .woocommerce-Input strong, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-input-wrapper strong, .main-content .woocommerce-EditAccountForm .form-row .woocommerce-Input strong, .main-content .woocommerce-form-login .form-row .woocommerce-input-wrapper strong, .main-content .woocommerce-form-login .form-row .woocommerce-Input strong {
          display: block;
          padding: .5em 1em;
          background-color: #fff;
          cursor: not-allowed; }
      .main-content .woocommerce-address-fields__field-wrapper .form-row em, .main-content .woocommerce-EditAccountForm .form-row em, .main-content .woocommerce-form-login .form-row em {
        display: inline-block;
        width: 70%; }
      .main-content .woocommerce-address-fields__field-wrapper .form-row .required, .main-content .woocommerce-address-fields__field-wrapper .form-row .clear, .main-content .woocommerce-EditAccountForm .form-row .required, .main-content .woocommerce-EditAccountForm .form-row .clear, .main-content .woocommerce-form-login .form-row .required, .main-content .woocommerce-form-login .form-row .clear {
        display: none; }
    .main-content .woocommerce-address-fields__field-wrapper p, .main-content .woocommerce-EditAccountForm p, .main-content .woocommerce-form-login p {
      width: 100%; }
    .main-content .woocommerce-address-fields__field-wrapper .woocommerce-LostPassword, .main-content .woocommerce-EditAccountForm .woocommerce-LostPassword, .main-content .woocommerce-form-login .woocommerce-LostPassword {
      width: 100%;
      text-align: center; }
    .main-content .woocommerce-address-fields__field-wrapper .woocommerce-form-login__rememberme, .main-content .woocommerce-EditAccountForm .woocommerce-form-login__rememberme, .main-content .woocommerce-form-login .woocommerce-form-login__rememberme {
      text-align: center; }
    .main-content .woocommerce-address-fields__field-wrapper .woocommerce-Button, .main-content .woocommerce-EditAccountForm .woocommerce-Button, .main-content .woocommerce-form-login .woocommerce-Button {
      margin-top: 20px; }
    .main-content .woocommerce-address-fields__field-wrapper .woocommerce-form-login__submit, .main-content .woocommerce-EditAccountForm .woocommerce-form-login__submit, .main-content .woocommerce-form-login .woocommerce-form-login__submit {
      margin: auto;
      display: block; }

.screen-reader-text {
  display: none; }

.shop-sidebar {
  display: none;
  /* lets use the mobile nav for categories on small screens*/
  /* buy btn in desc on mobile*/ }
  .shop-sidebar .woocommerce-product-search {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #cccccc; }
    .shop-sidebar .woocommerce-product-search:before, .shop-sidebar .woocommerce-product-search:after {
      content: " ";
      /* 1*/
      display: table;
      /* 2*/ }
    .shop-sidebar .woocommerce-product-search:after {
      clear: both; }
  @media (min-width: 992px) {
    .shop-sidebar {
      display: block; }
      .shop-sidebar .woocommerce-product-search input[type="submit"],
      .shop-sidebar .woocommerce-product-search .search-field {
        display: block;
        width: 100%; }
      .shop-sidebar .woocommerce-product-search .search-field {
        margin-bottom: 0.875rem; }
      .shop-sidebar.sticky {
        position: relative;
        box-sizing: border-box; }
        .shop-sidebar.sticky .glued {
          position: absolute;
          top: 0;
          width: 100%; } }
  @media (min-width: 1200px) {
    .shop-sidebar .woocommerce-product-search input[type="submit"],
    .shop-sidebar .woocommerce-product-search .search-field {
      width: 70%;
      float: left;
      margin-bottom: 0;
      margin-right: 5%; }
    .shop-sidebar .woocommerce-product-search input[type="submit"] {
      width: 25%;
      margin-right: 0; } }

/**
 * Products
 *
 * Used for the product archive and
 * single product pages. Wrapped in body classes.
 */
/**
* Product
*
* Both in list and single page
*/
.product {
  position: relative;
  /* in lists we have a linked product*/
  /* smaller headline*/ }
  .product > a {
    display: block;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    position: relative; }
  .product img {
    display: block;
    width: 100%; }
  .product h3 {
    /* bold bigger txt*/
    margin-bottom: 0; }
  .product [itemprop="description"] {
    line-height: 1.5;
    margin-bottom: 0.875rem; }
  .product .onsale,
  .product .new-product-flash {
    background-color: #505050;
    color: white;
    padding: 0 0.7rem;
    position: absolute;
    left: 10px; }
  .product .new-product-flash {
    background-color: #f3f3f3;
    color: #505050; }
  .product .new-product-flash + .onsale {
    left: auto;
    right: 10px; }

.price {
  display: block; }
  .price .fas {
    font-size: 0.8em;
    padding-right: 5px; }
  .price del {
    margin-right: 10px; }

.price,
.stock {
  color: #505050; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin-bottom: 2.625rem;
  position: relative; }
  .woocommerce-message .inner,
  .woocommerce-info .inner,
  .woocommerce-error .inner {
    background-color: #505050;
    color: white;
    padding: 1.75rem;
    padding-right: 12rem; }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button {
    text-decoration: underline;
    padding-right: 1em; }

.woocommerce-message {
  /*@extend .mediumish;*/ }

.variations {
  margin-bottom: 1.75em;
  width: 100%; }
  .variations select {
    margin-bottom: 0;
    width: 100%; }
  .variations td {
    padding: 0.4375em 0;
    vertical-align: top; }
  @media (min-width: 768px) {
    .variations td {
      padding-left: 0.875em; }
    .variations td:first-child {
      padding-right: 0.875em;
      padding-left: 0;
      border-right: 1px solid #cccccc;
      vertical-align: middle; } }

.woocommerce-variation p {
  margin-bottom: 1.75rem; }

.single-product,
.archive {
  /**
   * Appliable to both single and archive views
   * only break out from here if really neccesary.
   */
  /**
   * Listings of products (ul.products)
   *
   * both on single (related) and
   * the main shop page
   */
  /* The ones with gray bg*/
  /* All floated elements*/ }
  .single-product ul.products,
  .archive ul.products {
    display: inline-flex;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    /* smaller gutter on product list mobile*/ }
    .single-product ul.products .product,
    .archive ul.products .product {
      padding-left: 5px;
      /* smaller gutter on product list mobile*/
      padding-right: 5px;
      margin-bottom: 10px;
      /* margin same as gutter to make grid*/ }
      .single-product ul.products .product > a,
      .archive ul.products .product > a {
        background-color: white; }
      .single-product ul.products .product img,
      .archive ul.products .product img {
        margin-bottom: 1.75rem; }
  .single-product .featured-products,
  .archive .featured-products {
    margin-bottom: 1.75rem; }
    .single-product .featured-products .product .onsale,
    .single-product .featured-products .product .new-product-flash,
    .archive .featured-products .product .onsale,
    .archive .featured-products .product .new-product-flash {
      left: 20px; }
    .single-product .featured-products .product .new-product-flash + .onsale,
    .archive .featured-products .product .new-product-flash + .onsale {
      right: 20px; }
    .single-product .featured-products .product a,
    .archive .featured-products .product a {
      padding: 20px; }
    .single-product .featured-products ul.products .product,
    .archive .featured-products ul.products .product {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .single-product .featured-products ul.products .product > a,
  .single-product .related ul.products .product > a, .single-product .upsells ul.products .product > a,
  .archive .featured-products ul.products .product > a,
  .archive .related ul.products .product > a,
  .archive .upsells ul.products .product > a {
    background-color: #cccccc; }
  .single-product .woocommerce-extra-content,
  .archive .woocommerce-extra-content {
    padding-top: 25px; }
  .single-product .woocommerce-ordering .orderby,
  .archive .woocommerce-ordering .orderby {
    width: 100%;
    margin-bottom: 10px; }
  .single-product .price .smaller-price,
  .archive .price .smaller-price {
    font-size: 1rem; }
  .single-product .cart,
  .archive .cart {
    margin-top: 1.75rem; }
    .single-product .cart .quantity,
    .archive .cart .quantity {
      margin-bottom: 20px; }
  .single-product .woocommerce-main-image,
  .archive .woocommerce-main-image {
    display: block;
    background-color: white;
    text-align: center;
    margin-bottom: 10px;
    padding: 3.5em; }
  .single-product .thumbnails,
  .archive .thumbnails {
    margin: 2.625rem 0 0 0;
    border-top: 1px solid #ccc;
    padding-top: 2.625rem; }
    .single-product .thumbnails > a,
    .archive .thumbnails > a {
      display: inline-block;
      margin: 0 15px 15px 0;
      width: calc(33% - 15px); }
      .single-product .thumbnails > a img,
      .archive .thumbnails > a img {
        width: 100%;
        object-fit: cover;
        max-width: none;
        height: 150px; }
  .single-product .woocommerce-tabs,
  .archive .woocommerce-tabs {
    margin-bottom: 3.5em; }
    .single-product .woocommerce-tabs .tabs,
    .archive .woocommerce-tabs .tabs {
      margin-bottom: 0;
      overflow-x: auto;
      white-space: nowrap; }
      .single-product .woocommerce-tabs .tabs a,
      .archive .woocommerce-tabs .tabs a {
        padding: 5px 15px;
        display: inline-block; }
    .single-product .woocommerce-tabs li,
    .archive .woocommerce-tabs li {
      background-color: #505050;
      color: white; }
      .single-product .woocommerce-tabs li.active,
      .archive .woocommerce-tabs li.active {
        background-color: white;
        color: #505050; }
    .single-product .woocommerce-tabs .panel,
    .archive .woocommerce-tabs .panel {
      background-color: white;
      padding: 1.75em; }
    .single-product .woocommerce-tabs .quantity input,
    .archive .woocommerce-tabs .quantity input {
      background-color: #f3f3f3; }
  .single-product .related img, .single-product .upsells img,
  .archive .related img,
  .archive .upsells img {
    mix-blend-mode: multiply; }
  .single-product .products-wrapper,
  .archive .products-wrapper {
    margin-bottom: 3.5rem; }
  .single-product .related, .single-product .upsells,
  .archive .related,
  .archive .upsells {
    margin-top: 2.275rem;
    padding-top: 2.275rem;
    border-top: 1px solid #cccccc; }
    .single-product .related ul.products .product, .single-product .upsells ul.products .product,
    .archive .related ul.products .product,
    .archive .upsells ul.products .product {
      max-width: 100%;
      flex: 100%;
      padding: 5px; }
  .single-product #content .product .thumbnails,
  .archive #content .product .thumbnails {
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px; }
  .single-product .shop-header,
  .archive .shop-header {
    margin: 5.25em auto -2.25em auto;
    display: flex;
    flex-direction: column; }
    .single-product .shop-header .shop-header-images,
    .archive .shop-header .shop-header-images {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      margin: 0 -15px; }
      .single-product .shop-header .shop-header-images .shop-header-image-outer,
      .archive .shop-header .shop-header-images .shop-header-image-outer {
        position: relative;
        width: calc(50% - 30px);
        flex-grow: 1;
        height: 200px;
        padding: 15px;
        display: none; }
        .single-product .shop-header .shop-header-images .shop-header-image-outer:nth-child(1), .single-product .shop-header .shop-header-images .shop-header-image-outer:nth-child(2),
        .archive .shop-header .shop-header-images .shop-header-image-outer:nth-child(1),
        .archive .shop-header .shop-header-images .shop-header-image-outer:nth-child(2) {
          display: block; }
        .single-product .shop-header .shop-header-images .shop-header-image-outer .shop-header-image-inner,
        .archive .shop-header .shop-header-images .shop-header-image-outer .shop-header-image-inner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #fff; }
          .single-product .shop-header .shop-header-images .shop-header-image-outer .shop-header-image-inner *,
          .archive .shop-header .shop-header-images .shop-header-image-outer .shop-header-image-inner * {
            text-transform: uppercase; }
        .single-product .shop-header .shop-header-images .shop-header-image-outer .shop-header-image,
        .archive .shop-header .shop-header-images .shop-header-image-outer .shop-header-image {
          object-fit: cover;
          width: 100%;
          height: 100%; }
    .single-product .shop-header .push-band,
    .archive .shop-header .push-band {
      background-color: #777;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 15px;
      text-transform: uppercase;
      text-align: center;
      margin-top: 25px;
      font-size: 1rem;
      color: #fff; }
  @media (min-width: 544px) {
    .single-product,
    .archive {
      /* all products two cols here*/ }
      .single-product .featured-products ul.products .product,
      .archive .featured-products ul.products .product {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 768px) {
    .single-product,
    .archive {
      /* all products three cols here*/
      /* still two cols tho */ }
      .single-product .woocommerce-ordering .orderby,
      .archive .woocommerce-ordering .orderby {
        width: auto; }
      .single-product ul.products,
      .archive ul.products {
        margin-left: -10px;
        margin-right: -10px; }
        .single-product ul.products .product,
        .archive ul.products .product {
          -webkit-flex: 0 0 33.3333333333%;
          -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          padding-left: 10px;
          padding-right: 10px; }
          .single-product ul.products .product > a,
          .archive ul.products .product > a {
            padding: 20px; }
          .single-product ul.products .product .onsale,
          .single-product ul.products .product .new-product-flash,
          .archive ul.products .product .onsale,
          .archive ul.products .product .new-product-flash {
            left: 20px; }
          .single-product ul.products .product .new-product-flash + .onsale,
          .archive ul.products .product .new-product-flash + .onsale {
            right: 20px; }
      .single-product .featured-products ul.products .product,
      .archive .featured-products ul.products .product {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .single-product .related ul.products .product + .product + .product, .single-product .upsells ul.products .product + .product + .product,
      .archive .related ul.products .product + .product + .product,
      .archive .upsells ul.products .product + .product + .product {
        display: block; }
      .single-product .related, .single-product .upsells,
      .archive .related,
      .archive .upsells {
        margin-top: 2.275rem;
        padding-top: 2.275rem;
        border-top: 1px solid #cccccc; }
        .single-product .related ul.products .product, .single-product .upsells ul.products .product,
        .archive .related ul.products .product,
        .archive .upsells ul.products .product {
          max-width: 33%;
          flex: 33%;
          padding: 5px; }
      .single-product .woocommerce-tabs .panel,
      .archive .woocommerce-tabs .panel {
        padding: 3.5em; }
      .single-product .shop-header .shop-header-images .shop-header-image-outer,
      .archive .shop-header .shop-header-images .shop-header-image-outer {
        width: calc(33% - 30px);
        height: 250px; }
        .single-product .shop-header .shop-header-images .shop-header-image-outer:nth-child(3),
        .archive .shop-header .shop-header-images .shop-header-image-outer:nth-child(3) {
          display: block; } }
  @media (min-width: 992px) {
    .single-product,
    .archive {
      /* products three cols here cus we get sidebar*/
      /* increase gutter*/ }
      .single-product .page-description,
      .single-product .woocommerce-message,
      .single-product .woocommerce-info,
      .single-product .woocommerce-error,
      .single-product .woocommerce-pagination,
      .single-product .woocommerce-extra-content,
      .single-product .woocommerce-ordering,
      .single-product .main-content > .products-wrapper,
      .archive .page-description,
      .archive .woocommerce-message,
      .archive .woocommerce-info,
      .archive .woocommerce-error,
      .archive .woocommerce-pagination,
      .archive .woocommerce-extra-content,
      .archive .woocommerce-ordering,
      .archive .main-content > .products-wrapper {
        /* archive page*/
        width: 66.6666666667%; }
      .single-product .woocommerce-extra-content,
      .single-product .woocommerce-pagination,
      .archive .woocommerce-extra-content,
      .archive .woocommerce-pagination {
        float: right; }
      .single-product ul.products .product,
      .archive ul.products .product {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px; }
      .single-product .page-description,
      .single-product .woocommerce-message,
      .single-product .woocommerce-extra-content,
      .single-product .woocommerce-info,
      .single-product .woocommerce-error,
      .single-product .shop-sidebar,
      .single-product .main-content > .products-wrapper,
      .single-product .main-content > .product,
      .single-product .woocommerce-pagination,
      .archive .page-description,
      .archive .woocommerce-message,
      .archive .woocommerce-extra-content,
      .archive .woocommerce-info,
      .archive .woocommerce-error,
      .archive .shop-sidebar,
      .archive .main-content > .products-wrapper,
      .archive .main-content > .product,
      .archive .woocommerce-pagination {
        padding-left: 20px;
        padding-right: 20px; }
      .single-product .main-content.row,
      .archive .main-content.row {
        margin-left: -20px;
        margin-right: -20px; }
      .single-product .shop-sidebar,
      .archive .shop-sidebar {
        width: 33.3333333333%;
        padding-top: 1rem; }
        .single-product .shop-sidebar.single-product-sidebar,
        .archive .shop-sidebar.single-product-sidebar {
          float: right; }
          .single-product .shop-sidebar.single-product-sidebar .products img,
          .archive .shop-sidebar.single-product-sidebar .products img {
            max-width: 175px;
            margin: auto; }
        .single-product .shop-sidebar h3,
        .archive .shop-sidebar h3 {
          line-height: 1;
          margin-bottom: 1.75rem;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .single-product .shop-sidebar .inner,
        .archive .shop-sidebar .inner {
          border-top: 1px solid #cccccc;
          padding-top: 2.275rem;
          /* visally align with producs top*/ }
      .single-product .woocommerce-breadcrumb,
      .archive .woocommerce-breadcrumb {
        margin-bottom: 2.625rem; }
      .single-product .related ul.products .product, .single-product .upsells ul.products .product,
      .archive .related ul.products .product,
      .archive .upsells ul.products .product {
        margin-bottom: 0; }
      .single-product .related, .single-product .upsells,
      .archive .related,
      .archive .upsells {
        margin-top: 2.275rem;
        padding-top: 2.275rem;
        border-top: 1px solid #cccccc; }
        .single-product .related ul.products .product, .single-product .upsells ul.products .product,
        .archive .related ul.products .product,
        .archive .upsells ul.products .product {
          max-width: 33%;
          flex: 33%;
          padding: 5px; }
      .single-product #content .product .thumbnails,
      .archive #content .product .thumbnails {
        display: none; }
      .single-product .shop-content,
      .archive .shop-content {
        width: 66%;
        padding-right: 20px;
        margin-left: auto; }
        .single-product .shop-content *,
        .archive .shop-content * {
          float: none !important; }
        .single-product .shop-content .woocommerce-breadcrumb,
        .single-product .shop-content .featured-products,
        .single-product .shop-content .woocommerce-ordering,
        .archive .shop-content .woocommerce-breadcrumb,
        .archive .shop-content .featured-products,
        .archive .shop-content .woocommerce-ordering {
          padding: 0; }
      .single-product .shop-header .shop-header-images .shop-header-image-outer,
      .archive .shop-header .shop-header-images .shop-header-image-outer {
        width: calc(25% - 30px);
        height: 250px; }
        .single-product .shop-header .shop-header-images .shop-header-image-outer:nth-child(4),
        .archive .shop-header .shop-header-images .shop-header-image-outer:nth-child(4) {
          display: block; } }
  @media (min-width: 1200px) {
    .single-product,
    .archive {
      /* float button and input side by side*/ }
      .single-product ul.products .product,
      .archive ul.products .product {
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; }
      .single-product .cart .quantity,
      .archive .cart .quantity {
        margin-bottom: 0;
        width: 30%;
        float: left;
        margin-right: 5%; }
        .single-product .cart .quantity input[type="number"],
        .archive .cart .quantity input[type="number"] {
          width: 100%; }
      .single-product .cart button,
      .archive .cart button {
        width: 65%; }
      .single-product .related ul.products .product + .product + .product, .single-product .upsells ul.products .product + .product + .product,
      .archive .related ul.products .product + .product + .product,
      .archive .upsells ul.products .product + .product + .product {
        display: block; } }

.woocommerce-pagination ul {
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
.woocommerce-pagination .current {
  font-weight: 600; }
.woocommerce-pagination a,
.woocommerce-pagination .current {
  padding: 0 0.875rem;
  display: inline-block; }
.woocommerce-pagination a:hover {
  background-color: #cccccc; }

.single-product {
  /* The actual product not the related products*/ }
  .single-product .main-content > .product .onsale,
  .single-product .main-content > .product .new-product-flash {
    top: 10px;
    left: 20px; }
  .single-product .main-content > .product .images {
    margin-bottom: 1.75em; }
  .single-product .shop-sidebar .inner {
    padding-bottom: 2.625rem;
    border-bottom: 1px solid #cccccc; }
  .single-product .shop-sidebar .woocommerce-variation-price {
    margin-bottom: 1.75rem; }
  .single-product .summary p, .single-product #tab-description p {
    margin-bottom: 0; }
  .single-product .summary .stock, .single-product #tab-description .stock {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .single-product .main-content > .product {
      width: 66.6666666667%; } }

.archive .product {
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
.archive .taxanomy-filter {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 3.5rem; }
  .archive .taxanomy-filter ul {
    padding-left: 1.75rem; }
  .archive .taxanomy-filter > li {
    border-top: 1px solid #cccccc;
    padding: 0 0.875rem; }
    .archive .taxanomy-filter > li > a {
      display: block;
      padding: 0.4375rem 0; }
    .archive .taxanomy-filter > li > ul {
      margin-bottom: 1.75rem; }
.archive .page-description {
  margin-bottom: 10px; }
@media (min-width: 992px) {
  .archive .product:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .archive .page-description {
    padding-top: 2.275rem;
    margin-top: -2.625rem;
    margin-bottom: 0; }
    .archive .page-description h3 {
      margin-bottom: 1.75rem;
      line-height: 1; }
  .archive .products-wrapper .product {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

.main-footer {
  background-color: #505050;
  padding: 1.75em 20px;
  color: white; }
  .main-footer a {
    color: inherit; }
  .main-footer .footer-widget-row {
    margin-bottom: 0;
    display: none;
    /* second row*/
    /* third row*/ }
    .main-footer .footer-widget-row:first-child {
      display: block; }
      .main-footer .footer-widget-row:first-child > ul > li {
        width: 100%; }
    .main-footer .footer-widget-row > ul {
      padding-left: 0; }
      .main-footer .footer-widget-row > ul > li {
        float: right;
        text-align: right;
        display: none; }
        .main-footer .footer-widget-row > ul > li.social-icons {
          display: block; }
        .main-footer .footer-widget-row > ul > li:first-child {
          float: left;
          text-align: left; }
      .main-footer .footer-widget-row > ul[data-widget-count='5'] > li {
        width: auto;
        margin-left: 40px;
        /* hide forth and on*/ }
        .main-footer .footer-widget-row > ul[data-widget-count='5'] > li:first-child {
          margin-left: 0; }
        .main-footer .footer-widget-row > ul[data-widget-count='5'] > li:last-child {
          text-align: left; }
        .main-footer .footer-widget-row > ul[data-widget-count='5'] > li:nth-child(n+5) {
          display: none; }
    .main-footer .footer-widget-row .social-icons {
      text-align: center; }
      .main-footer .footer-widget-row .social-icons .socicon {
        font-size: 12px; }
      .main-footer .footer-widget-row .social-icons .social-icons-lists li.social-icons-list-item {
        margin: 0 5px; }
    .main-footer .footer-widget-row .klarna-logo {
      display: block; }
    .main-footer .footer-widget-row.footer-widget-row + .footer-widget-row + .footer-widget-row {
      padding-top: 0;
      padding-bottom: 0; }
      .main-footer .footer-widget-row.footer-widget-row + .footer-widget-row + .footer-widget-row > ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-left: 0;
        margin-right: 0; }
      .main-footer .footer-widget-row.footer-widget-row + .footer-widget-row + .footer-widget-row > ul > li {
        float: none;
        width: auto;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 1.3125rem 1.75rem; }
        .main-footer .footer-widget-row.footer-widget-row + .footer-widget-row + .footer-widget-row > ul > li:first-child {
          float: right;
          text-align: right;
          border-left: 1px solid #a9a9a9; }
  .main-footer .footer-logo {
    height: 1.75em;
    max-width: none; }
  @media (min-width: 768px) {
    .main-footer {
      display: block; }
      .main-footer .footer-widget-row {
        border-top: 1px solid #a9a9a9;
        padding: 1.75em 0;
        display: block; }
        .main-footer .footer-widget-row > ul > li {
          display: block; }
        .main-footer .footer-widget-row:first-child > ul > li {
          width: 16.6666666667%; }
        .main-footer .footer-widget-row .social-icons {
          text-align: right; } }
  @media (min-width: 992px) {
    .main-footer {
      /* do not fit on smaller screens*/ }
      .main-footer .footer-widget-row > ul[data-widget-count='5'] > li:nth-child(n+5) {
        display: block; } }

.subnav {
  background-color: #505050;
  color: white;
  display: none; }
  .subnav ul {
    text-align: center; }
    .subnav ul a {
      padding: 15px;
      display: block;
      color: #cccccc; }
  @media (min-width: 768px) {
    .subnav {
      display: block; } }

.page-hero {
  height: 50vh;
  width: 100%;
  background-color: #505050;
  /* hero linked?*/ }
  .page-hero.full-height {
    height: 100vh;
    max-height: none;
    box-sizing: border-box; }
  .page-hero hr {
    width: 65px;
    height: 3px;
    background-color: white;
    border: none;
    margin-top: 1rem; }
  .page-hero > a {
    height: 100%; }
  .page-hero figure {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    .page-hero figure .hero-video {
      width: 100%;
      display: none; }
    .page-hero figure figcaption {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      color: white;
      width: 100%;
      padding: 1.75rem;
      box-sizing: border-box;
      z-index: 10; }
      .page-hero figure figcaption h1 {
        margin-bottom: 0; }
      .page-hero figure figcaption h1 + span {
        margin-top: 0.875rem; }
      .page-hero figure figcaption .link {
        display: inline-block; }
  @media (min-width: 992px) {
    .page-hero figure .hero-video {
      display: block;
      min-width: 100%;
      width: auto;
      min-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .page-hero figure figcaption {
      display: none; }
    .page-hero.video-hero {
      /* hide bg image when loading vid*/ }
      .page-hero.video-hero .hero-bg-holder {
        opacity: 0;
        transition: all .25s; }
      .page-hero.video-hero.video-loaded .hero-bg-holder {
        opacity: 1; }
      .page-hero.video-hero figure {
        background: transparent !important;
        /* making sure bg is disabled*/ } }

body.mobile-menu-active {
  overflow: hidden;
  position: fixed;
  /* to make o-flow hidden wirk on mobile*/
  width: 100%;
  /* because of default width when fixed */ }
  @media (min-width: 768px) {
    body.mobile-menu-active {
      overflow: visible;
      position: static; } }

.mobile-menu-fixer {
  position: fixed;
  background-color: #505050;
  color: white;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 83px;
  /* set in js to header height*/
  z-index: 100;
  transition: opacity .25s ease-out, visibility 0s linear .25s;
  box-sizing: border-box; }
  .mobile-menu-fixer.active {
    overflow-y: scroll;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease-out, visibility 0s linear; }
  .mobile-menu-fixer a {
    color: inherit; }
  .mobile-menu-fixer .inner {
    padding: 1.75rem 20px;
    padding-bottom: 8.75rem; }
  .mobile-menu-fixer .main-menu-mobile {
    border-top: 1px solid #474745;
    /* first level*/ }
    .mobile-menu-fixer .main-menu-mobile > ul > li {
      border-bottom: 1px solid #474745; }
      .mobile-menu-fixer .main-menu-mobile > ul > li > a {
        margin-bottom: 0;
        padding: 0.5rem 0.875rem;
        display: block; }
        .mobile-menu-fixer .main-menu-mobile > ul > li > a + .toggle-expand-button {
          padding-top: 1rem;
          padding-bottom: 1rem; }
    .mobile-menu-fixer .main-menu-mobile ul ul {
      margin-bottom: 1.75rem; }
    .mobile-menu-fixer .main-menu-mobile ul ul ul {
      margin-bottom: 0.4375rem; }
  .mobile-menu-fixer .lang-nav {
    border-bottom: 1px solid #a9a9a9;
    margin: 0;
    float: none; }
    .mobile-menu-fixer .lang-nav ul {
      float: none; }
      .mobile-menu-fixer .lang-nav ul li {
        padding-left: 0;
        padding-right: 0.875rem; }
    .mobile-menu-fixer .lang-nav a {
      padding: 0.875rem 0;
      display: inline-block; }
  .mobile-menu-fixer .mobile-menu-footer {
    position: fixed;
    background-color: #505050;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #474745;
    /* the extra info*/ }
    .mobile-menu-fixer .mobile-menu-footer p {
      padding: 1.3125rem 0 1.75rem 0; }
  @media (min-width: 768px) {
    .mobile-menu-fixer {
      display: none; } }

.flexible-content:before, .flexible-content:after {
  content: " ";
  /* 1*/
  display: table;
  /* 2*/ }
.flexible-content:after {
  clear: both; }

.flexible-content-item {
  text-align: center;
  /* inside a fixed ratio el*/
  /* white text here*/ }
  .flexible-content-item .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .flexible-content-item div.inner {
    padding: 3.5rem;
    box-sizing: border-box;
    z-index: 10;
    /* over overlay*/ }
  .flexible-content-item header,
  .flexible-content-item footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3.5rem;
    text-align: left;
    box-sizing: border-box; }
    .flexible-content-item header div,
    .flexible-content-item footer div {
      border-top: 1px solid white; }
  .flexible-content-item footer {
    top: auto;
    bottom: 0; }
    .flexible-content-item footer div {
      border-bottom: 1px solid white;
      border-top: none; }
  .flexible-content-item.bg-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
  .flexible-content-item.bg-white {
    background-color: white; }
  .flexible-content-item.bg-stone {
    background-color: #a9a9a9; }
  .flexible-content-item.bg-dark-graphite {
    background-color: #474745; }
  .flexible-content-item.bg-graphite {
    background-color: #505050; }
  .flexible-content-item.bg-chrome {
    background-color: #f3f3f3;
    color: #6d7976; }
    .flexible-content-item.bg-chrome .link {
      border-color: #6d7976; }
    .flexible-content-item.bg-chrome a {
      color: inherit; }
  .flexible-content-item.bg-bone, .flexible-content-item.fci-product-content {
    background-color: #cccccc; }
  .flexible-content-item.fci-product-content {
    /*background-blend-mode: multiply;*/
    background-size: contain;
    /* dont crop products*/ }
    .flexible-content-item.fci-product-content .price {
      color: white; }
  .flexible-content-item.bg-lady {
    background-color: #505050; }
  .flexible-content-item.bg-image, .flexible-content-item.bg-lady, .flexible-content-item.bg-dark-graphite, .flexible-content-item.bg-graphite, .flexible-content-item.fci-product-content {
    color: white; }
    .flexible-content-item.bg-image .link, .flexible-content-item.bg-lady .link, .flexible-content-item.bg-dark-graphite .link, .flexible-content-item.bg-graphite .link, .flexible-content-item.fci-product-content .link {
      border-color: white; }
    .flexible-content-item.bg-image a, .flexible-content-item.bg-lady a, .flexible-content-item.bg-dark-graphite a, .flexible-content-item.bg-graphite a, .flexible-content-item.fci-product-content a {
      color: inherit; }
  @media (min-width: 768px) {
    .flexible-content-item {
      float: left;
      width: 100%; }
      .flexible-content-item.size-half {
        width: 50%; } }
  @media (min-width: 1200px) {
    .flexible-content-item {
      /* wee need other ratio on the fulls here*/ }
      .flexible-content-item.size-full .ratio-25x10:after, .flexible-content-item.size-full.ratio-25x10:after {
        padding-bottom: 30%; } }
  @media (min-width: 1600px) {
    .flexible-content-item header,
    .flexible-content-item footer {
      padding: 5.25rem; } }

.fci-product-slider {
  padding-top: 5.25em;
  padding-bottom: 5.25em; }
  .fci-product-slider .wrap {
    overflow: visible; }
  .fci-product-slider .carousel {
    list-style: none; }
  .fci-product-slider .flickity-prev-next-button {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .fci-product-slider .product {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  @media (min-width: 1400px) {
    .fci-product-slider .flickity-viewport:before, .fci-product-slider .flickity-viewport:after {
      z-index: 1;
      position: absolute;
      left: -1px;
      top: 0;
      height: 100%;
      width: 70px;
      content: '';
      background: linear-gradient(90deg, white, rgba(255, 255, 255, 0)); }
    .fci-product-slider .flickity-viewport:after {
      left: auto;
      right: -1px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), white); }
    .fci-product-slider .flickity-prev-next-button {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fci-product-slider .flickity-prev-next-button.previous {
      left: -20px; }
    .fci-product-slider .flickity-prev-next-button.next {
      right: -20px; } }
  @media (min-width: 992px) {
    .fci-product-slider {
      padding-top: 7em;
      padding-bottom: 7em; }
      .fci-product-slider .product {
        width: 25%; } }

.fci-round-images {
  padding: 3.5rem 0 0 0; }
  .fci-round-images .flex-row, .fci-round-images .single-product ul.products, .single-product .fci-round-images ul.products,
  .fci-round-images .archive ul.products,
  .archive .fci-round-images ul.products {
    margin-left: -30px;
    margin-right: -30px; }
  .fci-round-images .fci-round-image-item {
    /*increase gutter*/
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 3.5rem; }
    .fci-round-images .fci-round-image-item figure {
      border-radius: 50%;
      background-color: white;
      margin-bottom: 1.75rem; }
    .fci-round-images .fci-round-image-item h3 {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .fci-round-images {
      padding: 5.25rem 0 0 0; }
      .fci-round-images .fci-round-image-item {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 5.25rem; } }

.fci-four-columns {
  padding: 3.5rem 0 0 0; }
  .fci-four-columns .row {
    /*margin-left: $gutter*1.5;*/
    /*margin-right: -$gutter*1.5;*/ }
  .fci-four-columns .headline {
    text-align: left;
    margin-bottom: 1.75rem; }
  .fci-four-columns .fci-four-columns-item {
    /*increase gutter*/
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3.5rem; }
    .fci-four-columns .fci-four-columns-item > div {
      background-color: white;
      padding: 20px; }
    .fci-four-columns .fci-four-columns-item figure {
      margin-bottom: 1.75rem; }
      .fci-four-columns .fci-four-columns-item figure img {
        /*mix-blend-mode: multiply;*/ }
    .fci-four-columns .fci-four-columns-item h3 {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .fci-four-columns {
      padding: 5.25rem 0 0 0; }
      .fci-four-columns .fci-four-columns-item {
        width: 25%;
        margin-bottom: 5.25rem; } }

/*# sourceMappingURL=main.css.map */
