/* CSS Document */
/*
Theme Name: Emma Keating Jewellery
Theme URI: https://webmonkeystudio.com
Description: TBA
Version: 0.3
Author: webmonkeystudio
Author URI: https://webmonkeystudio.com
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700");
/* VARIABLES / GLOBAL
 * ----------------------- */
/* COLOURS
 * ----------------------- */
/*
* Animo Framework v1.1
* Copyright 2017, webmonkeystudio
* www.webmonkeystudio.com
* Author: Axel Danton
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 15/11/2016
*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .shop__widgets .textwidget, .product_meta, .product__meta .inner__content, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

::-moz-selection {
  background-color: #f37021;
  color: #fff; }

::selection {
  background-color: #f37021;
  color: #fff; }

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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

.clearfix {
  clear: both; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-top: -2px;
  display: inline-block;
  line-height: 1px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }

/* PRELOADER
 * -------------------------- */
.pre-load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999 !important;
  background: center no-repeat #121212;
  display: flex;
  justify-content: center;
  align-items: center; }

/* CONTENT
 * ----------------------- */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
  /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;  */
  font-family: "Lato", sans-serif;
  background-color: #FFF; }
  body:before {
    -webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    -ms-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease;
    opacity: 0;
    filter: alpha(opacity=0); }
  body.cart__open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #121212;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999; }
  body.home .pagecontent {
    background-color: #FAFAFA;
    border-bottom: 1px solid #EEE; }

/* GRID
 * -------------------------- */
.grid {
  width: 100%;
  max-width: 1300px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .grid:after {
    display: table;
    content: " ";
    clear: both; }

.grid-fluid {
  width: 100%;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .grid-fluid:after {
    display: table;
    content: " ";
    clear: both; }

.column {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  float: left; }
  .column.center {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .column .grid {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }

.lg-12 {
  width: calc(100% / 12 * 12); }

.lg-11 {
  width: calc(100% / 12 * 11); }

.lg-10 {
  width: calc(100% / 12 * 10); }

.lg-9 {
  width: calc(100% / 12 * 9); }

.lg-8 {
  width: calc(100% / 12 * 8); }

.lg-7 {
  width: calc(100% / 12 * 7); }

.lg-6 {
  width: calc(100% / 12 * 6); }

.lg-5 {
  width: calc(100% / 12 * 5); }

.lg-4 {
  width: calc(100% / 12 * 4); }

.lg-3 {
  width: calc(100% / 12 * 3); }

.lg-2 {
  width: calc(100% / 12 * 2); }

.lg-1 {
  width: calc(100% / 12 * 1); }

@media (min-width: 992px) and (max-width: 1199px) {
  .md-12 {
    width: calc(100% / 12 * 12); }

  .md-11 {
    width: calc(100% / 12 * 11); }

  .md-10 {
    width: calc(100% / 12 * 10); }

  .md-9 {
    width: calc(100% / 12 * 9); }

  .md-8 {
    width: calc(100% / 12 * 8); }

  .md-7 {
    width: calc(100% / 12 * 7); }

  .md-6 {
    width: calc(100% / 12 * 6); }

  .md-5 {
    width: calc(100% / 12 * 5); }

  .md-4 {
    width: calc(100% / 12 * 4); }

  .md-3 {
    width: calc(100% / 12 * 3); }

  .md-2 {
    width: calc(100% / 12 * 2); }

  .md-1 {
    width: calc(100% / 12 * 1); } }
@media (min-width: 768px) and (max-width: 991px) {
  .sm-12 {
    width: calc(100% / 12 * 12); }

  .sm-11 {
    width: calc(100% / 12 * 11); }

  .sm-10 {
    width: calc(100% / 12 * 10); }

  .sm-9 {
    width: calc(100% / 12 * 9); }

  .sm-8 {
    width: calc(100% / 12 * 8); }

  .sm-7 {
    width: calc(100% / 12 * 7); }

  .sm-6 {
    width: calc(100% / 12 * 6); }

  .sm-5 {
    width: calc(100% / 12 * 5); }

  .sm-4 {
    width: calc(100% / 12 * 4); }

  .sm-3 {
    width: calc(100% / 12 * 3); }

  .sm-2 {
    width: calc(100% / 12 * 2); }

  .sm-1 {
    width: calc(100% / 12 * 1); } }
@media (max-width: 767px) {
  .sm-12, .sm-11, .sm-10, .sm-9, .sm-8, .sm-8, .sm-7, .sm-6, .sm-5, .sm-4, .sm-3, .sm-2, .sm-1 {
    width: 100%; }

  .md-12, .md-11, .md-10, .md-9, .md-8, .md-8, .md-7, .md-6, .md-5, .md-4, .md-3, .md-2, .md-1 {
    width: 100%; }

  .lg-12, .lg-11, .lg-10, .lg-9, .lg-8, .lg-8, .lg-7, .lg-6, .lg-5, .lg-4, .lg-3, .lg-2, .lg-1 {
    width: 100%; }

  .xs-12 {
    width: calc(100% / 12 * 12); }

  .xs-11 {
    width: calc(100% / 12 * 11); }

  .xs-10 {
    width: calc(100% / 12 * 10); }

  .xs-9 {
    width: calc(100% / 12 * 9); }

  .xs-8 {
    width: calc(100% / 12 * 8); }

  .xs-7 {
    width: calc(100% / 12 * 7); }

  .xs-6 {
    width: calc(100% / 12 * 6); }

  .xs-5 {
    width: calc(100% / 12 * 5); }

  .xs-4 {
    width: calc(100% / 12 * 4); }

  .xs-3 {
    width: calc(100% / 12 * 3); }

  .xs-2 {
    width: calc(100% / 12 * 2); }

  .xs-1 {
    width: calc(100% / 12 * 1); } }
/* TYPOGRAPHY
 * -------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

small {
  font-size: 65%;
  line-height: 1;
  font-weight: 400; }

h1, .h1 {
  font-size: 28pt; }

h2, .h2 {
  font-size: 20pt; }

h3, .h3 {
  font-size: 18pt; }

h4, .h4 {
  font-size: 16pt; }

h5, .h5 {
  font-size: 14pt; }

h6, .h6 {
  font-size: 12pt; }

ul, ol {
  padding-left: 40px;
  display: block; }

ul {
  list-style: disc outside; }
  ul li {
    text-align: -webkit-match-parent;
    display: list-item; }

ol {
  display: block;
  list-style-type: decimal; }
  ol li {
    text-align: -webkit-match-parent;
    display: list-item; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

article p:last-of-type, article .shop__widgets .textwidget:last-of-type, .shop__widgets article .textwidget:last-of-type, article .product_meta:last-of-type, article .product__meta .inner__content:last-of-type, .product__meta article .inner__content:last-of-type {
  margin-bottom: 0px; }

blockquote {
  display: inline-block;
  background-color: #EEE;
  padding: 20px;
  font-size: 110%;
  color: #333;
  margin-bottom: 15px;
  border-left: 5px solid #3ecf8e;
  position: relative; }
  blockquote:after {
    content: '\201D';
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 80px;
    color: #d5d5d5;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  blockquote footer {
    margin-top: 15px;
    display: block;
    font-size: 90%;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    padding: 0px; }

p, .shop__widgets .textwidget, .product_meta, .product__meta .inner__content, ol, ul, .typography, .product__specs .spec__container .spec__item .text, address {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 15px; }
  p span.label, .shop__widgets .textwidget span.label, .product_meta span.label, .product__meta .inner__content span.label, ol span.label, ul span.label, .typography span.label, .product__specs .spec__container .spec__item .text span.label, address span.label {
    line-height: normal; }

p.lead, .shop__widgets .lead.textwidget, .lead.product_meta, .product__meta .lead.inner__content {
  font-size: 20px;
  line-height: 26px; }

a {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  text-decoration: none;
  display: inline-block;
  color: #f37021; }
  a:hover {
    color: #d5580c;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:visited {
    color: #f37021; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* NAVIGATION
 * -------------------------- */
.navbar {
  width: 100%;
  display: block;
  border-top: 4px solid #f37021;
  background: #121212;
  padding: 0px 10px;
  position: relative;
  z-index: 99;
  font-family: "Fira Sans", sans-serif !important; }
  .navbar.nav-right ul {
    float: right; }
  .navbar.nav-left ul {
    float: left; }
  .navbar.nav-left .dropdown-menu {
    left: 0; }
    .navbar.nav-left .dropdown-menu:before {
      right: 0px;
      left: 10px; }
  .navbar.fixed {
    position: fixed;
    z-index: 99999; }
  .navbar .brand {
    display: inline-block;
    padding: inherit;
    float: left; }
  .navbar ul {
    float: right;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: normal; }
    .navbar ul li {
      display: inline-block;
      position: relative; }
      .navbar ul li.current-menu-item a {
        color: #FFF;
        -webkit-box-shadow: inset 0px -3px 0px 0px #f37021;
        -moz-box-shadow: inset 0px -3px 0px 0px #f37021;
        box-shadow: inset 0px -3px 0px 0px #f37021; }
      .navbar ul li a {
        padding: 16px 15px;
        display: block;
        color: rgba(255, 255, 255, 0.7); }
        .navbar ul li a:hover {
          color: #f37021; }
        .navbar ul li a.disabled {
          opacity: 0.4;
          filter: alpha(opacity=40);
          text-decoration: line-through;
          cursor: not-allowed;
          pointer-events: none; }
  .navbar .dropdown {
    position: relative; }
    .navbar .dropdown .caret {
      content: '';
      position: relative;
      right: 0;
      bottom: 2px;
      left: 2px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #f37021 transparent transparent transparent; }
  .navbar .dropdown-toggle.open {
    background-color: transparent; }
  .navbar .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 320px;
    text-align: left;
    z-index: 999;
    right: 0;
    top: 53px;
    background-color: #FFF;
    border: 1px solid #EEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar .dropdown-menu li {
      display: block;
      border-bottom: 1px solid #EEE; }
      .navbar .dropdown-menu li:last-of-type {
        border-bottom: 0px; }
      .navbar .dropdown-menu li.current-menu-item a {
        color: #f37021;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      .navbar .dropdown-menu li a {
        padding: 12px 15px;
        background-color: transparent;
        display: block;
        color: #333; }
        .navbar .dropdown-menu li a:hover {
          background-color: #FAFAFA; }
      .navbar .dropdown-menu li.dropdown:focus-within .dropdown-menu, .navbar .dropdown-menu li.dropdown:hover .dropdown-menu {
        display: block !important; }
      .navbar .dropdown-menu li.dropdown:after {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: calc(50% - 11px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath fill='%23f37021' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat; }
    .navbar .dropdown-menu:before {
      display: inline-block;
      content: '';
      position: absolute;
      right: 10px;
      top: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 8px 7.5px;
      border-color: transparent transparent #EEE transparent; }
    .navbar .dropdown-menu .dropdown-menu {
      display: none !important;
      position: absolute;
      top: 0;
      right: calc(-100% + -2px) !important; }
      .navbar .dropdown-menu .dropdown-menu:before {
        display: none; }

.togglebttn {
  float: right;
  visibility: hidden;
  display: none; }
  .togglebttn .burger {
    position: relative;
    width: 34px;
    padding: 9px 3px;
    margin: 0px;
    height: 40px;
    border: 0px;
    background: transparent;
    outline: none; }
    .togglebttn .burger span {
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      margin-bottom: 5px;
      background-color: #FFF;
      -webkit-transition: 300ms all;
      -moz-transition: 300ms all;
      -ms-transition: 300ms all;
      -o-transition: 300ms all;
      transition: 300ms all; }
    .togglebttn .burger.open span {
      width: 23px;
      background-color: #F73859; }
      .togglebttn .burger.open span:first-of-type {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: 300ms all 300ms;
        -moz-transition: 300ms all 300ms;
        -ms-transition: 300ms all 300ms;
        -o-transition: 300ms all 300ms;
        transition: 300ms all 300ms; }
      .togglebttn .burger.open span:nth-of-type(2) {
        -webkit-transform: translate(-10px, 0px);
        -moz-transform: translate(-10px, 0px);
        -ms-transform: translate(-10px, 0px);
        -o-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden; }
      .togglebttn .burger.open span:last-of-type {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: bottom right;
        -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        -o-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transition: 300ms all 300ms;
        -moz-transition: 300ms all 300ms;
        -ms-transition: 300ms all 300ms;
        -o-transition: 300ms all 300ms;
        transition: 300ms all 300ms; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar .togglebttn {
    visibility: visible;
    display: inline-block; }
  .navbar ul li a {
    padding: 16px 25px; }
  .navbar .navcollapse {
    max-height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    margin-left: -15px;
    left: 0;
    width: calc(100% + 20px);
    top: 92px;
    background-color: #FFF;
    z-index: 99999;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar .navcollapse ul {
      float: none !important; }
    .navbar .navcollapse li {
      display: block;
      border-bottom: 1px solid #EEE; }
      .navbar .navcollapse li.current-menu-item a {
        color: #333; }
      .navbar .navcollapse li a {
        color: #333; }
      .navbar .navcollapse li:last-of-type {
        border-bottom: 0px; }
  .navbar .dropdown-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #f37021;
    border: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar .dropdown-menu li {
      display: block;
      border-bottom: 1px solid #ee610d; }
      .navbar .dropdown-menu li:last-of-type {
        border-bottom: 1px solid #ee610d; }
      .navbar .dropdown-menu li a {
        padding: 12px 25px;
        background-color: transparent;
        display: block;
        color: #FFF; }
        .navbar .dropdown-menu li a:hover {
          color: #FFF;
          background-color: #ee610d; }
    .navbar .dropdown-menu:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 25px;
      top: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 8px 7.5px;
      border-color: transparent transparent #f37021 transparent; }
    .navbar .dropdown-menu.dropdown:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' fill='%23121212' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z'/%3E%3C/svg%3E"); }
    .navbar .dropdown-menu .dropdown-menu {
      display: block !important;
      position: relative !important;
      top: auto;
      right: auto !important; }
      .navbar .dropdown-menu .dropdown-menu li a:before {
        content: '- ';
        margin-right: 8px; }
      .navbar .dropdown-menu .dropdown-menu:before {
        display: none; } }
@media (max-width: 767px) {
  .navbar .togglebttn {
    visibility: visible;
    display: inline-block; }
  .navbar ul li a {
    padding: 16px 25px; }
  .navbar .navcollapse {
    max-height: 340px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: absolute;
    margin-left: -15px;
    left: 0;
    width: calc(100% + 25px);
    top: 72px;
    background-color: #FFF;
    z-index: 99999;
    border-bottom: 1px solid #EEE;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar .navcollapse ul {
      float: none !important; }
    .navbar .navcollapse li {
      display: block;
      border-bottom: 1px solid #EEE; }
      .navbar .navcollapse li.current-menu-item a {
        color: #333; }
      .navbar .navcollapse li a {
        color: #333; }
      .navbar .navcollapse li:last-of-type {
        border-bottom: 0px; }
  .navbar .dropdown-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    text-align: left;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #f37021;
    border: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar .dropdown-menu li {
      display: block;
      border-bottom: 1px solid #ee610d; }
      .navbar .dropdown-menu li:last-of-type {
        border-bottom: 1px solid #ee610d; }
      .navbar .dropdown-menu li a {
        padding: 12px 25px;
        background-color: transparent;
        display: block;
        color: #FFF; }
        .navbar .dropdown-menu li a:hover {
          color: #FFF;
          background-color: #ee610d; }
      .navbar .dropdown-menu li.current-menu-item a {
        color: #FFF !important; }
    .navbar .dropdown-menu:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 25px;
      top: -8px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 8px 7.5px;
      border-color: transparent transparent #f37021 transparent; }
    .navbar .dropdown-menu.dropdown:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' fill='%23121212' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 7v4H5.83l3.58-3.59L8 6l-6 6 6 6 1.41-1.41L5.83 13H21V7z'/%3E%3C/svg%3E"); }
    .navbar .dropdown-menu .dropdown-menu {
      display: block !important;
      position: relative !important;
      top: auto;
      right: auto !important; }
      .navbar .dropdown-menu .dropdown-menu li a:before {
        content: '- ';
        margin-right: 8px; }
      .navbar .dropdown-menu .dropdown-menu:before {
        display: none; } }
/* IMAGES
* -------------------------- */
img {
  max-width: 100%;
  height: auto; }

.image {
  max-width: 100%;
  height: auto; }
  .image.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .image.rounded {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
  @supports (-webkit-box-reflect: below) {
    .image.reflect {
      -webkit-box-reflect: below 0 -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
      -webkit-box-reflect: below 0 -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
      -webkit-box-reflect: below 0 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7)); } }

/* BUTTONS
 * -------------------------- */
a.bttn {
  color: #FFF; }
  a.bttn.success {
    color: #FFF; }
  a.bttn.error {
    color: #FFF; }
  a.bttn.info {
    color: #FFF; }

.bttn, .wpcf7 input[type="submit"], .mailchimp input[type="submit"], .woocommerce input[type="submit"], .woocommerce button.button {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #FFF;
  background-color: #f37021;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none; }
  .bttn.slide, .wpcf7 input.slide[type="submit"], .mailchimp input.slide[type="submit"], .woocommerce input.slide[type="submit"], .woocommerce button.button.slide {
    padding: 10px 15px; }
  .bttn.etsy, .wpcf7 input.etsy[type="submit"], .mailchimp input.etsy[type="submit"], .woocommerce input.etsy[type="submit"], .woocommerce button.button.etsy {
    background: #d5641c; }
    .bttn.etsy svg, .wpcf7 input.etsy[type="submit"] svg, .mailchimp input.etsy[type="submit"] svg, .woocommerce input.etsy[type="submit"] svg, .woocommerce button.button.etsy svg {
      vertical-align: middle; }
  .bttn.facebook, .wpcf7 input.facebook[type="submit"], .mailchimp input.facebook[type="submit"], .woocommerce input.facebook[type="submit"], .woocommerce button.button.facebook {
    background: #3B5998; }
    .bttn.facebook svg, .wpcf7 input.facebook[type="submit"] svg, .mailchimp input.facebook[type="submit"] svg, .woocommerce input.facebook[type="submit"] svg, .woocommerce button.button.facebook svg {
      vertical-align: middle; }
  .bttn.instagram, .wpcf7 input.instagram[type="submit"], .mailchimp input.instagram[type="submit"], .woocommerce input.instagram[type="submit"], .woocommerce button.button.instagram {
    background: #cd486b; }
    .bttn.instagram svg, .wpcf7 input.instagram[type="submit"] svg, .mailchimp input.instagram[type="submit"] svg, .woocommerce input.instagram[type="submit"] svg, .woocommerce button.button.instagram svg {
      vertical-align: middle; }
  .bttn.twitter, .wpcf7 input.twitter[type="submit"], .mailchimp input.twitter[type="submit"], .woocommerce input.twitter[type="submit"], .woocommerce button.button.twitter {
    background: #1da1f2; }
    .bttn.twitter svg, .wpcf7 input.twitter[type="submit"] svg, .mailchimp input.twitter[type="submit"] svg, .woocommerce input.twitter[type="submit"] svg, .woocommerce button.button.twitter svg {
      vertical-align: middle; }
  .bttn:hover, .wpcf7 input[type="submit"]:hover, .mailchimp input[type="submit"]:hover, .woocommerce input[type="submit"]:hover, .woocommerce button.button:hover {
    background-color: #df5b0c; }
  .bttn:active, .wpcf7 input[type="submit"]:active, .mailchimp input[type="submit"]:active, .woocommerce input[type="submit"]:active, .woocommerce button.button:active {
    background-color: #ee610d; }
  .bttn.lg, .wpcf7 input.lg[type="submit"], .mailchimp input.lg[type="submit"], .woocommerce input.lg[type="submit"], .woocommerce button.button.lg {
    padding: 13px 25px; }
  .bttn.sm, .wpcf7 input.sm[type="submit"], .mailchimp input.sm[type="submit"], .woocommerce input.sm[type="submit"], .woocommerce button.button.sm {
    padding: 7px 13px; }
  .bttn.block, .wpcf7 input.block[type="submit"], .mailchimp input.block[type="submit"], .woocommerce input.block[type="submit"], .woocommerce button.button.block {
    display: block;
    width: 100%;
    text-align: center; }

/* LABELS
 * -------------------------- */
/* CARDS
 * -------------------------- */
.card {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  margin-bottom: 15px; }
  .card .card-img {
    max-width: 100%;
    height: auto; }
  .card .price, .card .prices__block .title .item__price, .prices__block .title .card .item__price {
    float: right;
    font-weight: bold;
    color: #4d6dfa; }
  .card .content {
    padding: 10px 30px 20px 30px; }
  .card .bttn, .card .wpcf7 input[type="submit"], .wpcf7 .card input[type="submit"], .card .mailchimp input[type="submit"], .mailchimp .card input[type="submit"], .card .woocommerce input[type="submit"], .woocommerce .card input[type="submit"] {
    margin-bottom: 0px; }

/* ALERTS
 * -------------------------- */
.alert {
  display: block;
  padding: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  background-color: #EEE;
  border-color: #e1e1e1;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .alert.warning {
    color: rgba(0, 0, 0, 0.6); }
  .alert.success {
    color: rgba(0, 0, 0, 0.6); }
  .alert.info {
    color: rgba(255, 255, 255, 0.7); }
  .alert.error {
    color: rgba(255, 255, 255, 0.7); }

.alert-block {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 0px;
  margin-bottom: 15px; }
  .alert-block .content {
    display: block;
    text-align: center;
    padding: 40px;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.5); }
    .alert-block .content i {
      font-size: 50px;
      margin-top: 20px;
      margin-bottom: 20px; }
    .alert-block .content span {
      display: block;
      margin-top: 10px; }
      .alert-block .content span.title {
        font-size: 140%;
        color: rgba(0, 0, 0, 0.7); }
  .alert-block .dismiss {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px; }
  .alert-block.error i {
    color: #F73859; }
  .alert-block.warning i {
    color: #FBD157; }
  .alert-block.success i {
    color: #3ecf8e; }
  .alert-block.info i {
    color: #4d6dfa; }

/* FORMS
 * -------------------------- */
.aws-search-form .aws-search-field {
  padding: 8px 15px;
  width: 100%;
  min-width: 100% !important; }
@media (max-width: 767px) {
  .aws-search-form {
    max-width: 100%; } }

.aws-search-result .aws_result_item img {
  width: 100px !important; }

.woocommerce a.button {
  color: #FFF;
  background-color: #f37021; }
  .woocommerce a.button:hover {
    background-color: #df5b0c;
    color: #FFF; }
  .woocommerce a.button:visited, .woocommerce a.button:active {
    color: #FFF; }

.wpcf7 input[type="text"],
.wpcf7 input[type="search"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="week"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 textarea,
.wpcf7 select, .mailchimp input[type="text"],
.mailchimp input[type="search"],
.mailchimp input[type="email"],
.mailchimp input[type="password"],
.mailchimp input[type="tel"],
.mailchimp input[type="url"],
.mailchimp input[type="number"],
.mailchimp input[type="week"],
.mailchimp input[type="date"],
.mailchimp input[type="month"],
.mailchimp input[type="time"],
.mailchimp input[type="datetime"],
.mailchimp input[type="datetime-local"],
.mailchimp textarea,
.mailchimp select, .woocommerce input[type="text"],
.woocommerce input[type="search"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce input[type="url"],
.woocommerce input[type="number"],
.woocommerce input[type="week"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce textarea,
.woocommerce select {
  max-width: 100% !important;
  display: block;
  width: auto;
  padding: 12px 15px;
  font-size: 15px;
  background-color: #FFF;
  border: 1px solid #AAA;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus, .mailchimp input[type="text"]:focus,
.mailchimp input[type="search"]:focus,
.mailchimp input[type="email"]:focus,
.mailchimp input[type="password"]:focus,
.mailchimp input[type="tel"]:focus,
.mailchimp input[type="url"]:focus,
.mailchimp input[type="color"]:focus,
.mailchimp input[type="number"]:focus,
.mailchimp input[type="week"]:focus,
.mailchimp input[type="date"]:focus,
.mailchimp input[type="month"]:focus,
.mailchimp input[type="time"]:focus,
.mailchimp input[type="datetime"]:focus,
.mailchimp input[type="datetime-local"]:focus,
.mailchimp textarea:focus,
.mailchimp select:focus, .woocommerce input[type="text"]:focus,
.woocommerce input[type="search"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="tel"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce input[type="color"]:focus,
.woocommerce input[type="number"]:focus,
.woocommerce input[type="week"]:focus,
.woocommerce input[type="date"]:focus,
.woocommerce input[type="month"]:focus,
.woocommerce input[type="time"]:focus,
.woocommerce input[type="datetime"]:focus,
.woocommerce input[type="datetime-local"]:focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
  outline: none;
  border: 1px solid #f37021; }
.wpcf7 label, .mailchimp label, .woocommerce label {
  color: #777; }

.wpcf7 input[type="text"],
.wpcf7 input[type="search"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="week"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 textarea,
.wpcf7 select {
  min-width: 100%; }
.wpcf7 label {
  display: block;
  margin: 8px 0px;
  color: #777; }
  .wpcf7 label input, .wpcf7 label textarea {
    margin-top: 10px; }

/* TOOLTIPS
 * -------------------------- */
.tooltip {
  position: relative; }
  .tooltip:after {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    text-transform: capitalize;
    font-size: 12px;
    position: absolute;
    font-weight: normal;
    top: -34px;
    left: 0;
    height: 28px;
    line-height: 28px;
    content: attr(data-tooltip);
    background-color: #4d6dfa;
    padding: 0px 10px;
    color: #FFF;
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    pointer-events: none;
    white-space: nowrap;
    outline: none; }
  .tooltip:before {
    content: '';
    visibility: hidden;
    display: inline-block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: -7px;
    left: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
    border-width: 8px 6px 0 6px;
    border-color: #4d6dfa transparent transparent transparent;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
    pointer-events: none;
    outline: none; }
  .tooltip:hover:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }
  .tooltip:hover:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

/* UTILITY ( REQUIRES BUTTONS IMPORT )
 * -------------------------- */
.error {
  background: #F73859;
  border-color: #f61f45; }

.success {
  background: #3ecf8e;
  border-color: #30c381; }

.info {
  background: #4d6dfa;
  border-color: #3459f9; }

.warning {
  background: #FBD157;
  border-color: #faca3e; }

.float-right {
  float: right; }

.float-left {
  float: left; }

code {
  white-space: pre-wrap;
  padding: 1px 7px;
  border-radius: 3px;
  margin: 0;
  border: none;
  font-size: 14px;
  word-wrap: break-word;
  display: inline-block;
  color: #F73859;
  background: #FFF;
  border: 1px solid #EEE; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.boxshadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.boxshadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.boxshadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.boxshadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.boxshadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.boxshadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.disabled {
  cursor: not-allowed;
  opacity: .5; }

.show-lg {
  display: block !important; }

.hide-lg {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .show-md {
    display: block !important; }

  .hide-md {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .show-sm {
    display: block !important; }

  .hide-sm {
    display: none !important; } }
@media (max-width: 767px) {
  .show-xs {
    display: block !important; }

  .hide-xs {
    display: none !important; } }
/* SLICK
 * -------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

/* STRIP
 * -------------------------- */
/*!
 * Strip - An Unobtrusive Responsive Lightbox - v<%= pkg.version %>
 * (c) 2014-<%= grunt.template.today("yyyy") %> Nick Stakenburg
 *
 * http://www.stripjs.com
 *
 * Licensing:
 * - Commercial: http://www.stripjs.com/license
 * - Non-commercial: http://creativecommons.org/licenses/by-nc-nd/3.0
 */
.strp-window {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #121212;
  font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif; }

.strp-window.strp-vertical {
  height: 0;
  width: 100%; }

/* margin is added around the window to keep a visual reference
 * to the underlying page at all times.
 */
.strp-window {
  margin-left: 40px; }

.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px; }

/* fullscreen on smaller screens (iPhone 6+ and smaller)
 * since min-width is used to make this work it won't show on IE8, but
 * we're not expecting that browser to have a mobile sized screen anyway
 */
@media all and (max-width: 414px) and (orientation: portrait), all and (max-width: 736px) and (max-height: 414px) {
  .strp-window.strp-horizontal {
    min-width: 100%; } }
@media all and (max-height: 414px) and (orientation: landscape), all and (max-height: 736px) and (max-width: 414px) {
  .strp-window.strp-vertical {
    min-height: 100%; } }
/* z-index */
.strp-window,
.strp-spinner-move {
  z-index: 99999; }

/* reset box-sizing */
.strp-window,
.strp-window [class^='strp-'],
.strp-spinner-move,
.strp-spinner-move [class^='strp-'] {
  box-sizing: border-box; }

/* Chrome hack, this fixes a visual glitch when quickly toggling a video */
.strp-window {
  transform: translateZ(0px); }

/* some properties on the window are used to toggle things
 * like margin and the fullscreen mode,
 * we reset those properties after measuring them
 */
.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }

.strp-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* sides */
.strp-side-right {
  top: 0;
  right: 0; }

.strp-side-right .strp-pages {
  top: 0;
  right: 0; }

.strp-side-right .strp-page {
  top: 0;
  right: 0; }

.strp-side-right .strp-close {
  top: 0;
  right: 0; }

.strp-side-left {
  top: 0;
  left: 0; }

.strp-side-left .strp-pages {
  top: 0;
  left: 0; }

.strp-side-left .strp-page {
  top: 0;
  left: 0; }

.strp-side-left .strp-close {
  top: 0;
  right: 0; }

.strp-side-top {
  top: 0;
  left: 0; }

.strp-side-top .strp-pages {
  top: 0;
  left: 0; }

.strp-side-top .strp-page {
  top: 0;
  left: 0; }

.strp-side-top .strp-close {
  top: 0;
  right: 0; }

.strp-side-bottom {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-close {
  top: 0;
  right: 0; }

.strp-page {
  position: absolute;
  width: 100%;
  height: 100%; }

.strp-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #121212;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* youtube & vimeo use overlap:false, this adds padding
   to make sure buttons don't overlap the content.
   navbutton = 72 = 54 + (2 * 9 margin)
   closebutton = 48
*/
.strp-no-overlap .strp-container {
  padding: 48px 72px; }

.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0; }

.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px; }

.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px; }

.strp-hovering-clickable .strp-container {
  cursor: pointer; }

.strp-content-element {
  position: absolute;
  top: 50%;
  left: 50%; }

.strp-content-element iframe {
  float: left;
  width: 100%;
  height: 100%; }

.strp-container img {
  display: inline-block;
  vertical-align: middle; }

.strp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  background: black;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto; }

.strp-caption {
  width: auto;
  display: inline;
  white-space: wrap; }

.strp-position {
  color: #b3b3b3;
  float: right;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap; }

/* links */
.strp-info a,
.strp-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline; }

.strp-info a:hover {
  color: #eee; }

/* < > */
.strp-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.strp-nav-previous {
  left: 0; }

.strp-nav-next {
  right: 0;
  left: auto; }

.strp-nav-disabled {
  cursor: default; }

.strp-nav-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.strp-nav-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010; }

.strp-nav-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* X */
.strp-close {
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.strp-close-background,
.strp-close-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 26px;
  width: 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.strp-close-background {
  filter: alpha(opacity=80);
  opacity: .8;
  background-color: #101010; }

.strp-close:hover .strp-close-background {
  background-color: #161616; }

.strp-has-error .strp-container {
  background-color: #ca3434; }

.strp-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin-left: -120px;
  margin-top: -120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("img/strip-skins/strip/error.svg"); }

.strp-no-svg .strp-error {
  background-image: url("img/strip-skins/strip/error.png"); }

/* Spinner - loading icon, wrapped by a div that moves it */
.strp-spinner-move {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 0;
  /* ensure overflow during a jQuery animation */
  overflow: visible !important; }

.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0; }

.strp-spinner {
  width: 48px;
  height: 48px;
  float: left;
  position: relative; }

/* different sides */
.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px; }

.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right; }

.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px; }

.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px; }

@-moz-keyframes strp-spinner-spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.strp-spinner-rotate,
.strp-spinner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.strp-spinner-line {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  margin-left: -1px;
  height: 3px;
  border-radius: 1px;
  z-index: 80;
  /* amount of lines, removed later on */
  color: inherit;
  /* color of the dots, inherited from text on the page */ }

/*
 * ===== Skin: strip =====
 */
/* < > */
.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent; }

.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/previous.svg"); }

.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/next.svg"); }

/* IE7-8/no-svg (using a faded png) */
.strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/previous-faded.png");
  opacity: 1; }

.strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/next-faded.png");
  opacity: 1; }

.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: .6; }

/* normal state */
.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1; }

/* mobile-touch always has normal states at full opacity */
/* < > : hover */
.strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon,
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon {
  opacity: 1; }

/* IE7-8/no-svg (unfaded png) */
.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/previous.png"); }

.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
  background-image: url("img/strip-skins/strip/next.png"); }

/* Reduce < > button size on narrow screens (iPhone 6 and smaller) */
@media all and (max-width: 375px) and (orientation: portrait), all and (max-height: 375px) and (max-width: 667px) {
  .strp-window-skin-strip .strp-nav {
    width: 48px;
    height: 60px;
    margin: 0 5px;
    margin-top: -30px; }

  /* < > */
  .strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/previous-small.svg"); }

  .strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/next-small.svg"); }

  /* IE7-8/no-svg (using a faded png) */
  .strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/previous-small-faded.png"); }

  .strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/next-small-faded.png"); }

  /* IE7-8/no-svg (unfaded png) */
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/previous-small.png"); }

  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
    background-image: url("img/strip-skins/strip/next-small.png"); }

  /* also reduce padding
     navbutton = 58 = 48 + (2 * 5 margin)
     closebutton = 48
   */
  .strp-no-overlap .strp-container {
    padding: 48px 58px; }

  .strp-no-overlap.strp-no-sides .strp-container {
    padding: 48px 0; }

  .strp-vertical .strp-no-overlap .strp-container {
    padding: 0 58px; }

  .strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
    padding: 0 48px; } }
/* X */
.strp-window-skin-strip .strp-close .strp-close-icon {
  background-image: url("img/strip-skins/strip/close.svg");
  opacity: .8; }

.strp-window-skin-strip .strp-close:hover .strp-close-icon {
  opacity: 1; }

/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.strp-window-skin-strip.strp-mobile-touch .strp-close .strp-close-icon,
.strp-window-skin-strip.strp-mobile-touch .strp-close:hover .strp-close-icon {
  opacity: 1; }

/* IE7-8/no-svg */
.strp-window-skin-strip.strp-no-svg .strp-close .strp-close-icon {
  background-image: url("img/strip-skins/strip/close.png");
  opacity: 1; }

/* here's how to have content slide in with the window when opening and closing  */
/*
.strp-window-skin-strip.strp-side-left.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-left.strp-closing  .strp-page { left: auto; right: 0; }
.strp-window-skin-strip.strp-side-right.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-right.strp-closing  .strp-page { left: 0; right: auto; }
.strp-window-skin-strip.strp-side-top.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-top.strp-closing  .strp-page { bottom: 0; top: auto; }
.strp-window-skin-strip.strp-side-bottom.strp-opening  .strp-page,
.strp-window-skin-strip.strp-side-bottom.strp-closing  .strp-page { bottom: auto; top: 0; }
*/
/* GENERAL
 * -------------------------- */
header .maincontainer {
  padding: 6px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header .maincontainer .logo {
    width: auto;
    max-height: 70px; }
    @media (max-width: 767px) {
      header .maincontainer .logo {
        max-height: 40px;
        width: auto; } }
    @media (min-width: 1px) and (max-width: 320px) {
      header .maincontainer .logo {
        max-height: 30px;
        width: auto; } }

@media (max-width: 767px) {
  .textwidget, .subcategories-list {
    display: none; } }

.filter__toggle {
  padding: 8px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none; }
  @media (max-width: 767px) {
    .filter__toggle {
      display: flex; } }

.subcategories-list {
  list-style: none;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #777;
  margin-bottom: 0px; }
  .subcategories-list li {
    width: 100%; }
    .subcategories-list li a {
      display: block;
      text-align: left;
      width: 100%;
      padding: 10px 15px;
      border-bottom: 1px solid #e9ebee;
      color: #777; }
      .subcategories-list li a:hover {
        color: #f37021;
        background-color: #FFF; }
      .subcategories-list li a:visited {
        color: #777; }

.seperator {
  width: 100%;
  height: 5px;
  background-color: #f37021; }

.slider {
  display: block; }
  .slider .slider__item {
    min-height: 600px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .slider .slider__item h3 {
      padding: 10px;
      font-size: 28px;
      background-color: rgba(0, 0, 0, 0.4);
      color: #FFF; }
    .slider .slider__item p, .slider .slider__item .shop__widgets .textwidget, .shop__widgets .slider .slider__item .textwidget, .slider .slider__item .product_meta, .slider .slider__item .product__meta .inner__content, .product__meta .slider .slider__item .inner__content {
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.4);
      color: #FFF; }
    @media (max-width: 767px) {
      .slider .slider__item {
        min-height: 450px; } }

.block__intro {
  padding: 80px 0px; }
  .block__intro .card__item {
    min-height: 500px;
    background: #f6f7f9;
    border: 1px solid #e9ebee; }
    .block__intro .card__item .title {
      display: block;
      min-width: 100%; }
      .block__intro .card__item .title h2 {
        font-size: 18px;
        text-transform: none;
        margin: 0px;
        padding: 15px;
        background-color: #FFF;
        border-bottom: 1px solid #e9ebee;
        display: block;
        width: 100%; }
    .block__intro .card__item .card__content {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-height: auto; }
      .block__intro .card__item .card__content .contents {
        padding: 20px;
        display: block;
        min-width: 100%; }
        .block__intro .card__item .card__content .contents .mailchimp form {
          display: block;
          min-width: 100%; }
          .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert {
            margin-top: 10px;
            padding: 10px;
            background: #FFF;
            border: 1px solid #DDD; }
            .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success p, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success .shop__widgets .textwidget, .shop__widgets .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success .textwidget, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success .product_meta, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success .product__meta .inner__content, .product__meta .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert.mc4wp-success .inner__content {
              color: #2baf74; }
            .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert p, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert .shop__widgets .textwidget, .shop__widgets .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert .textwidget, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert .product_meta, .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert .product__meta .inner__content, .product__meta .block__intro .card__item .card__content .contents .mailchimp form .mc4wp-alert .inner__content {
              font-size: 14px;
              margin-bottom: 0px; }
        .block__intro .card__item .card__content .contents .mailchimp .mc4wp-form-fields {
          display: flex;
          width: 100%;
          min-width: 100%; }
          .block__intro .card__item .card__content .contents .mailchimp .mc4wp-form-fields input[type="email"] {
            margin-top: 0px;
            display: flex;
            background: #FFF; }
          .block__intro .card__item .card__content .contents .mailchimp .mc4wp-form-fields input[type="submit"] {
            margin: 0px; }

.search__container {
  background: #f37021;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 300ms all ease-in-out;
  -moz-transition: 300ms all ease-in-out;
  -ms-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  max-height: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px 0px; }
  .search__container .aws-search-field {
    width: 100%; }
  .search__container.active {
    height: 100px;
    max-height: 100%; }
  .search__container form {
    display: flex; }
    .search__container form .labl {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      color: #FFF;
      font-size: 22px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .search__container form .labl {
          display: none; } }
    .search__container form input[type="text"] {
      padding: 8px 15px;
      height: 40px;
      display: flex;
      margin: 0px;
      border: 0px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      .search__container form input[type="text"]:focus {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
    .search__container form input[type="submit"] {
      display: flex;
      align-self: stretch;
      height: 40px;
      flex-grow: 1;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-color: #FFF;
      border: 0px;
      color: #333;
      margin: 0px;
      border-left: 1px solid #DDD;
      background-color: #EEE;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .search__container form input[type="submit"]:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }

.woocommerce div.images img {
  margin-bottom: 0px !important; }

aside.cart {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  -webkit-transform: translateX(420px);
  -moz-transform: translateX(420px);
  -ms-transform: translateX(420px);
  -o-transform: translateX(420px);
  transform: translateX(420px);
  -webkit-transition: 400ms all ease;
  -moz-transition: 400ms all ease;
  -ms-transition: 400ms all ease;
  -o-transition: 400ms all ease;
  transition: 400ms all ease;
  width: 420px;
  height: 100vh;
  background-color: #FFF; }
  aside.cart.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  aside.cart .cart__title {
    height: 98px;
    background-color: #f37021;
    color: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative; }
    aside.cart .cart__title button {
      -webkit-appearance: none;
      -webkit-box-align: center;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      outline: none;
      background-color: transparent;
      color: #121212;
      position: absolute;
      right: 15px;
      height: 50px;
      width: 50px;
      border: 0px;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    aside.cart .cart__title span {
      display: inline-block;
      margin: 0px 10px;
      color: #121212; }
  aside.cart .widget_shopping_cart_content {
    padding: 15px; }
    aside.cart .widget_shopping_cart_content .mini_cart_item {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      border-bottom: 1px solid #EEE; }
      aside.cart .widget_shopping_cart_content .mini_cart_item img {
        height: 64px;
        width: 64px; }
      aside.cart .widget_shopping_cart_content .mini_cart_item a {
        color: #f37021; }
        aside.cart .widget_shopping_cart_content .mini_cart_item a:visited, aside.cart .widget_shopping_cart_content .mini_cart_item a:hover {
          color: #f37021; }
  aside.cart .woocommerce-mini-cart__total {
    position: absolute;
    bottom: 70px;
    left: 0;
    padding: 0px 15px !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 10px !important;
    align-items: center; }
  aside.cart .woocommerce-mini-cart__buttons.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px; }
    aside.cart .woocommerce-mini-cart__buttons.buttons .wc-forward, aside.cart .woocommerce-mini-cart__buttons.buttons .wc-forward.checkout {
      width: 48%;
      text-align: center;
      margin-right: 0px; }
  aside.cart .woocommerce-mini-cart__buttons.wcppec-cart-widget-spb {
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin-bottom: 0px;
    width: calc(100% - 30px); }
  aside.cart .widget_shopping_cart {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll; }
  @media (max-width: 767px) {
    aside.cart {
      width: 100%;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
      aside.cart .cart__title {
        height: 60px; } }

.single.single-product .woocommerce-product-gallery__image.flex-active-slide {
  min-height: 400px; }

.single.single-product .woocommerce-product-gallery__image.flex-active-slide a img {
  max-height: 400px;
  width: auto !important;
  margin: 0 auto !important; }

.single.single-product .woocommerce-product-gallery__image.flex-active-slide a {
  text-align: center;
  width: 100%; }

.coupon input[type="text"] {
  min-width: 200px;
  padding: 9px 15px !important; }

.woocommerce-Tabs-panel--description h2 {
  display: none; }

.summary .product_title {
  font-size: 24pt; }

.woocommerce .quantity .qty {
  width: 4.2em; }

.page-numbers a:visited {
  color: #f37021; }

.products .product {
  position: relative; }
  .products .product .added_to_cart {
    display: none; }
  .products .product .woocommerce-loop-product__title {
    font-size: 1.3em !important; }
  .products .product a .price, .products .product a .prices__block .title .item__price, .prices__block .title .products .product a .item__price {
    float: left; }
    .products .product a .price .amount, .products .product a .prices__block .title .item__price .amount, .prices__block .title .products .product a .item__price .amount {
      font-size: 18px;
      font-weight: bold; }

.woocommerce-MyAccount-content {
  border: 1px solid #EEE;
  background-color: #f6f7f9;
  padding: 15px; }

.woocommerce-MyAccount-navigation {
  padding-top: 50px;
  position: relative;
  border: 1px solid #EEE; }
  .woocommerce-MyAccount-navigation:after {
    content: 'Account Menu';
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
    position: absolute;
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    color: #333; }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    background-color: #f6f7f9; }
    .woocommerce-MyAccount-navigation ul li {
      width: 100%; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #f37021;
        color: #FFF; }
        .woocommerce-MyAccount-navigation ul li.is-active a:visited {
          color: #FFF; }
          .woocommerce-MyAccount-navigation ul li.is-active a:visited:hover {
            color: #FFF; }
        .woocommerce-MyAccount-navigation ul li.is-active a:hover {
          color: #FFF; }
      .woocommerce-MyAccount-navigation ul li a {
        display: block;
        border-bottom: 1px solid #EEE;
        padding: 12px 15px; }
        .woocommerce-MyAccount-navigation ul li a:before {
          content: '///';
          letter-spacing: 2px;
          color: #333;
          margin-right: 8px; }
        .woocommerce-MyAccount-navigation ul li a:hover {
          background-color: #f6f7f9; }
        .woocommerce-MyAccount-navigation ul li a:visited {
          color: #f37021; }

.searchbttn, .basketbttn, .accountbttn {
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  background-color: #f37021;
  padding: 5px;
  height: 44px;
  width: 44px;
  border: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #121212; }
  .searchbttn:hover, .searchbttn:visited, .basketbttn:hover, .basketbttn:visited, .accountbttn:hover, .accountbttn:visited {
    color: #121212; }
  .searchbttn:visited:hover, .basketbttn:visited:hover, .accountbttn:visited:hover {
    color: #121212; }
  .searchbttn .material-icons, .basketbttn .material-icons, .accountbttn .material-icons {
    font-size: 24px; }
  @media (min-width: 1px) and (max-width: 320px) {
    .searchbttn, .basketbttn, .accountbttn {
      height: 30px;
      width: 30px; } }

.related__products, .additional__info {
  background-color: #f6f7f9; }
  .related__products .content, .additional__info .content {
    border-bottom: 1px solid #e9ebee;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    padding: 15px;
    text-align: left; }
    .related__products .content p:last-of-type, .related__products .content .shop__widgets .textwidget:last-of-type, .shop__widgets .related__products .content .textwidget:last-of-type, .related__products .content .product_meta:last-of-type, .related__products .content .product__meta .inner__content:last-of-type, .product__meta .related__products .content .inner__content:last-of-type, .additional__info .content p:last-of-type, .additional__info .content .shop__widgets .textwidget:last-of-type, .shop__widgets .additional__info .content .textwidget:last-of-type, .additional__info .content .product_meta:last-of-type, .additional__info .content .product__meta .inner__content:last-of-type, .product__meta .additional__info .content .inner__content:last-of-type {
      margin-bottom: 0px; }
  .related__products h2.title, .additional__info h2.title {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px;
    font-size: 18px;
    text-transform: none;
    background-color: #f37021;
    color: #FFF;
    margin-top: 20px; }
  .related__products .product__item, .additional__info .product__item {
    display: block;
    width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    background-color: #f6f7f9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    -ms-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease; }
    .related__products .product__item .inner, .additional__info .product__item .inner {
      min-width: 100%; }
    .related__products .product__item a, .additional__info .product__item a {
      color: #121212; }
    .related__products .product__item .product__img, .additional__info .product__item .product__img {
      position: relative; }
      .related__products .product__item .product__img .actions, .additional__info .product__item .product__img .actions {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(243, 112, 33, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 400ms all ease;
        -moz-transition: 400ms all ease;
        -ms-transition: 400ms all ease;
        -o-transition: 400ms all ease;
        transition: 400ms all ease;
        font-family: "Fira Sans", sans-serif;
        text-transform: uppercase;
        font-weight: bold; }
        .related__products .product__item .product__img .actions a, .additional__info .product__item .product__img .actions a {
          color: #FFF;
          border: 2px solid #FFF;
          padding: 10px 20px; }
          .related__products .product__item .product__img .actions a:hover, .additional__info .product__item .product__img .actions a:hover {
            color: #f37021;
            background-color: #FFF; }
      .related__products .product__item .product__img img, .additional__info .product__item .product__img img {
        margin-bottom: 0px;
        width: 100%;
        min-width: 100%;
        display: block; }
    .related__products .product__item .product__title, .additional__info .product__item .product__title {
      border: 1px solid #e9ebee;
      min-height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .related__products .product__item .product__title .title, .additional__info .product__item .product__title .title {
        display: flex;
        width: 100%;
        padding: 0px 0px 0px 15px; }
        .related__products .product__item .product__title .title h2, .additional__info .product__item .product__title .title h2 {
          font-size: 17px;
          margin: 0; }
      .related__products .product__item .product__title .price, .related__products .product__item .product__title .prices__block .title .item__price, .prices__block .title .related__products .product__item .product__title .item__price, .additional__info .product__item .product__title .price, .additional__info .product__item .product__title .prices__block .title .item__price, .prices__block .title .additional__info .product__item .product__title .item__price {
        border-left: 1px solid #EEE;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35%;
        flex-grow: 1;
        align-self: stretch; }
    .related__products .product__item:hover, .additional__info .product__item:hover {
      box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15); }
      .related__products .product__item:hover .product__img .actions, .additional__info .product__item:hover .product__img .actions {
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: all; }
    @media (max-width: 767px) {
      .related__products .product__item .product__title .title h2, .additional__info .product__item .product__title .title h2 {
        font-size: 14px; }
      .related__products .product__item .product__title .price, .related__products .product__item .product__title .prices__block .title .item__price, .prices__block .title .related__products .product__item .product__title .item__price, .additional__info .product__item .product__title .price, .additional__info .product__item .product__title .prices__block .title .item__price, .prices__block .title .additional__info .product__item .product__title .item__price {
        width: 50%; }
      .related__products .product__item:nth-child(2n), .additional__info .product__item:nth-child(2n) {
        margin-right: 0px; } }

.price, .prices__block .title .item__price {
  float: right;
  font-size: 18px;
  text-align: center;
  margin-top: -3px;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #3ecf8e;
  text-transform: none;
  font-family: "Lato", sans-serif !important; }

.product__container, .search__results {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product__container .product__item, .search__results .product__item {
    display: flex;
    flex-grow: 1;
    align-self: auto;
    width: 32.3333%;
    max-width: 32.3333%;
    margin-right: 1%;
    min-height: 30px;
    margin-bottom: 20px;
    -webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    -ms-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease; }
    .product__container .product__item .inner, .search__results .product__item .inner {
      min-width: 100%; }
    .product__container .product__item:nth-child(3n), .search__results .product__item:nth-child(3n) {
      margin-right: 0px; }
    .product__container .product__item a, .search__results .product__item a {
      color: #121212; }
    .product__container .product__item .product__img, .search__results .product__item .product__img {
      position: relative; }
      .product__container .product__item .product__img .actions, .search__results .product__item .product__img .actions {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(243, 112, 33, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 400ms all ease;
        -moz-transition: 400ms all ease;
        -ms-transition: 400ms all ease;
        -o-transition: 400ms all ease;
        transition: 400ms all ease;
        font-family: "Fira Sans", sans-serif;
        text-transform: uppercase;
        font-weight: bold; }
        .product__container .product__item .product__img .actions a, .search__results .product__item .product__img .actions a {
          color: #FFF;
          border: 2px solid #FFF;
          padding: 10px 20px; }
          .product__container .product__item .product__img .actions a:hover, .search__results .product__item .product__img .actions a:hover {
            color: #f37021;
            background-color: #FFF; }
      .product__container .product__item .product__img img, .search__results .product__item .product__img img {
        margin-bottom: 0px;
        width: 100%;
        min-width: 100%;
        display: block; }
    .product__container .product__item .product__title, .search__results .product__item .product__title {
      border: 1px solid #DDD;
      background-color: #f6f7f9;
      min-height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .product__container .product__item .product__title .title, .search__results .product__item .product__title .title {
        display: flex;
        width: 100%;
        padding: 0px 0px 0px 15px; }
        .product__container .product__item .product__title .title h2, .search__results .product__item .product__title .title h2 {
          font-size: 17px;
          margin: 0; }
      .product__container .product__item .product__title .price, .product__container .product__item .product__title .prices__block .title .item__price, .prices__block .title .product__container .product__item .product__title .item__price, .search__results .product__item .product__title .price, .search__results .product__item .product__title .prices__block .title .item__price, .prices__block .title .search__results .product__item .product__title .item__price {
        border-left: 1px solid #EEE;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35%;
        flex-grow: 1;
        align-self: stretch; }
    .product__container .product__item:hover .product__img .actions, .search__results .product__item:hover .product__img .actions {
      opacity: 1;
      filter: alpha(opacity=100);
      pointer-events: all; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product__container .product__item, .search__results .product__item {
        width: 32.333%;
        max-width: 32.333%; }
        .product__container .product__item:nth-child(4n), .search__results .product__item:nth-child(4n) {
          margin-right: 1%; }
        .product__container .product__item:nth-child(3n), .search__results .product__item:nth-child(3n) {
          margin-right: 0px; } }
    @media (max-width: 767px) {
      .product__container .product__item, .search__results .product__item {
        width: 49%;
        max-width: 49%; }
        .product__container .product__item .product__title .title h2, .search__results .product__item .product__title .title h2 {
          font-size: 14px; }
        .product__container .product__item .product__title .price, .product__container .product__item .product__title .prices__block .title .item__price, .prices__block .title .product__container .product__item .product__title .item__price, .search__results .product__item .product__title .price, .search__results .product__item .product__title .prices__block .title .item__price, .prices__block .title .search__results .product__item .product__title .item__price {
          width: 50%; }
        .product__container .product__item:nth-child(2n), .search__results .product__item:nth-child(2n) {
          margin-right: 0px; }
        .product__container .product__item:nth-child(3n), .search__results .product__item:nth-child(3n) {
          margin-right: 1%; } }

.variations .value select {
  margin-bottom: 10px; }
.variations .label label {
  color: #f37021; }

.shop__widgets {
  background: #f6f7f9;
  border: 1px solid #e9ebee; }
  .shop__widgets .textwidget {
    padding: 15px; }
    .shop__widgets .textwidget .facetwp-facet {
      margin-bottom: 0px; }
    .shop__widgets .textwidget .facetwp-checkbox {
      background-size: 20px 20px;
      padding-left: 28px; }
  .shop__widgets h2 {
    font-size: 18px;
    text-transform: none;
    margin: 0px;
    padding: 15px;
    background-color: #FFF;
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee;
    display: block;
    width: 100%; }
  .shop__widgets .widget:first-of-type h2 {
    border-top: 0px; }

.product_meta {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5); }
  .product_meta .posted_in {
    display: block;
    width: 100%; }
    .product_meta .posted_in a {
      display: inline-block;
      color: #f37021; }
      .product_meta .posted_in a:visited, .product_meta .posted_in a:hover {
        color: #f37021 !important; }

.product__meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #EEE;
  margin-top: 50px; }
  .product__meta h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    margin: 0px;
    height: 50px;
    width: 30%;
    max-width: 30%;
    padding: 12px 15px;
    text-transform: none !important;
    font-size: 16px !important;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    background-color: #FAFAFA;
    color: #f37021; }
    .product__meta h4 strong {
      font-weight: normal !important; }
    .product__meta h4:last-of-type {
      border-bottom: 0px;
      height: 70px; }
  .product__meta .inner__content {
    width: 70%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    padding: 0px 15px;
    margin: 0px;
    border-bottom: 1px solid #EEE; }
    .product__meta .inner__content:last-of-type {
      border-bottom: 0px;
      height: 70px; }
  @media (max-width: 767px) {
    .product__meta {
      flex-direction: column; }
      .product__meta h4, .product__meta .inner__content {
        display: block;
        width: 100%;
        border-right: 0px;
        max-width: 100%;
        height: auto;
        padding: 15px; }
        .product__meta h4:last-of-type, .product__meta .inner__content:last-of-type {
          height: auto; } }

.entry-summary .price, .entry-summary .prices__block .title .item__price, .prices__block .title .entry-summary .item__price {
  float: none;
  text-align: left;
  margin-top: 30px;
  font-size: 24px; }
.entry-summary input.qty {
  height: 35px;
  font-size: 20px;
  border: 0px;
  border-bottom: 1px solid #EEE; }

.event__ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0px;
  background-color: #f37021;
  color: #FFF; }
  .event__ticker a {
    color: #FFF; }
    .event__ticker a:visited {
      color: #FFF; }
    .event__ticker a:hover {
      color: rgba(255, 255, 255, 0.7); }
  .event__ticker .diagonal-marquee {
    transform: rotate(45deg); }
  .event__ticker .marquee3k__copy {
    box-sizing: border-box; }
    .event__ticker .marquee3k__copy span {
      padding-right: 100px;
      box-sizing: border-box; }
      @media (min-width: 1200px) {
        .event__ticker .marquee3k__copy span {
          padding-right: 600px; } }

.flex-control-nav {
  padding: 32px 0 0 0;
  position: relative;
  width: 100%;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  margin-top: 16px !important; }
  .flex-control-nav.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(0.9); }
  .flex-control-nav li {
    margin: 0 16px 16px 0 !important;
    display: inline-block !important;
    float: none !important; }
    .flex-control-nav li img {
      width: 100%;
      max-height: 113px !important;
      min-height: 113px !important;
      object-fit: cover !important;
      object-position: center !important; }

.flex-control-nav {
  margin-top: 16px !important; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none !important; }

.woocommerce-product-gallery .wp-post-image {
  margin-bottom: 16px !important; }

.up-sells.products h2:first-child {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center; }
  .up-sells.products h2:first-child:before, .up-sells.products h2:first-child:after {
    content: '///';
    color: #f37021; }
  .up-sells.products h2:first-child:before {
    margin-right: 8px; }
  .up-sells.products h2:first-child:after {
    margin-left: 8px; }

.related.products {
  background-color: #FAFAFA;
  border-top: 1px solid #EEE;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  margin-top: 40px;
  padding-bottom: 30px; }
  .related.products ul.products {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .related.products ul.products {
        max-width: 100%; } }
  .related.products h2:first-child {
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center; }
    .related.products h2:first-child:before, .related.products h2:first-child:after {
      content: '///';
      color: #f37021; }
    .related.products h2:first-child:before {
      margin-right: 8px; }
    .related.products h2:first-child:after {
      margin-left: 8px; }
  @media (max-width: 767px) {
    .related.products {
      padding: 30px 15px; } }

.wc-tabs-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .wc-tabs-wrapper .wc-tabs {
    width: 28%;
    border: 0px;
    padding-left: 0px !important;
    border-top: 1px solid #f37021 !important; }
    .wc-tabs-wrapper .wc-tabs:before {
      display: none !important; }
    .wc-tabs-wrapper .wc-tabs li {
      border-top: 0px !important;
      border-left: 1px solid #f37021 !important;
      border-right: 1px solid #f37021 !important;
      border-bottom: 1px solid #f37021 !important;
      display: block !important;
      background: transparent !important;
      color: #f37021;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .wc-tabs-wrapper .wc-tabs li:before, .wc-tabs-wrapper .wc-tabs li:after {
        border: 0px !important;
        display: none; }
      .wc-tabs-wrapper .wc-tabs li.active {
        background: #f37021 !important; }
        .wc-tabs-wrapper .wc-tabs li.active a {
          color: #FFF !important; }
      .wc-tabs-wrapper .wc-tabs li a {
        display: block !important;
        width: 100%;
        color: #f37021 !important;
        padding: 15px 8px !important; }
        .wc-tabs-wrapper .wc-tabs li a:before {
          content: '///';
          margin-right: 5px;
          color: #121212; }
  .wc-tabs-wrapper .woocommerce-Tabs-panel {
    width: 72%;
    padding: 0px 15px !important;
    border-left: 1px solid #f37021 !important; }
    .wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
      margin-top: 0px;
      color: #f37021;
      font-weight: bold; }
  @media (max-width: 767px) {
    .wc-tabs-wrapper {
      flex-wrap: wrap; }
      .wc-tabs-wrapper .wc-tabs, .wc-tabs-wrapper .woocommerce-Tabs-panel {
        width: 100%; } }

.fourohfour {
  min-height: 500px; }

.enlarge {
  width: 100%;
  display: block;
  margin-bottom: 10px !important; }

.tabgroup {
  background-color: #f6f7f9;
  border-left: 1px solid #e9ebee;
  border-right: 1px solid #e9ebee;
  border-bottom: 1px solid #e9ebee;
  padding: 20px; }
  .tabgroup p:last-of-type, .tabgroup .shop__widgets .textwidget:last-of-type, .shop__widgets .tabgroup .textwidget:last-of-type, .tabgroup .product_meta:last-of-type, .tabgroup .product__meta .inner__content:last-of-type, .product__meta .tabgroup .inner__content:last-of-type {
    margin-bottom: 0px; }

.product__info .section__title h2 {
  font-size: 18px;
  text-transform: none;
  margin: 0px;
  padding: 15px;
  background-color: #f6f7f9;
  border: 1px solid #e9ebee;
  margin-bottom: 20px; }
.product__info .feature__container {
  text-align: center;
  width: 100%;
  min-height: 300px; }
  .product__info .feature__container img {
    margin-bottom: 0px; }
  .product__info .feature__container .price__label {
    background-color: #f37021;
    padding: 12px 15px;
    font-weight: bold;
    display: block;
    color: #FFF;
    margin-bottom: 30px; }

.child__category {
  border-left: 1px solid #EEE;
  padding-left: 15px; }
  .child__category h1 {
    display: block;
    margin-top: 0px;
    font-size: 17px;
    text-transform: none;
    padding: 15px;
    background-color: #f6f7f9;
    border: 1px solid #e9ebee; }
  .child__category ul {
    list-style-type: none;
    padding-left: 0px;
    width: 100%;
    text-align: left; }
    .child__category ul li {
      width: 100%;
      background-color: #f6f7f9;
      border-top: 1px solid #e9ebee;
      border-right: 1px solid #e9ebee;
      border-left: 1px solid #e9ebee;
      text-align: left; }
      .child__category ul li.current-cat {
        background-color: #f37021; }
        .child__category ul li.current-cat a {
          color: #FFF; }
      .child__category ul li a {
        padding: 8px 15px;
        color: #f37021;
        display: block; }
      .child__category ul li:last-of-type {
        border-bottom: 1px solid #e9ebee; }
  @media (max-width: 767px) {
    .child__category {
      padding-left: 0px;
      border-left: 0px; } }

.category__container, .child__category ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category__container .category__parent, .child__category ul .category__parent {
    display: block;
    width: 100%; }
  .category__container .category__item, .child__category ul .category__item {
    display: flex;
    flex-grow: 1;
    align-self: auto;
    margin: 5px;
    width: 25%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    /* @include filter(grayscale,1);    */
    background-color: #777;
    background-blend-mode: multiply;
    -webkit-transition: 200ms all ease;
    -moz-transition: 200ms all ease;
    -ms-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    transition: 200ms all ease;
    /*         &:nth-child(3n+1) {
                width:40%;
                flex-grow:1;
            }        
            &:nth-child(3n+2) {
                width:40%;
                flex-grow:1;
            } */ }
    .category__container .category__item:hover, .child__category ul .category__item:hover {
      background-color: #FFF;
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0); }
      .category__container .category__item:hover .category__title, .child__category ul .category__item:hover .category__title {
        background-color: rgba(0, 0, 0, 0.6); }
    .category__container .category__item .category__title, .child__category ul .category__item .category__title {
      padding: 15px;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      display: flex;
      align-self: center;
      justify-content: center;
      color: #FFF;
      -webkit-transition: 200ms all ease;
      -moz-transition: 200ms all ease;
      -ms-transition: 200ms all ease;
      -o-transition: 200ms all ease;
      transition: 200ms all ease;
      letter-spacing: 2px; }
      .category__container .category__item .category__title h3, .child__category ul .category__item .category__title h3 {
        margin: 0px;
        color: #FFF;
        font-size: 18px; }
      .category__container .category__item .category__title a, .child__category ul .category__item .category__title a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        color: #FFF;
        display: block; }
        .category__container .category__item .category__title a:visited, .child__category ul .category__item .category__title a:visited, .category__container .category__item .category__title a:hover, .child__category ul .category__item .category__title a:hover {
          color: #FFF; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category__container .category__item, .child__category ul .category__item {
        width: 50%; } }
    @media (max-width: 767px) {
      .category__container .category__item, .child__category ul .category__item {
        width: 50%;
        height: 200px; } }

.browsing {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: -10px;
  font-size: 14px;
  margin-top: 30px; }

.prices__block {
  width: 100%;
  background-color: #f6f7f9;
  min-height: 10px; }
  .prices__block .price__info .content {
    border-bottom: 1px solid #e9ebee;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    padding: 15px;
    text-align: left; }
    .prices__block .price__info .content p, .prices__block .price__info .content .shop__widgets .textwidget, .shop__widgets .prices__block .price__info .content .textwidget, .prices__block .price__info .content .product_meta, .prices__block .price__info .content .product__meta .inner__content, .product__meta .prices__block .price__info .content .inner__content {
      margin-bottom: 0px; }
  .prices__block h2 {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 15px;
    font-size: 18px;
    text-transform: none;
    background-color: #f37021;
    color: #FFF; }
  .prices__block ul {
    list-style-type: none;
    padding-left: 0px; }
    .prices__block ul li {
      padding: 10px 0px; }
  .prices__block .price__item {
    border-bottom: 1px solid #e9ebee;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    padding: 15px;
    text-align: left; }
  .prices__block .title {
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Fira Sans", sans-serif !important; }
    .prices__block .title .item__name {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      align-self: stretch;
      flex-grow: 1;
      text-align: left; }
      .prices__block .title .item__name h5 {
        text-transform: none;
        margin: 0px; }
    .prices__block .title .item__price {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      color: #2baf74;
      font-weight: bold;
      width: 30%;
      font-size: 18px; }
    .prices__block .title form {
      min-width: 100%;
      display: block; }

.product__name h1 {
  font-family: "Lato", sans-serif !important;
  font-size: 22px;
  font-weight: bolder;
  text-transform: none;
  margin-top: 0px; }

.productslider__container {
  width: 100%;
  overflow: visible; }
  .productslider__container .slick-list {
    overflow: visible; }
  .productslider__container .slider__item {
    min-height: 300px;
    background-color: #f6f7f9;
    border: 1px solid #e9ebee;
    margin: 0px 20px; }
    .productslider__container .slider__item .slider__img {
      width: 100%;
      display: block;
      height: auto !important; }
      .productslider__container .slider__item .slider__img a {
        display: block !important; }
      .productslider__container .slider__item .slider__img img {
        object-fit: cover;
        width: 100%;
        height: 300px; }
        @media (max-width: 767px) {
          .productslider__container .slider__item .slider__img img {
            height: 200px; } }
      .productslider__container .slider__item .slider__img .wp-post-image {
        margin-bottom: 0px; }
    .productslider__container .slider__item .slider__content {
      display: block;
      width: 100%;
      padding: 20px; }
      .productslider__container .slider__item .slider__content a {
        display: block !important; }
      .productslider__container .slider__item .slider__content h2, .productslider__container .slider__item .slider__content h3 {
        font-size: 16px;
        text-transform: none;
        margin: 0px; }
        .productslider__container .slider__item .slider__content h2 .price, .productslider__container .slider__item .slider__content h2 .prices__block .title .item__price, .prices__block .title .productslider__container .slider__item .slider__content h2 .item__price, .productslider__container .slider__item .slider__content h3 .price, .productslider__container .slider__item .slider__content h3 .prices__block .title .item__price, .prices__block .title .productslider__container .slider__item .slider__content h3 .item__price {
          color: #3ecf8e;
          float: right; }
          @media (max-width: 767px) {
            .productslider__container .slider__item .slider__content h2 .price, .productslider__container .slider__item .slider__content h2 .prices__block .title .item__price, .prices__block .title .productslider__container .slider__item .slider__content h2 .item__price, .productslider__container .slider__item .slider__content h3 .price, .productslider__container .slider__item .slider__content h3 .prices__block .title .item__price, .prices__block .title .productslider__container .slider__item .slider__content h3 .item__price {
              float: none !important;
              display: block !important;
              width: 100%;
              margin-top: 10px; } }

.product__specs .spec__container {
  border: 1px solid #EEE; }
  .product__specs .spec__container h2 {
    font-size: 18px;
    text-transform: none;
    margin: 0px;
    padding: 15px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #dde1e5; }
  .product__specs .spec__container .spec__item {
    border-bottom: 1px solid #dde1e5;
    display: flex; }
    .product__specs .spec__container .spec__item .title {
      padding: 12px 15px;
      display: flex;
      color: #f37021;
      width: 30%;
      font-weight: bold;
      background-color: #f0f2f5;
      border-right: 1px solid #dde1e5; }
    .product__specs .spec__container .spec__item .text {
      padding: 12px 15px;
      display: flex;
      width: 100%;
      align-self: stretch;
      flex-grow: 1;
      background-color: #FFF;
      margin-bottom: 0px; }

.product__gallery .gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product__gallery .gallery__container img, .product__gallery .gallery__container a {
    display: flex;
    flex-grow: 1;
    align-self: auto;
    height: auto;
    object-fit: cover;
    border: 1px solid #e9ebee; }
    @media (min-width: 768px) and (max-width: 991px) {
      .product__gallery .gallery__container img, .product__gallery .gallery__container a {
        width: 50%; } }
    @media (max-width: 767px) {
      .product__gallery .gallery__container img, .product__gallery .gallery__container a {
        width: 50%;
        height: 130px; } }
  .product__gallery .gallery__container img {
    padding: 10px; }
    @media (max-width: 767px) {
      .product__gallery .gallery__container img {
        padding: 5px; } }
  .product__gallery .gallery__container a {
    position: relative; }
  .product__gallery .gallery__container .alt {
    position: absolute;
    bottom: 10px;
    padding: 15px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: calc(100% - 20px);
    margin-left: 10px;
    color: #FFF; }
    @media (max-width: 767px) {
      .product__gallery .gallery__container .alt {
        display: none; } }

section.pagecontent {
  padding: 40px 0px; }
section.recent__products {
  padding: 60px 0px 120px 0px; }
section.searchresults {
  padding: 40px 0px;
  min-height: 500px; }

body.single-product section.pagecontent {
  padding: 40px 0px 0px 0px; }

.wp-pagenavi {
  background-color: white;
  display: flex;
  z-index: 10;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms all ease;
  -moz-transition: 400ms all ease;
  -ms-transition: 400ms all ease;
  -o-transition: 400ms all ease;
  transition: 400ms all ease;
  /* justify-content: space-between; */ }
  .wp-pagenavi:hover {
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15); }
  .wp-pagenavi a {
    color: #333; }
  .wp-pagenavi > * {
    border: 1px solid #e9ebee;
    background: #f6f7f9;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333; }
    .wp-pagenavi > *.pages {
      width: 100px;
      font-size: 14px; }
    .wp-pagenavi > *.current {
      border: 1px solid #d5580c;
      background: #f37021;
      color: #FFF; }

.breadcrumb {
  padding: 20px 0px;
  background-color: #FAFAFA;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px; }
  .breadcrumb .nav_crumb {
    display: inline-block;
    color: #444;
    font-weight: 400; }
    .breadcrumb .nav_crumb a {
      color: #f37021; }
    .breadcrumb .nav_crumb:before {
      content: '///';
      margin-right: 10px;
      color: #f37021; }
    .breadcrumb .nav_crumb:after {
      content: '///';
      margin-left: 10px;
      color: #f37021; }
  @media (max-width: 767px) {
    .breadcrumb {
      font-size: 15px; } }

footer {
  background: #121212;
  padding: 15px 0px; }
  footer .footer__nav ul {
    list-style-type: none;
    padding-left: 0px; }
    footer .footer__nav ul li {
      display: inline-block;
      font-size: 13px; }
      footer .footer__nav ul li a {
        color: #FFF; }
      footer .footer__nav ul li:after {
        content: ' - ';
        color: #f37021; }
      footer .footer__nav ul li:last-of-type:after {
        content: ''; }
  footer svg {
    vertical-align: middle;
    width: 20px;
    height: 20px; }
    footer svg path {
      fill: #FFF; }
  footer p, footer .shop__widgets .textwidget, .shop__widgets footer .textwidget, footer .product_meta, footer .product__meta .inner__content, .product__meta footer .inner__content {
    margin: 0px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px; }
    footer p a, footer .shop__widgets .textwidget a, .shop__widgets footer .textwidget a, footer .product_meta a, footer .product__meta .inner__content a, .product__meta footer .inner__content a {
      color: #FFF; }
      footer p a:visited, footer .shop__widgets .textwidget a:visited, .shop__widgets footer .textwidget a:visited, footer .product_meta a:visited, footer .product__meta .inner__content a:visited, .product__meta footer .inner__content a:visited {
        color: #FFF; }
  @media (max-width: 767px) {
    footer .bttn, footer .wpcf7 input[type="submit"], .wpcf7 footer input[type="submit"], footer .mailchimp input[type="submit"], .mailchimp footer input[type="submit"], footer .woocommerce input[type="submit"], .woocommerce footer input[type="submit"] {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    footer {
      text-align: center; }
      footer .text-right {
        text-align: center; } }

/* WORDPRESS HELPERS
 * ----------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 35px 35px; }

.alignleft {
  float: left;
  margin: 5px 35px 35px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 35px 35px; }

a img.alignnone {
  margin: 5px 35px 35px 0; }

a img.alignleft {
  float: left;
  margin: 5px 35px 35px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text, .wp-caption .shop__widgets .wp-caption-text.textwidget, .shop__widgets .wp-caption .wp-caption-text.textwidget, .wp-caption .wp-caption-text.product_meta, .wp-caption .product__meta .wp-caption-text.inner__content, .product__meta .wp-caption .wp-caption-text.inner__content {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-post-image {
  margin-bottom: 20px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* PATTERNS
 * ----------------------------- */
/* GOOGLE MAP
 * ----------------------------- */
#map {
  min-height: 550px;
  width: 100%; }

/* OUTDATED BROWSER 
* ------------------------------ */
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #fff; }

* html #outdated {
  position: absolute; }

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px; }

#outdated p, #outdated .shop__widgets .textwidget, .shop__widgets #outdated .textwidget, #outdated .product_meta, #outdated .product__meta .inner__content, .product__meta #outdated .inner__content {
  font-size: 12px;
  line-height: 12px;
  margin: 0; }

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer; }

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff; }

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px; }

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 0px;
  background-color: transparent;
  outline: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px; }

/*# sourceMappingURL=style.css.map */
