html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: #222222;
  text-decoration: none;
}

a img {
  border: none;
}

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

button,
input,
input[type=text],
input[type=button],
textarea {
  outline: none;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
input,
textarea,
li {
  margin: 0;
  padding: 0;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
html.no-scroll #page,
body.no-scroll #page {
  overflow: hidden;
}

body {
  font-family: 'nimbus-sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #222222;
  background: #262626;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
a:hover {
  color: #0dcab2;
}

#page,
#content-wrapper {
  background: #f7f7f7;
}

.block-title {
  font-size: 24px;
  text-align: center;
}
.block-title span {
  display: block;
  font-size: 16px;
}

.no-display {
  display: none;
}

.icon {
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}

.clearfix:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

#error-notification,
.cart-empty {
  width: 500px;
  margin: 50px auto;
  padding: 40px;
  background: #ffffff;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 5px 20px 0 rgba(34, 34, 34, 0.07);
}
#error-notification span,
.cart-empty span {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px;
}
#error-notification .button-set,
.cart-empty .button-set {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #error-notification {
    width: 300px;
    font-size: 15px;
  }
  #error-notification span {
    font-size: 20px;
  }
}
.col {
  border: 0 solid rgba(255, 255, 255, 0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* 1. 2 Column Grid 0px - 759px
-----------------------------------------------------------------------------

Span 1:    49.0%
Span 2:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .col {
    margin-left: 0;
    padding: 0;
  }

  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }

  /*
  Add your semantic classnames in alongside their corresponding spans here. e.g.

  .span_3,
  .my_semantic_class_name {
      ...
  }

  */
  .span_1 {
    width: 50%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_2 {
    margin-left: 0;
    width: 100%;
  }
}
/* 2. 5 Column Grid 760px - 1019px
-----------------------------------------------------------------------------

Span 1:    18.4%
Span 2:    38.8%
Span 3:    59.2%
Span 4:    79.6%
Span 5:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col {
    margin-left: 0;
    padding: 0;
  }

  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }

  .span_1 {
    width: 20%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_2 {
    width: 40%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_3 {
    width: 60%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_4 {
    width: 80%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_5 {
    margin-left: 0;
    width: 100%;
  }
}
/* 3. 10 Column Grid 1024px - Infinity
-----------------------------------------------------------------------------

Span 1:    8.2%
Span 2:    18.4%
Span 3:    28.6%
Span 4:    38.8%
Span 5:    49.0%
Span 6:    59.2%
Span 7:    69.4%
Span 8:    79.6%
Span 9:    89.8%
Span 10:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .col {
    margin-left: 0;
    padding: 0;
  }

  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0;
  }

  .span_1 {
    width: 10%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_2 {
    width: 20%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_3 {
    width: 30%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_4 {
    width: 40%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_5 {
    width: 50%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_6 {
    width: 60%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_7 {
    width: 70%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_8 {
    width: 80%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_9 {
    width: 90%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0;
  }

  .span_10 {
    margin-left: 0;
    width: 100%;
  }
}
html,
body {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
header.pushed {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

#page {
  position: relative;
  left: 0;
  margin-left: 100px;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 2;
}

#content-wrapper {
  position: relative;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#content-wrapper.pushed {
  left: 250px;
}

#content {
  width: 100%;
  overflow: hidden;
  min-height: 700px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 100px 50px 50px 50px;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  #content {
    padding: 60px 10px;
  }
}

@media (max-width: 767px) {
  header {
    bottom: inherit;
    height: 50px;
    width: 100%;
    right: 0;
    z-index: 3;
  }

  #page {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #page,
  #content-wrapper {
    position: relative;
    overflow-x: hidden;
  }

  #content-wrapper {
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #content-wrapper.pushed {
    left: 0;
    -webkit-transform: translate(250px, 0);
    -moz-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
#overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(232, 232, 232, 0.8);
  z-index: 4;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#overlay.active {
  visibility: visible;
  opacity: 1;
}
#overlay.active.cart {
  right: 430px;
}

header {
  background: #222222;
}
header .nav-wrapper {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
header .category-block a {
  display: block;
  padding: 12px 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
}
header .category-block a:hover {
  color: #ffffff;
}
header .language-switch {
  position: absolute;
  bottom: 0;
  width: 100px;
  padding: 10px 0;
  background: #111111;
}
header .language-switch img {
  margin-left: 10px;
  width: 16px;
}
header .language-switch span {
  font-size: 10px;
  color: #ffffff;
}
header .language-switch img,
header .language-switch span {
  vertical-align: middle;
}
header .language-switch a {
  opacity: .4;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
header .language-switch a:hover {
  opacity: 1;
}
header .logo {
  display: block;
  margin: 15px 0 0 15px;
  width: 65px;
}
header .logo .main-logo {
  fill: #ffffff;
}

@media (max-width: 767px) {
  header .logo {
    display: none;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111111;
  }

  .category-block a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
    background: #111111;
  }
  .category-block a:hover {
    color: #0dcab2;
  }

  .language-switch {
    padding: 13px 0;
  }
  .language-switch span,
  .language-switch img {
    vertical-align: middle;
  }
  .language-switch span {
    margin-left: 5px;
    color: #ffffff;
  }
  .language-switch img {
    width: 30px;
    margin-left: 20px;
  }
  .language-switch a {
    opacity: .4;
    -webkit-transition: -webkit-all 0.15s ease;
    -moz-transition: -moz-all 0.15s ease;
    -ms-transition: -ms-all 0.15s ease;
    -o-transition: -o-all 0.15s ease;
    transition: all 0.15s ease;
  }
  .language-switch a:hover {
    opacity: 1;
  }
}
#mobile-header {
  display: none;
}

nav {
  position: relative;
}
nav ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #222222;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
nav ul li.active {
  border-bottom: 1px solid #0dcab2;
}
nav ul li.active > a {
  color: #0dcab2;
}
nav ul li:hover > a {
  color: #0dcab2;
}
nav ul li a {
  display: block;
  padding: 12px 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  white-space: nowrap;
}
nav ul li a .icon {
  display: none;
}
nav ul li .sub-level {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100px;
  padding: 50px;
  background: #262626;
  -webkit-transition: -webkit-all 0.6s ease;
  -moz-transition: -moz-all 0.6s ease;
  -ms-transition: -ms-all 0.6s ease;
  -o-transition: -o-all 0.6s ease;
  transition: all 0.6s ease;
}
nav ul li .sub-level li {
  border-bottom: 1px solid #262626;
}
nav ul li .sub-level li a {
  padding: 10px 0;
}
nav ul li .sub-level.active {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
nav ul li .sub-level .cat-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #666666;
}
nav ul li .sub-level .feature {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  nav ul li a,
  header .category-block a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #mobile-header {
    position: relative;
    display: block;
    background: #262626;
  }
  #mobile-header p {
    height: 50px;
    padding: 0 50px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
  }
  #mobile-header p a {
    display: block;
    color: #ffffff;
  }
  #mobile-header .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 5px;
    fill: #ffffff;
    cursor: pointer;
  }
  #mobile-header .cart-notification {
    opacity: 1;
    position: absolute;
    top: 3px;
    right: -3px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #0dcab2;
    -webkit-transition: -webkit-all 0.15s ease;
    -moz-transition: -moz-all 0.15s ease;
    -ms-transition: -ms-all 0.15s ease;
    -o-transition: -o-all 0.15s ease;
    transition: all 0.15s ease;
  }

  #mobile-menu {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
  #mobile-menu .lines {
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #ebebeb;
    -webkit-transition: -webkit-all 0.15s ease;
    -moz-transition: -moz-all 0.15s ease;
    -ms-transition: -ms-all 0.15s ease;
    -o-transition: -o-all 0.15s ease;
    transition: all 0.15s ease;
  }
  #mobile-menu .lines:before, #mobile-menu .lines:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #ebebeb;
    -webkit-transition: -webkit-all 0.15s ease;
    -moz-transition: -moz-all 0.15s ease;
    -ms-transition: -ms-all 0.15s ease;
    -o-transition: -o-all 0.15s ease;
    transition: all 0.15s ease;
  }
  #mobile-menu .lines:before {
    top: -6px;
  }
  #mobile-menu .lines:after {
    bottom: -6px;
  }
  #mobile-menu.close .cart-notification {
    opacity: 0;
  }
  #mobile-menu.close .lines {
    background: transparent;
  }
  #mobile-menu.close .lines:before, #mobile-menu.close .lines:after {
    width: 16px;
  }
  #mobile-menu.close .lines:before {
    top: 5px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  #mobile-menu.close .lines:after {
    top: -5px;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .additional,
  .language-switch {
    display: none;
  }

  nav {
    position: absolute;
    top: 100px;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  nav ul {
    width: 250px;
  }
  nav ul li {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    border: none;
  }
  nav ul li.all-link {
    display: block;
  }
  nav ul li a {
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: #111111;
  }
  nav ul li a .icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    fill: #999999;
    -webkit-transition: -webkit-all 0.15s ease;
    -moz-transition: -moz-all 0.15s ease;
    -ms-transition: -ms-all 0.15s ease;
    -o-transition: -o-all 0.15s ease;
    transition: all 0.15s ease;
  }
  nav ul li a.active .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  nav ul li.parent a .icon {
    display: block;
  }
  nav ul li .sub-level {
    display: block;
    opacity: 1;
    position: relative;
    left: 0;
    height: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: -webkit-all 0.6s ease;
    -moz-transition: -moz-all 0.6s ease;
    -ms-transition: -ms-all 0.6s ease;
    -o-transition: -o-all 0.6s ease;
    transition: all 0.6s ease;
  }
  nav ul li .sub-level.active {
    height: auto;
    max-height: 1000px;
  }
  nav ul li .sub-level a {
    background: #222222;
    border: none;
  }
  nav ul li .sub-level li {
    border: none;
  }
  nav ul li .sub-level li a {
    display: block;
    padding: 15px 20px;
  }
  nav ul li .sub-level .cat-title {
    display: none;
  }
  nav ul li .sub-level .feature {
    margin: 0;
  }
  nav ul li .sub-level .alphabetical {
    display: none;
  }
  nav.visible .additional,
  nav.visible .language-switch {
    display: block;
  }
}
#top-bar {
  position: fixed;
  top: 0;
  left: 100px;
  right: 0;
  height: 60px;
  background: #fdfdfd;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 5px 15px 0 rgba(34, 34, 34, 0.05);
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#top-bar > a {
  float: right;
  display: block;
  height: 59px;
  border-left: 1px solid #ebebeb;
}
#top-bar > a:hover {
  background: #ebebeb;
}
#top-bar > a .icon {
  width: 60px;
  padding: 5px;
  fill: #0dcab2;
}
#top-bar > a span {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  line-height: 60px;
  text-transform: uppercase;
  color: #666666;
}
#top-bar > a span.count {
  padding: 0;
}
#top-bar .cart .title {
  display: none;
}
#top-bar .cart.loaded {
  background: #0dcab2;
}
#top-bar .cart.loaded span {
  color: #ffffff;
}
#top-bar .cart.loaded .icon {
  fill: #ffffff;
}

@media (max-width: 1024px) {
  #top-bar .customer-account span {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-bar {
    display: none;
  }

  #cart,
  .customer-account {
    display: block;
    height: 50px;
    padding: 0 15px;
  }
  #cart .icon,
  .customer-account .icon {
    width: 50px;
    height: 50px;
  }
  #cart span,
  .customer-account span {
    line-height: 50px;
    vertical-align: top;
    text-transform: uppercase;
  }

  #cart {
    background: #ffffff;
    color: #0dcab2;
  }
  #cart .icon {
    fill: #0dcab2;
  }
  #cart.loaded {
    color: #ffffff;
    background: #0dcab2;
  }
  #cart.loaded .icon {
    fill: #ffffff;
  }

  .customer-account {
    background: #111111;
    border-bottom: 1px solid #666666;
  }
  .customer-account .icon {
    fill: #ffffff;
  }
  .customer-account span {
    color: #ffffff;
  }
}
input,
input[type=text],
textarea {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
input:focus,
input[type=text]:focus,
textarea:focus {
  background: #ffffff;
  border: 1px solid #0dcab2;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 35px;
  pointer-events: inherit;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #0dcab2;
}
input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  height: 5px;
  width: 12px;
  border: solid #0dcab2;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

label.dropdown,
.drop-select {
  display: inline-block;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}
label.dropdown select,
.drop-select select {
  display: block;
  position: relative;
  width: 100%;
  color: #222222;
  background: transparent;
  padding: 5px 20px 5px 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  height: 39px;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  appearance: none;
  border: none;
  z-index: 1;
}
label.dropdown select:focus,
.drop-select select:focus {
  outline: none;
}
label.dropdown:after,
.drop-select:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 16px;
  right: 6px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #222222 transparent transparent transparent;
}

.input-box {
  position: relative;
  display: inline-block;
}

[placeholder]::-webkit-input-placeholder {
  color: #ebebeb;
  font-weight: 300;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(235, 235, 235, 0.3);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ebebeb;
  font-weight: 300;
}

[placeholder]:focus:-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(235, 235, 235, 0.3);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ebebeb;
  font-weight: 300;
}

[placeholder]:focus::-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(235, 235, 235, 0.3);
}

:-ms-input-placeholder {
  color: #ebebeb;
  font-weight: 300;
}

[placeholder]:focus:-ms-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(235, 235, 235, 0.3);
}

.dark [placeholder]::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.dark [placeholder]:focus::-webkit-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3);
}
.dark :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 300;
}
.dark [placeholder]:focus:-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3);
}
.dark ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-weight: 300;
}
.dark [placeholder]:focus::-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3);
}
.dark :-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.dark [placeholder]:focus:-ms-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3);
}

.button-set {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button-set button,
  .button-set .button {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

button,
.button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
  padding: 10px 40px;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
button:hover,
.button:hover {
  text-decoration: none;
  color: #0dcab2;
}
button:hover .icon,
.button:hover .icon {
  fill: #0dcab2;
}
button.normal,
.button.normal {
  color: #0dcab2;
  text-transform: uppercase;
  border: 1px solid #0dcab2;
}
button.normal .icon,
.button.normal .icon {
  fill: #0dcab2;
}
button.normal:hover,
.button.normal:hover {
  color: #ffffff;
  background: #0dcab2;
}
button.normal:hover .icon,
.button.normal:hover .icon {
  fill: #ffffff;
}
button.strong,
.button.strong {
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #0dcab2;
  background: #0dcab2;
}
button.strong .icon,
.button.strong .icon {
  fill: #ffffff;
}
button.strong:hover,
.button.strong:hover {
  background: #13dac1;
  border: 1px solid #13dac1;
}
button.strong.checkout,
.button.strong.checkout {
  display: block;
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
}
button.cart,
.button.cart {
  display: block;
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  button,
  .button {
    padding: 10px 20px;
  }
  button.cart,
  .button.cart {
    padding: 15px 20px;
  }
}
button:disabled, button.sold-out, button.in-store-only,
.button:disabled,
.button.sold-out,
.button.in-store-only {
  color: #ffffff;
}
button:disabled .icon, button.sold-out .icon, button.in-store-only .icon,
.button:disabled .icon,
.button.sold-out .icon,
.button.in-store-only .icon {
  fill: #ffffff;
}
button:disabled:hover, button.sold-out:hover, button.in-store-only:hover,
.button:disabled:hover,
.button.sold-out:hover,
.button.in-store-only:hover {
  color: #ffffff;
  cursor: inherit;
}
button:disabled:hover .icon, button.sold-out:hover .icon, button.in-store-only:hover .icon,
.button:disabled:hover .icon,
.button.sold-out:hover .icon,
.button.in-store-only:hover .icon {
  fill: #ffffff;
}
button:disabled,
.button:disabled {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
button:disabled:hover,
.button:disabled:hover {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
button.sold-out, button.in-store-only,
.button.sold-out,
.button.in-store-only {
  background: #666666;
  border: 1px solid #666666;
}
button.sold-out:hover, button.in-store-only:hover,
.button.sold-out:hover,
.button.in-store-only:hover {
  background: #666666;
  border: 1px solid #666666;
}
button.in-store-only a,
.button.in-store-only a {
  color: #ffffff;
  text-decoration: underline;
}
button.in-store-only a:hover,
.button.in-store-only a:hover {
  color: #0dcab2;
}

footer .footer-wrapper {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    padding: 0 5px;
  }
}
footer .footer-trust {
  padding: 20px 0 40px 0;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
}
footer .footer-trust .item,
footer .footer-trust .icon {
  display: inline-block;
}
footer .footer-trust .item {
  text-align: center;
  margin-top: 20px;
  margin-left: 40px;
}
footer .footer-trust .item:first-child {
  margin-left: 0;
}
footer .footer-trust .icon {
  width: 40px;
  height: 40px;
  fill: #0dcab2;
  vertical-align: middle;
}
footer .footer-trust span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
footer .footer-newsletter {
  margin-top: 40px;
  padding: 40px 0 70px 0;
  text-align: center;
  background: #ffffff;
}
footer .footer-newsletter form {
  display: inline-block;
  margin-top: 30px;
}
footer .footer-newsletter form input[type=text] {
  width: 65%;
}
footer .footer-coupon {
  padding: 20px 0;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
}
footer .footer-coupon a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
footer .footer-categories {
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
footer .footer-categories .category-block {
  text-align: center;
  margin: 20px 0;
}
footer .footer-categories .category-block .title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .footer-categories .category-block .link {
  display: inline-block;
  margin: 10px 30px;
  text-transform: uppercase;
}
footer .footer-categories .category-block .link a {
  color: #7f7f7f;
}
footer .footer-categories .category-block .link a:hover {
  color: #0dcab2;
}
footer .social-media {
  text-align: center;
  padding: 20px 0;
  background: #f7f7f7;
}
footer .social-media .icon,
footer .social-media a {
  display: inline-block;
}
footer .social-media .icon {
  position: relative;
  width: 20px;
  height: 20px;
  top: 10px;
  fill: #7f7f7f;
}
footer .social-media a {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
footer .social-media a:last-child {
  margin: 0;
}
footer .social-media a:hover .icon {
  fill: #0dcab2;
}

@media (max-width: 1024px) {
  footer .footer-trust span {
    font-size: 12px;
  }
  footer .footer-newsletter .span_6 {
    width: 80%;
    padding: 0;
  }
  footer .footer-newsletter form input[type=text] {
    width: 63%;
  }
}
@media (max-width: 767px) {
  footer .footer-trust .item {
    display: block;
    margin: 20px 0 0 0;
  }
  footer .footer-newsletter .span_6 {
    width: 100%;
    padding: 0;
  }
  footer .footer-newsletter form input[type=text],
  footer .footer-newsletter form button {
    width: 90%;
  }
  footer .footer-newsletter form button {
    margin-top: 5px;
  }
  footer .footer-categories .footer-category {
    width: 100%;
    text-align: center;
  }
  footer .footer-categories .category-block .link {
    display: block;
  }
  footer .footer-categories .category-block a {
    padding: 0;
    background: none;
  }
}
.validation-advice {
  color: #ff1559;
  margin-top: 15px;
  position: absolute;
  right: 50%;
}

ul.messages {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  color: #0dcab2;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
  z-index: 3;
}
ul.messages li {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  ul.messages li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.messages li {
    padding: 0 5px;
  }
}
ul.messages li ul {
  padding: 15px;
  text-align: center;
}

#messages_product_view ul.messages {
  position: relative;
  top: 0;
}

#cart {
  min-width: 0;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#cart .x {
  position: absolute;
  right: 0;
  display: none;
  border-left: 1px solid #ebebeb;
}
#cart.active {
  min-width: 431px;
}
#cart.active.cart.loaded {
  background: #ffffff;
}
#cart.active.cart.loaded .icon {
  fill: #0dcab2;
}
#cart.active.cart.loaded span {
  color: #222222;
}
#cart.active .x {
  display: inline-block;
}
#cart.active:hover {
  background: #ffffff;
}

#mini-cart {
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  width: 430px;
  background: #ffffff;
  -webkit-transform: translateX(430px);
  -moz-transform: translateX(430px);
  -ms-transform: translateX(430px);
  -o-transform: translateX(430px);
  transform: translateX(430px);
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 2;
}
#mini-cart.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#mini-cart .empty {
  padding: 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#mini-cart #cart-sidebar {
  position: absolute;
  top: 0;
  bottom: 200px;
  width: 100%;
  overflow-y: auto;
}
#mini-cart .minicart-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
}
#mini-cart .icon.check {
  position: absolute;
  height: 90px;
  top: -10px;
  left: 75px;
}
#mini-cart .totals {
  padding: 40px 50px 0 50px;
  color: #666666;
}
#mini-cart .totals span {
  display: inline-block;
  float: left;
  vertical-align: top;
}
#mini-cart .totals span.label {
  width: 60%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
#mini-cart .totals span.value {
  width: 40%;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}
#mini-cart .totals span.value span {
  display: block;
  float: none;
}
#mini-cart .totals .grand-total span.value {
  color: #0dcab2;
  font-size: 18px;
  font-weight: 500;
}
#mini-cart .totals .discount span.value {
  color: #0dcab2;
}
#mini-cart .item {
  margin: 0 50px;
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}
#mini-cart .item .product-image-cart,
#mini-cart .item .product-details {
  float: left;
  width: 50%;
}
#mini-cart .item .product-name {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
}
#mini-cart .item .product-name span {
  display: block;
  margin: 10px 0;
  color: #0dcab2;
  font-weight: 500;
}
#mini-cart .item .price {
  letter-spacing: -.5px;
}
#mini-cart .item .old-price {
  float: left;
  text-decoration: line-through;
}
#mini-cart .item .special-price {
  float: right;
  color: #ff1559;
}
#mini-cart .qty-wrapper {
  width: 100%;
}
#mini-cart .qty-wrapper span,
#mini-cart .qty-wrapper div {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #666666;
}
#mini-cart .qty-wrapper input {
  width: 50px;
  color: #0dcab2;
  border: none;
  background: none;
  border-bottom: 1px solid #0dcab2;
}
#mini-cart .qty-wrapper button {
  padding: 8px 15px;
}
#mini-cart .qty-wrapper button:disabled {
  display: none;
}
#mini-cart .qty-wrapper .remove {
  position: absolute;
  display: block;
  width: 40px;
  top: -2px;
  right: -40px;
}
#mini-cart .qty-wrapper .trash {
  fill: #0dcab2;
}
#mini-cart .price-row {
  font-size: 18px;
}
#mini-cart .paypal-logo {
  padding: 20px;
}
#mini-cart .paypal-logo a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #666666;
  background: #ffffff;
}
#mini-cart .paypal-logo a span,
#mini-cart .paypal-logo a img {
  display: inline-block;
  vertical-align: middle;
}
#mini-cart .paypal-logo a img {
  margin-left: 10px;
  width: 80px;
}
#mini-cart .paypal-logo a:hover {
  outline: 1px solid #0dcab2;
}

.loader {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.loader:after {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  font-size: 14px;
  border-top: 5px solid #0dcab2;
  border-right: 5px solid #0dcab2;
  border-bottom: 5px solid #0dcab2;
  border-left: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: spin .4s infinite linear;
  -moz-animation: spin .4s infinite linear;
  -ms-animation: spin .4s infinite linear;
  -o-animation: spin .4s infinite linear;
  animation: spin .4s infinite linear;
}
.loader.loading {
  visibility: visible;
  opacity: 1;
}

.minicart-message {
  display: none;
  padding: 10px;
  color: #0dcab2;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}

#mini-cart .cart-coupon {
  padding: 0 50px;
}
#mini-cart .cart-coupon #toggle-coupon-form {
  display: block;
  visibility: visible;
  opacity: 1;
  color: #0dcab2;
  cursor: pointer;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#mini-cart .cart-coupon #toggle-coupon-form.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
#mini-cart .cart-coupon #discount-coupon-form {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  -ms-transition: -ms-all 0.15s ease;
  -o-transition: -o-all 0.15s ease;
  transition: all 0.15s ease;
}
#mini-cart .cart-coupon #discount-coupon-form.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
#mini-cart .cart-coupon button {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  vertical-align: bottom;
  overflow: hidden;
}
#mini-cart .cart-coupon label {
  display: inline-block;
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  height: 36px;
  line-height: 36px;
}
#mini-cart .cart-coupon input {
  color: #0dcab2;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #0dcab2;
  vertical-align: bottom;
  background: inherit;
  width: 240px;
}
#mini-cart .cart-coupon input:focus {
  background: none;
}
#mini-cart .cart-coupon .input-box {
  float: right;
}
#mini-cart .cart-coupon .icon.check {
  top: -27px;
  left: -27px;
  position: absolute;
  vertical-align: bottom;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (max-width: 767px) {
  #cart .x {
    left: 200px;
  }
  #cart span {
    display: inline-block;
  }

  #mini-cart {
    width: 100%;
    top: 50px;
    border-top: 1px solid #ebebeb;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  #mini-cart #cart-sidebar {
    padding: 0 10px;
  }
  #mini-cart .item {
    padding: 10px 0;
    margin: 0 10px;
  }
  #mini-cart .item .product-image-cart {
    width: 30%;
  }
  #mini-cart .item .product-image-cart img {
    max-width: 100%;
  }
  #mini-cart .item .product-details {
    width: 70%;
  }
  #mini-cart .item .product-name {
    font-size: 16px;
  }
  #mini-cart .price-row {
    font-size: 16px;
  }
  #mini-cart .subtotal {
    padding: 10px;
  }
  #mini-cart .totals {
    padding: 20px 20px 0;
  }
  #mini-cart .cart-coupon {
    padding: 0 20px;
  }
  #mini-cart .cart-coupon input {
    width: 190px;
  }
  #mini-cart .button {
    padding: 20px 10px;
  }
  #mini-cart .icon.check {
    top: -17px;
    left: 15px;
  }
}

#elasticsearch-results .elasticsearch-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10; }
#elasticsearch-results .no-result {
  margin: 50px;
  text-align: center;
  font-weight: 300; }
  #elasticsearch-results .no-result p {
    font-size: 25px;
    margin: 10px 0; }
    #elasticsearch-results .no-result p span {
      font-weight: 700; }

slider,
[slider] {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 25px 0;
  vertical-align: middle; }
  slider div,
  [slider] div {
    white-space: nowrap;
    position: absolute; }
    slider div.bar,
    [slider] div.bar {
      width: 100%;
      height: 100%;
      border-radius: 7px;
      background: #ebebeb;
      overflow: hidden; }
      slider div.bar .selection,
      [slider] div.bar .selection {
        width: 0;
        height: 100%;
        background: #0dcab2; }
    slider div.handle,
    [slider] div.handle {
      cursor: pointer;
      width: 20px;
      height: 20px;
      top: -7px;
      background-color: #0dcab2;
      border: 1px solid #0dcab2;
      z-index: 2;
      border-radius: 3px; }
      slider div.handle:before, slider div.handle:after,
      [slider] div.handle:before,
      [slider] div.handle:after {
        position: absolute;
        content: '';
        background-color: #ebebeb;
        width: 8px;
        height: 1px;
        left: 5px; }
      slider div.handle:before,
      [slider] div.handle:before {
        top: 7px; }
      slider div.handle:after,
      [slider] div.handle:after {
        bottom: 7px; }
    slider div.bubble,
    [slider] div.bubble {
      display: none;
      cursor: default;
      top: -22px;
      padding: 1px 3px 1px 3px;
      font-size: 0.7em;
      font-family: sans-serif; }
      slider div.bubble.active,
      [slider] div.bubble.active {
        display: inline-block; }
      slider div.bubble.limit,
      [slider] div.bubble.limit {
        color: #777; }

.twitter-typeahead {
  display: block !important; }

.tt-menu {
  position: relative !important; }

.tt-query,
.tt-hint {
  padding: .5rem;
  outline: none; }

.tt-hint {
  color: #999999; }

.tt-menu {
  width: 100%;
  padding: 0;
  background-color: #fdfdfd; }

.tt-dataset {
  width: 100%;
  max-height: 372px;
  padding: 0 0 40px 0;
  background-color: #fdfdfd;
  overflow-y: auto; }

.tt-suggestion {
  padding: 10px 5px;
  line-height: 24px; }

.tt-suggestion.tt-is-under-cursor {
  color: #ffffff;
  background-color: #0dcab2; }

.tt-cursor {
  color: #ff1559; }

.tt-suggestion p {
  margin: 0; }

@media (max-width: 767px) {
  .tt-dataset {
    max-height: 200px; } }
[placeholder]::-webkit-input-placeholder {
  color: #999999; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(153, 153, 153, 0.3); }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999; }

[placeholder]:focus:-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(153, 153, 153, 0.3); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999; }

[placeholder]:focus::-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(153, 153, 153, 0.3); }

:-ms-input-placeholder {
  color: #999999; }

[placeholder]:focus:-ms-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(153, 153, 153, 0.3); }

.dark [placeholder]::-webkit-input-placeholder {
  color: #ffffff; }
.dark [placeholder]:focus::-webkit-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3); }
.dark :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }
.dark [placeholder]:focus:-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3); }
.dark ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }
.dark [placeholder]:focus::-moz-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3); }
.dark :-ms-input-placeholder {
  color: #ffffff; }
.dark [placeholder]:focus:-ms-input-placeholder {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3); }

#elasticsearch-filters .filter {
  float: left;
  width: 33.33333333%;
  text-transform: uppercase; }
  #elasticsearch-filters .filter h3 {
    position: relative;
    height: 60px;
    padding: 20px;
    border-left: 1px solid #ebebeb; }
    #elasticsearch-filters .filter h3:after {
      position: absolute;
      content: '';
      border: solid #999999;
      border-width: 0 0 1px 1px;
      top: 20px;
      right: 20px;
      height: 10px;
      width: 10px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: -webkit-all 0.15s ease;
      -moz-transition: -moz-all 0.15s ease;
      transition: all 0.15s ease; }
  #elasticsearch-filters .filter.active {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); }
    #elasticsearch-filters .filter.active h3:after {
      border-color: #0dcab2;
      top: 26px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    #elasticsearch-filters .filter.active .filter-box {
      visibility: visible;
      opacity: 1;
      max-height: 350px; }
#elasticsearch-filters .filter-box {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  background: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-all 0.15s ease;
  -moz-transition: -moz-all 0.15s ease;
  transition: all 0.15s ease; }
  #elasticsearch-filters .filter-box input {
    margin-bottom: 10px; }
  #elasticsearch-filters .filter-box .filter-search {
    width: 100%; }
  #elasticsearch-filters .filter-box .filter-container {
    max-height: 300px;
    overflow-x: auto; }
    #elasticsearch-filters .filter-box .filter-container::-webkit-scrollbar {
      width: 8px; }
    #elasticsearch-filters .filter-box .filter-container::-webkit-scrollbar-thumb {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      background: rgba(0, 0, 0, 0.4); }
    #elasticsearch-filters .filter-box .filter-container div {
      border-bottom: 1px solid #ebebeb; }
      #elasticsearch-filters .filter-box .filter-container div:last-child {
        border: none; }
    #elasticsearch-filters .filter-box .filter-container input {
      position: relative;
      display: none;
      top: 2px;
      margin: 0 5px 0 0;
      padding: 6px;
      width: inherit;
      border: none; }
      #elasticsearch-filters .filter-box .filter-container input:focus {
        border: none; }
      #elasticsearch-filters .filter-box .filter-container input.color {
        display: inline-block;
        border-radius: 50%; }
      #elasticsearch-filters .filter-box .filter-container input#schwarz, #elasticsearch-filters .filter-box .filter-container input#black {
        background: #000000; }
      #elasticsearch-filters .filter-box .filter-container input#grau, #elasticsearch-filters .filter-box .filter-container input#grey {
        background: #808080; }
      #elasticsearch-filters .filter-box .filter-container input#gold {
        background: #ffd700; }
    #elasticsearch-filters .filter-box .filter-container label.checkbox {
      position: relative;
      display: block;
      padding: 10px 20px;
      font-size: .85rem;
      cursor: pointer; }
      #elasticsearch-filters .filter-box .filter-container label.checkbox.active:after {
        position: absolute;
        display: block;
        content: '';
        border: solid #0dcab2;
        border-width: 0 0 2px 2px;
        top: 15px;
        right: 15px;
        height: 5px;
        width: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #elasticsearch-filters .filter-box .filter-container label.checkbox.active input {
        background: #ebebeb; }
      #elasticsearch-filters .filter-box .filter-container label.checkbox:hover {
        color: #0dcab2; }
#elasticsearch-filters #search-facets-price .filter-box {
  padding: 10px 20px 0 20px; }
#elasticsearch-filters #search-facets-price span,
#elasticsearch-filters #search-facets-price input {
  text-align: center; }
#elasticsearch-filters #search-facets-price input {
  width: 30%;
  margin-bottom: 0;
  color: #0dcab2;
  background: none;
  border: none;
  border-bottom: 1px solid #0dcab2; }
  #elasticsearch-filters #search-facets-price input:focus {
    background: #ebebeb; }
#elasticsearch-filters #search-facets-price span {
  padding: 8px;
  text-transform: uppercase; }
#elasticsearch-filters #search-facets-price label {
  display: none; }

@media (max-width: 1024px) {
  #elasticsearch-filters #search-facets-price .filter-box {
    padding: 10px 5px 0 5px; }
  #elasticsearch-filters #search-facets-price span {
    padding: 8px 0;
    font-size: 12px; }
  #elasticsearch-filters #search-facets-price input {
    padding: 10px 0; }
  #elasticsearch-filters #search-facets-size .filter-box > input {
    width: 100%; } }
#elasticsearch-results-container .results-ui {
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase; }
  #elasticsearch-results-container .results-ui div {
    vertical-align: middle; }
  #elasticsearch-results-container .results-ui .item-count,
  #elasticsearch-results-container .results-ui mse-reset {
    display: inline-block;
    float: left; }
  #elasticsearch-results-container .results-ui .item-count {
    position: relative;
    padding: 5px 15px 5px 5px; }
#elasticsearch-results-container .results-info {
  letter-spacing: 1px;
  color: #666666; }
  #elasticsearch-results-container .results-info a {
    color: #666666; }
#elasticsearch-results-container .page-size {
  margin: 0 30px; }
  #elasticsearch-results-container .page-size label {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666666; }
    #elasticsearch-results-container .page-size label:hover {
      color: #0dcab2;
      cursor: pointer; }
    #elasticsearch-results-container .page-size label:before, #elasticsearch-results-container .page-size label:after {
      display: none; }
  #elasticsearch-results-container .page-size input[type=radio]:checked + label {
    color: #000000; }
#elasticsearch-results-container .pager {
  float: right;
  padding: 4px 0; }
  #elasticsearch-results-container .pager ul li {
    display: inline-block; }
    #elasticsearch-results-container .pager ul li a {
      display: inline-block;
      margin-left: 3px;
      padding: 5px 13px;
      background: #ffffff; }
    #elasticsearch-results-container .pager ul li.active a {
      color: #0dcab2; }
    #elasticsearch-results-container .pager ul li.disabled a {
      cursor: default;
      color: #999999; }
      #elasticsearch-results-container .pager ul li.disabled a:hover {
        color: #999999; }
#elasticsearch-results-container .results-ui.bottom .pager {
  float: none;
  text-align: center;
  font-size: 20px; }

@media (max-width: 767px) {
  #elasticsearch-results-container .results-ui div {
    width: 100%; }
  #elasticsearch-results-container .pager,
  #elasticsearch-results-container .results-ui.bottom .pager {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 20px; }
    #elasticsearch-results-container .pager ul li a,
    #elasticsearch-results-container .results-ui.bottom .pager ul li a {
      padding: 5px 7px; } }
.product-list {
  position: relative;
  margin: 10px 0 0 -10px; }
  .product-list .item {
    position: relative;
    font-size: 12px;
    border-left-width: 10px;
    border-bottom-width: 10px;
    z-index: 1; }
    .product-list .item.category-teaser .image {
      padding: 40px 40px 0 40px; }
    .product-list .item .content {
      -webkit-transition: -webkit-all 0.15s ease;
      -moz-transition: -moz-all 0.15s ease;
      transition: all 0.15s ease;
      box-shadow: 0 0 0 0 transparent;
      background: #ffffff;
      outline: 0 solid #ffffff; }
    .product-list .item .image {
      position: relative;
      max-width: 250px;
      margin: 0 auto;
      padding: 0 20px;
      display: block;
      text-align: center;
      overflow: hidden; }
      .product-list .item .image img {
        display: inline-block;
        max-width: 100%; }
        .product-list .item .image img.product-image {
          position: absolute;
          top: 0;
          left: 0;
          padding: 0 20px; }
    .product-list .item .name {
      height: 24px;
      text-transform: uppercase;
      margin: 10px 0;
      padding: 0 20px;
      font-weight: 700;
      line-height: 12px;
      overflow: hidden; }
    .product-list .item .price-box {
      padding: 0 20px 20px 20px;
      font-size: 14px; }
    .product-list .item .price {
      display: block;
      color: #999999;
      letter-spacing: -0.5px; }
    .product-list .item .old-price,
    .product-list .item .special-price {
      float: left;
      width: 50%; }
    .product-list .item .old-price {
      text-decoration: line-through; }
    .product-list .item .special-price {
      text-align: right;
      color: #ff1559; }
    .product-list .item .tax-details {
      display: none; }
    .product-list .item:hover {
      z-index: 2; }
      .product-list .item:hover .content {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
        outline: 5px solid #ffffff; }
        .product-list .item:hover .content a {
          color: #000000; }

@media (max-width: 1024px) {
  .product-list .item.span_2 {
    width: 50%; } }
@media (max-width: 767px) {
  .product-list {
    margin-top: 0; }
    .product-list .item .name {
      height: 45px;
      padding: 10px 10px 5px 10px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-list .item .price-box {
      padding: 0 10px 20px 10px; }
    .product-list .item.category-teaser .image {
      padding: 60px 40px 0 40px; } }
.product-label {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 5px;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 1; }
  .product-label.sold-out, .product-label.sale, .product-label.raffle {
    color: #ff1559;
    border-color: #ff1559; }
  .product-label.new, .product-label.soon {
    color: #0dcab2;
    border-color: #0dcab2; }
  .product-label.in-store-only {
    color: #666666;
    border-color: #666666; }

@media (max-width: 767px) {
  .product-label {
    top: 10px;
    left: 10px; } }
#search_form_mini {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  -webkit-transform: all 0.15s ease;
  -moz-transform: all 0.15s ease;
  transform: all 0.15s ease; }
  #search_form_mini.active {
    visibility: visible;
    opacity: 1; }
  #search_form_mini .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(232, 232, 232, 0.8); }
  #search_form_mini .form-search {
    position: relative;
    margin: 80px auto 0 auto;
    background: #fdfdfd;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2); }
  #search_form_mini .button {
    position: absolute;
    width: 100%;
    bottom: 0; }
  #search_form_mini .twitter-typeahead {
    width: 100%; }
  #search_form_mini input {
    width: 100%;
    padding: 25px 25px 25px 65px;
    text-transform: uppercase;
    background: #fdfdfd;
    border: none;
    border-bottom: 2px solid #0dcab2; }
  #search_form_mini .icon {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 60px;
    fill: #0dcab2; }
  #search_form_mini h3 {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #999999;
    border-bottom: 1px solid #ebebeb; }
  #search_form_mini .autocomplete-item {
    width: 100%;
    min-height: 60px;
    border-bottom: 1px solid #ebebeb; }
    #search_form_mini .autocomplete-item img {
      display: inline-block;
      width: 100px; }
    #search_form_mini .autocomplete-item p {
      display: inline-block;
      width: 50%;
      text-transform: uppercase;
      line-height: 1.1;
      font-size: 12px;
      font-weight: 700;
      vertical-align: middle; }
      #search_form_mini .autocomplete-item p:first-child {
        width: 40%;
        text-align: center; }
      #search_form_mini .autocomplete-item p:last-child {
        width: 60%; }
      #search_form_mini .autocomplete-item p strong {
        color: #0dcab2; }
    #search_form_mini .autocomplete-item:hover {
      background: #ebebeb; }
    #search_form_mini .autocomplete-item:last-child {
      border-bottom: none; }

@media (max-width: 767px) {
  #search_form_mini .form-search {
    margin: 50px auto 0 auto; } }
#active-options-panel {
  display: inline-block;
  width: 100%; }
  #active-options-panel .reset-all {
    position: relative;
    display: inline-block;
    text-align: right; }
  #active-options-panel > span {
    position: relative; }
    #active-options-panel > span:after {
      position: absolute;
      content: '';
      top: 7px;
      bottom: 7px;
      left: 0;
      width: 1px;
      background: #666666; }
  #active-options-panel span {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 5px 5px 5px 15px; }
  #active-options-panel a {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    padding: 5px 35px 10px 10px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px solid #999999; }
    #active-options-panel a .icon {
      position: absolute;
      top: -7px;
      right: -10px;
      width: 40px;
      fill: #666666; }
    #active-options-panel a span {
      position: absolute;
      float: none;
      top: -2px;
      right: 5px;
      font-size: 20px;
      padding: 0; }
    #active-options-panel a:hover {
      color: #0dcab2;
      border-color: #0dcab2; }
      #active-options-panel a:hover .icon {
        fill: #0dcab2; }
  #active-options-panel .options-wrapper,
  #active-options-panel .facet,
  #active-options-panel .facets,
  #active-options-panel .item {
    display: inline-block;
    float: left; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: #ffffff;
  border-radius: 50%; }

.icon-loading {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 12px;
  left: 12px;
  vertical-align: middle;
  border-top: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  border-bottom: 3px solid #0dcab2;
  border-left: 3px solid #0dcab2;
  border-radius: 50%;
  -webkit-animation: spin .4s infinite linear;
  -moz-animation: spin .4s infinite linear;
  -ms-animation: spin .4s infinite linear;
  -o-animation: spin .4s infinite linear;
  animation: spin .4s infinite linear; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

