@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/
html, body, div, span, applet, object, iframe,
h1,
.home-image .overlay-text .overlay-text__inner, 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-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; }

/* CSS cross-browser clear fix - also apply to .block! */
.cf:before, .filter-items .filter-dropdowns:before, .subtotal-row:before, .two-input-row:before, .page-footer__lower:before, .page-footer__row:before, .cf:after, .filter-items .filter-dropdowns:after, .subtotal-row:after, .two-input-row:after, .page-footer__lower:after, .page-footer__row:after,
.block:before, .block:after,
.inner:before, .inner:after {
  content: "";
  display: table; }

.cf:after, .filter-items .filter-dropdowns:after, .subtotal-row:after, .two-input-row:after, .page-footer__lower:after, .page-footer__row:after,
.block:after,
.inner:after {
  clear: both; }

.cf, .filter-items .filter-dropdowns, .subtotal-row, .two-input-row, .page-footer__lower, .page-footer__row,
.block,
.inner {
  zoom: 1; }

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none; }

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none; }

h1, .home-image .overlay-text .overlay-text__inner, .h1 {
  font-size: 160%;
  margin: 1.2em 0; }

h2, .h2 {
  font-size: 123.1%;
  margin: 0.75em 0; }

h3, .h3 {
  font-size: 108%;
  margin: 0.9em 0; }

h4, .h4 {
  font-size: 100%;
  margin: 0.8em 0; }

h5, .h5 {
  font-size: 93%;
  margin: 0.7em 0; }

h6, .h6 {
  font-size: 85%;
  margin: 0.6em 0; }

strong, b {
  font-weight: bold; }

abbr, acronym {
  /*indicating to users that more info is available */
  border-bottom: 1px dotted;
  cursor: help; }

em, i {
  /*bringing italics back to the em element*/
  font-style: italic; }

ul, ol, dl {
  /*giving lists room to breath*/
  margin: 1em;
  font-size: 100%; }

blockquote {
  position: relative;
  margin: 1.5em 0;
  quotes: "\201C" "\201D";
  color: inherit;
  line-height: 1.6em;
  text-align: inherit; }

blockquote:before {
  content: open-quote; }

blockquote:after {
  content: close-quote; }

blockquote :first-child {
  display: inline; }

blockquote :last-child {
  margin-bottom: 0; }

ol, ul, dl {
  /*bringing lists on to the page with breathing room */
  margin-left: 2em; }

ol li {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside; }

ul li {
  /*giving UL's LIs generated disc markers*/
  list-style: disc outside; }

dl dd {
  /*giving UL's LIs generated numbers*/
  margin-left: 1em; }

th, td {
  /*borders and padding to make the table readable*/
  border-bottom: 1px solid #cfdbe0;
  border-collapse: collapse;
  border-top: 1px solid #cfdbe0;
  padding: 0.7em; }

th {
  /*distinguishing table headers from data cells*/
  font-weight: bold;
  text-align: left;
  border-bottom-width: 3px; }

caption {
  /*coordinated marking to match cell's padding*/
  margin-bottom: .5em;
  /*centered so it doesn't blend in to other content*/
  text-align: center; }

p, fieldset, table {
  /*so things don't run into each other*/
  margin-bottom: 1em; }

hr {
  border: 0;
  width: 100%;
  background: #cfdbe0;
  height: 1px; }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

@-webkit-keyframes "swiper-preloader-spin" {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes "swiper-preloader-spin" {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-button-prev {
  left: 20px; }
.swiper-container .swiper-button-next {
  right: 20px; }
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  padding: 12px;
  width: auto;
  height: auto;
  transform: scale(1);
  transition: all 80ms ease-out; }
  .swiper-container .swiper-button-prev svg,
  .swiper-container .swiper-button-next svg {
    width: 39px;
    height: 39px;
    fill: #aaa; }
  .swiper-container .swiper-button-prev:hover, .swiper-container .swiper-button-prev:focus,
  .swiper-container .swiper-button-next:hover,
  .swiper-container .swiper-button-next:focus {
    background: #fff;
    opacity: 1;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.18);
    transform: scale(1.1); }
    .swiper-container .swiper-button-prev:hover svg, .swiper-container .swiper-button-prev:focus svg,
    .swiper-container .swiper-button-next:hover svg,
    .swiper-container .swiper-button-next:focus svg {
      fill: #848484; }
.swiper-container .swiper-button-disabled {
  opacity: 0 !important; }
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1; }

.swiper-wrapper {
  transition-timing-function: ease-in-out; }

/* Slick slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; }

/* FOUC */
.slideshow .slide {
  display: none; }

.slideshow .slide:first-child {
  display: block; }

/* /FOUC */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .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-slide:focus, .slick-slide a:focus {
    outline: none; }

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

/* Slider */
.slick-loading .slick-list {
  background: white url(//cdn.shopify.com/s/files/1/1855/2049/t/10/assets/ajax-load.gif?v=6293969950341419039) center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  color: transparent;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.75;
  border-radius: 0; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: #fff;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev svg,
.slick-next svg {
  width: 30px;
  height: 30px;
  fill: #333333;
  vertical-align: middle;
  margin-top: -6px; }

.slick-prev {
  right: 80px; }

.slick-next {
  right: 0; }

/* Dots */
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 21px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      min-width: 0;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.5; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
        font-size: 37px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.5;
        transition: opacity 150ms;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.25; }

/* lazy load */
.slick-slide img {
  opacity: 1;
  transition: opacity 250ms; }

.slick-slide img.slick-loading {
  opacity: 0; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("fancybox.png"); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("blank.gif");
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png"); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("fancybox-y.png");
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("fancybox-x.png");
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("fancybox-y.png"); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("fancybox.png");
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("fancy_title_over.png");
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -55px -90px no-repeat; }

/* Google Fonts */
/* Theme styles */
body {
  font-family: Karla;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  color: #333333;
  background-color: white;
  /* Fonts on Macs look bad without these */
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

a {
  color: #4772bb;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration: none; }

a:hover {
  color: #385b97; }

input,
textarea {
  box-sizing: border-box;
  font-family: Karla;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: auto;
  background: white;
  color: #333333;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 14px 20px;
  vertical-align: middle;
  border-radius: 3px; }

input[type=checkbox] {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

textarea {
  height: 120px; }

select {
  display: inline-block;
  color: #333333;
  border: 1px solid #e2e2e2;
  padding: 8px 19px;
  padding-right: 40px;
  width: 200px;
  height: auto;
  font-family: Karla;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2em;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f7f7 url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22%23616161%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%20width%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.41%207.84L12%2012.42l4.59-4.58L18%209.25l-6%206-6-6z%22%2F%3E%3Cpath%20d%3D%22M0-.75h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
  cursor: pointer;
  max-width: 100%; }

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin: 0;
  padding: 14px 2em;
  border: 1px solid #4772bb;
  background: #4772bb;
  color: #fbfbfb;
  font-family: Karla;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  height: auto;
  width: 210px;
  border-radius: 2px;
  transition: all 100ms linear; }
  .button.full-width,
  a.button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%; }
  .button.plain, .button.plain:hover,
  a.button.plain,
  a.button.plain:hover,
  button.plain,
  button.plain:hover,
  input[type="submit"].plain,
  input[type="submit"].plain:hover,
  input[type="reset"].plain,
  input[type="reset"].plain:hover,
  input[type="button"].plain,
  input[type="button"].plain:hover {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    color: #4772bb;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: none; }
  .button.plain:hover,
  a.button.plain:hover,
  button.plain:hover,
  input[type="submit"].plain:hover,
  input[type="reset"].plain:hover,
  input[type="button"].plain:hover {
    color: #385b97; }
  .button svg,
  a.button svg,
  button svg,
  input[type="submit"] svg,
  input[type="reset"] svg,
  input[type="button"] svg {
    margin-top: -4px;
    margin-bottom: -10px;
    fill: #fbfbfb; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #6c8fc9;
  border-color: #6c8fc9; }

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  border-color: #ccc;
  background: #ccc;
  color: #999; }

.button.slim,
button.slim,
input[type="submit"].slim,
input[type="reset"].slim,
input[type="button"].slim {
  padding: 6px 18px 5px;
  width: auto; }

h1, .home-image .overlay-text .overlay-text__inner, h2, h3, h4, h5, h6.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Karla;
  font-weight: 700;
  color: black; }
  h1 a, .home-image .overlay-text .overlay-text__inner a, h2 a, h3 a, h4 a, h5 a, h6.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit; }

.page-title,
h2.majortitle,
blockquote {
  font-size: 210%;
  line-height: 1em; }

blockquote {
  font-family: Karla;
  font-weight: 700; }

.page-title a {
  text-decoration: none; }

.main ol, .main ul, .main dl {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  line-height: 2em; }

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

iframe {
  max-width: 100%; }

svg {
  width: 24px;
  height: 24px;
  fill: #333333; }

.bodywrap {
  position: relative; }

#content {
  padding: 43px 0 50px 240px; }

.hidden {
  display: none; }

/* usability for when JS is disabled */
html.no-js,
.no-js body {
  height: 100%; }

.no-js .bodywrap {
  min-height: 100%; }

.blocklayout {
  margin: 25px 40px;
  position: relative; }

.block {
  margin: 0 10px 44px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: top 500ms ease-in-out, left 500ms ease-in-out, transform 250ms, opacity 250ms, box-shadow 100ms; }

.block.initially-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

.no-js .block.initially-hidden {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.block.hidden {
  display: none; }

.block.product img {
  vertical-align: top; }

.blocklayout .block {
  float: left;
  width: 150px;
  max-width: 100%; }

.block.size-medium {
  width: 150px; }

.block.size-large,
.blocklayout.double-sized .block {
  width: 320px; }

.block.size-grande {
  width: 490px; }

.block.size-uber {
  width: 660px; }

.block .border {
  border-bottom: 1px solid #cfdbe0;
  margin-bottom: 10px; }

.block.text .main a {
  text-decoration: none; }

.template-index .block.page img,
.template-index .block.home-image img {
  vertical-align: top; }

.template-index .block.home-image img {
  width: 100%; }

.fix-img-ratio {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 0; }
  .fix-img-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.block.text.transparent .main {
  background: transparent; }

.block.home-image .main {
  margin: 10px; }

.block.collection .main {
  margin: 0; }

.block.collection img {
  vertical-align: top; }

.block.product .main {
  text-align: center;
  position: relative; }

.block.product .main {
  padding-top: 100%; }

.block.product .main .img-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.block.product .main .img-link img {
  max-height: 100%; }

.block.product .quick-buy-row {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  display: none; }

.block.product:hover .quick-buy-row {
  display: block; }

.block.product .quick-buy {
  font-size: 80%; }

.block .readmore {
  border-bottom: 1px solid #cfdbe0;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  top: 0px;
  margin: 1em 0 2em; }

.block .readmore span {
  position: relative;
  top: 0.7em;
  padding: 1em 1.5em; }

.block .fullarticle {
  margin: 1em 0 1em; }

.block .page-title {
  margin-top: 0; }

.block.product p {
  margin-bottom: 0.5em;
  line-height: 1.4em; }

.block.product .sub {
  margin-top: 22px;
  border-top: 1px solid #cfdbe0;
  padding: 1em 0 0;
  position: relative; }

.block.product .shopify-product-reviews-badge,
.block.product .spr-badge {
  display: block;
  margin-bottom: 0.5em;
  white-space: nowrap; }

.product .was-price {
  font-style: italic;
  margin-right: 14px;
  padding-right: 1px;
  /* avoid Chrome font clip */
  text-decoration: line-through;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1; }

.product .from {
  font-style: italic;
  margin-right: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1; }

.block.padded,
.block .padded {
  padding: 10px; }

.block .sidesonly {
  padding-top: 0;
  padding-bottom: 0; }

.block.double-padded,
.block .double-padded {
  padding: 20px; }

.block .sub.double-padded,
.block .double-padded.sidesonly {
  padding-top: 10px;
  padding-bottom: 10px; }

.block .main.contactpagecontent {
  margin-bottom: 0;
  padding-bottom: 0; }

.block.collection img {
  width: 100%; }

.block.tight-margin {
  margin: 20px; }

.three-block-layout {
  margin-left: -20px; }

.three-block-layout img {
  display: block;
  width: 100%; }

.three-block-layout .col-block {
  float: left;
  margin-left: 20px;
  width: calc(33.333% - 20px); }

.three-block-layout .halfrow-size {
  width: calc(50% - 20px); }

.three-block-layout .double-size {
  width: calc(66.666% - 20px); }

.three-block-layout .triple-size {
  width: calc(100% - 20px); }

.article-excerpt {
  margin: 1em 0; }

.shoplogo {
  background: rgba(0, 0, 0, 0);
  font-family: Karla;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4em;
  text-align: center; }

.shoplogo,
.shoplogo .logotext {
  color: #000000;
  text-decoration: none; }

.shoplogo .logoimg {
  display: block; }

.shoplogo img {
  max-width: 100%;
  vertical-align: top; }

.shoplogo .logotext {
  display: block;
  text-align: left;
  padding: 30px 27px; }

#navbar {
  position: fixed;
  background: #fbfbfb;
  color: #4772bb;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  font-size: 12px;
  z-index: 5;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  transition: left 250ms ease;
  overflow: visible; }
  #navbar .shoplogo.with-margin .logoimg {
    margin: 27px; }
  #navbar.nav-style-in {
    overflow: hidden; }

#navpanel {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.mainnav {
  padding-top: 20px;
  padding-bottom: 50px; }

.mainnav a {
  color: inherit; }
  .mainnav a:hover {
    color: inherit; }

.mainnav ul {
  margin: 0; }

.mainnav li {
  list-style: none; }

.mainnav .tier1 {
  transition: all 250ms ease; }

.mainnav .tier1 > ul > li > a {
  text-transform: uppercase;
  font-weight: bold; }

.mainnav a {
  display: block;
  margin: 0 27px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(71, 114, 187, 0.25);
  transition: 250ms border-color; }

.mainnav li.active > a,
.mainnav li > a:hover,
.mainnav .tier1 > ul > li.expanded > a {
  border-bottom-color: rgba(71, 114, 187, 0.9); }

.mainnav .tier-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 27px 10px; }

.mainnav .tier3 {
  display: none;
  margin: 0 27px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(71, 114, 187, 0.9); }
  .mainnav .tier3 a {
    border: none;
    padding: 0; }
  .mainnav .tier3 a:hover,
  .mainnav .tier3 .active > a {
    text-decoration: underline; }

.mainnav .tier2 {
  display: none; }
  .mainnav .tier2 .expanded > a {
    border-bottom-color: rgba(71, 114, 187, 0.9); }
  .mainnav .tier2 .expanded > .tier3 {
    display: block; }
  .mainnav .tier2 > ul {
    padding-bottom: 50px; }

.mainnav .back {
  display: none; }

.nav-outside-expanded-mode .mainnav .tier2 {
  display: block;
  position: absolute;
  left: 240px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 250ms ease;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: white; }
  .nav-outside-expanded-mode .mainnav .tier2, .nav-outside-expanded-mode .mainnav .tier2 a, .nav-outside-expanded-mode .mainnav .tier2 a:hover {
    color: #333333; }
  .nav-outside-expanded-mode .mainnav .tier2 > ul > li > a {
    border-bottom-color: rgba(51, 51, 51, 0.25); }
  .nav-outside-expanded-mode .mainnav .tier2 > ul > li.active > a,
  .nav-outside-expanded-mode .mainnav .tier2 > ul > li > a:hover {
    border-bottom-color: rgba(51, 51, 51, 0.9); }
  .nav-outside-expanded-mode .mainnav .tier2 .tier3,
  .nav-outside-expanded-mode .mainnav .tier2 > ul > li.expanded > a {
    border-bottom-color: rgba(51, 51, 51, 0.9); }
  .nav-outside-expanded-mode .mainnav .tier2 > * {
    min-width: 210px; }
.nav-outside-expanded-mode .mainnav .tier1 > ul > li > a {
  position: relative; }
  .nav-outside-expanded-mode .mainnav .tier1 > ul > li > a:after {
    content: '';
    position: absolute;
    right: -27px;
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
    opacity: 0;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    transition: all 250ms ease; }
.nav-outside-expanded-mode .mainnav .tier1 .outside-expanded > a:after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.nav-outside-expanded-mode .mainnav .tier1 .outside-expanded .tier2 {
  width: 210px;
  overflow-y: auto; }
.nav-outside-expanded-mode .mainnav .tier-title {
  padding-top: 30px; }

.show-nav-mobile .mainnav .tier2,
.nav-style-in .mainnav .tier2 {
  position: absolute;
  left: 100%;
  top: 0;
  width: calc(100% - 30px);
  margin-left: 30px;
  height: auto;
  background: transparent; }
  .show-nav-mobile .mainnav .tier2, .show-nav-mobile .mainnav .tier2 a, .show-nav-mobile .mainnav .tier2 a:hover,
  .nav-style-in .mainnav .tier2,
  .nav-style-in .mainnav .tier2 a,
  .nav-style-in .mainnav .tier2 a:hover {
    color: inherit; }
.show-nav-mobile .mainnav .inside-expanded-tier2,
.nav-style-in .mainnav .inside-expanded-tier2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.show-nav-mobile .mainnav .back,
.nav-style-in .mainnav .back {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  padding: 9px 0 0;
  margin: 0;
  text-align: center;
  z-index: 3;
  font-size: 20px;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms; }
  .show-nav-mobile .mainnav .back svg,
  .nav-style-in .mainnav .back svg {
    fill: #4772bb; }
.show-nav-mobile .mainnav .showback .back,
.nav-style-in .mainnav .showback .back {
  opacity: 1;
  pointer-events: auto; }
.show-nav-mobile .mainnav .tier2,
.nav-style-in .mainnav .tier2 {
  display: none; }
.show-nav-mobile .mainnav .expanded .tier2,
.nav-style-in .mainnav .expanded .tier2 {
  display: block; }

#navbar #navpanel .mainnav .tier1.removetrans,
#navbar #navpanel .mainnav .tier1.removetrans .tier2,
#navbar #navpanel .mainnav .tier1.removetrans .back {
  transition: none; }

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms; }

body.nav-outside-expanded-mode {
  overflow: hidden; }
  body.nav-outside-expanded-mode:after {
    opacity: 1; }

#navbar .currency-switcher {
  padding: 40px 27px 0; }
  #navbar .currency-switcher select {
    margin-bottom: 27px; }

#checkout-note.hide-note #note {
  display: none; }

.social-links a {
  font-size: 16px;
  line-height: 1em;
  margin-left: 10px;
  vertical-align: middle; }

.social-links svg {
  width: 16px;
  height: 16px; }
  .social-links svg, .social-links svg g {
    fill: #fbfbfb; }

.social-links .google svg {
  width: 24px; }

.content-header {
  margin: 0 50px; }
  @media (max-width: 767px) {
    .content-header {
      margin-left: 20px;
      margin-right: 20px; } }

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

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

.reading-container {
  margin-right: auto;
  max-width: 760px;
  padding-left: 50px;
  padding-right: 50px; }
  .reading-container.align-center, .reading-container.align-centre {
    margin-left: auto; }
  @media (max-width: 767px) {
    .reading-container {
      padding-left: 20px;
      padding-right: 20px; } }

.reading-container--form {
  max-width: 600px; }

.row {
  margin: 20px 50px; }
  @media (max-width: 767px) {
    .row {
      margin-left: 20px;
      margin-right: 20px; } }

.spacey-row {
  margin: 50px; }
  @media (max-width: 767px) {
    .spacey-row {
      margin: 20px; } }

.super-spacey-row {
  margin: 100px; }
  @media (max-width: 767px) {
    .super-spacey-row {
      margin: 40px; } }

.row .reading-container, .spacey-row .reading-container, .super-spacey-row .reading-container {
  padding-left: 0;
  padding-right: 0; }

.inner-row {
  margin-top: 20px;
  margin-bottom: 20px; }

.pagination {
  text-align: right; }
  .pagination .prev, .pagination .page, .pagination .next {
    line-height: 24px;
    vertical-align: bottom;
    padding-left: 5px;
    padding-right: 5px; }
  .pagination svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #333333; }
  .pagination span svg {
    opacity: 0.5; }
  @media (max-width: 1120px) {
    .pagination .pagination__summary {
      display: none; } }
  @media (max-width: 767px) {
    .pagination {
      text-align: left; } }

.pagination .infiniscroll.no-more {
  font-style: italic; }

.mobile-only {
  display: none; }

.social .label {
  font-size: 12px;
  margin-right: 0.5em;
  vertical-align: middle; }
.social ul {
  line-height: 16px;
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
.social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px; }
.social a {
  color: inherit;
  transition: opacity 150ms; }
  .social a:hover {
    opacity: 0.8; }
.social svg {
  width: 16px;
  height: 16px; }
  .social svg, .social svg g {
    fill: #333333; }
.social .google svg {
  width: 24px; }
.social .email svg {
  position: relative;
  top: -2px;
  height: 20px;
  width: 20px; }

.added-cta {
  display: block;
  padding-top: 1em;
  opacity: 0;
  transition: opacity 500ms; }
  .added-cta.show {
    opacity: 1; }

.productlabel {
  background: #4772bb;
  color: #fff;
  display: table;
  -moz-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  height: 80px;
  width: 80px; }

.block.product .productlabel {
  position: absolute;
  bottom: 0;
  right: 0; }

.block.product.size-large .productlabel {
  height: 120px;
  width: 120px; }

.productlabel.soldout {
  background: #0c0f22; }

.productlabel.general {
  background: #a9d1d6; }

.block.product:hover .productlabel {
  opacity: 0;
  filter: alpha(opacity=0); }

.productlabel span {
  font-size: 95%;
  line-height: 1em;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

@media only screen and (max-width: 480px) {
  .block.product .productlabel,
  .block.product.size-large .productlabel {
    font-size: 60%;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px; } }
.filter-group.filter-group--start-hidden .filter-items {
  display: none; }

.filter-group .filter-toggle svg {
  transition: transform 250ms ease; }

.filter-group.filter-group--show .filter-toggle svg {
  transform: rotate(180deg); }

.filter-items .filter--dropdown {
  float: left;
  width: calc(50% - 10px);
  margin-right: 10px; }
.filter-items .filter--dropdown:nth-child(2n) {
  margin-left: 10px;
  margin-right: 0; }
.filter-items .filter--dropdown {
  position: relative;
  border-bottom: 1px solid #cfdbe0;
  padding: 1em 0; }
  .filter-items .filter--dropdown select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button; }
  .filter-items .filter--dropdown svg {
    float: right; }

.filter-header {
  border-bottom: 1px solid #cfdbe0;
  padding: 1em 0; }

.filter-toggle {
  display: inline-block;
  color: inherit; }

.filter-header__current-tags a {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 2px 10px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2; }
  .filter-header__current-tags a.clear-tags {
    background: transparent; }
  .filter-header__current-tags a svg {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.filter--tags {
  border-bottom: 1px solid #cfdbe0;
  padding: 0.5em 0; }
  .filter--tags a {
    display: inline-block;
    margin: 0.5em 1em; }

.product-block-title {
  color: black; }

.collection-sorter .collection-sort {
  float: left; }
.collection-sorter .pagination {
  float: right;
  padding-top: 5px; }
@media (max-width: 767px) {
  .collection-sorter .collection-sort {
    float: none;
    text-align: left; }
  .collection-sorter .pagination {
    display: none; } }

.inline-select label {
  margin-right: 5px; }

.border-under {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cfdbe0; }
  .border-under.match-padding-above {
    padding-top: 1em; }

.light-border-under {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(207, 219, 224, 0.4); }
  .light-border-under.match-padding-above {
    padding-top: 1em; }

.meta {
  font-size: 11px; }

.meta label,
.meta .label,
.meta .meta-item {
  margin-right: 10px;
  white-space: nowrap; }

#cartform ul {
  margin: 0; }

#cartform .item {
  list-style: none;
  position: relative;
  padding: 2em 0;
  border-top: 1px solid rgba(207, 219, 224, 0.4); }

#cartform .item .image {
  width: 80px;
  margin: 0 15px 0 0;
  float: left; }

#cartform .item .desc {
  overflow: hidden;
  margin: 10px 150px 0 0; }

#cartform .item .desc .name {
  color: inherit; }

#cartform .item .backorder {
  font-style: italic; }

#cartform .item .line-total {
  margin-top: 1em; }

#cartform .item .quantotal {
  position: absolute;
  top: 3em;
  right: 0px;
  text-align: right; }

#cartform .item .quantity {
  display: inline-block;
  vertical-align: middle; }
  #cartform .item .quantity input {
    padding-left: 1em;
    padding-right: 1em;
    width: 4em;
    text-align: center; }

#cartform .item a.remove {
  margin-left: 1em;
  vertical-align: middle;
  line-height: 24px; }
  #cartform .item a.remove svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: black; }

#cartform #checkout-note textarea {
  width: 100%;
  margin-top: 10px; }

#cartform .update-totals {
  float: right;
  padding: 6px 10px 5px; }

#cartform .termsagreement label {
  vertical-align: middle; }

.cart-update-row {
  margin: 1em 30px 1em 0; }

.cart-update {
  float: right; }

.subtotal-row {
  border-top: 1px solid #cfdbe0;
  margin-top: 1em;
  padding-top: 1em;
  text-align: right; }
  .subtotal-row .subtotal-label {
    float: left;
    margin: 0; }

.checkout-row {
  margin-top: 2em; }

#shipping-calculator {
  border-top: 1px solid #cfdbe0; }

.additional-checkout-buttons .button,
.additional-checkout-buttons input[type=submit],
.additional-checkout-buttons button {
  width: auto;
  letter-spacing: 0;
  background: none;
  border: none; }
.additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto; }

.form .req,
.form .error,
.form .errors {
  color: #f5447b; }

.inputrow,
.buttonrow {
  clear: both;
  margin: 1.5em 0; }

.inputrow label {
  display: block;
  color: black;
  margin-bottom: 0.5em; }

.inputrow input,
.inputrow textarea {
  width: 100%; }

.inputrow input[type="checkbox"] {
  width: auto; }

.two-input-row {
  margin-left: -25px; }
  .two-input-row .inputrow {
    clear: none;
    float: left;
    width: calc(50% - 25px);
    margin: 0 0 1em 25px; }
    .two-input-row .inputrow select {
      width: 100%; }
  @media (max-width: 767px) {
    .two-input-row {
      margin-left: 0; }
      .two-input-row .inputrow {
        float: none;
        width: auto;
        margin: 1em 0; } }

.buttonrow span.note {
  margin-left: 0.5em; }

.form .has-error input,
.form .has-error textarea {
  border: 1px solid #f88;
  -webkit-box-shadow: 0 0 2px 0 #f88;
  -moz-box-shadow: 0 0 2px 0 #f88;
  box-shadow: 0 0 2px 0 #f88; }

/* non-template forms */
.form-row,
.large_form {
  clear: both;
  padding: 1px 0 10px 120px; }

.form-row label,
.large_form label {
  margin-left: -120px;
  width: 110px;
  float: left; }

.table-container {
  overflow: auto;
  max-width: 100%; }
  .table-container table {
    width: 100%; }

.product-container {
  margin: 0 50px; }
  @media (max-width: 767px) {
    .product-container {
      margin-left: 20px;
      margin-right: 20px; } }

.product-gallery,
.product-info {
  float: left; }

.product-gallery {
  margin-right: 50px;
  width: calc(100% - 300px - 50px); }

.product-gallery.single-image {
  margin-bottom: 20px; }
  .product-gallery.single-image .swiper-button-prev,
  .product-gallery.single-image .swiper-button-next,
  .product-gallery.single-image .gallery-thumbs {
    display: none; }
  .product-gallery.single-image .gallery-top {
    border: none; }

.product-gallery .gallery-top {
  border: 1px solid rgba(207, 219, 224, 0.4); }
  .product-gallery .gallery-top .swiper-slide {
    width: auto;
    max-width: 100%; }
    @media (min-width: 768px) {
      .product-gallery .gallery-top .swiper-slide img {
        max-height: calc(100vh - 275px); } }

.product-gallery .gallery-thumbs {
  position: relative;
  margin: 20px 0; }
  .product-gallery .gallery-thumbs a {
    display: inline-block;
    vertical-align: top;
    height: 68px;
    margin: 0 10px 14px 0; }
    .product-gallery .gallery-thumbs a img {
      height: 68px;
      width: auto;
      max-width: none; }

.product-info {
  width: 300px; }

.product-info .pricearea {
  font-size: 170%;
  line-height: 1.2em;
  margin-bottom: 10px; }

.product-info .pricearea .was-price {
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-style: italic;
  text-decoration: line-through;
  padding-right: 16px; }

.product-info .majorinfo {
  position: relative;
  min-height: 80px; }

.product-info .productlabel {
  float: right;
  margin-left: 10px;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-info .product-title {
  margin: 0 0 10px 0; }

.product-info .section {
  border-top: 1px solid #cfdbe0;
  padding: 1.3em 0; }

.product-info .section.description {
  margin-bottom: 1em;
  padding-bottom: 0; }

.product-info .section .inputrow:first-child {
  margin-top: 0; }

.product-info .section .inputrow:last-child {
  margin-bottom: 0; }

.product-info .section .inputrow .selector-wrapper {
  margin-bottom: 15px; }

.product-info .inputrow .original-selector {
  display: none; }

.no-js .product-info .inputrow .option-selectors {
  display: none; }

.no-js .product-info .inputrow .original-selector {
  display: inline; }

.product-classification {
  margin-bottom: 1em; }

.descriptionunder {
  clear: both; }

.product-info .section.morelinks {
  font-size: 12px; }

.product-info .social {
  padding: 20px 0;
  border-top: 1px solid #cfdbe0; }

.product-info .quantadd {
  text-align: right; }

.product-info .quantadd #quantity {
  float: left;
  text-align: center;
  margin-right: 4px; }

.product-info .quantadd button {
  padding-left: 1em;
  padding-right: 1em; }

.productoptions label {
  display: block;
  color: black;
  margin-bottom: 0.5em; }

.sku--no-sku {
  display: none; }

.quickbuy-form {
  width: 680px;
  margin: 30px;
  overflow: hidden; }

.quickbuy-form .product-container {
  margin: 0; }

.quickbuy-form .action-icons {
  position: absolute;
  top: 10px;
  right: 0; }

.quickbuy-form .action-icons .action-icon {
  margin-right: 10px; }
  .quickbuy-form .action-icons .action-icon svg {
    width: 30px;
    height: 30px; }

.quickbuy-form .action-icons .action-icon[data-idx="-1"] {
  display: none; }

.quickbuy-form .action-icon {
  opacity: 0.6; }

.quickbuy-form .action-icon:hover {
  opacity: 1; }

.quickbuy-form .product-gallery .main-image a {
  cursor: default; }

.quickbuy-form .product-gallery .main-image img {
  max-height: 460px; }

.quickbuy-form .product-gallery .thumbs li a img {
  max-height: 60px; }

.quickbuy-form .product-info {
  margin-top: 30px; }

.home-image {
  position: relative; }
  .home-image .overlay-text {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
    .home-image .overlay-text:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 1px;
      margin-left: -1px; }
    .home-image .overlay-text .overlay-text__inner {
      line-height: 1.3em;
      display: inline-block;
      vertical-align: middle;
      width: 80%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#crumbregion {
  margin: 2em 50px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em; }
  #crumbregion .beside-img {
    vertical-align: middle; }

#crumbregion a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle; }
  #crumbregion a:hover {
    opacity: 0.75; }

/* bit of a hack */
#crumbregion svg {
  vertical-align: middle;
  height: 24px;
  width: 24px;
  line-height: 24px; }

#crumbregion .crumbs .div {
  margin: 0 15px; }

#crumbregion .crumbs .social-links a {
  font-size: 16px;
  line-height: 1em;
  vertical-align: top;
  margin: 0 0 0 10px; }

#crumbregion .nextprev {
  float: right; }

#crumbregion .nextprev .divider {
  margin: 0 10px;
  visibility: hidden; }

#crumbregion .rss svg {
  width: 14px;
  height: 14px; }

#comments .gravatar {
  width: 50px;
  margin-right: 2em;
  float: left; }

#comments .comment {
  overflow: hidden; }

.has-rss {
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  .has-rss .social {
    position: absolute;
    top: 6px;
    right: 0; }

.page-header {
  position: fixed;
  z-index: 4;
  left: 240px;
  top: 0;
  right: 0;
  padding: 5px 50px;
  background: black;
  color: #fbfbfb;
  text-align: right;
  line-height: 2.4em; }
  .page-header a {
    color: inherit; }
    .page-header a:hover {
      opacity: 0.75; }
  .page-header .shoplogo {
    display: none; }
    .page-header .shoplogo .logotext {
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 0;
      text-align: center;
      font-size: 80%;
      line-height: 1.2em; }
    .page-header .shoplogo.with-margin {
      margin-top: 13.5px;
      margin-bottom: 13.5px; }
      .page-header .shoplogo.with-margin .logotext {
        margin-top: 0;
        margin-bottom: 0; }
  .page-header .nav-toggle {
    display: none;
    float: left; }
  .page-header .store-message {
    font-weight: bold; }
    .page-header .store-message.store-message--upper {
      float: left;
      margin-top: 0.5em;
      margin-bottom: 0.5em;
      max-width: calc(100% - 320px);
      line-height: 1.4em;
      text-align: left; }
    .page-header .store-message.store-message--lower {
      display: none;
      background: black;
      color: #fbfbfb;
      text-align: center;
      border-top: 1px solid #cfdbe0;
      padding: 5px 20px; }
  .page-header .account-links {
    position: relative;
    line-height: 1em;
    margin-right: 15px;
    padding-right: 20px; }
    .page-header .account-links:after {
      content: '';
      position: absolute;
      right: 0;
      top: -3px;
      bottom: -3px;
      border-right: 1px solid;
      opacity: 0.25; }
  .page-header .search {
    vertical-align: bottom;
    margin-right: 10px; }
    .page-header .search svg {
      vertical-align: middle;
      fill: #fbfbfb; }
  .page-header .cartsummary select {
    width: auto;
    margin-left: 4px;
    margin-top: calc(-8px - 0.6em); }
  @media (max-width: 1000px) {
    .page-header {
      position: static;
      height: auto;
      text-align: center;
      padding: 0;
      background: #fbfbfb;
      color: #4772bb; }
      .page-header svg {
        fill: #4772bb; }
      .page-header .page-header__inner {
        position: relative;
        background: rgba(0, 0, 0, 0);
        color: #000000; }
        .page-header .page-header__inner svg {
          fill: #000000; }
      .page-header .nav-toggle {
        display: block;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -12px; }
      .page-header .shoplogo {
        display: inline-block;
        width: 125px; }
      .page-header .account-links {
        display: none; }
      .page-header .search-and-cart {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -0.5em;
        line-height: 1.2em; }
      .page-header .store-message.store-message--upper {
        display: none; }
      .page-header .store-message.store-message--lower {
        display: block; } }
  @media (max-width: 767px) {
    .page-header .search-and-cart {
      top: 0;
      height: 100%;
      margin: 0;
      text-align: right;
      -webkit-display: flex;
      display: flex;
      align-items: center; }
      .page-header .search-and-cart .cartsummary a {
        display: block; } }

.page-footer {
  clear: both;
  margin: 0 0 0 240px; }
  .page-footer a {
    color: inherit; }
    .page-footer a:hover {
      opacity: 0.75; }
  .page-footer .signup-form {
    margin: 0 50px 50px;
    padding: 50px;
    background: #f2f2f2; }

.page-footer__lower {
  background: black;
  color: #fbfbfb;
  padding: 10px 50px;
  text-align: right; }
  .page-footer__lower .nav,
  .page-footer__lower .copy {
    float: left;
    text-align: left; }
  .page-footer__lower .nav {
    margin: 0; }
  .page-footer__lower .nav a {
    white-space: nowrap; }
  .page-footer__lower .nav li {
    display: inline;
    list-style: none;
    margin: 0 10px 0 0; }
  .page-footer__lower .copy {
    font-size: 12px;
    color: #7d7d7d; }

.page-footer__row {
  margin: 10px 0; }

.signup-form .title, .signup-form .message {
  margin: 0 0 10px; }

.signup-form-container {
  max-width: 710px; }

.search-box {
  position: relative;
  border-bottom: 1px solid rgba(71, 114, 187, 0.25); }
  .search-box input[type=text] {
    padding-left: 27px;
    padding-right: 27px;
    width: 100%;
    border: none;
    background: black;
    color: #fbfbfb;
    font-size: 12px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0; }
    .search-box input[type=text]::-webkit-input-placeholder {
      color: #fbfbfb; }
    .search-box input[type=text]:-moz-placeholder {
      color: #fbfbfb;
      opacity: 1; }
    .search-box input[type=text]::-moz-placeholder {
      color: #fbfbfb;
      opacity: 1; }
    .search-box input[type=text]:-ms-input-placeholder {
      color: #fbfbfb; }
  .search-box button {
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -9px !important; }
    .search-box button svg {
      fill: #fbfbfb; }

.payment-methods img {
  margin: 0 0 6px 2px;
  width: 40px;
  vertical-align: top; }

.inline-input-button-row {
  display: flex; }
  .inline-input-button-row .inline-input-button-row__input {
    flex-grow: 1;
    margin-right: 20px; }
    .inline-input-button-row .inline-input-button-row__input input {
      width: 100%; }

.slideshow .slide {
  position: relative;
  overflow: hidden; }

.slideshow .overlay-text {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 8%;
  height: 84%; }
  .slideshow .overlay-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    margin-left: -1px; }
  .slideshow .overlay-text > .inner {
    display: inline-block;
    width: 50%; }

.slideshow .overlay-text.posx-left {
  text-align: left; }

.slideshow .overlay-text.posx-middle {
  text-align: center; }

.slideshow .overlay-text.posx-right {
  text-align: right; }

.slideshow .overlay-text.posy-top:before,
.slideshow .overlay-text.posy-top > .inner {
  vertical-align: top; }

.slideshow .overlay-text.posy-middle:before,
.slideshow .overlay-text.posy-middle > .inner {
  vertical-align: middle; }

.slideshow .overlay-text.posy-bottom:before,
.slideshow .overlay-text.posy-bottom > .inner {
  vertical-align: bottom; }

.slideshow .overlay-text .text-1 {
  margin: 0;
  line-height: 0;
  font-family: inherit; }

.slideshow .overlay-text .scaled-text {
  line-height: 1em;
  transition: font-size 250ms; }

.slideshow .overlay-text .text-1,
.slideshow .overlay-text .text-2 {
  color: #fff; }

.slideshow .overlay-text .text-2 .button {
  margin-top: 50px;
  border-color: #fff; }

.slideshow .overlay-text.col-dark .text-1,
.slideshow .overlay-text.col-dark .text-2 {
  color: #000; }

.slideshow .overlay-text.col-dark .text-2 .button {
  border-color: #000; }

.slideshow .overlay-text .text-2 .button {
  color: inherit;
  background: transparent;
  border: 2px solid;
  width: auto; }

.in-page-tags {
  font-size: 12px; }
  .in-page-tags .tag {
    margin-right: 0.5em; }
    .in-page-tags .tag:last-child {
      margin-right: 0; }

/* onboarding placeholder */
.placeholder-image {
  position: relative;
  padding-top: 100%;
  height: 0px;
  overflow: hidden;
  background: #f9fafa; }
  .placeholder-image.dark {
    background: #c6c7c8; }
    .placeholder-image.dark svg, .placeholder-image.dark svg g {
      fill: #a3a6a9; }
  .placeholder-image.landscape {
    padding-top: 55%; }
  .placeholder-image.placeholder--banner {
    padding-top: 475px; }
  .placeholder-image svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .placeholder-image svg, .placeholder-image svg g {
      fill: #c8cbcd; }

table.noborder,
table.noborder tr,
table.noborder th,
table.noborder td {
  border: 0; }

.simple-popup {
  position: absolute;
  width: 170px;
  padding: 10px 15px;
  border: 1px solid #999;
  background: #fff;
  color: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align: center;
  z-index: 10000;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  transition: opacity 250ms, transform 250ms; }

.simple-popup.hidden {
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(10px);
  transform: scale(0.9) translateY(10px); }

.fb_iframe_widget iframe {
  max-width: none; }

.gift-card-container {
  margin: 100px auto;
  max-width: 640px;
  padding: 0 10px;
  text-align: center; }

.giftcard-header {
  margin: 0 auto 2em;
  width: 240px; }
  .giftcard-header .shoplogo .logotext {
    text-align: center; }

.willstagram {
  overflow: hidden;
  white-space: nowrap; }
  .willstagram .items {
    margin: 0;
    padding: 0; }
  .willstagram .item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 16px);
    margin: 0 20px 0 0; }
  .willstagram .item:last-child {
    margin-right: 0; }
  .willstagram .owl-item .item {
    width: auto;
    margin: auto; }
  .willstagram .desc {
    display: none; }
  .willstagram img {
    width: 100%;
    vertical-align: top; }
  .willstagram a {
    display: block;
    transform: scale(1);
    transition: opacity 150ms; }
  .willstagram a:hover {
    opacity: 0.9; }
  .willstagram .willstagram__error {
    font-style: italic;
    text-align: center; }
  @media only screen and (max-width: 1000px) {
    .willstagram .item {
      width: calc(25% - 15px); } }
  @media only screen and (max-width: 767px) {
    .willstagram {
      overflow: auto; }
      .willstagram .item {
        width: calc(33.333% - 13.32px); } }

@media only screen and (max-width: 1000px) {
  #content {
    padding-top: 0;
    padding-left: 0; }

  .page-header {
    left: 0; }

  .page-footer {
    margin-left: 0; }

  #navbar {
    left: -240px;
    box-shadow: none; }

  #navbar .shoplogo {
    display: none; }

  .show-nav-mobile #navbar {
    left: 0;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden; }

  .show-nav-mobile {
    overflow: hidden; }
    .show-nav-mobile:after {
      opacity: 1;
      pointer-events: auto; } }
@media only screen and (max-width: 950px) {
  .three-block-layout.two-on-tablets .col-block {
    width: calc(50% - 20px); }
  .three-block-layout.two-on-tablets .col-block:last-child {
    display: none; } }
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block; }

  .desktop-only {
    display: none; }

  .reading-column,
  .page-footer__lower {
    padding-left: 20px;
    padding-right: 20px; }

  .page-footer .signup-form {
    margin: 20px;
    padding: 20px; }

  .page-footer__lower {
    text-align: center; }
    .page-footer__lower .nav, .page-footer__lower .copy {
      float: none;
      margin-bottom: 20px;
      text-align: center; }
    .page-footer__lower .nav li {
      display: inline-block;
      margin: 3px 5px; }

  .slideshow .overlay-text > .inner {
    width: 75%; }

  .slideshow .overlay-text .text-1 {
    margin: 0 0 20px;
    font-size: 40px; }

  .slideshow .overlay-text .text-2 .button {
    margin-top: 10px;
    padding: 10px 20px; }

  .social-links a {
    margin: 0 5px; }

  input,
  textarea {
    box-sizing: border-box; }

  .blocklayout,
  .block {
    margin: 10px; }

  .block.double-padded,
  .block .double-padded {
    padding: 10px; }

  .block.padded > .padded {
    padding: 0; }

  #cartform .termsagreement {
    margin-bottom: 20px; }

  #cartform .checkoutrow .checkoutbuttoncont {
    float: none;
    text-align: center;
    clear: both; }

  #crumbregion .nextprev {
    float: none;
    text-align: center; }

  .block.product .quick-buy-row,
  .block.product:hover .quick-buy-row {
    display: none; }

  .block.product .main .img-link {
    display: block; }

  .product-gallery,
  .product-info {
    float: none;
    width: auto;
    margin-top: 25px; }

  .product-gallery {
    margin-right: 0; }
    .product-gallery .swiper-container .swiper-button-prev,
    .product-gallery .swiper-container .swiper-button-next {
      display: none; } }
@media only screen and (max-width: 959px) {
  .block.product .shopify-product-reviews-badge,
  .block.product .spr-badge {
    font-size: 75%;
    margin-bottom: 0.8em; }

  /* CSS override for the home slider full-page scaling */
  .slideshow.type-full-page-desktop-only .slide {
    height: auto !important; }

  .slideshow.type-full-page-desktop-only .slide img {
    position: static !important;
    width: 100% !important;
    height: auto !important; } }
@media (max-width: 600px) {
  .inline-input-button-row {
    display: block; }
    .inline-input-button-row .inline-input-button-row__input {
      margin: 0; }
    .inline-input-button-row .inline-input-button-row__button {
      margin: 20px 0 0; }
      .inline-input-button-row .inline-input-button-row__button button, .inline-input-button-row .inline-input-button-row__button input[type=submit] {
        width: 100%; }

  .three-block-layout,
  .three-block-layout.two-on-tablets {
    margin-left: 0; }
    .three-block-layout .col-block,
    .three-block-layout.two-on-tablets .col-block {
      float: none;
      width: auto;
      margin: 0 0 20px; }

  .three-block-layout.two-on-tablets .col-block:last-child {
    display: block; } }
@media only screen and (max-width: 480px) {
  /* Remove extraneous space on text pages */
  .template-page #content .block,
  .template-page #content .block .main,
  .template-article #content .block,
  .template-article #content .block .main,
  .template-blog #content .blocklayout {
    margin: 0; }

  .template-blog .blocklayout.double-sized .block {
    margin-left: 20px;
    margin-right: 20px; }

  .block.double-padded, .block .double-padded {
    padding: 10px; }

  .product-info .section.majorinfo .productlabel {
    float: none;
    margin: 20px auto; }

  #cartform .item .desc {
    margin-right: 5em; }

  #cartform .item .quantity {
    display: block;
    margin-bottom: 1em; }

  .cart-update-row {
    margin-right: 0; } }
/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/
.sam-hidden {
  display: none !important; }

.sam-cart-total, .sam-discount-info, .sam-notes {
  background-color: #7CD5FA;
  color: #000000;
  padding: 0px !important; }

.sam-cart-total-benefits, .sam-current-benefits {
  font-weight: bold; }

#purchase-benefits {
  margin-bottom: 20px; }

.sam-add-address-error, a.sam-add-address-error:visited {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000; }

/*Algolia custom styling*/
a.ais-show-more {
  font-weight: bold !important;
  color: #158ec2 !important; }
