/** Shopify CDN: Minification failed

Line 17:3 Unexpected "zoom"
Line 55:3 Unexpected "zoom"

**/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
Flexbox prefix mixins from Bourbon
https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*================ VARIABLES ================*/
/*================ Color Variables ================*/
/*================ Sizing Variables ================*/
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.visibility-hidden {
  visibility: hidden; }

.js-focus-hidden:focus {
  outline: none; }

.no-padding {
  padding: 0 !important; }

@media screen and (min-width: 768px) {
  .no-padding-left {
    padding-left: 0 !important; } }
.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

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

/*================ #Basic Styles ================*/
.page-width {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto; }
  .page-width:after {
    content: "";
    display: table;
    clear: both; }

.page-width {
  padding-left: 55px;
  padding-right: 55px; }
  @media only screen and (max-width: 767px) {
    .page-width {
      padding-left: 15px;
      padding-right: 15px; } }

.product-price__price {
  display: inline-block;
  color: #3d4246; }

.product-price__sale {
  padding-right: 0; }

/*================ TEMPLATES ================*/
h1.product-single__title {
  margin-bottom: 0;
  font-size: 1.8em;
  text-align: left;
  font-family: 'Bebas';
  word-spacing: 5px; }

.product-single__price {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 2px; }

.product-single__vendor {
  color: #788188;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px; }

.product-single__style {
  color: #000;
  font-family: 'Bebas';
  text-transform: #000; }

/*================ Add to cart form ================*/
.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px 0; }

.product-form__item {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  margin: 10px 0;
  padding: 0 5px; }
  .product-form__item label {
    display: block;
    color: #000;
    font-family: 'Bebas';
    font-size: 18px;
    font-weight: 100; }
    .product-form--hide-variant-labels .product-form__item label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }

.product-form__variants {
  display: none; }
  .no-js .product-form__variants {
    display: block; }

.product-form__item--quantity {
  -webkit-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  align-self: flex-start; }

.product-form__item--submit {
  -ms-flex-preferred-size: 190px;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  flex-basis: 190px; }

.product-form__input {
  display: block;
  width: 100%;
  outline: #e8e9eb; }

.product-form__cart-submit {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 7.5px 5px;
  white-space: normal;
  background-color: green;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  outline: none;
  letter-spacing: 0;
  border-radius: 0;
  margin-top: 26px; }

.product-form__cart-submit:hover {
  background-color: #c8102e;
  color: #fff; }

.product-single__description {
  font-family: "DIN Lt",sans-serif;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px; }
  .product-single__description p {
    font-family: "DIN Lt",sans-serif;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .product-single__description {
      margin-top: 0; } }

/*================ Product Images ================*/
.product-single__thumbnail {
  display: block;
  margin: -2px 0 8px;
  border: 2px solid transparent; }
  .product-single__thumbnail.active-thumb {
    border-color: #192f6b; }

.product-single__thumbnail-image {
  display: block; }

.product-featured-img {
  display: block;
  margin: 0 auto;
  width: 100%; }

.product-single__thumbnails {
  list-style: none;
  padding-right: 0;
  padding-left: 0px; }

li.product-single__thumbnails-item {
  width: 78px; }

@media only screen and (min-width: 767px) {
  .product-single__thumbnails {
    padding-right: 30px;
    margin-top: 4px;
    list-style: none; }

  li.grid__item.product-single__thumbnails-item {
    float: none;
    padding: 0;
    width: 78px; } }
@media only screen and (max-width: 767px) {
  .product-single__photos {
    margin-bottom: 30px; }

  .product-form__item--submit {
    margin: 0;
    padding: 0; }

  .product-form__cart-submit {
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 15px; } }
.product-single__photos--full {
  margin-bottom: 30px; }

.product-single__photo {
  min-height: 1px; }

@media only screen and (max-width: 767px) {
  .clear {
    clear: both; }

  .thumbnails-slider--active .product-single__thumbnails {
    /*       display: none; */
    margin: 0 auto;
    list-style: none; }
    .thumbnails-slider--active .product-single__thumbnails.slick-initialized, .ie9 .thumbnails-slider--active .product-single__thumbnails {
      display: block;
      margin: 0 auto;
      max-width: 75%; }

  .product-single__photos {
    position: relative; }

  .thumbnails-wrapper {
    position: relative; }

  .thumbnails-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .thumbnails-slider__prev {
    left: -20px;
    display: none; }

  .thumbnails-slider__next {
    right: -20px;
    display: none; }

  .product-single__thumbnails-item {
    padding-bottom: 10px;
    width: 50px !important;
    display: block !important;
    margin-left: auto; }
    .thumbnails-slider--active .product-single__thumbnails-item {
      padding: 5px 0; }

  .product-single__thumbnail {
    margin: 0 auto;
    width: 50px; } }
/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.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-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .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-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.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; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: 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;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c8102e;
  opacity: 1; }

/* 
Swatches Styles
*/
.swatch {
  flex: initial;
  display: block;
  width: 100%;
  padding: 0 5px;
  margin-top: 0;
  margin-left: 1px; }

.swatch .header {
  margin-bottom: 5px;
  font-family: 'Bebas';
  color: #000;
  font-size: 18px;
  word-spacing: 5px; }

.swatch input {
  display: none; }

.swatch label {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin: 1px 1px 0 0;
  width: 50px;
  outline: 1px solid #292a33; }

.swatch-element label {
  padding: 0; }

.color.swatch-element label {
  padding: 0;
  background-size: cover; }

.swatch input:checked + label {
  border-color: #0c2340;
  background-color: #0c2340;
  color: #fff; }

.swatch .swatch-element {
  /*   float:left; */
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  position: relative; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 20px;
  display: block;
  position: absolute;
  /*   width:100px; */
  left: 70px;
  top: 1px;
  line-height: 0.3;
  font-size: 13px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /*   -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); */
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* .swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
} */
.swatch .tooltip:after {
  border-bottom: solid transparent 10px;
  border-top: solid transparent 10px;
  border-right: solid gray 10px;
  bottom: 10px;
  content: " ";
  height: 0;
  left: 0;
  margin-left: -10px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  /*   -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    -ms-transform:translateY(0px);
    -o-transform:translateY(0px);
    transform:translateY(0px); */ }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.countdown-text {
  margin: 20px 0 0 0;
  font-weight: bold; }

.countdown-text, .countdown-text i {
  color: #888; }

.countdown .countdown_item {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px; }

.countdown .countdown_item span {
  font-size: 24px;
  line-height: 1;
  margin: 0 4px;
  font-weight: 600;
  color: #444; }

.countdown .countdown_item small {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px; }

.product-option, .product-also-available-as {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  font-size: 11px;
  display: block; }
  .product-option:hover, .product-also-available-as:hover {
    border: 1px solid #888; }
  .product-option.selected, .product-also-available-as.selected {
    border: 1px solid #666; }

.product-option__description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  margin-top: 5px; }

.product-available-as .social-sharing {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #ddd; }

.product-available-as h4 {
  margin: 20px 0 10px 0;
  font-family: "DIN Lt",sans-serif;
  font-weight: 400;
  font-size: 22px; }
  @media screen and (max-width: 767px) {
    .product-available-as h4 {
      margin: 0 0 10px 0;
      border-top: 1px solid #eee;
      padding-top: 15px; } }

#Quantity, #SingleOptionSelector-0 {
  border: 1px solid #e8e9eb;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: inherit; }

.product-template__container {
  margin-top: 25px; }

#AddToCartText-product-template,
#AddToCartText-product-template-preorder {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

#owl-carousel .owl-item {
  padding-right: 15px;
  padding-left: 0; }

#owl-example .grid-view-item__meta {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center; }

#owl-example .pro-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px; }

/*bottom newsletter*/
.bottomletter-div {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999999; }

.news-toggle {
  left: auto;
  right: 0;
  float: right;
  z-index: 9999999;
  outline: none;
  line-height: 39px;
  background: rgba(40, 52, 61, 0.9);
  border: 2px solid;
  padding: 0 24px;
  color: white;
  height: 40px; }

.bottomletter {
  clear: both;
  background: rgba(40, 52, 61, 0.9);
  z-index: 9999999;
  color: white; }
  .bottomletter #bottom-newsletter-btn {
    outline: none;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-weight: normal;
    font-style: normal;
    line-height: 39px;
    background-color: transparent !important;
    border: 2px solid #fff;
    padding: 0 24px;
    color: white;
    height: 40px;
    font-size: 14px; }
  .bottomletter #bottom-newsletter-btn {
    background: transparent; }
  .bottomletter .new-letter input[type="email"] {
    padding: 0px 16px;
    border-color: white;
    margin: 0px;
    width: 100%;
    background: transparent;
    width: 100%;
    border: 2px solid;
    outline: none;
    font-weight: normal;
    font-style: normal;
    min-height: 40px; }
  .bottomletter h3 {
    color: white;
    text-align: left;
    margin: 0px;
    font-size: 20px !important;
    color: white !important;
    word-spacing: 5px; }
  .bottomletter p {
    text-align: left;
    font-size: 12px;
    color: #fff; }
  .bottomletter form {
    margin-bottom: 0px;
    margin-top: 12px; }
  .bottomletter input {
    font-size: 16px; }
  .bottomletter input:focus {
    font-size: 16px; }

.bottomtitle {
  margin-top: 10px; }

.sub {
  margin-top: 1%; }

.shopify-preview-bar {
  display: none !important; }

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

@media (max-width: 1112px) {
  .news-toggle {
    bottom: 97px; } }
@media (max-width: 767px) {
  .news-toggle {
    bottom: 120px; }

  .bottomletter {
    padding: 0 10px 10px 10px; }

  .product-template__container {
    margin-top: 0; } }
@media (max-width: 382px) {
  .news-toggle {
    bottom: 137px; } }
@media (max-width: 480px) {
  .bottomletter h3 {
    text-align: left; }

  .bottomletter p {
    font-size: 11px; }

  .popup-newletter-content .new-letter input[type="email"] {
    margin: 0;
    width: 100%; }

  .bottomletter #bottom-newsletter-btn, .bottomletter input[type="submit"] {
    float: left; }

  .product-option, .product-also-available-as {
    padding: 5px; } }
.reveal .hidden {
  display: block !important;
  visibility: visible !important; }

.product:hover .reveal img {
  opacity: 1; }

.reveal {
  position: relative; }

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.reveal:hover .hidden {
  z-index: 9;
  opacity: 1; }

.reveal .caption {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility; }

.reveal .hidden .caption .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px; } }
