@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, .slide .overlay-text .text, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button, input[type=submit], input[type=button] {
  -webkit-appearance: none;
}
input:focus, select:focus, textarea:focus {
  outline: none;
}
strong, b {
  font-weight: 700;
}
abbr, acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}
em, i {
  font-style: italic;
}
ul, ol, dl {
  margin: 1em;
  font-size: 100%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
blockquote {
  margin: 1.5em 0 1.5em 10px;
  padding: 0.5em 0;
  quotes: "\201c" "\201d";
  font-size: 130%;
  font-style: italic;
  line-height: 1.5em;
}
blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align: -0.48em;
}
blockquote :first-child {
  display: inline;
}
blockquote :last-child {
  margin-bottom: 0;
}
blockquote:after {
  content: no-close-quote;
}
ol, ul, dl {
  margin-left: 2em;
}
ol li {
  list-style: decimal outside;
}
ul li {
  list-style: disc outside;
}
dl dd {
  margin-left: 1em;
}
th, td {
  border-bottom: 1px solid #e2e2e2;
  border-collapse: collapse;
  border-top: 1px solid #e2e2e2;
  padding: 0.7em;
}
th {
  font-weight: 700;
  text-align: left;
  border-bottom-width: 3px;
}
table.noborders td, table.noborders th {
  border: none;
}
caption {
  margin-bottom: 0.5em;
  text-align: center;
}
p, fieldset, table {
  margin-bottom: 1em;
}
hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 1px solid #e2e2e2;
  height: 9px;
  margin: 1em 0;
}
body, input, textarea, select option, h1, .slide .overlay-text .text, .h1-style, h2, h3, h4, h5, h6, #pageheader .logotext, #shoplogo .logotext {
  font-family: Arimo;
}
.nav-row {
  font-family: Source Sans Pro;
}
.button, a.button, button, input[type=submit], input[type=reset], input[type=button], .productlabel {
  font-family: Arimo;
}
.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: translateZ(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;
}
.slideshow .slide {
  display: none;
}
.slideshow .slide:first-child {
  display: block;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus, .slick-slide a:focus {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: white url({{ 'ajax-load.gif' | asset_url }}) center center no-repeat;
}
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 80px;
  width: 80px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  min-width: 0;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover svg, .slick-prev:focus svg, .slick-next:hover svg, .slick-next:focus svg {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev svg, .slick-next svg {
  width: 80px;
  height: 80px;
  fill: #fff;
  opacity: 0.75;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}
.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.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: "\2022";
  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: #000;
  opacity: 0.5;
  transition: opacity 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.25;
}
.slick-slide img {
  opacity: 1;
  transition: opacity 0.25s;
}
.slick-slide img.slick-loading {
  opacity: 0;
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -moz-transition: scale 0.1s ease;
  -ms-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
body {
  font-size: 16px;
  line-height: 1.6em;
  color: #000;
  background: rgba(0, 0, 0, 0);
  background-repeat: repeat;
  overflow-y: scroll;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #000000;
  color: #0000;
}
::-moz-selection {
  background: #b8babd;
  color: #000;
}
a, a:link, a:visited {
  color: #fa0951;
  -moz-transition: color 0.1s, border-color 0.1s;
  -webkit-transition: color 0.1s, border-color 0.1s;
  transition: color 0.1s, border-color 0.1s;
  text-decoration: none;
}
a:hover {
  color: #b8babd;
}
select {
  max-width: 100%;
}
input, textarea {
  font-size: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=checkbox] {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: checkbox;
}
textarea {
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 85%;
}
:-moz-placeholder {
  color: #000;
  font-size: 85%;
}
::-moz-placeholder {
  color: #000;
  font-size: 85%;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 85%;
}
.button, a.button, button, input[type=submit], input[type=reset], input[type=button] {
  background: #99cc00;
  border: none;
  color: #fff;
  font-size: 14.4px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  cursor: pointer;
  padding: 16px 15px 14px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  -webkit-transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  transition: background-color 0.1s, color 0.1s, border-color 0.1s;
  display: inline-block;
}
.button svg, a.button svg, button svg, input[type=submit] svg, input[type=reset] svg, input[type=button] svg {
  fill: #fff;
  margin-top: -5px;
  margin-bottom: -5px;
}
.button.compact, button.compact, input[type=submit].compact, input[type=reset].compact, input[type=button].compact {
  width: auto;
  min-width: 0;
}
.button:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  background: #b8babd;
}
.button.altcolour, button.altcolour, input[type=submit].altcolour, input[type=reset].altcolour, input[type=button].altcolour {
  background: #ffffff;
  color: #9c0;
}
.button.altaltcolour, button.altaltcolour, input[type=submit].altaltcolour {
  background: #b8babd;
}
.button.altaltcolour:hover, button.altaltcolour:hover, input[type=submit].altaltcolour:hover {
  background: #99cc00;
}
.button.notabutton, a.button.notabutton, button.notabutton, input[type=submit].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color: #fa0951;
  -moz-transition: color 0.1s;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  font-weight: 400;
}
.button.notabutton:hover, a.button.notabutton:hover, button.notabutton:hover, input[type=submit].notabutton:hover {
  color: #b8babd;
}
.button.disabled, a.button.disabled, button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled] {
  background: #999 !important;
}
h1, .slide .overlay-text .text, .h1-style, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h1 svg, .slide .overlay-text .text svg, h1 svg g, .slide .overlay-text .text svg g, .h1-style svg, .h1-style svg g, h2 svg, h2 svg g, h3 svg, h3 svg g, h4 svg, h4 svg g, h5 svg, h5 svg g, h6 svg, h6 svg g {
  fill: #000;
}
h1 a, .slide .overlay-text .text a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, .slide .overlay-text .text a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, .slide .overlay-text .text a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}
h1 a:hover, .slide .overlay-text .text a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #b8babd;
}
h1, .slide .overlay-text .text, .h1-style, h2.h1-style {
  font-size: 32px;
}
h2, h1.h2-style, .slide .overlay-text .h2-style.text, h2.h2-style, h3.h2-style, h4.h2-style, h5.h2-style, h6.h2-style {
  font-size: 29.33333px;
}
h3, h1.h3-style, .slide .overlay-text .h3-style.text, h2.h3-style, h3.h3-style, h4.h3-style, h5.h3-style, h6.h3-style {
  font-size: 26.66667px;
}
h4, h1.h4-style, .slide .overlay-text .h4-style.text, h2.h4-style, h3.h4-style, h4.h4-style, h5.h4-style, h6.h4-style {
  font-size: 24px;
}
h5, h1.h5-style, .slide .overlay-text .h5-style.text, h2.h5-style, h3.h5-style, h4.h5-style, h5.h5-style, h6.h5-style {
  font-size: 21.33333px;
}
h6, h1.h6-style, .slide .overlay-text .h6-style.text, h2.h6-style, h3.h6-style, h4.h6-style, h5.h6-style, h6.h6-style {
  font-size: 18.66667px;
}
h1.majortitle, .slide .overlay-text .majortitle.text, h2.title, h2.majortitle, h3.majortitle, h4.majortitle, h5.majortitle, h6.majortitle, .majortitle {
  margin: 10px 0;
}
h1.hometitle, .slide .overlay-text .hometitle.text, h2.hometitle, h3.hometitle, .hometitle {
  line-height: 1em;
  margin: 0 0 20px;
}
h1.majortitleblog, .slide .overlay-text .majortitleblog.text {
  margin: 25px 0 0 10px;
}
.hometitle {
  letter-spacing: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  width: 24px;
  height: 24px;
  fill: #000;
  vertical-align: middle;
  transition: fill 0.1s;
}
svg g {
  fill: #000;
  transition: fill 0.1s;
}
.beside-svg {
  vertical-align: middle;
}
.hidden {
  display: none;
}
#pageheader ul, #pageheader li {
  margin: 0;
  padding: 0;
  display: inline;
}
.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .uncontain-desktop-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.slideshow .container {
  padding-left: 40px;
  padding-right: 40px;
}
.template-index #content > .container, .template-collection #content > .container, .template-product #content > .container, .template-blog #content > .container, .template-article #content > .container, .template-page #content > .container, .template-search #content > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#content {
  padding-bottom: 60px;
}
.template-index #content {
  padding-bottom: 0;
}
#mobile-header {
  display: none;
  text-align: right;
  background: rgba(0, 0, 0, 0);
  color: #000;
  border-bottom: 1px solid #d1d6d9;
  font-size: 15px;
  line-height: 32px;
  position: relative;
}
#mobile-header a {
  color: inherit;
}
#mobile-header .mobile-nav-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  padding: 0;
  width: 60px;
  height: 60px;
}
#mobile-header .mobile-nav-toggle span {
  position: absolute;
  background: #000000;
  left: 20px;
  width: 20px;
  height: 2px;
  top: 13px;
  margin-top: 9px;
}
#mobile-header .mobile-nav-toggle span:nth-child(1) {
  top: 19px;
}
#mobile-header .mobile-nav-toggle span:nth-child(2) {
  top: 25px;
}
#mobile-header .cart-count {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 1px;
}
#mobile-header .cart-count.button {
  margin-top: -17px;
  padding: 8px 10px;
  min-width: 0;
  line-height: 1em;
  vertical-align: middle;
  color: #000;
}
#mobile-header .cart-count.button svg {
  fill: #000;
}
#mobile-header .cart-count svg {
  width: 15px;
  height: 15px;
}
#mobile-header .logo img {
  width: 150px;
  vertical-align: middle;
}
#mobile-header .logo > a {
  display: block;
  margin: 0 auto;
  width: 160px;
}
#mobile-header .logo > a:before {
  content: "";
  display: inline-block;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
  height: 32px;
}
#pageheader #mobile-header .logo .logotext {
  display: inline-block;
  width: calc(100% - 5px);
}
#mobile-nav-return {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}
#main-nav .mobile-features {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#main-nav .mobile-features .mobile-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  border: none;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  padding-left: 20px;
  letter-spacing: 1px;
}
#main-nav .mobile-features .mobile-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: left;
}
#main-nav .mobile-social {
  display: none;
}
#pageheader {
  position: relative;
  background: rgba(0, 0, 0, 0);
  z-index: 4000;
}
#pageheader, #pageheader a {
  color: #000;
}
#pageheader svg, #pageheader svg g {
  fill: #000;
}
#pageheader .logo {
  text-align: center;
  padding: 20px 0;
}
#pageheader .logo a {
  color: #000;
}
.logo img {
  display: inline-block;
  vertical-align: top;
}
#pageheader .logo .logotext {
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
#pageheader .search-box, #pageheader .utils {
  position: absolute;
  top: 50%;
}
#pageheader .logo-pos-below .search-box, #pageheader .logo-pos-below .utils, #pageheader .logo-pos-above .search-box, #pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}
#pageheader .search-box {
  left: 30px;
  margin-top: -19px;
}
#pageheader .search-box .search-form {
  position: relative;
  display: inline-block;
}
#pageheader .search-box.focus .search-form {
  background-color: #fff;
  border-color: #d1d6d9;
}
#pageheader .search-box .search-form svg {
  position: absolute;
  z-index: 1;
  fill: #000;
  top: 8px;
  left: 3px;
  width: 18px;
  height: 18px;
}
#pageheader .search-box .search-form input[type=text] {
  background: transparent;
  padding: 11px 10px 11px 26px;
  width: 180px;
  font-size: 14.4px;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #000;
}
#pageheader .search-box.focus .search-form input[type=text] {
  color: #000;
}
#pageheader .search-box .search-form input[type=text]::-webkit-input-placeholder {
  font-size: 14.4px;
  line-height: 1.2em;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
}
#pageheader .search-box .search-form input[type=text]:-moz-placeholder {
  font-size: 14.4px;
  line-height: 1.2em;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
}
#pageheader .search-box .search-form input[type=text]::-moz-placeholder {
  font-size: 14.4px;
  line-height: 1.2em;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
}
#pageheader .search-box .search-form input[type=text]:-ms-input-placeholder {
  font-size: 14.4px;
  line-height: 1.2em;
  color: #000;
  opacity: 1;
  letter-spacing: 1px;
}
#pageheader .search-box .search-form input[type=submit] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 8px;
  background: transparent;
  color: #000;
  border: none;
  width: 20px;
  min-width: 0;
  height: 25px;
  padding: 5px 0;
  line-height: 2px;
  font-size: 100%;
}
#pageheader .search-box.focus .search-form input[type=submit] {
  opacity: 1;
  filter: alpha(opacity=100);
}
#pageheader .search-box .results-box {
  position: absolute;
  background: #fff;
  color: #333;
  width: 300px;
  max-width: 100%;
  z-index: 5000;
  font-size: 14.4px;
  display: none;
}
#pageheader .search-box .results-box a, #pageheader .search-box .results-box a:hover {
  color: inherit;
}
#pageheader .search-box .results-box > * {
  display: none;
  padding: 7px 2px;
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  min-height: 24px;
}
#pageheader .search-box .results-box > *:first-child {
  border-top: 1px solid #e2e2e2;
}
#pageheader .search-box .results-box .img {
  float: left;
  margin: -4px 10px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  overflow: hidden;
}
#pageheader .search-box .results-box .img img {
  vertical-align: middle;
  margin-top: -2px;
}
#pageheader .search-box .results-box .load {
  background: url({{ 'ajax-load.gif' | asset_url }}) center center no-repeat;
  text-align: center;
}
#pageheader .search-box .results-box .note {
  text-align: center;
  background: #99cc00;
  border: #99cc00;
  color: #fff;
  font-size: 14.4px;
}
#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  font-size: 12.16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -22px;
  color: #000;
  font-family: Source Sans Pro, sans-serif;
}
#pageheader .utils a:link {
  color: #000;
}
#pageheader .utils a:hover {
  color: #fa0951;
}
#pageheader .utils ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #d1d6d9;
  line-height: 22px;
  margin-top: 11px;
}
#pageheader .utils ul li.last {
  border: 0 none;
  padding-right: 15px;
}
#pageheader .utils .social-links, #pageheader .utils .cart-summary {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#pageheader .utils .social-links {
  margin-right: 30px;
}
#pageheader .utils .cart-summary {
  text-align: right;
}
#pageheader .utils .cart-summary .switcher {
  margin-left: 3px;
  display: inline;
  vertical-align: middle;
  position: relative;
}
#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  border: 1px solid #d1d6d9;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}
#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  border: 1px solid #dedede;
  background: #fff;
  color: #444;
  white-space: nowrap;
}
#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}
#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}
#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop, #pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}
@media screen and (max-width: 959px) {
  #pageheader .utils .cart-summary .switcher:hover .switcher-drop {
    display: none;
  }
  #pageheader .utils .cart-summary .switcher.show-drop .switcher-drop {
    display: block;
  }
}
#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
}
#pageheader .util-area {
  letter-spacing: 1px;
}
#pageheader .logo-pos-above .util-area, #pageheader .logo-pos-below .util-area {
  position: relative;
  height: 55px;
}
#pageheader .logo-pos-below .util-area {
  margin-top: 10px;
}
#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}
#pageheader .util-area .signup-reveal {
  font-size: 14.4px;
  line-height: 1.2em;
  letter-spacing: 1px;
  vertical-align: middle;
}
#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}
#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont, #pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}
#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}
#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}
#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}
#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}
#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}
#pageheader .util-area .signup-form input[type=email] {
  letter-spacing: 1px;
  width: 150px;
}
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}
#pageheader .util-area .signup-form input:-moz-placeholder {
  color: #444;
}
#pageheader .util-area .signup-form input::-moz-placeholder {
  color: #444;
}
#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}
#pageheader .util-area .signup-form label {
  display: none;
}
.nav-row {
  text-align: center;
  line-height: 2em;
  font-size: 14.4px;
  letter-spacing: 1px;
}
.nav-row .multi-level-nav > div {
  padding: 6px 0;
}
.nav-row ul {
  margin: 0;
  display: inline-block;
}
.nav-row ul li {
  vertical-align: top;
  margin: 0;
  display: inline-block;
}
.nav-row a {
  padding: 4px 16px;
  white-space: nowrap;
  display: inline-block;
}
.nav-row a.expanded, .nav-row li.active > a {
  color: #fa0951;
}
.nav-row a.expanded, .nav-row li.active a:hover {
  color: #b8babd;
}
.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display: inline-block;
}
.nav-row a .exp svg {
  display: none;
}
.nav-row a.listing-title {
  font-weight: 700;
}
.nav-row .slash {
  padding: 10px 0;
  display: inline-block;
}
.nav-row ul ul {
  display: none;
}
.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}
.nav-row .tier-1 ul ul.listed {
  display: none;
}
.nav-row ul ul.listed > li {
  display: block;
}
.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}
.tags.nav-row {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
  text-transform: capitalize;
}
.tags .active a {
  color: #e94b3f;
}
.tags .active a .x {
  position: relative;
  top: 2px;
  font-weight: 700;
  font-size: 150%;
  line-height: 75%;
  margin: 0 0 0 5px;
}
.multi-tag-row {
  margin-bottom: 10px;
}
.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}
.multi-tag-row .tags.nav-row.height-hidden {
  display: block;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
}
.tags-inline {
  font-size: 14.4px;
  letter-spacing: 1px;
}
.tags-inline label {
  margin-right: 10px;
  text-transform: uppercase;
}
.tags-inline ul {
  font-style: italic;
}
.tags-inline ul, .tags-inline li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags-inline li:after {
  content: ",";
}
.tags-inline li:last-child:after {
  content: none;
}
#main-nav .multi-level-nav > div {
  background: white;
}
#main-nav .multi-level-nav .tier-1 {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#main-nav .multi-level-nav .tier-2 {
  background: #ffffff;
}
#main-nav a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
#main-nav .multi-level-nav .tier-2 a, #main-nav .multi-level-nav .tier-3 a {
  font-size: 14.4px;
  background: none;
  color: #000;
}
#main-nav .multi-level-nav .tier-2 a:hover, #main-nav .multi-level-nav .tier-3 a:hover {
  font-size: 14.4px;
  color: #fa0951;
}
#main-nav .multi-level-nav .tier-2 li.active a, #main-nav .multi-level-nav .tier-3 li.active a {
  font-size: 14.4px;
  background: none;
  color: #fa0951;
}
#main-nav svg, #main-nav svg g {
  fill: #000;
}
#main-nav a.expanded, #main-nav a:hover, #main-nav .account-links a:hover {
  color: #fa0951;
  text-decoration: none;
}
#main-nav li.active > a {
  background: none;
  color: #fa0951;
}
#main-nav .account-links {
  padding: 0 18px;
  color: #000;
  white-space: nowrap;
}
#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
#store-messages {
  background: #ffffff;
}
#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
}
#store-messages.messages-2 .message {
  float: left;
  width: 49.5%;
}
#store-messages.messages-3 .message {
  float: left;
  width: 33.33%;
}
#store-messages .message a {
  display: block;
}
#store-messages .message .title, #store-messages .message .tagline {
  margin: 0 20px;
}
#store-messages .message .title {
  font-size: 100%;
  line-height: 1.3em;
  color: #000;
  letter-spacing: 1px;
}
#store-messages .message .tagline {
  display: block;
  font-size: 14.4px;
  line-height: 1.4em;
  margin-top: 5px;
  color: #8a8f93;
  letter-spacing: 1px;
}
#store-messages .message .fluff {
  border-left: 1px solid #e2e2e2;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}
#store-messages-mobile {
  display: none;
  padding: 8px 0;
  background: #ffffff;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
.page-header {
  text-align: center;
  padding: 10px 0 5px;
}
.page-header .pagetitle {
  margin-bottom: 20px;
}
.page-header .user-content {
  text-align: left;
}
.page-header .filters {
  float: left;
  margin: 15px 0 5px;
  font-size: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-header .filtersnoup {
  float: left;
  text-transform: none;
  font-size: 14.08px;
  letter-spacing: 1px;
  margin: 15px 0 5px;
}
.page-header .social-area {
  float: right;
  margin: 15px 0;
  font-size: 14.4px;
}
.page-header .social-area.center {
  float: none;
}
.page-header .social-area .rsslink, .page-header .social-area .sharing {
  vertical-align: middle;
  display: inline-block;
}
.page-header .social-area .rsslink svg {
  margin-left: 8px;
  width: 15px;
  height: 15px;
  fill: #fa0951;
}
.page-header .filters .tags {
  margin-right: 25px;
  white-space: nowrap;
  float: left;
}
.page-header .filters .sort select {
  text-transform: none;
  margin-left: 3px;
  font-size: 14.4px;
}
.page-header .nextprev {
  font-size: 14.08px;
  letter-spacing: 1px;
}
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagination {
  font-size: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pagination .pagecount {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 5px;
  margin: 0 2px;
}
.pagination-row.pagination-row-tabular {
  display: table;
  width: 100%;
}
.pagination-row.pagination-row-tabular > .inner {
  display: table-row;
}
.pagination-row.pagination-row-tabular > .inner > * {
  display: table-cell;
  width: 33.33333%;
  vertical-align: bottom;
}
.pagination-row.pagination-row-tabular .prev span, .pagination-row.pagination-row-tabular .next span {
  vertical-align: middle;
}
.pagination-row.pagination-row-tabular .prev {
  text-align: left;
}
.pagination-row.pagination-row-tabular .next {
  text-align: right;
}
#pagefooter {
  background: rgba(0, 0, 0, 0);
  padding: 0 0 50px;
  font-size: 14.4px;
}
#pagefooter, #pagefooter a {
  color: #000;
}
#pagefooter a:hover {
  opacity: 0.75;
}
#pagefooter .cross-page-promos {
  background: #fa0951;
  padding-top: 16px;
  padding-bottom: 16px;
}
#pagefooter .cross-page-promos, #pagefooter .cross-page-promos a, #pagefooter .cross-page-promos h6 {
  color: #fff;
}
#pagefooter .cross-page-promos svg {
  fill: #fff;
}
#pagefooter .nav-row {
  border-top: 1px solid #d1d6d9;
  border-bottom: 1px solid #d1d6d9;
}
#pagefooter .signup-form .input-block {
  border-color: #d1d6d9;
}
#pagefooter .lower {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
#pagefooter .copyright {
  margin-top: 30px;
}
#pagefooter .copyright .copy {
  white-space: nowrap;
}
#pagefooter .interact {
  margin-top: 30px;
}
#pagefooter .interact .social-links {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#pagefooter .social-links {
  margin: 30px 0;
}
#pagefooter .social-links a {
  margin: 0 8px;
}
#pagefooter .social-links svg, #pagefooter .social-links svg g {
  fill: #fa0951;
}
#pagefooter .payment-methods {
  margin-top: 20px;
}
.signup-form-cont {
  text-align: center;
  clear: both;
}
.signup-form {
  display: inline-block;
  max-width: 100%;
}
.signup-form .input-block {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #0000;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
.signup-form label {
  display: block;
  margin: 0 0 10px;
  font-size: 14.4px;
  line-height: 1.4em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.signup-form input[type=email] {
  border: none;
  line-height: 1.2em;
  width: 200px;
}
.signup-form h4 {
  margin: 0.6em 2em;
}
.section-signup .signup-form label {
  display: none;
}
@media (min-width: 500px) {
  .section-signup .signup-form input[type=email], #pagefooter .signup-form input[type=email] {
    width: 300px;
  }
}
.social-links ul, .social-links li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 15px;
}
.social-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.social-links a svg {
  width: 15px;
  height: 15px;
  vertical-align: top;
}
.social-links .google svg {
  width: 22.5px;
}
.sharing {
  display: inline;
}
.sharing .label {
  vertical-align: middle;
  font-size: 14.4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sharing ul, .sharing li {
  line-height: 15px;
}
.sharing a svg {
  width: 15px;
  height: 15px;
}
.sharing a svg, .sharing a svg g {
  fill: #fa0951;
}
.sharing a:hover svg, .sharing a:hover svg g {
  fill: #b8babd;
}
ul.plain li {
  list-style: none;
}
ul.inline, ul.inline li {
  margin: 0;
  display: inline;
}
.product-block {
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s;
}
.product-block.fixed-width {
  width: 255px;
}
.product-block .block-inner {
  position: relative;
  margin: 0 0 20px;
}
.product-block .product-link {
  display: block;
  position: relative;
  color: inherit;
}
.product-block .image-cont {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.product-block.main-image-loaded, .product-block.slick-cloned, .cloned .product-block, .no-js .product-block .image-cont {
  opacity: 1;
}
.product-block .image-cont img, .collectionlist img {
  max-height: 255px;
  width: auto;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.product-block .image-cont .placeholder-image {
  width: 255px;
  max-width: 100%;
}
.product-block .image-label-wrap {
  position: relative;
}
.product-block .productlabel {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  right: 0;
  text-align: center;
}
.productlabel > span {
  display: inline-block;
  padding: 10px 15px;
  background: #fa0951;
  color: #fff;
  font-size: 14.4px;
  line-height: 1.2em;
  vertical-align: top;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Karla;
}
.productlabel.soldout > span {
  background: #fa0951;
}
.productlabel.general > span {
  background: rgba(0, 0, 0, 0);
}
.product-block .product-info {
  display: block;
  color: inherit;
  margin: 5px 5px 20px;
}
.product-block .product-info .dash {
  display: none;
}
.product-block .product-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  display: inline;
}
.product-block .product-info .reducedfrom .amount {
  text-decoration: line-through;
}
.product-block .product-info .price {
  margin: 0 5px;
}
.product-block .product-info .price .from {
  font-size: 80%;
}
.product-block.detail-mode-hover .product-info {
  position: absolute;
  margin: 0;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.1s;
}
.product-block.detail-mode-hover .product-info .dash {
  display: block;
}
.product-block.detail-mode-hover .product-info:before {
  content: "";
  background: #ffffff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.product-block.detail-mode-hover:hover .product-info, .product-block.detail-mode-hover.expanded .product-info {
  opacity: 1;
}
.product-block.detail-mode-hover .product-info .reducedfrom {
  display: block;
}
.product-block.detail-mode-hover .product-info > .inner {
  position: relative;
  z-index: 10;
  display: table;
  width: 100%;
  height: 100%;
}
.product-block.detail-mode-hover .product-info > .inner > .innerer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.product-block.expanded .block-inner:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  border-bottom-color: #0000;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}
.product-block.detail-mode-permanent .product-info > .inner {
  margin-left: auto;
  margin-right: auto;
}
.carousel .product-block.collection-block .block-inner {
  margin-bottom: 0;
}
.collection-slider .collection-listing .product-block.collection-block .product-info {
  margin: 0;
}
.overlay-mode-none .product-block.collection-block .productlabel {
  display: none;
}
.overlay-mode-m .product-block.collection-block .productlabel {
  top: 50%;
  margin: -20px 0 0 5px;
}
.overlay-mode-t .product-block.collection-block .productlabel {
  top: 0;
  margin: 0;
}
.overlay-mode-b .product-block.collection-block .productlabel {
  top: auto;
  bottom: 0;
  margin: 0;
}
.overlay-mode-t .product-block.collection-block .productlabel > span, .overlay-mode-b .product-block.collection-block .productlabel > span {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.product-block.collection-block .productlabel > span {
  background: #fdfcfa;
  color: #fa0951;
  -moz-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}
.product-block.collection-block:hover .productlabel > span {
  background: #fdfcfa;
  color: #b8babd;
}
.product-block.collection-block .productlabel .count, .shop {
  text-transform: none;
  font-style: italic;
  display: block;
  font-size: 11.2px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
.product-block.collection-block .image-cont {
  padding-bottom: 0;
}
.collection-slider-row.for-collections {
  padding-bottom: 40px;
}
h1.sheader, .slide .overlay-text .sheader.text {
  text-transform: uppercase;
  margin: 30px 0 30px 30px;
  font-size: 18px;
}
.search-list li {
  margin-bottom: 30px;
  list-style-type: none;
  clear: both;
}
.search-list li img {
  margin: 0 15px 30px 0;
}
.stitle {
  margin-bottom: 8px;
}
h2.stitle a {
  color: #fa0951;
  font-size: 25.6px;
}
h2.stitle a:hover {
  color: #d1d6d9;
}
p.nores {
  margin-left: 30px;
}
.product-block.page-block .article-image {
  margin: 1em 0 0;
}
.product-block.page-block .block-inner {
  border: 1px solid #000;
  width: 300px;
  overflow: hidden;
}
.product-block.fixed-width.page-block .block-inner {
  width: 255px;
}
.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}
.product-detail .gallery {
  position: relative;
}
.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}
.product-detail .gallery .main-image {
  margin: 0 0 30px;
  text-align: center;
}
.product-detail .gallery .thumbnails {
  margin-left: -5px;
}
.product-detail .gallery .thumbnails img {
  max-width: 74px;
  margin-bottom: 7px;
  margin-left: 5px;
}
.product-detail .gallery-layout-beside.has-thumbnails .main-image {
  float: left;
  width: calc(100% - 60px);
}
.product-detail .gallery-layout-beside .thumbnails {
  float: right;
  width: 50px;
}
.product-detail .gallery-layout-beside .thumbnails img {
  margin: 0;
  width: 50px;
}
.product-detail .gallery-layout-beside .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}
.product-detail .gallery .mobile-slideshow {
  display: none;
}
.product-detail .detail {
  text-align: left;
  position: relative;
}
.product-detail .detail .title {
  margin: 0 0 0.5em;
}
.product-detail .detail .price-area {
  font-family: inherit;
  font-weight: 700;
  text-align: left;
}
.product-detail .detail .price-area .was-price {
  padding-left: 7px;
  margin-right: 10px;
  text-decoration: line-through;
  color: #fa0951;
}
.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}
.product-detail .detail .description {
  margin: 22px 0;
}
.product-detail .description {
  clear: both;
}
.product-detail .product-form .input-row .original-selector, .no-js .product-detail .product-form .option-selectors {
  display: none;
}
.no-js .product-detail .product-form .original-selector {
  display: inline;
}
.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}
.product-detail .product-form .input-row label {
  float: left;
  width: 90px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}
.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
}
.product-detail .product-form .input-row input[name=quantity] {
  margin-right: 5px;
  display: none;
}
.product-detail .sharing {
  margin-top: 20px;
}
.sku--no-sku {
  display: none;
}
.collection-listing .product-detail {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}
.collection-listing .product-detail .inner {
  padding: 50px 90px;
}
.collection-listing-stream .product-detail .gallery .thumbnails, .collection-listing .product-detail .gallery .thumbnails {
  position: static;
}
.collection-listing-stream .product-detail .gallery .thumbnails > *, .collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}
.collection-listing-stream .product-detail .gallery .thumbnails .active span, .collection-listing .product-detail .gallery .thumbnails .active span {
  text-decoration: underline;
}
.collection-listing .product-detail, .collection-listing .product-detail .title, .collection-listing .product-detail .title a, .collection-listing .product-detail h1.majortitle, .collection-listing .product-detail .slide .overlay-text .majortitle.text, .slide .overlay-text .collection-listing .product-detail .majortitle.text, .collection-listing .product-detail h2, .collection-listing .product-detail h3, .collection-listing .product-detail h4, .collection-listing .product-detail h5, .collection-listing .product-detail h6 {
  color: #000;
}
.collection-listing .product-detail a {
  color: #fa0951;
}
.collection-listing .product-detail a.button {
  background-color: #fa0951;
  color: #fff;
}
.collection-listing .product-detail a.button:hover {
  background-color: #fa0951;
}
.collection-listing .product-detail .gallery .main-image, .collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}
.collection-listing .product-detail .gallery .main-image img, .collection-listing-stream .product-detail .gallery .main-image img {
  max-height: 500px;
}
.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url({{ 'close-bg-dark.png' | asset_url }})  center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.collection-slider-row {
  padding-top: 40px;
}
.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
}
.collection-slider .collection-listing .product-list {
  margin-left: 0;
  margin-right: 0;
}
.collection-slider .collection-listing .product-block {
  padding-bottom: 0;
}
.collection-slider .collection-listing .product-block .product-info {
  margin-bottom: 30px;
}
.collection-slider .product-block.expanded .block-inner:after {
  margin-top: 1px;
}
.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}
.collection-slider .fixed-mode .product-block {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.collection-slider .fixed-mode .product-block .image-cont .image-link {
  height: auto;
}
.collection-slider .fixed-mode .product-block .image-cont img {
  max-height: none;
  max-width: 100%;
}
.collection-listing .product-list {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: -20px;
}
.container > .collection-listing .product-list {
  margin-left: -8px;
  margin-right: -8px;
}
.collection-listing .product-list.carousel {
  margin-bottom: 0;
}
.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}
.collection-listing {
  text-align: center;
  line-height: 0;
}
.collection-listing .product-block {
  display: inline-block;
  max-width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: top;
  line-height: 1.6em;
}
.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
}
.collection-listing-stream .product-block.fixed-width {
  width: auto;
}
.collection-listing-stream .block-inner {
  display: none;
}
.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e2e2e2;
}
.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}
.collection-listing-stream .product-detail .close-detail {
  display: none;
}
.view-all {
  text-align: center;
  font-size: 17.6px;
  letter-spacing: 1px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #fa0519;
  margin: -10px 0 20px;
}
.view-all > * {
  vertical-align: middle;
}
.view-all .prev, .view-all .next {
  margin: 0 40px;
  font-size: 140%;
}
.collection-slider .has-paging .prev, .collection-slider .has-paging .next {
  font-size: 80%;
  margin: 0 30px;
  vertical-align: top;
  display: inline-block !important;
}
.collection-slider .has-paging .prev.slick-hidden, .collection-slider .has-paging .next.slick-hidden {
  display: none !important;
}
.view-as {
  white-space: nowrap;
  display: inline-block;
}
#view-as-tiles, #view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}
#view-as-tiles div, #view-as-stream div {
  background: #fa0951;
  position: absolute;
  -moz-transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#view-as-tiles.active, #view-as-stream.active {
  color: #b8babd;
}
#view-as-tiles.active div, #view-as-stream.active div {
  background: #b8babd;
  position: absolute;
}
#view-as-tiles:hover div, #view-as-stream:hover div {
  background: #b8babd;
}
#view-as-tiles div {
  height: 6px;
  width: 6px;
}
#view-as-tiles .fluff1 {
  left: 0;
  top: 0;
}
#view-as-tiles .fluff2 {
  left: 8px;
  top: 0;
}
#view-as-tiles .fluff3 {
  left: 0;
  top: 8px;
}
#view-as-tiles .fluff4 {
  left: 8px;
  top: 8px;
}
#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}
.article-list .article {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e2e2e2;
}
.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}
.article .container, #comments.container {
  max-width: 868px;
}
.article .continue-reading {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article .continue-reading i, .article .continue-reading span {
  vertical-align: middle;
}
.article .meta {
  margin-top: 1em;
  font-style: italic;
  font-size: 90%;
}
.article .meta .time {
  display: block;
}
.article .meta .tags .label {
  font-style: normal;
}
.user-content h1, .user-content .slide .overlay-text .text, .slide .overlay-text .user-content .text, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
  margin: 1em 0 15px;
}
.user-content a.text-link {
  text-decoration: none;
  padding-bottom: 1px;
  color: #fa0951;
}
.user-content a.text-link:hover {
  color: #b8babd;
}
.user-content iframe {
  max-width: 100%;
}
.meta .iconmeta {
  margin-right: 10px;
  line-height: 1.4em;
  display: inline-block;
  font-size: 14.4px;
}
.meta .meta-share-mob {
  display: none;
}
.meta .iconmeta a {
  white-space: nowrap;
}
.meta .tags a:after {
  content: ",";
}
.meta .tags a:last-child:after {
  content: none;
}
#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
#cartform .item-list {
  margin: 10px 0 40px;
}
#cartform .item {
  clear: both;
  list-style: none;
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
}
#cartform .item:first-child {
  border-top: none;
}
#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left;
}
#cartform .item .image img {
  vertical-align: middle;
}
#cartform .item .desc {
  overflow: hidden;
  margin: 37px 50% 0 0;
}
#cartform .item .desc .variant {
  font-size: 90%;
}
#cartform .item .desc .variant:before {
  content: "- ";
  margin: 0 5px;
}
#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}
#cartform .item .quantity input {
  width: 34px;
  margin-left: 4px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}
#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}
#cartform .totals-area {
  text-align: right;
}
#cartform .totals-area .checkout-col {
  float: right;
  max-width: 360px;
}
#cartform .totals-area .subtotal, #cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}
#cartform .totals-area .checkout-buttons #update-cart {
  margin-left: 4px;
}
#cartform .termsagreement {
  margin-bottom: 5px;
}
#cartform .termsagreement label {
  vertical-align: middle;
}
.additional-checkout-buttons {
  margin-top: 10px;
  box-sizing: border-box;
}
.additional-checkout-buttons *, .additional-checkout-buttons *:before, .additional-checkout-buttons *:after {
  box-sizing: inherit;
}
.additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
}
.additional-checkout-button--paypal-express {
  visibility: hidden;
}
#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}
#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px;
}
#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}
#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}
#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}
#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}
.input-row select, .inputrow select {
  height: 30px;
  line-height: 30px;
  padding: 4px 14px 4px 4px;
  border: 1px solid #e2e2e2;
}
#template {
  text-align: center;
}
#template .template_header {
  margin: 40px 0;
}
#template button, #template input, #template textarea {
  width: 362px;
}
#template label {
  font-size: 85%;
}
#template .action_bottom {
  margin-top: 27px;
}
#template .note {
  display: block;
  margin: 10px 0;
}
#template .errors {
  margin: 10px 25px;
  font-style: italic;
}
#template .errors li {
  list-style: none;
}
.jsforms #template .large_form {
  position: relative;
  margin-top: -1px;
}
.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}
#template.lefty-form, #template.lefty-form input[type=text], #template.lefty-form input[type=email], #template.lefty-form textarea {
  text-align: left;
}
#template.righty-form {
  text-align: center;
}
#template.righty-form input[type=text], #template.righty-form input[type=email], #template.righty-form textarea, #template.righty-form input[type=submit] {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.address_actions .action_edit {
  margin-right: 15px;
}
#address_tables {
  margin-top: 40px;
}
#admin_header {
  margin: 20px 0 40px;
}
#admin_header .title {
  text-align: center;
}
#admin_header .action_return {
  margin-bottom: 20px;
}
#customer_sidebar {
  float: left;
  width: 33%;
}
#customer_detail .address p, .address_table .view_address p, #order_address .address p {
  margin-bottom: 0;
}
#customer_orders {
  float: right;
  width: 60%;
}
#order_address {
  margin-top: 10px;
}
#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}
#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}
#order_details {
  clear: both;
  width: 100%;
}
@media (max-width: 767px) {
  #order_details .price, #order_details .sku {
    visiblity: hidden;
    padding: 0;
    font-size: 0;
  }
}
.order-table-container {
  overflow: auto;
}
#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
#comments .comment.first {
  border-top: 0;
}
#comments .comment .gravatar {
  float: left;
  width: 80px;
}
#comments .comment .detail {
  margin-left: 100px;
}
.payment-methods img {
  margin: 0 3px;
  height: 25px;
  width: auto;
  max-width: none;
}
ul.taglist {
  margin: 0;
}
ul.taglist li {
  display: inline;
  white-space: nowrap;
}
table.noborders, table.noborders tr, table.noborders th, table.noborders td {
  border: 0;
}
.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  color: #000;
  background: rgba(0, 0, 0, 0);
  -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 #888;
  text-align: center;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.fb_iframe_widget iframe {
  max-width: none;
}
.slide {
  position: relative;
}
.slide img {
  width: 100%;
}
.overlay-text {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  text-align: center;
}
.overlay-text p {
  margin: 0.1em 0;
}
.overlay-text:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1px;
  width: 1px;
}
.overlay-text.overlay-left {
  text-align: left;
}
.overlay-text.overlay-right {
  text-align: right;
}
.overlay-text .inner {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
}
.overlay-text .text > div {
  line-height: 1.2em;
  padding: 15px 30px;
  display: inline-block;
}
.slide .overlay-text .text {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.slide .overlay-text .text .second-line {
  font-size: 60%;
  line-height: 1.4em;
}
.full-width-image, .image-block {
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.full-width-image .img-cont, .image-block .img-cont {
  display: block;
  position: relative;
}
.full-width-image a, .image-block a {
  display: block;
  transition: opacity 0.15s;
}
.full-width-image a:hover, .image-block a:hover {
  opacity: 0.9;
}
.full-width-image img, .image-block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.full-width-image.no-stretch img, .image-block.no-stretch img {
  width: auto;
}
.slideshow .overlay-text .text, .full-width-image .overlay-text .text {
  font-size: 32px;
  line-height: 1.2em;
}
.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;
}
@media (max-width: 767px) {
  .placeholder-image.placeholder--banner {
    padding-top: 55%;
  }
}
.placeholder-image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.placeholder-image svg, .placeholder-image svg g {
  fill: #c8cbcd;
}
[data-crop-img] {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-top: 100%;
}
[data-crop-img] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
[data-crop-img="3-4"] {
  padding-top: 150%;
}
[data-crop-img="16-9"] {
  padding-top: 66%;
}
.willstagram {
  overflow: hidden;
  white-space: nowrap;
}
.willstagram .item {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  width: 200px;
  margin: 0 16px 0 0;
}
.willstagram .owl-item .item {
  display: block;
  width: auto;
  margin: auto;
}
.willstagram .owl-item .item .placeholder-image {
  width: 100%;
  max-width: 100%;
}
.willstagram .desc {
  display: none;
}
.willstagram img {
  width: 100%;
  vertical-align: top;
}
.willstagram a {
  display: block;
  transform: scale(1);
  transition: opacity 0.15s;
}
.willstagram a:hover {
  opacity: 0.9;
}
.willstagram.willstagram--uncontained {
  padding-left: 16px;
  padding-right: 16px;
}
.willstagram.willstagram--no-margins {
  padding-left: 0;
  padding-right: 0;
}
.willstagram.willstagram--no-margins .item {
  margin-right: 0;
}
.willstagram .willstagram__error {
  font-style: italic;
  text-align: center;
}
.align-center, .align-centre {
  text-align: center;
}
.align-right {
  text-align: right;
}
a .state {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.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%;
}
.spaced-row {
  margin-bottom: 40px;
}
.fully-spaced-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.lightly-spaced-row {
  margin-bottom: 1em;
}
.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content img, .content iframe, .content embed, .content object {
  max-width: 100%;
  height: auto;
}
.layout-column-half-left {
  float: left;
  width: 45%;
  margin-top: 30px;
}
.layout-column-half-right {
  float: right;
  width: 45%;
  margin-top: 28px;
}
.layout-content-with-image-left.valign-top .image-cont, .layout-content-with-image-left.valign-top .content, .layout-content-with-image-right.valign-top .image-cont, .layout-content-with-image-right.valign-top .content {
  vertical-align: top;
}
.layout-content-with-image-left.valign-middle .image-cont, .layout-content-with-image-left.valign-middle .content, .layout-content-with-image-right.valign-middle .image-cont, .layout-content-with-image-right.valign-middle .content {
  vertical-align: middle;
}
.layout-content-with-image-left.valign-bottom .image-cont, .layout-content-with-image-left.valign-bottom .content, .layout-content-with-image-right.valign-bottom .image-cont, .layout-content-with-image-right.valign-bottom .content {
  vertical-align: bottom;
}
.layout-content-with-image-left .image-cont, .layout-content-with-image-right .image-cont {
  display: inline-block;
  width: 33.333%;
  text-align: center;
}
.layout-content-with-image-left .content, .layout-content-with-image-right .content {
  display: inline-block;
  width: 60%;
  margin-right: 6.666%;
}
.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}
.article-layout__column {
  float: left;
  width: 30%;
  margin-left: 5%;
}
.article-layout__column:first-child {
  margin-left: 0;
}
.article-layout__column:nth-child(3) {
  float: right;
  margin-left: 0;
}
.responsive-table {
  width: 100%;
}
.responsive-table .responsive-table__cell-label, .responsive-table .responsive-table__cell-head__icon, .responsive-table .responsive-table__more {
  display: none;
}
@media (max-width: 767px) {
  .responsive-table {
    display: block;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #e2e2e2;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tbody, .responsive-table tr, .responsive-table td {
    display: block;
  }
  .responsive-table tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .responsive-table td {
    display: none;
    border: none;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0);
    color: #000;
  }
  .responsive-table td.responsive-table__first-mobile-cell {
    padding-top: 20px;
  }
  .responsive-table td:last-child {
    padding-bottom: 20px;
  }
  .responsive-table .responsive-table__cell-head {
    display: block;
    cursor: pointer;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    background: rgba(0, 0, 0, 0);
  }
  .responsive-table .responsive-table__cell-head a {
    color: inherit;
  }
  .responsive-table .responsive-table__cell-head__icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .responsive-table .responsive-table__cell-label {
    display: inline;
    font-weight: 700;
  }
  .responsive-table .responsive-table__cell-label:after {
    content: ":";
  }
  .responsive-table .responsive-table__more {
    display: block;
    margin-top: 1em;
  }
  .responsive-table .desktop-only {
    display: none !important;
  }
  .responsive-table .expanded .responsive-table__cell-head__icon {
    transform: rotate(90deg);
  }
  .responsive-table .expanded td {
    display: block;
  }
}
.flexible-layout {
  margin-left: -16px;
  margin-bottom: -16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.flexible-layout.valign-middle > [class^=column] {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.flexible-layout.valign-bottom > [class^=column] {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.flexible-layout .column-quarter, .flexible-layout .column-third, .flexible-layout .column-half, .flexible-layout .column-two-thirds, .flexible-layout .column-three-quarters, .flexible-layout .column-full {
  float: left;
  margin-left: 16px;
  margin-bottom: 16px;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.flexible-layout .column-quarter {
  width: calc(25% - 16px);
  -webkit-flex-basis: calc(25% - 16px);
  flex-basis: calc(25% - 16px);
}
.flexible-layout .column-third {
  width: calc(33.333% - 16px);
  -webkit-flex-basis: calc(33.333% - 16px);
  -moz-flex-basis: calc(33.333% - 16px);
  -ms-flex-preferred-size: calc(33.333% - 16px);
  flex-basis: calc(33.333% - 16px);
}
.flexible-layout .column-half {
  width: calc(50% - 16px);
  -webkit-flex-basis: calc(50% - 16px);
  -moz-flex-basis: calc(50% - 16px);
  -ms-flex-preferred-size: calc(50% - 16px);
  flex-basis: calc(50% - 16px);
}
.flexible-layout .column-two-thirds {
  width: calc(66.666% - 16px);
  -webkit-flex-basis: calc(66.666% - 16px);
  -moz-flex-basis: calc(66.666% - 16px);
  -ms-flex-preferred-size: calc(66.666% - 16px);
  flex-basis: calc(66.666% - 16px);
}
.flexible-layout .column-three-quarters {
  width: calc(75% - 16px);
  -webkit-flex-basis: calc(75% - 16px);
  -moz-flex-basis: calc(75% - 16px);
  -ms-flex-preferred-size: calc(75% - 16px);
  flex-basis: calc(75% - 16px);
}
.flexible-layout .column-full {
  width: calc(100% - 16px);
  -webkit-flex-basis: calc(100% - 16px);
  -moz-flex-basis: calc(100% - 16px);
  -ms-flex-preferred-size: calc(100% - 16px);
  flex-basis: calc(100% - 16px);
}
@media (max-width: 767px) {
  .flexible-layout {
    margin-left: auto;
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexible-layout .column-quarter, .flexible-layout .column-third, .flexible-layout .column-half, .flexible-layout .column-two-thirds, .flexible-layout .column-three-quarters, .flexible-layout .column-full {
    float: none;
    margin-left: auto;
    width: auto;
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
  .flexible-layout.layout-all-quarters {
    margin-left: -16px;
  }
  .flexible-layout.layout-all-quarters [class^=column] {
    float: left;
    margin-left: 16px;
    width: calc(50% - 16px);
    -webkit-flex-basis: calc(50% - 16px);
    -moz-flex-basis: calc(50% - 16px);
    -ms-flex-preferred-size: calc(50% - 16px);
    flex-basis: calc(50% - 16px);
  }
}
@media (max-width: 500px) {
  .flexible-layout.layout-all-quarters {
    margin-left: auto;
  }
  .flexible-layout.layout-all-quarters [class^=column] {
    float: none;
    margin-left: auto;
    width: auto;
    -webkit-flex-basis: initial;
    -moz-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
}
.image-cont img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.article-image {
  margin-top: 0;
  margin-bottom: 1em;
}
.template-index .article-image {
  margin: 1em 0;
}
.template-article .article-image {
  margin-bottom: 0;
}
.icon-with-caption .icon-with-caption__text {
  margin: 0.5em 0 0;
}
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #fafafa;
  border-bottom: 1px solid #e2e2e2;
  font-size: 80%;
}
#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}
#cart-summary-overlay .item .cols {
  margin-top: 10px;
}
#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}
#cart-summary-overlay .item .info, #cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px;
}
#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}
#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}
#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none;
}
#cart-summary-overlay #shop-more, #cart-summary-overlay .button {
  margin-top: 10px;
}
#cart-summary-overlay .to-cart {
  margin-left: 10px;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 5104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url({{ 'fancybox.png' | asset_url }});
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5100;
  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: 5101;
  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: 5102;
  border: 1px solid #eee;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 5101;
}
#fancybox-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: transparent url({{ 'close-bg-dark.png' | asset_url }}) no-repeat center center;
  cursor: pointer;
  z-index: 5103;
  display: none;
}
}
#fancybox-error {
  color: #444;
  font: 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' | asset_url }});
  z-index: 5102;
  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: 5102;
  display: block;
}
#fancybox-left-ico {
  background-image: ({{ 'fancybox.png' | asset_url }});
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url({{ 'fancybox.png' | asset_url }});
  background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
}
#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: 5001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-position: -40px -122px;
}
#fancybox-title {
  font-size: 12px;
  z-index: 5102;
}
.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' | asset_url }});
  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;
  line-height: 1.4em;
  text-align: center;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: #fff;
}
#fancybox-title-float-main {
  color: #999;
  line-height: 29px;
  padding: 0 0 3px;
  background: #fff;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: #fff;
}
.mobile-currency-switcher {
  display: none;
  margin: -5px 20px 20px;
  font-size: 16px;
}
.mobile-currency-switcher .selected-currency, .mobile-only, .mobile-only-ib {
  display: none;
}
@media only screen and (max-width: 959px) {
  #pageheader .logo {
    clear: both;
  }
  #pageheader .util-area {
    margin-left: 30px;
    margin-right: 30px;
    height: auto;
  }
  #pageheader .search-box, #pageheader .utils {
    position: static;
    float: right;
    margin: 10px 0;
    height: auto;
  }
  #pageheader .search-box {
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
}
@media only screen and (max-width: 959px) {
  .article-layout__column {
    width: 47.5%;
  }
  .article-layout__column:nth-child(3) {
    display: none;
  }
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .layout .col-third, .layout .col-third.left, .layout .col-third.right {
    float: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #customer_sidebar, #customer_orders, #order_address #order_payment, #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  .nav-row a {
    padding-left: 14px;
    padding-right: 14px;
  }
  #cartform .item .desc {
    margin-right: 44%;
  }
  #cartform .item .quantity {
    right: 23%;
  }
  #cartform #shipping-calculator .inputrow {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }
  #template button, #template input, #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-only-ib {
    display: inline-block;
  }
  .desktop-only {
    display: none;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .layout-column-half-left, .layout-column-half-right {
    float: none;
    width: auto;
  }
  .layout-column-half-left {
    margin-bottom: 40px;
  }
  .layout-content-with-image-left .content, .layout-content-with-image-left .image-cont, .layout-content-with-image-right .content, .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  #template.lefty-form {
    text-align: center;
  }
  .nav-row a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #store-messages {
    display: none;
  }
  #store-messages-mobile {
    display: block;
  }
  .page-header .filters {
    float: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-header .filters .tags {
    margin: 0 13px;
    float: none;
    flex: 1;
    order: 2;
  }
  .page-header .filters .tags.sort {
    margin: 10px 0;
    display: block;
    flex: 100%;
    order: 1;
  }
  .page-header .filters .view-as {
    display: none;
  }
  .page-header .social-area {
    margin-top: 20px;
    float: none;
  }
  #content .slide .overlay-text .button {
    display: none;
  }
  .collection-slider .has-paging {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  .collection-slider .has-paging .prev, .collection-slider .has-paging .next {
    position: absolute;
    left: 10px;
    top: 0px;
    margin: 0;
  }
  .collection-slider .has-paging .next {
    left: auto;
    right: 10px;
  }
  .collection-listing .product-list {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -20px;
  }
  .container > .collection-listing .product-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .collection-listing .product-block {
    height: auto;
    width: 43%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .collection-slider .product-block {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
  .collection-slider .product-block.fixed-width {
    width: 180px;
  }
  .collection-slider .product-block img {
    max-height: 180px;
  }
  .collection-slider .fixed-mode .product-block.fixed-width {
    width: auto;
  }
  .collection-slider .fixed-mode .product-block img {
    max-height: none;
  }
  .collection-slider .product-block.collection-block {
    width: 47%;
  }
  .collection-slider .product-block.collection-block img {
    max-height: none;
  }
  .collection-slider .product-block.collection-block .product-info {
    margin: 0;
  }
  .collection-slider .product-block.collection-block .productlabel {
    position: static;
    display: block;
    margin: 0;
  }
  .collection-slider .product-block.collection-block .productlabel > span {
    display: block;
  }
  .collection-slider .carousel .product-block.collection-block {
    width: auto;
  }
  .collection-slider .carousel .product-block.collection-block img {
    max-height: 180px;
  }
  .product-block.page-block .block-inner {
    width: auto;
  }
  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-block.detail-mode-hover .product-info {
    position: static;
    display: block;
    padding-top: 10px;
    opacity: 1;
  }
  .product-block.detail-mode-hover .product-info:before, .product-block.detail-mode-hover .product-info .dash {
    display: none;
  }
  .blog-row .layout .article.col-third:not(:last-child) {
    margin-bottom: 60px;
  }
  #cartform .item .image {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  #cartform .item .image img {
    max-height: 100%;
  }
  #cartform .item .desc {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: calc(100% - 120px);
  }
  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
    width: 100%;
  }
  #cartform .item .quantity {
    position: static;
    float: left;
  }
  #cartform .item .line-total {
    position: static;
    float: right;
  }
  #cartform .item a.remove {
    right: -10px;
    top: 29px;
    padding: 10px;
    font-size: 30px;
  }
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }
  .customer_address_table, .customer_address_table tbody, .customer_address_table tr, .customer_address_table td {
    display: block;
    border: none;
    padding: 0;
  }
  .customer_address_table input {
    box-sizing: border-box;
  }
  .customer_address_table tr {
    margin: 1em 0;
  }
  .page-header .social-area {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px dotted rgba(226, 226, 226, 0.5);
    border-bottom: 1px dotted rgba(226, 226, 226, 0.5);
  }
  .page-header .social-area .rsslink svg {
    margin-left: 20px;
  }
  .sharing {
    display: block;
  }
  .sharing a {
    margin-left: 20px;
  }
  .sharing svg {
    width: 20px;
    height: 20px;
  }
  .sharing li:last-child a {
    margin-right: 0;
  }
  .template-collection #content .page-header, .template-blog #content .page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template-collection #content .page-header .majortitle, .template-blog #content .page-header .majortitle {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .template-collection #content .page-header .user-content, .template-blog #content .page-header .user-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .template-collection #content .page-header .filters, .template-blog #content .page-header .filters {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .template-collection #content .page-header .social-area, .template-blog #content .page-header .social-area {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .template-product #content {
    padding-bottom: 0;
  }
  .product-detail .detail .productlabel {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .product-detail .detail .productlabel, .product-detail .detail .title, .product-detail .detail .price-area, .product-detail .detail .vendor {
    text-align: center;
  }
  .template-product .product-detail .gallery .main-image, .template-product .product-detail .gallery .thumbnails {
    display: none;
  }
  .product-detail .gallery .mobile-slideshow {
    display: block;
    margin: 0 -20px;
  }
  .product-detail .product-form .input-row select {
    font-size: 16px;
  }
  .product-meta {
    border-top: 1px solid rgba(226, 226, 226, 0.5);
  }
  .product-meta .product-meta-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(226, 226, 226, 0.5);
  }
  .product-meta .product-meta-row:last-child {
    border-bottom: none;
  }
  .product-meta .further-nav > .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    font-size: 14.4px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .product-meta .further-nav > .container > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: left;
    width: 33.3%;
    box-sizing: content-box;
  }
  .product-meta .further-nav > .container .prev {
    padding-right: 1em;
  }
  .product-meta .further-nav > .container .see-more {
    text-align: center;
  }
  .product-meta .further-nav > .container .next {
    text-align: right;
    padding-left: 1em;
  }
  .template-article .article .meta {
    border-top: 1px solid rgba(226, 226, 226, 0.5);
  }
  .template-article .article .meta .iconmeta {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(226, 226, 226, 0.5);
  }
  .template-article .article .pagination-row {
    margin-top: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(226, 226, 226, 0.5);
  }
  #mobile-header {
    display: block;
  }
  .reveal-mobile-nav #mobile-nav-return {
    height: 100%;
    opacity: 1;
  }
  #pageheader .logo {
    padding: 10px 0;
    pointer-events: none;
  }
  #pageheader .logo a {
    pointer-events: auto;
  }
  #pageheader .logo .logotext {
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    font-size: 15px;
    line-height: 1em;
  }
  #pageheader .logo-area {
    display: none;
  }
  .mobile-currency-switcher {
    display: block;
  }
  #main-nav {
    position: fixed;
    text-align: left;
    background: #ffffff;
    border-right: 1px solid #d1d6d9;
    left: -1px;
    width: 82%;
    top: 0;
    height: 100%;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    z-index: 8000;
    transition: transform 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
    font-size: 18px;
    overflow: auto;
  }
  #main-nav a {
    white-space: normal;
  }
  .reveal-mobile-nav #main-nav {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  #main-nav a {
    padding: 14px 20px;
  }
  #main-nav .mobile-features {
    display: block;
    border-bottom: 1px solid #d1d6d9;
  }
  #main-nav .multi-level-nav {
    padding-top: 60px;
    box-sizing: border-box;
  }
  #main-nav.nav-row ul {
    width: 100%;
  }
  #main-nav.nav-row ul li {
    display: block;
    padding: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  #main-nav.nav-row .mobile-expanded, #main-nav.nav-row ul ul .mobile-expanded {
    background: white;
  }
  #main-nav.nav-row .mobile-expanded > a {
    color: #000;
  }
  #main-nav.nav-row ul ul .mobile-expanded a:hover {
    color: #fa0951;
  }
  #main-nav.nav-row ul ul .mobile-expanded li.active > a {
    color: #fa0951;
  }
  #main-nav.nav-row .mobile-expanded > a {
    display: block;
  }
  #main-nav.nav-row .mobile-expanded > ul {
    display: block;
  }
  #main-nav.nav-row .multi-level-nav > div > ul {
    display: none;
  }
  #main-nav.nav-row .multi-level-nav > div.tier-1 > ul {
    display: block;
    margin-bottom: 10px;
  }
  #main-nav .multi-level-nav ul ul {
    background: white;
    padding-bottom: 0;
  }
  #main-nav .multi-level-nav > div > ul > li > ul {
    background: white;
  }
  #main-nav.nav-row ul li a.has-children .exp {
    float: right;
    margin: -5px 0 0 10px;
    width: 24px;
    transition: transform 0.15s;
  }
  #main-nav.nav-row ul li a.has-children .exp span {
    display: none;
  }
  #main-nav.nav-row ul li a.has-children .exp svg {
    display: inline;
    width: 24px;
    height: 24px;
    fill: #000;
  }
  #main-nav.nav-row ul li.mobile-expanded > a.has-children .exp {
    transform: rotate(180deg);
  }
  #main-nav.nav-row a.listing-title {
    font-weight: 400;
  }
  #main-nav a {
    display: block;
  }
  #main-nav a.expanded {
    color: #000;
  }
  #main-nav a:hover {
    color: #fa0951;
  }
  #main-nav.nav-row ul li.account-links {
    border-top: 1px solid #d1d6d9;
    font-size: 16px;
    padding-top: 10px;
  }
  #main-nav .account-links .slash {
    display: none;
  }
  #main-nav .account-links .register, #main-nav .account-links .login {
    display: block;
  }
  #main-nav .account-links a {
    padding: 10px 20px;
    display: block;
  }
  #main-nav .mobile-social {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #d1d6d9;
  }
  #main-nav .mobile-social ul li {
    display: inline-block;
    border: none;
    vertical-align: middle;
  }
  #main-nav.nav-row .mobile-social a {
    display: inline-block;
    padding-left: 0;
    line-height: 15px;
  }
  .nav-row {
    line-height: 1em;
  }
  .view-as {
    display: block;
    margin: 10px 0 0;
  }
  #comments .comment .gravatar {
    width: 40px;
  }
  #comments .comment .detail {
    margin-left: 55px;
  }
  #cart-summary-overlay .just-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e2e2;
  }
  #cart-summary-overlay .item, #cart-summary-overlay .item .info, #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
    text-align: center;
  }
  #cart-summary-overlay .item .img, #cart-summary-overlay .item .detail, #cart-summary-overlay .cart .cart-text {
    display: none;
  }
  #cart-summary-overlay #shop-more, #cart-summary-overlay .button {
    width: 49%;
    margin-left: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }
  #cart-summary-overlay #shop-more {
    float: left;
  }
  #pagefooter .copyright .copy {
    white-space: normal;
  }
  .slideshow .slide .overlay-text {
    position: static;
    padding: 15px 20px 5px;
    width: auto;
    text-align: center;
  }
  #content .slideshow .slide .overlay-text .text > div {
    font-size: 32px !important;
    color: inherit;
    background: transparent;
    padding: 0;
    display: block;
  }
  .pagination-row.pagination-row-tabular {
    display: block;
  }
  .pagination-row.pagination-row-tabular > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pagination-row.pagination-row-tabular > .inner > * {
    display: block;
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .pagination-row.pagination-row-tabular > .inner > .back {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    flex-size: 2;
    width: 100%;
    margin-top: 20px;
  }
  .product-detail .product-form .quantity-submit-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .product-detail .product-form .quantity-submit-row input[name=quantity] {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .product-detail .product-form .quantity-submit-row input[type=submit] {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
}
@media only screen and (max-width: 500px) {
  .article-layout__column {
    float: none;
    width: auto;
    margin: 0;
  }
  .article-layout__column:nth-child(3) {
    display: block;
  }
  .collection-slider .product-block.collection-block {
    width: 94%;
  }
}
@media only screen and (max-width: 400px) {
  #cart-summary-overlay #shop-more, #cart-summary-overlay .button {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  #cartform .item .image {
    margin-left: 0;
    width: 50px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
@-webkit-keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    -webkit-transform: scale(0.98) translateY(-15px);
  }
  80% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes reveal {
  0% {
    margin-left: -999px;
    opacity: 0;
  }
  1% {
    margin-left: 0;
    opacity: 0;
    transform: scale(0.98) translateY(-15px);
  }
  80% {
    transform: scale(1);
  }
  to {
    transform: translateY(0);
  }
}
html.template-password {
  height: 100%;
}
html.template-password body {
  height: 100vh;
  font-size: 15px;
  line-height: 1.3em;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  background-repeat: repeat;
}
html.template-password .password-container {
  display: table;
  height: 100%;
  width: 100%;
}
html.template-password .password-store-name, html.template-password .password-main, html.template-password .password-footer {
  display: table-row;
}
html.template-password .password-store-name-inner, html.template-password .password-main-inner, html.template-password .password-footer-inner {
  display: table-cell;
  padding: 20px;
}
html.template-password .password-store-name {
  height: 1px;
}
html.template-password .password-main {
  height: 100%;
}
html.template-password .password-main-inner {
  vertical-align: middle;
}
html.template-password .password-footer {
  height: 1px;
}
html.template-password .password-login-link {
  margin: 20px 0 40px;
  text-align: right;
}
html.template-password .password-login-link svg {
  width: 10px;
  height: 12px;
  margin-right: 4px;
}
html.template-password .password-login-link svg path {
  -webkit-transition: fill 0.1s;
  -ms-transition: fill 0.1s;
  -moz-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
}
html.template-password .password-login-link a:hover svg path, html.template-password .password-login-link a:focus svg path {
  fill: #b8babd;
}
html.template-password h1, html.template-password .slide .overlay-text .text, .slide .overlay-text html.template-password .text {
  font-size: 2em;
}
html.template-password h1 a:hover, html.template-password .slide .overlay-text .text a:hover, .slide .overlay-text html.template-password .text a:hover {
  text-decoration: none;
}
html.template-password h2 {
  font-size: 4em;
}
html.template-password input[type=text], html.template-password input[type=email], html.template-password input[type=password] {
  height: 28px;
  padding: 4px;
  margin: 0 5px 0 0;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
html.template-password input[type=submit] {
  display: inline-block;
  border: none;
  background: #99cc00;
  color: #fff;
  vertical-align: top;
  margin: 0;
  padding: 4px 14px;
  min-width: 0;
  font-family: Arial, sans-serif;
  font-size: 90%;
  height: 30px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
html.template-password #shoplogo {
  margin: 0 auto;
}
html.template-password #shoplogo .logotext {
  font-size: 32px;
  line-height: 1em;
}
html.template-password .shopify-name {
  display: none;
}
html.template-password .password-message {
  margin-bottom: 2em;
}
html.template-password .password-signup {
  margin-bottom: 4em;
}
html.template-password .password-signup input[type=email] {
  box-sizing: content-box;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  margin-right: -1px;
  width: 250px;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
html.template-password .password-signup input[type=submit] {
  box-sizing: content-box;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  padding: 4px 18px;
  border: 1px solid #99cc00;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
html.template-password .password-signup input[type=submit]:hover {
  background-color: #b8babd;
  border-color: #b8babd;
}
@media only screen and (max-width: 420px) {
  html.template-password .password-signup input[type=email] {
    width: 90%;
  }
  html.template-password .password-signup input[type=email], html.template-password .password-signup input[type=submit] {
    margin: 0 0 10px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
}
html.template-password .password-social li {
  display: inline-block;
  white-space: nowrap;
}
html.template-password .password-social a {
  color: #fff;
  margin: 10px;
  display: inline-block;
  padding: 2px 12px 4px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
html.template-password .password-social a span {
  vertical-align: middle;
}
html.template-password .password-social a:hover {
  color: #fff;
  opacity: 0.9;
}
html.template-password .password-social a:hover, html.template-password .password-social a:hover span {
  text-decoration: none;
}
html.template-password .password-social a svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  height: 15px;
  width: 15px;
}
html.template-password .password-social a svg, html.template-password .password-social a svg g {
  fill: #fff;
}
html.template-password .password-social .password-social-item-facebook {
  background: #3b5998;
}
html.template-password .password-social .password-social-item-twitter {
  background: #00aced;
}
html.template-password .password-social .password-social-item-google {
  background: #dd4b39;
}
html.template-password .password-social .password-social-item-google svg {
  width: 20px;
}
html.template-password .password-footer-inner {
  padding-top: 150px;
  line-height: 2em;
}
html.template-password .password-footer-inner .powered-by, html.template-password .password-footer-inner svg {
  vertical-align: top;
}
html.template-password .password-footer-inner svg {
  margin: 0 0 0 5px;
  width: 80px;
  height: 23px;
}
html.template-password #password-login {
  width: 300px;
  padding: 1em 0;
}
html.template-password #password-login, html.template-password #password-login a, html.template-password #password-login a:link, html.template-password #password-login a:visited, html.template-password #password-login a:hover {
  color: #333;
}
html.template-password #password-login label {
  display: block;
  margin: 0 0 0.5em;
}
html.template-password #password-login input[type=password] {
  width: 150px;
}
html.template-password #password-login .password-owner {
  margin-top: 2em;
}
.giftcard-header {
  text-align: center;
}
.isbnnum {
  line-height: 2.2em;
}
.dividerbottom {
  border-bottom: 1px solid #d1d6d9;
  margin: 10px 0 30px;
}
.dividertop {
  border-top: 1px solid #d1d6d9;
  margin: 30px 0 10px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13.92px;
}
.soldout {
  margin-top: 1em;
  font-weight: 700;
}
.shappify-sales-icon-product {
  margin-bottom: -65px;
  position: relative;
  margin-left: -25px;
}
.shipesti {
  margin-bottom: 40px;
}
.contshop {
  margin: 40px 0;
}
.blog_thumbnail {
  padding-right: 25px;
}
.blogimg {
  margin-top: 0;
}
.layout-column-blog-left {
  float: left;
  width: 28%;
  margin-top: 11px;
}
.layout-column-blog-right {
  float: right;
  width: 62%;
  margin-bottom: 20px;
}
.layout-column-blog-mob-left {
  margin-bottom: 5px;
  text-align: center;
}
.layout-column-blog-mob-right {
  margin-bottom: 5px;
  text-align: left;
}
.blogtitle {
  margin: 20px 0 10px;
}
#product-continue {
  border-top: 1px solid #d1d6d9;
  clear: both;
  padding: 40px;
}
.noflt {
  float: none;
  clear: both;
}
.product-block .hover-info .dash, .product-block .hover-info .bg {
  display: none;
}
.product-block .hover-info > .inner > .innerer {
  padding: 0 5px;
}
.copperplate {
  font-family: copperplate;
  font-weight: 800;
}
.copperplate .headline {
  font-size: 23px;
  line-height: 25px;
}
.copperplate .subhead {
  font-size: 19px;
  line-height: 25px;
  margin-top: 10px;
}
.copperplate .subtext {
  font-size: 15px;
  line-height: 19px;
}
.copperplate #atext a, div.overlay-text div.inner div.text div.scaled-text.copperplate div#atext.desk a, div.overlay-text div.inner div.text div.scaled-text.copperplate div#atext.desk {
  font-size: 19px;
  line-height: 25px;
  color: #fa0951;
  text-decoration: underline;
  margin-top: 10px;
}
div.slide .overlay-text.overlay-left {
  left: 15%;
  top: -70px;
}
div.slide .overlay-text.overlay-right {
  left: 55%;
  top: -38px;
  text-align: left;
}
@media only screen and (min-width: 551px) and (max-width: 700px) {
  .slideshow .slide div.overlay-text.overlay-centre, .slideshow .slide div.overlay-text.overlay-left, .slideshow .slide div.overlay-text.overlay-right {
    top: -110px;
  }
}
@media only screen and (max-width: 550px) {
  div.overlay-text.overlay-centre, div.overlay-text.overlay-left, div.overlay-text.overlay-right {
    top: -75px !important;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  .slideshow .slide div.overlay-text.overlay-left {
    top: -50px;
  }
  .copperplate .subhead {
    font-size: 17px;
  }
  .copperplate .subtext {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .slideshow .slide div.overlay-text.overlay-left, .slideshow .slide div.overlay-text.overlay-right {
    top: -55px;
  }
  .copperplate .headline {
    font-size: 17px;
  }
  .copperplate .subhead {
    font-size: 16px;
    line-height: 16px;
  }
  .copperplate .subtext {
    font-size: 10px;
  }
  .copperplate #atext a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  .slideshow .slide div.overlay-text.overlay-left {
    top: -50px;
  }
  .slideshow .slide div.overlay-text.overlay-right {
    top: 0px;
  }
  .copperplate .headline {
    font-size: 17px;
    line-height: 17px;
  }
  .copperplate .subhead {
    font-size: 16px;
  }
  .copperplate .subtext {
    font-size: 9px;
    line-height: 12px;
  }
  .copperplate #atext, .copperplate #atext a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .copperplate .headline, .copperplate .subhead, .copperplate .subtext {
    display: block;
  }
  .copperplate .mobtext {
    display: none;
  }
}
.slideshow .overlay-text .text {
  font-size: 0px;
}
@media only screen and (max-width: 550px) {
  .collection-listing .product-block {
    width: 93%;
  }
  .ellipsis {
    overflow: inherit;
    text-overflow: inherit;
    -o-text-overflow: inherit;
    white-space: pre-wrap;
  }
}
div.collection-listing div.product-info {
  color: #fa0951;
  font-weight: 700;
}
div.collection-listing div.product-info div.title:hover {
  color: #b8babd;
}
div.collection-listing div.product-info div.reducedfrom {
  font-style: normal;
  font-weight: 300;
  opacity: 1;
}
div.collection-listing div.product-info span.price {
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .copperplate .headline, .copperplate .subhead, .copperplate .subtext, .copperplate .desk {
    display: none;
  }
  .copperplate .mobtext {
    display: block;
    font-size: 19px;
    line-height: 25px;
  }
  div.slide .overlay-text.overlay-right {
    left: 0;
    top: -160px;
    text-align: center;
  }
  .slideshow .slide .overlay-text {
    position: relative;
    padding: 0;
  }
  .slideshow .slide div.overlay-text.overlay-centre, .slideshow .slide div.overlay-text.overlay-left, .slideshow .slide div.overlay-text.overlay-right {
    top: -160px;
    left: 0;
  }
  .slideshow .slide .overlay-text {
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  div#shopify-section-1510528332755 {
    display: none;
  }
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.updates {
  color: #e10848;
  font-weight: 300;
  font-size: 16px;
}
.movingmessage {
  padding: 10px;
  border: solid;
  border-width: 1px;
  border-color: #fa0951;
  color: #fa0951;
  font-weight: 700;
  font-size: 15px;
}
