/** Shopify CDN: Minification failed

Line 39:3 Unexpected "display"
Line 40:3 Unexpected "zoom"
Line 177:3 Unexpected "margin-left"
Line 183:3 Unexpected "vertical-align"
Line 191:3 Unexpected "overflow"
Line 199:3 Unexpected "height"
Line 200:3 Unexpected "width"
Line 517:3 Unexpected "height"
Line 616:3 Unexpected "display"

**/
/* Layout */
/* Colour */
/* Footer */
/* Font */
/* Input */
/* This has to be non font-based */
/* Sub nav */
/* Mixins */
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .cf:before {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    content: "";
    display: table;
    clear: both; }

/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1, .product-title-row .product-price, .slide .overlay .line-1, .slide .overlay .line-2, #mobile-nav .nav-item,
#mobile-nav .sub-nav-item, .onboarding .onboarding-overlay {
  font-size: 2em;
  margin: .67em 0; }

h2, .product-block .price .amount {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4, blockquote, .tile-group .overlay .inner, .cart-summary-subtotal .amount {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Colorbox Styles */
#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer;
  min-height: 0;
  outline: none; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #fff; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border1.png?v=113436874971659238651597235482) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border2.png?v=142803151667698387151597235482) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(/cdn/shop/t/2/assets/cbox_border2.png?v=142803151667698387151597235482) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: white url(/cdn/shop/t/2/assets/loading.gif?v=115678512110750922101597235491) no-repeat center 50px; }

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  border: 1px solid #eee;
  padding: 4px;
  margin: 0;
  overflow: visible;
  width: auto;
  background: white; }

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 7.5em;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

#cboxClose:hover, #cboxNext:hover, #cboxPrevious:hover, #cboxSlideshow:hover {
  background: #f4f4f4; }

#cboxPrevious, #cboxNext, #cboxClose {
  border-color: #ddd;
  padding: 0.2em 0.6em;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

#cboxNext {
  left: 5.5em; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  background: #fff; }

#cboxTopLeft, #cboxTopCenter, #cboxTopRight {
  /*border-top: 1px solid #aaa;*/
  height: 10px; }

#cboxTopLeft, #cboxMiddleLeft, #cboxBottomLeft {
  /*border-left: 1px solid #aaa;*/
  width: 10px; }

#cboxTopRight, #cboxMiddleRight, #cboxBottomRight {
  /*border-right: 1px solid #aaa;*/
  width: 10px; }

#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
  /*border-bottom: 1px solid #aaa;*/
  height: 10px; }

#colorbox {
  border: 1px solid #ccc; }

/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #111111;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:focus {
  outline: none; }

.flex-direction-nav a:before {
  font-family: "theme-icons";
  font-size: 40px;
  line-height: 1em;
  display: inline-block;
  content: '\e605';
  color: #111111;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\e609'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/*.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}*/
.flex-control-nav {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #9c9d9d;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #3a3b3c; }

.flex-control-paging li a.flex-active {
  background: #3a3b3c;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Using border-box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Responsive images and videos. */
img, iframe {
  max-width: 100%; }

img {
  height: auto;
  vertical-align: top; }

/* Control the pages maximum width. */
.container {
  margin: 0 auto;
  max-width: 1264px;
  width: 90%;
  padding-left: 20px;
  padding-right: 20px; }

.reading-column {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%; }

/* Medium and large screens */
.row {
  zoom: 1;
  margin-left: -20px;
  margin-right: -20px; }
  .row:before {
    content: "";
    display: table; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.column {
  float: left;
  padding-left: 20px;
  padding-right: 20px; }

.column.half {
  width: 50%; }

.column.quarter {
  width: 25%; }

.column.three-quarters {
  width: 75%; }

.column.third {
  width: 33.33333%; }

.column.two-thirds {
  width: 66.666%; }

.column.fifth {
  width: 20%; }

.column.four-fifths {
  width: 80%; }

.column.full {
  width: 100%; }

.column.flex.max-cols-6 {
  width: 16.66666%; }

.column.flex.max-cols-4 {
  width: 25%; }

.column.flex.max-cols-3 {
  width: 33.33333%; }

.column.flex.max-cols-2 {
  width: 50%; }

.column.bleed {
  padding-left: 0;
  padding-right: 0; }

.first-in-row {
  clear: left; }

.grid .column {
  margin-bottom: 20px; }
.grid .column.half.nth-2,
.grid .column.flex.max-cols-2.nth-2 {
  clear: left; }
.grid .column.third.nth-3,
.grid .column.flex.max-cols-3.nth-3 {
  clear: left; }
.grid .column.quarter.nth-4,
.grid .column.flex.max-cols-4.nth-4 {
  clear: left; }
.grid .column.fifth.nth-5 {
  clear: left; }
.grid .column.flex.max-cols-6.nth-6 {
  clear: left; }

.row.one-row .column {
  margin-bottom: 0; }

.mobile, .mobile-inline {
  display: none; }

@media (max-width: 1250px) {
  .column.flex.max-cols-6 {
    width: 25%; }
    .grid .column.flex.max-cols-6.nth-6 {
      clear: none; }
    .grid .column.flex.max-cols-6.nth-4 {
      clear: left; }

  .row.one-row .column.flex.max-cols-6:nth-child(n+5) {
    display: none; } }
@media (max-width: 960px) {
  .column.flex.max-cols-4 {
    width: 33.33333%; }
    .grid .column.flex.max-cols-4.nth-4 {
      clear: none; }
    .grid .column.flex.max-cols-4.nth-3 {
      clear: left; }

  .column.flex.max-cols-3,
  .column.flex.max-cols-2 {
    width: 50%; }
    .grid .column.flex.max-cols-3.nth-3, .grid
    .column.flex.max-cols-2.nth-3 {
      clear: none; }
    .grid .column.flex.max-cols-3.nth-2, .grid
    .column.flex.max-cols-2.nth-2 {
      clear: left; }

  .row.one-row .column.flex.max-cols-3:nth-child(n+3),
  .row.one-row .column.flex.max-cols-4:nth-child(n+4) {
    display: none; } }
@media (max-width: 767px) {
  .mobile {
    display: block; }

  .mobile-inline {
    display: inline; }

  .container {
    width: auto; }

  .column {
    margin-bottom: 20px; }
    .column.no-mobile-margin {
      margin-bottom: 0; }

  .column.half,
  .column.third,
  .column.two-thirds,
  .column.quarter,
  .column.fifth,
  .column.four-fifths,
  .column.flex.max-cols-2 {
    width: 100%; }
    .grid .column.half.nth-2, .grid
    .column.third.nth-2, .grid
    .column.two-thirds.nth-2, .grid
    .column.quarter.nth-2, .grid
    .column.fifth.nth-2, .grid
    .column.four-fifths.nth-2, .grid
    .column.flex.max-cols-2.nth-2 {
      clear: none; }

  .column.min-cols-2,
  .column.flex.max-cols-4,
  .column.flex.max-cols-6 {
    width: 50%; }
    .grid .column.min-cols-2.nth-3, .grid .column.min-cols-2.nth-4, .grid
    .column.flex.max-cols-4.nth-3, .grid
    .column.flex.max-cols-4.nth-4, .grid
    .column.flex.max-cols-6.nth-3, .grid
    .column.flex.max-cols-6.nth-4 {
      clear: none; }
    .grid .column.min-cols-2.nth-2, .grid
    .column.flex.max-cols-4.nth-2, .grid
    .column.flex.max-cols-6.nth-2 {
      clear: left; }

  .row.one-row .column.flex.max-cols-4:nth-child(n+3),
  .row.one-row .column.flex.max-cols-6:nth-child(n+3) {
    display: none; }

  .column.three-quarters {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .column.quarter, .column.fifth, .column.flex.max-cols-6, .column.flex.max-cols-4, .column.flex.max-cols-3 {
    float: none;
    width: 100%; }

  .column.min-cols-2,
  .column.flex.min-cols-2 {
    float: left;
    width: 50%; }

  .links-row .back-link {
    display: block;
    margin: 0 0 1em; }

  .ft.ft-nm, .ft.ft-nm .ftr, .ft.ft-nm .ftr .ftc {
    display: block; } }
/* Number spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Utility classes: Hidden, float left, float right, etc. */
.hidden {
  display: none; }

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

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

/* Icon font */
@font-face {
  font-family: 'theme-icons';
  src: url("/cdn/shop/t/2/assets/theme-icons.eot?v=154522773203169424361597235497");
  src: url("/cdn/shop/t/2/assets/theme-icons.eot?#iefixv=154522773203169424361597235497") format("embedded-opentype"), url("/cdn/shop/t/2/assets/theme-icons.woff?v=80450361582925855321597235499") format("woff"), url("/cdn/shop/t/2/assets/theme-icons.ttf?v=164223554985475308131597235498") format("truetype"), url("/cdn/shop/t/2/assets/theme-icons.svg?v=61251463590243637641597235498#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .main-nav .nav-item.dropdown > .nav-item-link:after, .main-nav .sub-nav .has-dropdown > .sub-nav-item-link:after {
  font-family: 'theme-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-loading:before {
  content: "\e601"; }

.icon-house:before {
  content: "\e62c"; }

.icon-arrow-down:before {
  content: "\e632"; }

.icon-arrow-right:before {
  content: "\e633"; }

.icon-arrow-up:before {
  content: "\e634"; }

.icon-arrow-left:before {
  content: "\e631"; }

.icon-tick:before {
  content: "\e630"; }

.icon-arrow2-left:before {
  content: "\e62a"; }

.icon-arrow2-right:before {
  content: "\e62d"; }

.icon-youtube:before {
  content: "\e62e"; }

.icon-arrow3-down:before {
  content: "\e602"; }

.icon-arrow4-down:before {
  content: "\e603"; }

.icon-arrow3-left:before {
  content: "\e604"; }

.icon-arrow4-left:before {
  content: "\e605"; }

.icon-arrow3-right:before {
  content: "\e606"; }

.icon-arrow3-up:before {
  content: "\e607"; }

.icon-arrow4-up:before {
  content: "\e608"; }

.icon-arrow4-right:before {
  content: "\e609"; }

.icon-bag:before {
  content: "\e60a"; }

.icon-cart:before {
  content: "\e60b"; }

.icon-circle-cross:before {
  content: "\e60c"; }

.icon-cross:before {
  content: "\e60d"; }

.icon-export:before {
  content: "\e60e"; }

.icon-facebook:before {
  content: "\e60f"; }

.icon-flickr:before {
  content: "\e610"; }

.icon-forward:before {
  content: "\e611"; }

.icon-googleplus:before {
  content: "\e612"; }

.icon-heart:before {
  content: "\e613"; }

.icon-heart2:before {
  content: "\e614"; }

.icon-help:before {
  content: "\e615"; }

.icon-info:before {
  content: "\e616"; }

.icon-instagram:before {
  content: "\e617"; }

.icon-linkedin:before {
  content: "\e618"; }

.icon-mail:before {
  content: "\e619"; }

.icon-maximize:before {
  content: "\e61a"; }

.icon-minus:before {
  content: "\e61b"; }

.icon-pinterest:before {
  content: "\e61c"; }

.icon-plus:before {
  content: "\e61d"; }

.icon-rss:before {
  content: "\e61e"; }

.icon-share:before {
  content: "\e61f"; }

.icon-skype:before {
  content: "\e620"; }

.icon-star:before {
  content: "\e621"; }

.icon-star2:before {
  content: "\e622"; }

.icon-tag:before {
  content: "\e623"; }

.icon-tumblr:before {
  content: "\e624"; }

.icon-twitter:before {
  content: "\e625"; }

.icon-user:before {
  content: "\e626"; }

.icon-gallery:before {
  content: "\e600"; }

.icon-vimeo:before {
  content: "\e627"; }

.icon-share2:before {
  content: "\e628"; }

.icon-nav:before {
  content: "\e62f"; }

.icon-bag2:before {
  content: "\e62b"; }

.icon-mag:before {
  content: "\e629"; }

/* Enhancements to icons */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  position: relative;
  width: 1.28571429em;
  line-height: 1.28571429em;
  text-align: center;
  letter-spacing: 0; }
  [class^="icon-"] span, [class*=" icon-"] span {
    display: none; }
  [class^="icon-"].slim, [class*=" icon-"].slim {
    width: 1em;
    line-height: 1em; }

[class^="icon-"] [class^="icon-"], [class^="icon-"] [class*=" icon-"], [class*=" icon-"] [class^="icon-"], [class*=" icon-"] [class*=" icon-"] {
  position: absolute;
  left: 0;
  top: 1.1em;
  width: 100%;
  text-align: center;
  /*color: ?;*/ }

body {
  font-family: Muli, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  color: #3a3b3c; }

h1, .product-title-row .product-price, .slide .overlay .line-1, .slide .overlay .line-2, #mobile-nav .nav-item,
#mobile-nav .sub-nav-item, .onboarding .onboarding-overlay {
  font-size: 1.8em; }

h2, .product-block .price .amount {
  font-size: 1.66667em; }

h3 {
  font-size: 1.53333em; }

h4, blockquote, .tile-group .overlay .inner, .cart-summary-subtotal .amount {
  font-size: 1.4em; }

h5 {
  font-size: 1.26667em; }

h6 {
  font-size: 1.13333em; }

h1, .product-title-row .product-price, .slide .overlay .line-1, .slide .overlay .line-2, #mobile-nav .nav-item,
#mobile-nav .sub-nav-item, .onboarding .onboarding-overlay, h2, .product-block .price .amount, h3, h4, blockquote, .tile-group .overlay .inner, .cart-summary-subtotal .amount, h5, h6 {
  font-family: Muli, sans-serif;
  line-height: 1.2em;
  padding: 0 0 0.2em;
  font-weight: normal;
  color: #3a3b3c;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.no-margin {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: background-color 120ms, color 120ms;
  -ms-transition: background-color 120ms, color 120ms;
  -moz-transition: background-color 120ms, color 120ms;
  -o-transition: background-color 120ms, color 120ms;
  transition: background-color 120ms, color 120ms; }
  a:hover {
    color: #3a3b3c; }
  a:focus {
    outline: none;
    color: #3a3b3c; }

p {
  margin: 0 0 1em; }

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

blockquote:before {
  color: #3a3b3c;
  content: open-quote; }

blockquote:after {
  color: #3a3b3c;
  content: close-quote; }

blockquote :first-child {
  display: inline; }

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

input,
textarea {
  font-family: inherit;
  font-size: 0.95em;
  line-height: 1.2em;
  color: #222222;
  border: 1px solid #bcbcbc;
  background: white;
  padding: 10px 0.6em 9px;
  max-width: 100%;
  width: 432px;
  min-height: 32px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  input:focus,
  textarea:focus {
    outline: none;
    border-color: #3a3b3c;
    -webkit-box-shadow: 0 0 7px -3px #3a3b3c;
    -ms-box-shadow: 0 0 7px -3px #3a3b3c;
    -moz-box-shadow: 0 0 7px -3px #3a3b3c;
    -o-box-shadow: 0 0 7px -3px #3a3b3c;
    box-shadow: 0 0 7px -3px #3a3b3c; }

input.micro {
  min-height: 0;
  height: auto;
  width: 2em;
  padding: 4px;
  text-align: center; }

input[type=checkbox] {
  width: auto;
  height: auto;
  min-height: 0;
  -webkit-appearance: checkbox; }

input[type=image] {
  background: transparent;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 0; }

textarea {
  height: 8em; }

select {
  outline: none;
  cursor: pointer; }

.pretty-select {
  display: inline-block;
  position: relative;
  border: 1px solid #bcbcbc;
  background: white;
  color: #222222;
  padding: 0 0 0 15px;
  text-align: left;
  width: 300px;
  max-width: 100%;
  vertical-align: middle; }
  .pretty-select.plaintext {
    border: none;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    width: auto;
    vertical-align: top; }
    .pretty-select.plaintext .text {
      padding: 0 1.2em 0 0; }
    .pretty-select.plaintext i {
      width: 1em;
      right: 0; }
  .pretty-select .text {
    display: block;
    padding: 9px 50px 9px 0;
    line-height: 1.2em; }
    .pretty-select .text .value {
      display: block;
      overflow: hidden; }
  .pretty-select i {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.45em;
    z-index: 1;
    font-size: 1em;
    line-height: 1em; }
  .pretty-select select {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 15;
    cursor: pointer;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button; }

label, .cart-items .heading {
  display: block;
  color: #222222;
  font-size: 90%;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0 0 0.5em; }

button,
input[type=submit],
.btn,
.account-area .action_link,
.giant-round-button,
.big-round-button,
.button {
  -webkit-appearance: none;
  display: inline-block;
  background: #3a3b3c;
  color: white;
  border: 2px solid #3a3b3c;
  height: auto;
  width: auto;
  padding: 10px 1.4em 9px;
  font-family: inherit;
  font-size: 0.95em;
  vertical-align: middle;
  line-height: 0.6em;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms, background-color 150ms, border-color 150ms;
  -ms-transition: opacity 200ms, background-color 150ms, border-color 150ms;
  -moz-transition: opacity 200ms, background-color 150ms, border-color 150ms;
  -o-transition: opacity 200ms, background-color 150ms, border-color 150ms;
  transition: opacity 200ms, background-color 150ms, border-color 150ms; }
  button.plain-text,
  input[type=submit].plain-text,
  .btn.plain-text,
  .account-area .plain-text.action_link,
  .plain-text.giant-round-button,
  .plain-text.big-round-button,
  .button.plain-text {
    font-family: Muli, sans-serif;
    font-size: 13px;
    line-height: 1.1em;
    text-transform: none;
    padding: 0;
    color: inherit;
    background: transparent;
    border: none;
    vertical-align: baseline; }
    button.plain-text:hover,
    input[type=submit].plain-text:hover,
    .btn.plain-text:hover,
    .account-area .plain-text.action_link:hover,
    .plain-text.giant-round-button:hover,
    .plain-text.big-round-button:hover,
    .button.plain-text:hover {
      background: transparent;
      color: inherit; }
  button.alt,
  input[type=submit].alt,
  .btn.alt,
  .account-area .alt.action_link,
  .alt.giant-round-button,
  .alt.big-round-button,
  .button.alt {
    color: white;
    background: #3a3b3c; }
    button.alt:hover,
    input[type=submit].alt:hover,
    .btn.alt:hover,
    .account-area .alt.action_link:hover,
    .alt.giant-round-button:hover,
    .alt.big-round-button:hover,
    .button.alt:hover {
      background: #535556;
      color: white; }
  button:hover,
  input[type=submit]:hover,
  .btn:hover,
  .account-area .action_link:hover,
  .giant-round-button:hover,
  .big-round-button:hover,
  .button:hover {
    border-color: #535556;
    background: #535556;
    color: white; }
  button:visited,
  input[type=submit]:visited,
  .btn:visited,
  .account-area .action_link:visited,
  .giant-round-button:visited,
  .big-round-button:visited,
  .button:visited {
    color: white; }
  button a, button a:hover,
  input[type=submit] a,
  input[type=submit] a:hover,
  .btn a,
  .account-area .action_link a,
  .giant-round-button a,
  .big-round-button a,
  .btn a:hover,
  .account-area .action_link a:hover,
  .giant-round-button a:hover,
  .big-round-button a:hover,
  .button a,
  .button a:hover {
    color: white; }

button[disabled], button[disabled]:hover,
input[type=submit][disabled],
input[type=submit][disabled]:hover {
  color: #fff;
  background: #999;
  border-color: #999; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #e1e1e1;
  height: 9px;
  margin: 1em 0; }

ul.plain, .willstagram ul, .related-product-list ul {
  padding: 0; }
  ul.plain li, .willstagram ul li, .related-product-list ul li {
    list-style: none; }

ul.inline li {
  display: inline; }

ul.inline.list-divide li {
  margin-left: 0.8em;
  padding-left: 1em;
  border-left: 1px solid #e1e1e1; }
ul.inline.list-divide li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none; }

.rte {
  line-height: 1.6em;
  word-wrap: break-word; }
  .rte h1, .rte .product-title-row .product-price, .product-title-row .rte .product-price, .rte .slide .overlay .line-1, .slide .overlay .rte .line-1, .rte .slide .overlay .line-2, .slide .overlay .rte .line-2, .rte #mobile-nav .nav-item, #mobile-nav .rte .nav-item,
  .rte #mobile-nav .sub-nav-item,
  #mobile-nav .rte .sub-nav-item, .rte .onboarding .onboarding-overlay, .onboarding .rte .onboarding-overlay, .rte h2, .rte .product-block .price .amount, .product-block .price .rte .amount, .rte h4, .rte blockquote, .rte .tile-group .overlay .inner, .tile-group .overlay .rte .inner, .rte .cart-summary-subtotal .amount, .cart-summary-subtotal .rte .amount, .rte h5, .rte h6 {
    margin-top: 1em;
    margin-bottom: 1em; }
  .rte h3 {
    margin-top: 1.4em;
    margin-bottom: 0em; }
  .rte img {
    vertical-align: baseline; }
  .rte a {
    color: #3a3b3c; }
    .rte a:hover {
      color: #080808; }
  .rte tr {
    border-top: 1px solid #bcbcbc; }
    .rte tr:first-child {
      border-top: none; }
  .rte td, .rte th {
    text-align: left;
    border-left: 1px solid #bcbcbc;
    padding: 0.4em 0.6em; }
    .rte td:first-child, .rte th:first-child {
      border-left: none; }
  .rte th {
    border-bottom: 2px solid #bcbcbc; }
  .rte tfoot {
    border-top: 2px solid #bcbcbc; }

.account-area h1, .account-area .product-title-row .product-price, .product-title-row .account-area .product-price, .account-area .slide .overlay .line-1, .slide .overlay .account-area .line-1, .account-area .slide .overlay .line-2, .slide .overlay .account-area .line-2, .account-area #mobile-nav .nav-item, #mobile-nav .account-area .nav-item,
.account-area #mobile-nav .sub-nav-item,
#mobile-nav .account-area .sub-nav-item, .account-area .onboarding .onboarding-overlay, .onboarding .account-area .onboarding-overlay, .account-area h2, .account-area .product-block .price .amount, .product-block .price .account-area .amount, .account-area h3, .account-area h4, .account-area blockquote, .account-area .tile-group .overlay .inner, .tile-group .overlay .account-area .inner, .account-area .cart-summary-subtotal .amount, .cart-summary-subtotal .account-area .amount, .account-area h5, .account-area h6 {
  margin-top: 1em; }
.account-area .customer_address_table td {
  padding: 0.4em 0.1em; }
.account-area .action_bottom {
  margin-top: 1em; }

.section-heading {
  margin-bottom: 1em; }

.more-link {
  display: inline-block;
  color: #3a3b3c;
  margin: 1em 0;
  padding: 0 0 0.2em; }
  .more-link:after {
    content: '';
    display: block;
    margin-top: 0.2em;
    border-bottom: 1px solid #3a3b3c;
    -webkit-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
  .more-link:hover:after {
    border-bottom-color: rgba(58, 59, 60, 0.1); }

.hash-link {
  color: #3a3b3c; }

.feature-col {
  color: #3a3b3c; }
  .feature-col a:hover {
    color: #080808; }

.social-links {
  margin: 0; }
  .social-links li {
    display: inline-block;
    margin: 0 .2em .5em; }
  .social-links a {
    color: white;
    width: 1.6em;
    line-height: 1.6em;
    background: #555555;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .social-links a:hover {
      color: white; }
    .page-footer .social-links a {
      color: white;
      background: #555555; }
      .page-footer .social-links a:hover {
        color: white; }
  .social-links .icon-twitter:hover {
    background-color: #1bb6ec; }
  .social-links .icon-facebook:hover {
    background-color: #3c599f; }
  .social-links .icon-tumblr:hover {
    background-color: #304d6b; }
  .social-links .icon-rss:hover {
    background-color: #fe9900; }
  .social-links .icon-googleplus:hover {
    background-color: #e02a27; }
  .social-links .icon-youtube:hover {
    background-color: #e02a27; }
  .social-links .icon-vimeo:hover {
    background-color: #1bb6ec; }
  .social-links .icon-pinterest:hover {
    background-color: #e02a27; }
  .social-links .icon-instagram:hover {
    background-color: #4f7ca2; }
  .social-links .icon-flickr:hover {
    background-color: #000; }

.border-bottom {
  border-bottom: 1px solid #e1e1e1; }

.border-top, #page-footer {
  border-top: 1px solid #e1e1e1; }

.border-left {
  border-left: 1px solid #e1e1e1; }

.border-right {
  border-right: 1px solid #e1e1e1; }

.toolbar {
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 36px;
  padding: 0.5em 0; }

.toolbar.docked {
  display: none;
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  z-index: 90000;
  background: white; }

.toolbar-links {
  float: right;
  padding-top: 6px;
  font-size: 0.85em; }
  .toolbar-links > * {
    vertical-align: middle; }

.toolbar-social,
.toolbar-cart {
  float: right;
  margin-left: 1em;
  line-height: 38px; }

.search-form {
  display: inline-block;
  position: relative; }
  .search-form input {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid transparent;
    background: transparent;
    margin-top: -1px;
    padding: 1px 10px 0px 20px;
    width: 250px;
    height: 40px;
    font: inherit;
    font-size: 0.90em;
    line-height: 38px;
    color: inherit;
    text-transform: none;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
    .search-form input:focus {
      outline: none;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
    .search-form input::-webkit-input-placeholder {
      font: inherit;
      color: inherit;
      text-transform: uppercase;
      opacity: 1; }
    .search-form input:-moz-placeholder {
      font: inherit;
      color: inherit;
      text-transform: uppercase;
      opacity: 1; }
    .search-form input::-moz-placeholder {
      font: inherit;
      color: inherit;
      text-transform: uppercase;
      opacity: 1; }
    .search-form input:-ms-input-placeholder {
      font: inherit;
      color: inherit;
      text-transform: uppercase;
      opacity: 1; }
  .search-form button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    margin: -15px 0 0;
    height: 30px;
    border: none;
    background: transparent;
    color: inherit;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }

.toolbar .search-form.focus input {
  width: 190px;
  padding-left: 30px;
  border-color: rgba(50, 50, 50, 0.2); }
.toolbar .search-form.focus button {
  left: 10px; }

.toolbar-cart {
  position: relative;
  white-space: nowrap; }
  .toolbar-cart .current-cart i {
    font-size: 11px;
    vertical-align: baseline; }
  .toolbar-cart .current-cart small {
    font-size: 1em; }
  .toolbar-cart .no-btn {
    display: inline-block; }
  .toolbar-cart .btn, .toolbar-cart .account-area .action_link, .account-area .toolbar-cart .action_link, .toolbar-cart .giant-round-button, .toolbar-cart .big-round-button {
    font-size: 1em;
    vertical-align: top;
    padding: 8px 1.3em 7px; }
  .toolbar-cart .pretty-select {
    margin-left: 0.5em; }

.main-nav {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #f1f1f1; }
  .main-nav ul, .main-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-nav .nav-item {
    display: inline-block; }
    .main-nav .nav-item .nav-item-link {
      display: inline-block;
      padding: 0.5em 1em 0.9em;
      font-family: Muli, sans-serif;
      font-size: 1.1em;
      line-height: 1.1em;
      color: #7e7e7e; }
      .main-nav .nav-item .nav-item-link:focus {
        color: #3a3b3c; }
    .main-nav .nav-item:hover > .nav-item-link {
      color: #3a3b3c; }
  .main-nav .nav-item.dropdown:hover > .sub-nav,
  .main-nav .nav-item.dropdown:focus > .sub-nav {
    visibility: visible;
    opacity: 1; }
  .main-nav .nav-item.dropdown > .nav-item-link:after {
    content: "\e602";
    font-size: 0.8em;
    vertical-align: middle; }
  .main-nav .nav-item.drop-norm {
    position: relative; }
    .main-nav .nav-item.drop-norm .sub-nav {
      padding: 20px;
      width: 250px; }
      .main-nav .nav-item.drop-norm .sub-nav.cols-2 {
        width: 460px; }
      .main-nav .nav-item.drop-norm .sub-nav.cols-3 {
        width: 670px; }
      .main-nav .nav-item.drop-norm .sub-nav.cols-4 {
        width: 880px; }
      .main-nav .nav-item.drop-norm .sub-nav.cols-5 {
        width: 1090px; }
      .main-nav .nav-item.drop-norm .sub-nav.has-img {
        width: 480px; }
        .main-nav .nav-item.drop-norm .sub-nav.has-img.cols-2 {
          width: 690px; }
        .main-nav .nav-item.drop-norm .sub-nav.has-img.cols-3 {
          width: 900px; }
        .main-nav .nav-item.drop-norm .sub-nav.has-img.cols-4 {
          width: 1110px; }
        .main-nav .nav-item.drop-norm .sub-nav.has-img.cols-5 {
          width: 1320px; }
        .main-nav .nav-item.drop-norm .sub-nav.has-img .rep-img {
          top: 20px;
          right: 20px;
          width: 210px;
          height: calc(100% - 40px); }
      .main-nav .nav-item.drop-norm .sub-nav .sub-nav-list {
        width: 210px;
        float: left;
        padding-bottom: 0; }
  .main-nav.align-center .nav-item.drop-norm .sub-nav {
    left: 50%;
    margin-left: -125px; }
    .main-nav.align-center .nav-item.drop-norm .sub-nav.cols-2 {
      margin-left: -230px; }
    .main-nav.align-center .nav-item.drop-norm .sub-nav.cols-3 {
      margin-left: -335px; }
    .main-nav.align-center .nav-item.drop-norm .sub-nav.cols-4 {
      margin-left: -440px; }
    .main-nav.align-center .nav-item.drop-norm .sub-nav.cols-5 {
      margin-left: -545px; }
    .main-nav.align-center .nav-item.drop-norm .sub-nav.has-img {
      margin-left: -240px; }
      .main-nav.align-center .nav-item.drop-norm .sub-nav.has-img.cols-2 {
        margin-left: -345px; }
      .main-nav.align-center .nav-item.drop-norm .sub-nav.has-img.cols-3 {
        margin-left: -450px; }
      .main-nav.align-center .nav-item.drop-norm .sub-nav.has-img.cols-4 {
        margin-left: -555px; }
      .main-nav.align-center .nav-item.drop-norm .sub-nav.has-img.cols-5 {
        margin-left: -660px; }
  .main-nav .nav-item.drop-uber .sub-nav-list {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 40px;
    width: 23%; }
    .main-nav .nav-item.drop-uber .sub-nav-list .sub-nav-item-title {
      font-size: 1.13333em;
      font-family: Muli, sans-serif;
      line-height: 1.2em;
      font-weight: normal;
      color: #999999;
      display: block;
      margin: 0 1em 1.5em 0; }
  .main-nav.align-left .nav-item.first .nav-item-link {
    padding-left: 0; }
  .main-nav.align-right .nav-item.last .nav-item-link {
    padding-right: 0; }
  .main-nav .logo-item {
    display: inline-block;
    vertical-align: bottom; }
  .main-nav .logo-item-left {
    margin-right: 2em; }
  .main-nav .logo-item-right {
    margin-left: 2em; }
  .main-nav .sub-nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
    -webkit-transition: opacity 150ms ease, visibility 150ms ease;
    -ms-transition: opacity 150ms ease, visibility 150ms ease;
    -moz-transition: opacity 150ms ease, visibility 150ms ease;
    -o-transition: opacity 150ms ease, visibility 150ms ease;
    transition: opacity 150ms ease, visibility 150ms ease;
    padding: 40px 40px 0 40px; }
    .main-nav .sub-nav.has-img {
      padding: 40px 300px 0 40px; }
    .main-nav .sub-nav a {
      display: block; }
    .main-nav .sub-nav a:hover {
      color: #626262; }
    .main-nav .sub-nav h6 {
      display: inline-block;
      margin: 1em 0 0.5em;
      color: #999999; }
    .main-nav .sub-nav .sub-nav-item-link {
      display: block;
      padding: 0.4em 2em 0.4em 0;
      line-height: 1em;
      color: #666666; }
    .main-nav .sub-nav .rep-img {
      position: absolute;
      overflow: hidden;
      top: 40px;
      right: 40px;
      height: 64%;
      height: calc(100% - 80px);
      width: 250px;
      text-align: right; }
      .main-nav .sub-nav .rep-img img {
        max-height: 100%; }
    .main-nav .sub-nav .has-dropdown > .sub-nav-item-link:after {
      content: "\e602";
      font-size: 0.8em;
      vertical-align: middle; }
    .main-nav .sub-nav .sub-sub-nav-list {
      display: none;
      margin-left: 0.5em;
      padding-left: 0.75em;
      border-left: 1px solid #cecece; }
  .main-nav .sub-nav-item.active > a {
    color: #626262; }
  .main-nav .sub-nav-item.has-dropdown i {
    margin-left: 0.5em; }

.logo-nav {
  position: relative;
  z-index: 100; }
  .logo-nav .logo {
    float: left;
    width: 100%;
    margin: -40px 0 10px;
    pointer-events: none; }
    .logo-nav .logo a {
      pointer-events: auto; }

.logo {
  font-family: Muli, sans-serif;
  font-size: 44px;
  line-height: 1em;
  color: #3a3b3c; }
  .logo img {
    width: 400px; }

.section {
  padding-top: 3.5%;
  padding-bottom: 3.5%; }
  .section.padless-top {
    padding-top: 0; }
  .section.padless-bottom {
    padding-bottom: 0; }

.spaced {
  margin-top: 3.5%;
  margin-bottom: 3.5%; }

.space-below, .space-under, .product-list, .articles {
  margin-bottom: 3.5%; }

.space-above, .space-over {
  margin-top: 3.5%; }

.product-list {
  position: relative; }

.product-block {
  text-transform: uppercase; }
  .product-block .image {
    position: relative;
    margin: 0 0 1em; }
    .product-block .image > .inner {
      position: relative; }
      .product-block .image > .inner > a {
        -webkit-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms; }
    .product-block .image img {
      width: 100%; }
    .product-block .image .product-label {
      position: absolute;
      right: 0;
      top: -35px;
      text-align: center;
      font-size: 10px;
      width: 22%;
      padding: 1% 1%;
      background: rgba(114, 114, 114, 0.9);
      opacity: 0.5;
      color: white; }
  .product-block .title {
    display: block;
    color: inherit;
    padding-top: 0.1em;
    margin: 0 0 0.25em; }
  .product-block .ft .title,
  .product-block .ft .price {
    vertical-align: top;
    width: 50%; }
  .product-block .price .amount {
    font-size: 1.1em;
    color: #3a3b3c;
    line-height: 1em; }
    .product-block .price .amount small {
      font-size: 13px;
      line-height: 1.1em; }
  .product-block .price.on-sale, .product-block .price.on-sale .amount {
    color: #3a3b3c; }
  .product-block .price .amount, .product-block .price del {
    white-space: nowrap; }
  .product-block .ft .price {
    text-align: right; }
  .product-block .quick-buy {
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
  .product-block:hover .image > .inner > a {
    opacity: 0.85; }
  .product-block:hover .quick-buy {
    opacity: 1;
    pointer-events: auto; }

.quick-buy-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  pointer-events: none; }
  .quick-buy-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .quick-buy-wrap.pos-topcorner {
    text-align: right;
    padding: 10px; }
    .quick-buy-wrap.pos-topcorner:before {
      display: none; }

.giant-round-button, .big-round-button {
  padding: 2em 1em;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.2em;
  width: 100px;
  height: 100px;
  text-align: center;
  opacity: 0.9;
  pointer-events: auto;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  -moz-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px; }

.big-round-button {
  padding: 1.2em 0.6em;
  font-size: 0.95em;
  line-height: 1.1em;
  width: 70px;
  height: 70px; }

.fullwidth-image img {
  width: 100%; }

.tile-group {
  position: relative;
  overflow: hidden; }
  .tile-group .tile {
    display: none; }
  .tile-group .tile.loaded {
    position: absolute;
    display: block; }
  .tile-group img {
    width: 99%; }
  .tile-group a {
    display: block;
    -webkit-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms; }
    .tile-group a:hover {
      opacity: 0.85; }
  .tile-group .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    text-align: center; }
    .tile-group .overlay:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-left: -5px; }
    .tile-group .overlay .inner {
      color: #626262;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      padding-bottom: 10px;
      background: #fff; }

#content {
  margin-bottom: 3em; }
  .template-index #content, .template-collection #content, .template-article #content {
    margin-bottom: 0; }

.template-index #content .section.border-top, .template-index #content .section#page-footer {
  border-top: none; }

.template-index #content > .slideshow-section:first-child,
.template-index #content > .tile-section:first-child,
.template-index #content > .feature-section:first-child,
.template-index #content > .custom-html-section:first-child {
  padding-top: 0;
  border-top: none; }

.template-blog .page-title .icon-rss {
  margin-left: 0.2em;
  font-size: 60%; }

#page-footer {
  padding: 4em 0; }
  #page-footer .hash-link {
    float: right;
    margin-top: -3em; }
    #page-footer .hash-link i {
      vertical-align: middle;
      font-size: 1.1em; }
  #page-footer ul {
    margin: 0 0 1em; }
  #page-footer .logo-column {
    width: 24%; }
  #page-footer .text-column {
    width: 44%;
    text-align: justify; }
  #page-footer .text-column.occupies-logo {
    width: 52%; }
  #page-footer .links-column {
    width: 16%;
    text-transform: uppercase; }
  #page-footer .logo-column img {
    max-width: 70%; }
  #page-footer .logo-column img {
    width: 400px; }
  #page-footer .links-column {
    line-height: 1.6em; }
    #page-footer .links-column ul {
      margin-bottom: 0; }
  #page-footer #mailing-list input[type=email] {
    width: 400px; }
  #page-footer #mailing-list .input-row,
  #page-footer #mailing-list .notification {
    margin-bottom: 0; }
  #page-footer .social-links {
    margin: 0.6em 0 0; }

.page-footer {
  background: white;
  color: #8b8b8b; }
  .page-footer a {
    color: #626262; }
    .page-footer a:hover {
      color: #7c7c7c; }
  .page-footer ul.inline.list-divide li {
    border-left-color: #c5c5c5; }

.opposing-items .tags {
  margin: 0 0 1em; }
.tags ul {
  margin: 0;
  padding: 0; }
.tags .tag {
  display: inline-block;
  margin: 0.2em 0.1em;
  border: 1px solid #c3c4c4;
  background: #ebebeb; }
  .tags .tag.active, .tags .tag:hover {
    border-color: #c3c4c4;
    background: #ebebeb; }
  .tags .tag a {
    display: inline-block;
    padding: 0.4em 1em; }

.fullwidth {
  width: 100%; }

.ft {
  display: table; }
  .ft.ftw {
    width: 100%; }
  .ft .ftr {
    display: table-row; }
    .ft .ftr .ftc {
      display: table-cell; }
    .ft .ftr .vb {
      vertical-align: top; }

.notification {
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  border: 1px solid #c3c4c4;
  background: #ebebeb; }
  .notification.errors {
    text-align: left;
    background: #ebebeb;
    border: 1px solid #c3c4c4; }

.pagination {
  margin: 1em 0;
  padding: 0; }
  .pagination li {
    list-style: none;
    display: inline; }
  .pagination a, .pagination span {
    padding: 0.4em; }
  .pagination .active {
    color: #3a3b3c; }
  .pagination a.next, .pagination a.prev {
    color: #3a3b3c; }
  .pagination .next {
    padding: 0.4em 0 0.4em 0.8em; }
  .pagination .prev {
    padding: 0.4em 0.8em 0.4em 0; }

.product-gallery .main a {
  display: inline-block;
  max-width: 100%; }
.product-gallery .thumbnails {
  margin: 2em 0 0; }
.product-gallery .thumbnail {
  margin: 0 4% 4% 0;
  display: inline-block; }

.product-title-row .product-title {
  margin: 0 0 0.5em;
  padding: 0; }
.product-title-row .product-price {
  font-size: 1.2em;
  color: #3a3b3c;
  margin: 0;
  padding: 0; }
  .product-title-row .product-price del {
    font-size: 0.75em; }
  .product-title-row .product-price.on-sale {
    color: #3a3b3c; }
.product-title-row .sharing {
  margin-top: 2em; }

.product-description {
  margin-top: 4%;
  margin-bottom: 4%; }

.product-details .section {
  padding-top: 10px;
  padding-bottom: 0px; }
  .product-details .section.padless-top {
    padding-top: 0; }

.product-form .quantity,
.product-form .selector-wrapper {
  margin: 0 0 1em; }
.product-form .variant-info {
  margin: 0 0 1em; }
.product-form .selector-wrapper.has-clickyboxes {
  margin-bottom: 0.5; }
.product-form .quantity {
  display: inline-block;
  margin-right: 1em;
  vertical-align: baseline; }
.product-form #add {
  margin-top: -2px; }
  .product-form #add.giant-round-button, .product-form #add.big-round-button {
    padding-left: 0;
    padding-right: 0; }

.input-row {
  margin: 0 0 1em; }
  .input-row .btn, .input-row .account-area .action_link, .account-area .input-row .action_link, .input-row .giant-round-button, .input-row .big-round-button {
    vertical-align: middle; }

.inline-input-button {
  display: inline-block;
  position: relative;
  border: 1px solid #bcbcbc;
  background: white; }
  .inline-input-button input[type=text], .inline-input-button input[type=email] {
    padding-left: 1.5em;
    padding-right: 128px;
    height: 40px;
    border: transparent;
    background: transparent; }
  .inline-input-button button, .inline-input-button input[type=submit], .inline-input-button .btn, .inline-input-button .account-area .action_link, .account-area .inline-input-button .action_link, .inline-input-button .giant-round-button, .inline-input-button .big-round-button, .inline-input-button .button {
    max-width: 128px;
    position: absolute;
    height: auto;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border-width: 1px; }

.quantity input {
  width: auto;
  text-align: center; }

.clickyboxes {
  margin: 0;
  padding: 0; }
  .clickyboxes li {
    display: inline; }
    .clickyboxes li a {
      position: relative;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0.5em 0;
      padding: 8px 10px;
      line-height: 1em;
      border: 1px solid transparent; }
      .clickyboxes li a.active, .clickyboxes li a.active:hover {
        border-color: #bcbcbc;
        background: white;
        color: #222222; }
      .clickyboxes li a:hover {
        color: inherit;
        background: #f3f3f3; }
      .clickyboxes li a.unavailable:before {
        content: '';
        height: 2.6em;
        width: 1px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1.3em 0 0;
        border-right: 1px solid #3a3b3c;
        -webkit-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg); }

.opposing-items {
  zoom: 1;
  text-align: right; }
  .opposing-items:before {
    content: "";
    display: table; }
  .opposing-items:after {
    content: "";
    display: table;
    clear: both; }
  .opposing-items .left {
    float: left; }

.slide .overlay {
  position: static;
  height: auto; }
  .slide .overlay:before {
    display: none; }
  .slide .overlay .inner {
    display: block;
    width: auto;
    padding: 0px 0; }
    .slide .overlay .inner .line-1,
    .slide .overlay .inner .line-2 {
      color: #3a3b3c; }
  .slide .overlay .inner {
    vertical-align: top;
    display: inline-block;
    width: 90%;
    padding: 1% 0%; }
  .slide .overlay.align-left .inner, .slide .overlay.align-right .inner {
    width: 45%;
    text-align: left; }
  .slide .overlay .line-1 {
    font-size: 3.24em;
    padding: 0;
    margin: 0 0 0px; }
  .slide .overlay .line-2 {
    padding: 0;
    margin: 0 0 20px; }
  .slide .overlay .btn, .slide .overlay .account-area .action_link, .account-area .slide .overlay .action_link, .slide .overlay .giant-round-button, .slide .overlay .big-round-button {
    padding: 18px 2.4em 17px; }
  .slide .overlay .line-1, .slide .overlay .line-2, .slide .overlay .line-3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .slide .overlay .trans-out {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
  .slide .overlay.pos-right {
    text-align: right; }

.slide-1 .overlay .line-1, .slide-1 .overlay .line-2 {
  color: #111111; }

.slide-2 .overlay .line-1, .slide-2 .overlay .line-2 {
  color: #111111; }

.slide-3 .overlay .line-1, .slide-3 .overlay .line-2 {
  color: #111111; }

.slide-4 .overlay .line-1, .slide-4 .overlay .line-2 {
  color: #111111; }

.slide-5 .overlay .line-1, .slide-5 .overlay .line-2 {
  color: #111111; }

.page-title {
  margin-top: 3em; }

.page-title-collection {
  margin-top: 0em; }

.cart-items .item {
  padding: 2em 0; }
.cart-items .heading {
  text-align: left;
  padding: 0.5em 0; }
.cart-items .description {
  float: left;
  width: 70%; }
.cart-items .item .description {
  padding-left: 120px;
  padding-right: 20px; }
.cart-items .image {
  float: left;
  width: 120px;
  margin-left: -120px; }
.cart-items .quantity {
  float: left;
  width: 15%; }
  .cart-items .quantity input {
    width: auto; }
.cart-items .price {
  float: left;
  width: 15%;
  text-align: right; }

.inline-row {
  zoom: 1;
  margin: 2em 0; }
  .inline-row:before {
    content: "";
    display: table; }
  .inline-row:after {
    content: "";
    display: table;
    clear: both; }
  .inline-row .inline-item {
    display: inline-block;
    padding: 0 1em; }
    .inline-row .inline-item.border-left {
      border-left: 1px solid #e1e1e1; }
    .inline-row .inline-item.left {
      float: left;
      padding-left: 0; }
    .inline-row .inline-item.right {
      float: right; }
    .inline-row .inline-item.last {
      padding-right: 0; }
    .inline-row .inline-item label, .inline-row .inline-item .cart-items .heading, .cart-items .inline-row .inline-item .heading {
      display: inline-block;
      margin: 0.5em 1em 0.5em 0;
      font-size: inherit;
      color: inherit; }
  .inline-row .more-link {
    margin: 0 1em 0 0; }

#mobile-nav {
  position: fixed;
  visibility: hidden;
  z-index: 0;
  left: 0;
  top: 0;
  width: 436px;
  height: 100%;
  background: white;
  overflow: hidden; }
  #mobile-nav.active {
    z-index: 1; }
  #mobile-nav .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: margin-left 400ms ease;
    -ms-transition: margin-left 400ms ease;
    -moz-transition: margin-left 400ms ease;
    -o-transition: margin-left 400ms ease;
    transition: margin-left 400ms ease; }
  #mobile-nav .header {
    margin: 0.5em 20px; }
    #mobile-nav .header .social-links {
      margin-top: 6px; }
      #mobile-nav .header .social-links li {
        margin-left: 0; }
  #mobile-nav .search-form {
    display: block;
    background: white;
    margin-bottom: 1em; }
    #mobile-nav .search-form input {
      width: 81%;
      padding: 0.5em 14% 0.5em 5%;
      background: rgba(50, 50, 50, 0.1);
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #e1e1e1;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      #mobile-nav .search-form input:focus {
        background: transparent; }
    #mobile-nav .search-form button {
      left: auto;
      right: 10px;
      width: auto;
      font-size: 1.6em; }
  #mobile-nav .nav-item,
  #mobile-nav .sub-nav-item {
    font-size: 1.4em; }
  #mobile-nav .nav-item,
  #mobile-nav .sub-nav-item {
    margin: 0;
    padding: 10px 20px; }
  #mobile-nav .account-nav-item {
    padding: 15px 20px 5px; }
  #mobile-nav .sub-nav-list {
    padding-top: 10px;
    padding-bottom: 10px; }
  #mobile-nav .sub-nav {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 2em;
    overflow: auto;
    -webkit-transition: left 400ms ease;
    -ms-transition: left 400ms ease;
    -moz-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    transition: left 400ms ease; }
    #mobile-nav .sub-nav.show {
      left: 0; }
    #mobile-nav .sub-nav.hide {
      left: -100%; }
    #mobile-nav .sub-nav .header {
      margin-bottom: 1em; }
  #mobile-nav .open-sub-nav {
    margin-top: -4px;
    padding: 0.1em;
    float: right; }
    #mobile-nav .open-sub-nav i {
      vertical-align: middle; }
  #mobile-nav .plain, #mobile-nav .willstagram ul, .willstagram #mobile-nav ul, #mobile-nav .related-product-list ul, .related-product-list #mobile-nav ul {
    margin: 0; }
  #mobile-nav > .inner.hide {
    margin-left: -100%; }

.close-sub-nav {
  display: block;
  margin-top: 1em; }
  .close-sub-nav .btn, .close-sub-nav .account-area .action_link, .account-area .close-sub-nav .action_link, .close-sub-nav .giant-round-button, .close-sub-nav .big-round-button {
    padding: 0.1em;
    margin-right: 0.5em; }
  .close-sub-nav i {
    font-size: 25px;
    vertical-align: middle; }

.mobile-toolbar {
  float: left; }
  .mobile-toolbar .compact-logo {
    display: none; }

.mobile-toolbar {
  display: none; }

.toggle-mob-nav {
  display: inline-block;
  vertical-align: middle; }
  .toggle-mob-nav i {
    font-size: 30px;
    width: 1em;
    vertical-align: top; }

.articles {
  position: relative; }
  .articles .article {
    margin-bottom: 2em; }

.article .header-image {
  margin: 0 0 1em; }
  .article .header-image a {
    display: block;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms; }
    .article .header-image a:hover {
      opacity: 0.85; }
.article .excerpt {
  margin: 1em 0; }
.article .more-link {
  margin-top: 0; }

.gravatar,
.article-meta {
  display: inline-block;
  vertical-align: middle; }

.gravatar {
  margin: 0 1em 0 0; }

.gravatar img {
  -webkit-border-radius: 400px;
  -ms-border-radius: 400px;
  -moz-border-radius: 400px;
  -o-border-radius: 400px;
  border-radius: 400px; }

#infscr-loading {
  clear: both;
  padding: 1em 0;
  text-align: center; }
  .masonry #infscr-loading {
    position: absolute;
    left: 0;
    bottom: -10px;
    padding: 0;
    width: 100%; }

.page-with-contact-form .input-row {
  margin-top: 0.3em; }

.sharing .label {
  margin-right: 0.5em; }
.sharing ul {
  display: inline; }
.sharing li {
  margin: 0 0.2em; }

.collection-header {
  margin-bottom: 1em; }

.lightly-spaced-row {
  margin-bottom: 1em; }

.collection-header.coloured-split.has-image {
  zoom: 1;
  background: #eeeeee;
  color: #888888; }
  .collection-header.coloured-split.has-image:before {
    content: "";
    display: table; }
  .collection-header.coloured-split.has-image:after {
    content: "";
    display: table;
    clear: both; }
  .collection-header.coloured-split.has-image h1, .collection-header.coloured-split.has-image .product-title-row .product-price, .product-title-row .collection-header.coloured-split.has-image .product-price, .collection-header.coloured-split.has-image .slide .overlay .line-1, .slide .overlay .collection-header.coloured-split.has-image .line-1, .collection-header.coloured-split.has-image .slide .overlay .line-2, .slide .overlay .collection-header.coloured-split.has-image .line-2, .collection-header.coloured-split.has-image #mobile-nav .nav-item, #mobile-nav .collection-header.coloured-split.has-image .nav-item,
  .collection-header.coloured-split.has-image #mobile-nav .sub-nav-item,
  #mobile-nav .collection-header.coloured-split.has-image .sub-nav-item, .collection-header.coloured-split.has-image .onboarding .onboarding-overlay, .onboarding .collection-header.coloured-split.has-image .onboarding-overlay, .collection-header.coloured-split.has-image h2, .collection-header.coloured-split.has-image .product-block .price .amount, .product-block .price .collection-header.coloured-split.has-image .amount, .collection-header.coloured-split.has-image h3, .collection-header.coloured-split.has-image h4, .collection-header.coloured-split.has-image blockquote, .collection-header.coloured-split.has-image .tile-group .overlay .inner, .tile-group .overlay .collection-header.coloured-split.has-image .inner, .collection-header.coloured-split.has-image .cart-summary-subtotal .amount, .cart-summary-subtotal .collection-header.coloured-split.has-image .amount, .collection-header.coloured-split.has-image h5, .collection-header.coloured-split.has-image h6, .collection-header.coloured-split.has-image a, .collection-header.coloured-split.has-image a:visited {
    color: #626262; }
  .collection-header.coloured-split.has-image a {
    text-decoration: underline; }
  .collection-header.coloured-split.has-image .ft {
    width: 100%; }
    .collection-header.coloured-split.has-image .ft .ftc {
      width: 50%; }
  .collection-header.coloured-split.has-image .header-text {
    padding: 3em; }
  .collection-header.coloured-split.has-image .header-image {
    text-align: right; }
    .collection-header.coloured-split.has-image .header-image img {
      margin-right: -0.5px; }

.breadcrumbs {
  margin: 1em 0; }

.back-link {
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 14px; }
  .back-link i, .back-link span {
    vertical-align: middle; }

.links-row a, .links-row .divider {
  vertical-align: bottom; }

.tiny {
  display: none; }

.tab-down {
  display: none; }

.filter {
  display: inline-block;
  margin-left: 1em; }

.results-count {
  color: #3a3b3c; }

.simple-popup {
  position: absolute;
  z-index: 10000;
  width: 160px;
  padding: 10px 15px;
  border: 1px solid #3a3b3c;
  color: #3a3b3c;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 0 #3a3b3c;
  -moz-box-shadow: 0 0 2px 0 #3a3b3c;
  box-shadow: 0 0 2px 0 #3a3b3c;
  text-align: center; }
  .simple-popup:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3a3b3c transparent transparent transparent; }
  .simple-popup:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -2px 0 0 -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent; }

.quickbuy-form {
  width: 780px;
  margin: 20px;
  overflow: hidden; }
  .quickbuy-form .product-gallery .main a {
    cursor: default; }
  .quickbuy-form .product-gallery .main img {
    max-height: 460px; }
  .quickbuy-form .product-gallery .thumbnails li a img {
    max-height: 60px; }
  .quickbuy-form .product-title-row {
    margin-top: 25px; }

.action-icons {
  position: absolute;
  top: 5px;
  right: 5px; }
  .action-icons .action-icon {
    color: inherit;
    font-size: 30px;
    opacity: 0.6; }
  .action-icons .action-icon[data-idx="-1"] {
    display: none; }
  .action-icons .action-icon:hover {
    opacity: 1; }

.sidebar-cont {
  position: relative; }
  .sidebar-cont .sidebar {
    float: left;
    width: 25%;
    padding-right: 40px;
    line-height: 1.6em;
    display: none; }
    .sidebar-cont .sidebar .heading {
      margin-top: 1em; }
    .sidebar-cont .sidebar .active a {
      color: #3a3b3c; }
  .sidebar-cont .beside-sidebar {
    float: left;
    width: 100%; }
  .show-sidebar .sidebar-cont .sidebar {
    display: block; }
  .show-sidebar .sidebar-cont .beside-sidebar {
    width: 75%; }

.payment-methods img {
  margin-left: 0.5em;
  width: 50px; }

.ie8 .payment-methods {
  display: none; }

.willstagram, .related-product-list {
  overflow: hidden;
  white-space: nowrap; }
  .willstagram ul, .related-product-list ul {
    margin: 0; }
    .willstagram ul li, .related-product-list ul li {
      display: inline-block;
      vertical-align: top;
      width: 13%;
      margin: 0 1.5% 1.5% 0; }
  .willstagram .item a, .related-product-list .item a {
    display: block;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    transition: opacity 400ms; }
    .willstagram .item a:hover, .related-product-list .item a:hover {
      opacity: 0.85; }
  .willstagram .item .desc, .related-product-list .item .desc {
    display: none;
    white-space: normal;
    margin: 0.8em 0 0; }
  .willstagram.show-desc .item .desc, .show-desc.related-product-list .item .desc {
    display: block; }

.instagram-section .follow {
  display: inline-block;
  margin-top: 0.4em; }

.brand-and-type {
  margin: 0 0 1em;
  text-transform: uppercase; }

.show-cart-summary {
  overflow: hidden; }

#cart-summary {
  position: fixed;
  visibility: hidden;
  top: 0;
  right: 0;
  z-index: 0;
  width: 436px;
  height: 100%;
  background: white;
  border-left: 1px solid #f1f1f1; }
  #cart-summary.active {
    z-index: 1; }
  #cart-summary.updating .cart-summary-subtotal .amount {
    opacity: 0; }
  #cart-summary .close {
    display: block;
    background: #ebebeb;
    padding: 1em 30px; }
  #cart-summary > .inner {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 140px; }

.cart-summary-title {
  margin: 1em 0;
  padding: 0 30px; }

.cart-summary-item-list {
  margin: 1em 0;
  padding: 0 30px; }

.cart-summary-item .ftc {
  padding-bottom: 1em; }
.cart-summary-item .image {
  width: 60px; }
.cart-summary-item .title-variant {
  padding-left: 10px;
  max-width: 200px; }
  .cart-summary-item .title-variant .title {
    display: block;
    color: #3a3b3c; }
.cart-summary-item .qty {
  padding-left: 15px; }
.cart-summary-item .price {
  color: #3a3b3c;
  padding-left: 10px;
  -webkit-transition: opacity 150ms ease;
  -ms-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease; }
.cart-summary-item.updating .price {
  opacity: 0.5; }

.cart-summary-subtotal {
  background: white;
  padding: 1em 30px; }
  .cart-summary-subtotal .amount {
    float: right;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }

.cart-summary-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.cart-summary-buttons {
  padding: 1em 30px;
  background: #ebebeb; }
  .cart-summary-buttons .a-button {
    float: left;
    width: 50%; }

.extra-checkout-buttons {
  margin-top: 1em; }

.show-cart-summary #page-wrap, .show-mobile-nav #page-wrap {
  width: 100%;
  overflow: hidden; }

#page-wrap-inner {
  border: 10px solid white;
  background: white;
  position: relative;
  z-index: 5;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0); }
  .show-cart-summary #page-wrap-inner {
    -webkit-transform: translate(-436px, 0);
    -ms-transform: translate(-436px, 0);
    -moz-transform: translate(-436px, 0);
    -o-transform: translate(-436px, 0);
    transform: translate(-436px, 0); }
  .show-mobile-nav #page-wrap-inner {
    -webkit-transform: translate(436px, 0);
    -ms-transform: translate(436px, 0);
    -moz-transform: translate(436px, 0);
    -o-transform: translate(436px, 0);
    transform: translate(436px, 0); }

#page-wrap-content {
  zoom: 1;
  background: white; }
  #page-wrap-content:before {
    content: "";
    display: table; }
  #page-wrap-content:after {
    content: "";
    display: table;
    clear: both; }

#page-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  cursor: pointer; }
  .show-cart-summary #page-overlay, .show-mobile-nav #page-overlay {
    display: block; }

.sidepanel-transitioning #page-wrap {
  overflow: hidden;
  width: 100%; }
.sidepanel-transitioning #cart-summary,
.sidepanel-transitioning #mobile-nav,
.sidepanel-transitioning .show-cart-summary #cart-summary,
.sidepanel-transitioning .show-mobile-nav #mobile-nav {
  visibility: visible; }

.show-cart-summary #cart-summary,
.show-mobile-nav #mobile-nav {
  visibility: visible; }

.toolbar.docked {
  -webkit-transition: left 400ms ease;
  -ms-transition: left 400ms ease;
  -moz-transition: left 400ms ease;
  -o-transition: left 400ms ease;
  transition: left 400ms ease; }

.show-cart-summary .toolbar.docked {
  left: -436px; }

.show-mobile-nav .toolbar.docked {
  left: 436px; }

.onboarding {
  position: relative; }
  .onboarding .onboarding-behind {
    opacity: 0.25;
    pointer-events: none;
    -webkit-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .onboarding:hover .onboarding-behind {
    opacity: 0.1; }
  .onboarding .onboarding-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 12%;
    text-align: center; }
    .onboarding .onboarding-overlay a {
      color: #3a3b3c; }

/* General Media Queries */
@media (max-width: 959px) {
  h1, .product-title-row .product-price, .slide .overlay .line-1, .slide .overlay .line-2, #mobile-nav .nav-item,
  #mobile-nav .sub-nav-item, .onboarding .onboarding-overlay {
    font-size: 1.4em; }

  h2, .product-block .price .amount {
    font-size: 1.33333em; }

  h3 {
    font-size: 1.26667em; }

  h4, blockquote, .tile-group .overlay .inner, .cart-summary-subtotal .amount {
    font-size: 1.2em; }

  h5 {
    font-size: 1.13333em; }

  h6 {
    font-size: 1.06667em; }

  .slide .overlay .line-1 {
    font-size: 2.1em; }

  .slide .overlay .line-2 {
    font-size: 1.26667em; }

  .collection-header.coloured-split.has-image .ft, .collection-header.coloured-split.has-image .ftr, .collection-header.coloured-split.has-image .ftc {
    display: block; }
  .collection-header.coloured-split.has-image .ft .ftc {
    width: auto; }
  .collection-header.coloured-split.has-image .header-image img {
    width: 100%;
    margin: 0; }

  .tab-down {
    display: block; }

  .quick-buy-wrap {
    display: none; }

  .willstagram ul li, .related-product-list ul li {
    width: 15.4%; }

  .willstagram ul li:nth-child(n+7), .related-product-list ul li:nth-child(n+7) {
    display: none; }

  .main-nav .sub-nav, .main-nav .sub-nav.has-img {
    padding: 25px 25px 0; }
  .main-nav .sub-nav .rep-img {
    display: none; }
  .main-nav .sub-nav .sub-nav-list {
    width: 168px; } }
@media (max-width: 900px) {
  .container {
    width: 95%; }

  .row {
    margin-left: -15px;
    margin-right: -15px; }

  .column {
    padding-left: 15px;
    padding-right: 15px; }

  #page-footer .logo-column {
    width: 11%; }
  #page-footer .text-column {
    width: 38%; }
  #page-footer .text-column.occupies-logo {
    width: 49%; }
  #page-footer .links-column {
    width: 15%;
    padding-right: 0; }
  #page-footer .logo-column img {
    max-width: 100%; }

  .inline-row .inline-item label, .inline-row .inline-item .cart-items .heading, .cart-items .inline-row .inline-item .heading {
    display: block; } }
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  #page-wrap-inner {
    border: none #ff0001; }

  .show-mobile-nav {
    overflow: hidden;
    width: 100%; }

  .desktop {
    display: none !important; }

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

  .inline-row .inline-item,
  .inline-row .inline-item.left,
  .inline-row .inline-item.right {
    float: none;
    display: block;
    margin: 1em 0;
    padding: 0; }

  .template-index #content > .slideshow-section:first-child,
  .template-index #content > .tile-section:first-child,
  .template-index #content > .feature-section:first-child,
  .template-index #content > .custom-html-section:first-child {
    padding-top: 4%; }

  .slide .overlay {
    position: static;
    height: auto; }
    .slide .overlay:before {
      display: none; }
    .slide .overlay .inner {
      display: block;
      width: auto;
      padding: 30px 0; }
      .slide .overlay .inner .line-1,
      .slide .overlay .inner .line-2 {
        color: #3a3b3c; }
    .slide .overlay .inner h1, .slide .overlay .inner .product-title-row .product-price, .product-title-row .slide .overlay .inner .product-price, .slide .overlay .inner .line-1, .slide .overlay .inner .line-2, .slide .overlay .inner #mobile-nav .nav-item, #mobile-nav .slide .overlay .inner .nav-item,
    .slide .overlay .inner #mobile-nav .sub-nav-item,
    #mobile-nav .slide .overlay .inner .sub-nav-item, .slide .overlay .inner .onboarding .onboarding-overlay, .onboarding .slide .overlay .inner .onboarding-overlay, .slide .overlay h2, .slide .overlay .product-block .price .amount, .product-block .price .slide .overlay .amount, .slide .overlay h3, .slide .overlay h4, .slide .overlay blockquote, .slide .tile-group .overlay .inner, .tile-group .slide .overlay .inner, .slide .overlay .cart-summary-subtotal .amount, .cart-summary-subtotal .slide .overlay .amount {
      text-shadow: 0px 0px 0px #000000; }
    .slide .overlay.align-left .inner, .slide .overlay.align-right .inner {
      text-align: center;
      width: auto; }

  .cart-items .heading {
    display: none; }
  .cart-items .item .description {
    width: auto;
    float: none;
    padding-right: 0; }
  .cart-items .quantity,
  .cart-items .price {
    margin-top: 20px;
    width: 50%; }

  .filter {
    border-left: 0;
    margin: 0 1em 1em 0;
    padding-left: 0; }

  .sidebar-cont .sidebar,
  .show-sidebar .sidebar-cont .sidebar {
    display: none; }

  .show-sidebar .sidebar-cont .beside-sidebar {
    float: none;
    width: auto; }

  .flexslider {
    margin-bottom: 40px; }

  .flexslider.one-slide {
    margin-bottom: 0; }

  .flex-direction-nav {
    display: none; }

  .flex-control-nav {
    display: block; }

  .collection-header.coloured-split.has-image {
    margin-left: -15px;
    margin-right: -15px; }

  .product-details .border-top, .product-details #page-footer, .product-details .border-bottom {
    border: none; }

  .willstagram, .related-product-list {
    white-space: normal; }
    .willstagram ul li, .related-product-list ul li {
      width: 31.8%; }

  #page-footer .logo-column {
    display: none; }
  #page-footer .text-column,
  #page-footer .text-column.occupies-logo,
  #page-footer .links-column {
    width: 100%;
    text-align: left; }

  .payment-methods img {
    margin: 0 0.5em 0 0; }

  .toolbar.docked {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #e1e1e1; }

  .toolbar-social,
  .toolbar-links {
    display: none; }

  .logo-nav .logo {
    margin: -20px 0 5px; }

  .mobile-toolbar {
    display: inline; } }
@media (max-width: 479px) {
  .not-tiny {
    display: none; }

  .tiny {
    display: block; }

  .section-count {
    padding-left: 1em;
    padding-right: 1em; }

  .toolbar-cart {
    margin-left: 0; }
    .toolbar-cart .btn, .toolbar-cart .account-area .action_link, .account-area .toolbar-cart .action_link, .toolbar-cart .giant-round-button, .toolbar-cart .big-round-button {
      margin-right: -5px;
      padding-left: 0.8em;
      padding-right: 0.8em; }

  .collection-header.coloured-split.has-image .header-text {
    padding: 20px; }

  .willstagram ul li, .related-product-list ul li {
    width: 48%;
    margin: 0 4% 4% 0; }
  .willstagram ul li:nth-child(2n), .related-product-list ul li:nth-child(2n) {
    margin-right: 0; }

  .show-cart-summary #page-wrap-inner {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0); }

  .show-mobile-nav #page-wrap-inner {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0); }

  #cart-summary, #mobile-nav {
    width: 80%; }

  .show-cart-summary .toolbar.docked {
    left: -80%; }

  .show-mobile-nav .toolbar.docked {
    left: 80%; }

  .gravatar {
    margin: 1em 1em 1em 0; }

  .inline-input-button {
    display: block;
    border: none;
    text-align: center;
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .inline-input-button input[type=text], .inline-input-button input[type=email] {
      display: block;
      margin-bottom: 1em;
      padding-right: 1.4em;
      width: 100%;
      border: 1px solid #bcbcbc;
      background: white; }
    .inline-input-button button, .inline-input-button input[type=submit], .inline-input-button .btn, .inline-input-button .account-area .action_link, .account-area .inline-input-button .action_link, .inline-input-button .giant-round-button, .inline-input-button .big-round-button, .inline-input-button .button {
      position: static;
      margin-left: 0; }

  #page-footer #mailing-list input[type=email] {
    width: 100%; }

  .product-block .image {
    margin-bottom: 0.5em; }
  .product-block .title, .product-block .price {
    width: auto; }
  .product-block .ft.ft-nm .price {
    text-align: inherit; } }
@media (max-width: 360px) {
  .cart-summary-subtotal,
  .cart-summary-buttons,
  #cart-summary .close,
  .cart-summary-title,
  .cart-summary-item-list {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1400px) {
  .section {
    padding-top: 3em;
    padding-bottom: 3em; } }
/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/
.product-list .flip-clock-divider .flip-clock-label {
  font-size: 8px; }

.tpa_content #bid {
  height: 42px; }
