/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  margin: 0; }

::selection {
  color: white;
  background: #55a8cf; }

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * Text-level semantic
 */
:focus,
:active {
  outline: none; }

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit; }

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

/**
 * Grouping content
 */
/*justin*/
ul,
ol {
  margin: 0;
  padding: 0;
  /*
  list-style-position: inside; */ }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem; }

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.125rem;
  padding: 6px 10px 12px;
  padding: 0.375rem 0.625rem 0.75rem; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

form.cart__form.clearfix {
  font-family: oswald;
  font-weight: 300; }

/**
 * Tables
 */
tr.cart__item.cart-item {
  border: 1px solid #c5c5c5 !important;
  background-color: white; }

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

td,
th {
  padding: 0; }

.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  background-color: white; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden; }

[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 !important; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

/**
 * COLORS
 */
/**
 * TYPOGRAPHY
 */
/**
 * HEADER
 */
/**
 * SLIDESHOW
 */
/**
 * HOME PAGE
 */
/**
 * LIST OF COLLECTIONS
 */
/**
 * COLLECTION
 */
/**
 * PRODUCT
 */
/**
 * BLOG
 */
/**
 * Sticky footer, normalized to work on all browsers (http://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/)
 */
.page__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  background: #fafafa; }

.top-bar,
.header__mobile-nav,
.header,
.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 25px;
  margin-top: 1.5625rem; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 0.7rem; }

.container--shrink {
  max-width: 680px; }

/*justin*/
.inner {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1100px; }

.main > .container > .inner {
  padding: 0; }

.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.page__overlay--open {
  opacity: 0.6;
  visibility: visible;
  transition: opacity 0.3s; }

@media (min-width: 32em) {
  .main > .container > .inner {
    padding: 0 20px;
    padding: 0 1rem; } }
body {
  font-size: 100%;
  font-weight: 400;
  font-family: PT Sans;
  color: #222222;
  line-height: 1.6; }

a {
  transition: all 0.25s ease-in-out; }

/*justin*/
.link--primary:hover, .rte a:hover {
  color: black; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

li.header__push-tag :hover {
  color: black !important; }

/**
 * Those next two rules allow to remove margin-top, this is easier to maintain to only act on the margin-bottom
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: inherit; }

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: black;
  font-family: "Oswald", sans-serif; }
.rte blockquote {
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 35px;
  padding: 2.1875rem;
  background: black;
  color: #fafafa;
  font-weight: bolder; }
.rte ul,
.rte ol {
  margin: 25px 0 25px 25px;
  margin: 1.5625rem 0 1.5625rem 1.5625rem; }
.rte h1 {
  font-size: 28px;
  font-size: 1.75rem; }
.rte h2 {
  font-size: 24px;
  font-size: 1.5rem; }
.rte h3 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem; }
.rte h4 {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 18px;
  font-size: 1.125rem; }
.rte h5, .rte h6 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem; }

/**
 * Those two breakpoints allow to reduce the font-size of all texts as well as the margin and
 * padding, thanks to the magic of REM
 */
html {
  font-size: 15px; }

@media (min-width: 32em) {
  html {
    font-size: 15px; } }
@media (min-width: 52em) {
  html {
    font-size: 16px; } }
@font-face {
  font-family: 'icomoon';
  src: url("//cdn.shopify.com/s/files/1/1527/5001/t/48/assets/icomoon.eot?v=9847170494609621163");
  src: url("//cdn.shopify.com/s/files/1/1527/5001/t/48/assets/icomoon.eot?%23iefix&v=9847170494609621163") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1527/5001/t/48/assets/icomoon.woff2?v=18159973138535026626") format("woff2"), url("//cdn.shopify.com/s/files/1/1527/5001/t/48/assets/icomoon.ttf?v=10078933808589540461") format("truetype"), url("//cdn.shopify.com/s/files/1/1527/5001/t/48/assets/icomoon.woff?v=10133288244968606400") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tick:before {
  content: '\e900'; }

.breadcrumb {
  display: none; }

@media (min-width: 32em) {
  /*justin
      .breadcrumb {
      display: inline-block;
      margin-bottom: 14px;
      margin-bottom: 0.875rem;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
    }
  */
  /*justin*/
  .breadcrumb {
    display: inline-block;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }

  .breadcrumb__item {
    display: inline-block; }

  .breadcrumb__item:not(.breadcrumb__item--active) {
    color: rgba(0, 0, 0, 0.7); }
    .breadcrumb__item:not(.breadcrumb__item--active):hover {
      color: black; }
    .breadcrumb__item:not(.breadcrumb__item--active)::after {
      display: inline-block;
      content: '/';
      margin: 0 3px;
      margin: 0 0.1875rem;
      transition: color 0.25s ease-in-out; } }
.alert {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 15px 20px 20px 20px;
  padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #626262;
  border-radius: 4px;
  box-shadow: 1px 1px 2px #626262; }

.alert__title {
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 1.25rem; }
  .alert__title::before {
    position: absolute;
    content: '';
    width: 3px;
    width: 0.1875rem;
    height: 100%;
    left: -20px;
    left: -1.25rem;
    background: transparent; }

.alert__errors {
  margin-top: 20px;
  margin-top: 1.25rem; }

.alert--mono {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  text-align: left; }
  .alert--mono .alert__title::before {
    display: none; }

.alert--error .alert__title {
  color: #e9573f; }
  .alert--error .alert__title::before {
    background: #e9573f; }

.alert--mono.alert--error {
  background: #e9573f; }
  .alert--mono.alert--error, .alert--mono.alert--error .alert__title {
    color: #ffffff; }

.alert--success .alert__title {
  color: #ff0000; }
  .alert--success .alert__title::before {
    background: #ff0000; }

.alert--mono.alert--success {
  background: #ff0000; }
  .alert--mono.alert--success,
  .alert--mono.alert--success .alert__title {
    color: #ffffff; }

.alert--mono.alert--info {
  background: #bdbdbd; }
  .alert--mono.alert--info,
  .alert--mono.alert--info .alert__title {
    color: #ffffff; }

@media (min-width: 45em) {
  .alert__title {
    font-size: 24px;
    font-size: 1.5rem; } }
/*justin*/
input,
textarea {
  width: 100%;
  padding: 12px 15px;
  padding: 1rem 0.9375rem;
  border-radius: 2px;
  border: 1px solid #626262;
  font-size: inherit;
  background-color: white;
  color: black;
  -webkit-appearance: none;
  /* Remove the inner box-shadow in iOS devices */ }
  input:focus,
  textarea:focus {
    filter: contrast(130%); }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: inherit; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: inherit; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: inherit; }
  input::placeholder,
  textarea::placeholder {
    color: inherit; }

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-right: 15px;
  margin-right: 0.9375rem;
  -webkit-appearance: checkbox; }
  input[type="checkbox"] + .form__label, input[type="checkbox"] + .spr-form-label {
    display: inline-block;
    vertical-align: 1px; }

textarea {
  display: block;
  /* Fix in inconsistency with Chrome/Safari */
  resize: vertical; }

input:focus,
textarea:focus {
  outline: none; }

.form--shrink {
  max-width: 500px;
  margin: 0 auto; }

.form__control,
.form__row {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: left; }
  .form__control:last-child,
  .form__row:last-child {
    margin-bottom: 0; }

.form__label, .spr-form-label {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bolder;
  color: #222; }

.form--inline .form__control {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
.form--inline .form__label, .form--inline .spr-form-label {
  display: table-cell;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  vertical-align: middle; }
  .form--inline .form__label + input, .form--inline .spr-form-label + input, .form--inline .form__label + textarea, .form--inline .spr-form-label + textarea, .form--inline .form__label + .form__select, .form--inline .spr-form-label + .form__select {
    display: table-cell;
    width: 55%; }

.form__submit-duo input:last-child {
  margin-top: 10px;
  margin-top: 0.625rem; }

.flexbox .form__submit-duo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flexbox .form__submit-duo input {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .flexbox .form__submit-duo input[type="submit"] {
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

@media (min-width: 32em) {
  .flexbox .form__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .form__row .form__control {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px 0 0;
      margin: 0 1.25rem 0 0; }
    .flexbox .form__row .form__control:last-child {
      margin-right: 0; } }
/**
 * Style selects
 */
select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 45px;
  height: 2.8125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: normal;
  background: transparent;
  border: 1px solid #626262;
  /* Remove the ugly blue background on IE when a value is selected */ }
  select:active, select:focus {
    outline: none; }
  select:focus::-ms-value {
    background: inherit;
    color: inherit; }
  .ie9 select {
    padding-right: 0;
    /* Allow to cover the arrow */ }

/* Allow to remove the ugly dashes when selecting an option in Firefox */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222; }

/* Disable default styles for IE10+ */
select::-ms-expand {
  display: none; }

/* Browsers do not support ::after pseudo-element on <select> elements, so we are forced
   to wrap the <select> around an additional div */
.form__select {
  position: relative;
  border: none; }
  .form__select .icon {
    position: absolute;
    top: calc(50% - 8px);
    top: calc(50% - 0.5rem);
    right: 15px;
    right: 0.9375rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    line-height: normal;
    pointer-events: none;
    fill: currentColor; }
  .ie9 .form__select svg {
    display: none; }

.button, .spr-summary-actions-newreview,
.spr-button-primary {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  padding: 0.8rem 2.5rem;
  line-height: normal;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  font-family: oswald; }
  .button[disabled], [disabled].spr-summary-actions-newreview,
  [disabled].spr-button-primary {
    opacity: 0.4;
    cursor: not-allowed; }

.button--full {
  width: 100%; }

.button--small {
  padding: 12px 25px;
  padding: 0.75rem 1.5625rem; }

.button--primary, .spr-summary-actions-newreview,
.spr-button-primary {
  color: white;
  background: #1a3768; }
  .button--primary:hover, .spr-summary-actions-newreview:hover,
  .spr-button-primary:hover {
    background: #2957a5; }

.button--primary:hover, .spr-summary-actions-newreview:hover,
.spr-button-primary:hover {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.2s; }

.button--secondary {
  color: #fff;
  background: #1a3768; }
  .button--secondary:hover {
    background: #2b5292; }

/*justin
.button--secondary {
  color: $secondary-button-color;
  background: $secondary-button-background;

  &:hover {
    @if (lightness($secondary-button-background) > 50%) {
      background: darken($secondary-button-background, 15%);
    } @else {
      background: lighten($secondary-button-background, 15%);
    }
  }
}

*/
.button-wrapper {
  text-align: center; }

.b-modal {
  cursor: default !important; }

/*justin
.modal {
  position: relative;
  width: 90%;
  max-width: 450px;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  border-radius: 4px;
  background-size: cover;
  background-color: #2f2f2f;
  text-align: center;
  box-shadow: 0 0 4px rgba(#000000, 0.3);
  border: solid 1px #444444;
}*/
/*justin*/
.modal {
  position: relative;
  width: 90%;
  max-width: 450px;
  border-radius: 4px;
  background-size: cover;
  background-color: white;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 2rem; }

.modal__close {
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 15px;
  top: 0.9375rem; }
  .modal__close svg {
    width: 25px;
    width: 1rem;
    height: 25px;
    height: 1rem; }

/*justin*/
.modal__title {
  margin: 0 0 30px 0;
  margin: 50px 0 1.875rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: oswald;
  color: gray;
  line-height: 130%;
  margin-bottom: 15px; }

.modal__newsletter {
  margin: 50px auto 0 auto;
  margin: 3.125rem auto 0 auto;
  max-width: 420px;
  color: #222222; }
  .modal__newsletter input[type="email"] {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

/**
 * Special code for the marketing popup
 */
.marketing-popup,
.marketing-popup .modal__title {
  color: black; }

@media (min-width: 32em) {
  /*justin

  .modal {
    padding: 25px 30px;
    padding: 1.5rem 2rem;
  }
  */
  .modal__title {
    font-size: 30px;
    font-size: 1.875rem; }

  .flexbox .modal__newsletter .modal__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .modal__newsletter .modal__form input[type="email"] {
      margin: 0 15px 0 0;
      margin: 0 0.9375rem 0 0;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    .flexbox .modal__newsletter .modal__form input[type="submit"] {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
@media (min-width: 45em) {
  .modal {
    width: 500px;
    width: 35rem; } }
.hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  width: 28px;
  width: 1.75rem;
  height: 35px;
  height: 2.1875rem;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  background: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-tap-highlight-color: transparent; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    top: 1rem;
    left: 0;
    right: 0;
    height: 2px;
    height: 0.125rem;
    background: white;
    transition: background 0s 0.2s; }
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    height: 0.125rem;
    background-color: white;
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s; }
  .hamburger span::before {
    top: -9px;
    top: -0.5625rem;
    transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .hamburger span::after {
    bottom: -9px;
    bottom: -0.5625rem;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }

.header__mobile-tab--open .hamburger span {
  background: none; }
.header__mobile-tab--open .hamburger span::before,
.header__mobile-tab--open .hamburger span::after {
  transition-delay: 0s, 0.2s;
  background: #1a3768; }
.header__mobile-tab--open .hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.header__mobile-tab--open .hamburger span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@-webkit-keyframes spinner-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spinner-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.spinner {
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin: 25px auto;
  margin: 1.5625rem auto; }

.spinner__bounce1, .spinner__bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222222;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-bounce 2.0s infinite ease-in-out;
  animation: spinner-bounce 2.0s infinite ease-in-out; }

.spinner__bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@media (min-width: 32em) {
  .spinner {
    margin: 40px auto;
    margin: 2.5rem auto; } }
table {
  width: 100%;
  border: 1px solid #626262;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  box-shadow: 0 1px 1px rgba(98, 98, 98, 0.6); }

thead {
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: black; }
  thead th {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid #626262;
    color: #fafafa;
    background: #222222; }
    thead th:first-child {
      border-top-left-radius: 4px; }
    thead th:last-child {
      border-top-right-radius: 4px; }

tbody td {
  padding: 18px 15px;
  padding: 1.125rem 0.9375rem;
  border-bottom: 1px solid #626262; }
tbody tr:last-child td {
  border-bottom: none; }

tfoot td {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: #fafafa;
  background: #222222; }
tfoot tr:first-child td {
  border-top: 1px solid #626262; }
tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 4px; }
tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 4px; }

@media (max-width: 31.9em) {
  .table--responsive {
    border: none;
    box-shadow: none; }
    .table--responsive thead,
    .table--responsive td:not([data-label]) {
      display: none; }
    .table--responsive tr {
      display: block;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      border: 1px solid #626262;
      border-bottom: none; }
      .table--responsive tr:last-child {
        margin-bottom: 0; }
        .table--responsive tr:last-child td {
          border-bottom: 1px solid #626262; }
    .table--responsive tr,
    .table--responsive td {
      float: left;
      clear: both;
      width: 100%; }
    .table--responsive th,
    .table--responsive td {
      display: block;
      text-align: right !important;
      padding: 8px 15px;
      padding: 0.5rem 0.9375rem;
      border-right: none; }
    .table--responsive td:before {
      content: attr(data-label);
      float: left !important;
      font-size: 13px;
      font-size: 0.8125rem;
      padding-right: 10px;
      padding-right: 0.625rem;
      text-transform: uppercase; }
    .table--responsive tfoot tr {
      margin-bottom: 0; }
    .table--responsive tfoot tr:first-child {
      margin-top: 25px;
      margin-top: 1.5625rem; } }

.table__right {
  text-align: right !important; }

.table__center {
  text-align: center !important; }

.table__left {
  text-align: left !important; }

.label {
  display: inline-block;
  padding: 6px 14px 4px 14px;
  padding: 0.5rem 0.875rem 0.6rem 0.875rem;
  font-size: 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-family: roboto condensed, sans-serif;
  line-height: 120%; }

.label--unavailable,
.label--sold-out {
  color: white;
  background: #8a8a8a;
  text-shadow: 1px 1px 5px #585858;
  width: 100%;
  text-align: center; }

.label--on-sale {
  color: white;
  background: #285aad;
  font-family: oswald;
  font-size: 1rem; }

.label--custom {
  color: white;
  background: #1a3768; }

.top-bar {
  display: none;
  /* Not visible on mobile */ }

@media (min-width: 32em) {
  .top-bar {
    display: block;
    background: #1a3768;
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bolder;
    text-transform: uppercase; }

  .top-bar__container {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem; }

  .top-bar__contact {
    display: none; } }
@media (min-width: 45em) {
  .top-bar__contact {
    display: inline-block;
    float: right; }

  .top-bar__contact-item {
    display: inline-block; }
    .top-bar__contact-item + .top-bar__contact-item::before {
      display: inline-block;
      content: '|';
      padding: 0 10px;
      padding: 0 0.625rem;
      color: white; }

  .top-bar__social .social__item {
    display: inline-block;
    vertical-align: text-top; }
    .top-bar__social .social__item:not(:last-child) {
      margin-right: 4px;
      margin-right: 0.25rem; }
  .top-bar__social svg {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem; }

  .top-bar__contact-item--faded,
  .top-bar__social a {
    color: rgba(255, 255, 255, 0.6); }

  a.top-bar__contact-item--faded:hover,
  .top-bar__social a:hover {
    color: white; } }
.pagination {
  margin-top: 35px;
  margin-top: 2.1875rem;
  width: 100%;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  color: #222222; }

.pagination__prev,
.pagination__next {
  display: inline-block;
  padding: 20px 0;
  padding: 1.25rem 0; }
  .pagination__prev svg,
  .pagination__next svg {
    vertical-align: middle; }

.pagination__prev {
  float: left;
  margin-right: 25px;
  margin-right: 1.5625rem;
  padding-right: 32px;
  padding-right: 2rem; }
  .pagination__prev svg {
    margin-right: 5px;
    margin-right: 0.3125rem; }

.pagination__next {
  float: right;
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding-left: 32px;
  padding-left: 2rem; }
  .pagination__next svg {
    margin-left: 5px;
    margin-left: 0.3125rem; }

.pagination__list {
  display: none; }

@media (min-width: 32em) {
  .pagination__prev,
  .pagination__next {
    float: none; }

  .pagination__prev {
    border-right: 1px solid rgba(98, 98, 98, 0.5); }

  .pagination__next {
    border-left: 1px solid rgba(98, 98, 98, 0.5); }

  .pagination__list,
  .pagination__item {
    display: inline-block;
    padding: 20px 0;
    padding: 1.25rem 0; }

  .pagination__item {
    margin: 0 18px;
    margin: 0 1.125rem; }

  .pagination__item--active {
    color: #000;
    font-weight: bold; } }
@media (min-width: 45em) {
  .pagination__item {
    margin: 0 25px;
    margin: 0 1.5625rem; } }
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  padding-top: 1.5625rem;
  height: 0; }

.video__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.swatch__colors {
  text-align: right; }

.swatch__item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #626262;
  border-radius: 100%;
  cursor: pointer; }
  .swatch__item:last-child {
    margin-right: 0; }

.swatch__item--active {
  border-color: #222222; }
  .swatch__item--active::after {
    position: absolute;
    content: '\e900';
    top: -10px;
    top: -0.625rem;
    right: -6px;
    right: -0.375rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    font-family: 'icomoon';
    line-height: 18px;
    color: #ffffff;
    background: #222222;
    border-radius: 10px;
    font-size: 7px;
    font-size: 0.4375rem;
    text-align: center; }

.swatch__input {
  display: none; }

.swatch__label {
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  margin: 0 !important;
  border-radius: 100%;
  pointer-events: none; }

.flexbox .swatch__colors {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -5px -5px -5px 0;
  margin: -0.3125rem -0.3125rem -0.3125rem 0; }
.flexbox .swatch__item {
  margin: 5px;
  margin: 0.3125rem; }

#shopify-product-reviews {
  overflow: visible !important; }

.spr-container {
  border: none !important;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important; }

.spr-header-title {
  display: none; }

.spr-header {
  margin-left: 2rem;
  margin-right: 2rem; }

.spr-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.spr-summary-starrating {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 20px 0 !important;
  margin: 0 0 1.25rem 0 !important; }

.spr-summary-caption {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: black;
  font-weight: bolder;
  font-size: 20px;
  font-size: 1.25rem; }

.spr-summary-actions {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.spr-icon-star,
.spr-icon-star-half-alt {
  color: #FECB0B; }

.spr-icon-star-empty {
  color: #222222;
  opacity: 1 !important; }

.spr-form-title {
  display: none; }

.spr-form-contact-name,
.spr-form-contact-email,
.spr-form-review-rating,
.spr-form-review-title,
.spr-form-review-body {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important; }

.spr-form-actions {
  text-align: center; }
  .spr-form-actions .spr-button {
    float: none; }

.spr-form-input-error {
  border-color: #e9573f !important; }

.spr-form-input-error .spr-icon {
  color: #e9573f !important; }

.spr-form-message {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  padding: 10px 15px !important;
  padding: 0.625rem 0.9375rem !important;
  border-radius: 3px !important;
  box-shadow: none !important; }

.spr-form-message-error {
  color: #ffffff !important;
  background: #e9573f !important; }

.spr-form-message-success {
  color: #ffffff !important;
  background: #0bb73a !important; }

.spr-review {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  padding: 25px !important;
  padding: 1.5625rem !important;
  border: 1px solid #626262 !important;
  border-radius: 5px;
  background-color: #1b1b1b;
  width: 100%; }

.spr-review-header-starratings {
  float: right; }

.spr-review-header-title {
  color: black;
  font-weight: bolder;
  font-size: 18px;
  font-size: 1.125rem; }

.spr-review-header-byline {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  font-style: normal !important;
  opacity: 1 !important; }

.spr-review-content {
  margin-bottom: 0 !important; }

.spr-review-footer {
  position: absolute;
  right: 0;
  bottom: -25px;
  bottom: -1.5625rem;
  color: #717171;
  font-family: helvetica;
  font-size: 13px !important; }

.spr-pagination {
  margin-top: 55px;
  margin-top: 3.4375rem;
  clear: both;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media (min-width: 40em) {
  .spr-container {
    padding-top: 10px !important;
    padding-top: 0.625rem !important; }

  .spr-summary {
    display: block; }

  .spr-summary-starrating {
    display: inline-block;
    margin: 2px 0 0 0 !important;
    margin: 0.125rem 0 0 0 !important; }

  .spr-summary-caption {
    float: left;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
    font-size: 1.25rem; }

  .spr-summary-actions-newreview {
    margin-top: -7px;
    margin-top: -0.4375rem; }

  .spr-reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px !important;
    margin-top: 2.8125rem !important; }

  .spr-reviews::after {
    content: '';
    display: table;
    clear: both; }

  .spr-review {
    float: left;
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 35px !important;
    margin-bottom: 3.0625rem !important;
    background-color: #1b1b1b !important; }

  /*justin
	.spr-review:nth-child(2n+1):nth-last-child(-n+2),.spr-review:nth-child(2n+1):nth-last-child(-n+2) ~ * {
		margin-bottom:2.0625rem !important;
	}

  */
  .spr-review:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
    width: 100%; } }
@media (min-width: 32em) {
  .spr-container {
    padding-top: 10px !important;
    padding-top: 0.625rem !important; }

  .spr-summary {
    display: block; }

  .spr-summary-starrating {
    display: inline-block;
    margin: 2px 0 0 0 !important;
    margin: 0.125rem 0 0 0 !important; }

  .spr-summary-caption {
    float: left;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    color: black;
    font-weight: bolder;
    font-size: 20px;
    font-size: 1.25rem; }

  .spr-summary-actions-newreview {
    margin-top: -7px;
    margin-top: -0.4375rem; }

  .spr-reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px !important;
    margin-top: 2.8125rem !important; }
    .spr-reviews::after {
      content: '';
      display: table;
      clear: both; }

  .spr-review {
    float: left;
    width: calc(50% + -17.5px);
    margin-left: 35px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */
    margin-bottom: 65px;
    margin-bottom: 4.0625rem;
    box-shadow: none !important;
    background-color: #222; }
    .spr-review:nth-child(2n+1):nth-last-child(-n+2), .spr-review:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .spr-review:nth-child(2n+1) {
      clear: both;
      margin-left: 0;
      width: 100%; } }
/**
 * Navigation
 */
.menu--desktop {
  display: none; }

/*justin*/
.menu--mobile {
  /*justin
  .menu__icon-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    width: 3.75rem;
    text-align: center;
  }
*/
  /*justin*/ }
  .menu--mobile .menu__item {
    position: relative;
    border-bottom: 1px solid rgba(183, 183, 183, 0.5); }
    .menu--mobile .menu__item:last-child {
      border-bottom: none; }
  .menu--mobile .menu__link {
    position: relative;
    display: block;
    padding: 13px 20px 11px 20px;
    padding: 0.8125rem 1.25rem 0.6875rem 1.25rem;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    transition: none;
    font-family: "oswald"; }
  .menu--mobile .icon-plus,
  .menu--mobile .icon-minus {
    margin: 0 auto;
    width: 30px;
    width: 1.875rem;
    height: 100%; }
  .menu--mobile .icon-minus {
    display: none; }
  .menu--mobile .menu__icon-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    width: 22rem;
    text-align: right;
    right: 1rem;
    z-index: 10; }
  .menu--mobile .menu__item--open > .menu__link .icon-plus {
    display: none; }
  .menu--mobile .menu__item--open > .menu__link .icon-minus {
    display: block;
    margin-right: 0; }
  .menu--mobile .menu__links--level-1 {
    background: #1a3768;
    color: white;
    /*justin*/ }
    .menu--mobile .menu__links--level-1 .menu__item {
      border-bottom-color: #4c4c4c; }
    .menu--mobile .menu__links--level-1 .menu__link {
      padding-left: 35px;
      padding-left: 2.1875rem; }
  .menu--mobile .menu__links--level-2 {
    background: white;
    color: #1a3768;
    /*justin*/ }
    .menu--mobile .menu__links--level-2 .menu__item {
      border-bottom-color: #dcdcdc; }
    .menu--mobile .menu__links--level-2 .menu__link {
      padding-left: 45px;
      padding-left: 2.8125rem; }

.menu__links--nested {
  display: none; }

@media (min-width: 32em) {
  .menu--desktop {
    display: block;
    margin: 30px 0 0 0;
    margin: 0.8rem 0 0 0;
    clear: both;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center; }
    .menu--desktop .menu__item {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      margin-right: 0.9375rem;
      text-transform: uppercase;
      transition: opacity 0.25s ease-in-out; }
      .menu--desktop .menu__item:last-child {
        margin-right: 0; }
        .menu--desktop .menu__item:last-child a {
          vertical-align: middle; }
    .menu--desktop .menu__item--has-submenu > .menu__link::after {
      content: '';
      margin-left: 2px;
      margin-left: 0.125rem;
      display: inline-block;
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid white;
      vertical-align: middle; }
    .menu--desktop .menu__link {
      padding-bottom: 15px;
      padding-bottom: 0.9375rem;
      opacity: 0.8;
      font-family: oswald;
      font-weight: 400;
      text-shadow: 2px 2px 4px #222; }
    .menu--desktop .menu__item:hover .menu__link,
    .menu--desktop .menu__item--active .menu__link {
      opacity: 1; }
    .menu--desktop .menu__links--nested {
      position: absolute;
      left: 0;
      top: 0;
      min-width: 150px;
      padding: 10px 0;
      padding: 0.625rem 0;
      background: #202020;
      color: white;
      border: 1px solid white;
      white-space: nowrap;
      text-align: left;
      z-index: 3;
      /*justin
      .menu__item:hover {
        color: $header-background;
        background: $header-text-color;
      }*/
      /*justin*/ }
      .menu--desktop .menu__links--nested .menu__item {
        display: block;
        margin: 0;
        padding: 0; }
      .menu--desktop .menu__links--nested .menu__link {
        display: block;
        margin: 0;
        padding: 4px 30px 4px 15px;
        padding: 0.25rem 1.875rem 0.25rem 0.9375rem;
        font-size: 15px;
        font-size: 0.9375rem;
        text-transform: none;
        transition: none;
        opacity: 1;
        font-family: "helvetica"; }
      .menu--desktop .menu__links--nested .menu__item:hover {
        color: white;
        background: #1a3768; }
    .menu--desktop .menu__item--has-submenu:hover > .menu__links {
      display: block; }
    .menu--desktop .menu__item--has-submenu:hover ~ .menu__item {
      pointer-events: none; }
    .menu--desktop .menu__links--level-1 {
      top: 100%;
      left: 0;
      margin-top: 8px;
      margin-top: 0.5rem; }
      .menu--desktop .menu__links--level-1::before {
        position: absolute;
        content: '';
        left: 15px;
        left: 0.9375rem;
        top: -6px;
        top: -0.375rem;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-bottom: 7.5px solid #202020;
        -webkit-filter: drop-shadow(0 -2px white);
        filter: drop-shadow(0 -2px white); }
      .menu--desktop .menu__links--level-1 .menu__link::after {
        position: absolute;
        right: 10px;
        right: 0.625rem;
        top: 12px;
        top: 0.75rem;
        border-left: 4px solid white;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent; }
      .menu--desktop .menu__links--level-1 .menu__item:hover .menu__link::after {
        border-left-color: #1a3768; }
    .menu--desktop .menu__links--level-2 {
      top: -11px;
      top: -0.6875rem;
      left: 100%; }
      .menu--desktop .menu__links--level-2 .menu__link::after {
        display: none; }
    .menu--desktop .mega-nav {
      padding: 15px 0;
      padding: 0.9375rem 0;
      left: -225px !important;
      left: -14.0625rem !important;
      white-space: nowrap;
      left: -275px !important;
      left: -17.1875rem !important; }
      .menu--desktop .mega-nav::before {
        left: 290px !important;
        left: 18.125rem !important; }
    .menu--desktop .mega-nav__image-container {
      display: inline-block;
      margin: 0 15px;
      margin: 0 0.9375rem;
      width: 150px;
      width: 9.375rem;
      font-size: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle; }
    .menu--desktop .mega-nav__image {
      max-width: 150px;
      max-height: 150px;
      font-size: 0; }
    .menu--desktop .dropdown-column {
      display: inline-block;
      padding: 0 20px;
      padding: 0 1.25rem;
      vertical-align: top; }
    .menu--desktop .dropdown-column__title {
      display: block;
      margin: 8px 0 10px 0;
      margin: 0.5rem 0 0.625rem 0;
      padding-bottom: 14px;
      padding-bottom: 0.875rem;
      color: white;
      font-weight: bolder;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .menu--desktop .dropdown-column__list-link {
      display: block;
      padding: 5px 10px;
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: none;
      font-weight: normal;
      color: white;
      opacity: 0.7; }
      .menu--desktop .dropdown-column__list-link:hover {
        opacity: 1; } }
  @media (min-width: 32em) and (max-width: 1025px) {
    .touchevents .menu--desktop .menu__item--has-submenu > .menu__link {
      pointer-events: none;
      /* This prevent click on touch devices, so that dropdown can be opened */ } }
@media (min-width: 45em) {
  .menu--desktop {
    margin-top: 45px;
    margin-top: 2.8125rem;
    float: right;
    text-align: right; }

  .menu--desktop .menu__item {
    margin-right: 20px;
    margin-right: 1.25rem; }
  .menu--desktop .menu__item--has-submenu > .menu__link::after {
    margin-left: 8px;
    margin-left: 0.5rem; } }
@media (min-width: 52em) {
  .menu--desktop .menu__item {
    margin-right: 30px;
    margin-right: 1.875rem; } }
/**
 * If we are on the home page, and that the slideshow has been activated, we position the header
 * differently so that it can overlaps the slider
 */
/*justin*/
.header {
  padding: 20px 0;
  padding: 0.5rem 0;
  background: #1a3768;
  color: white;
  background-position: center center;
  background-size: cover; }

.header__container {
  position: relative; }

.header--pushed {
  padding-bottom: 0 !important; }

.header__logo {
  margin: 0;
  text-align: center; }

.header__logo--text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bolder;
  text-transform: uppercase; }

.header__logo-image {
  max-width: 210px;
  max-height: 70px;
  /* We enforce a low max-height on mobile so that it does not take too much space */
  vertical-align: middle; }

.header__actions {
  display: none; }

/**
 * Mobile nav
 */
.header__mobile-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: white;
  z-index: 20; }

/*justin*/
.header__mobile-tabs {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  height: 3rem;
  table-layout: fixed;
  border-bottom: 1px solid rgba(117, 117, 117, 0.5);
  background: #1a3768; }

/*justin*/
.header__mobile-tab {
  display: table-cell;
  text-align: center;
  border-right: 1px solid rgba(117, 117, 117, 0.5);
  vertical-align: middle;
  transition: all 0.25s ease-in-out; }
  .header__mobile-tab:last-child {
    border-right: none; }

.header__mobile-icon {
  position: relative;
  display: block;
  padding: 12px 0;
  padding: 0.75rem 0;
  transition: none; }
  .header__mobile-icon svg {
    vertical-align: middle;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem; }

.header__mobile-content {
  display: none;
  position: absolute;
  max-height: calc(100vh - 48px);
  width: 100%;
  top: 100%;
  left: 0;
  background: white;
  border-bottom: 1px solid #626262;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.header__mobile-tab--open {
  background: white;
  color: black;
  box-shadow: 0 1px white, -1px 0 white; }

.header__mobile-search {
  padding: 20px;
  padding: 1.25rem; }

.mobile-search__input {
  color: black; }

.header__cart-count {
  position: absolute;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  top: 5px;
  top: 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
  background: white;
  color: #1a3768;
  border-radius: 100%;
  text-align: center;
  line-height: 18px; }

.currency-selector {
  display: none;
  /* Not visible on mobile */ }

/**
 * Push
 */
.header__push {
  clear: both;
  margin-top: 5px;
  margin-top: 0.4rem;
  color: black; }
  .header__push .inner {
    padding-top: 10px;
    padding-top: 0.5rem;
    background: #fafafa; }

/*justin
.header__push-content {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid $border-color;
}
*/
/*justin*/
.header__push-content {
  border-bottom: 1px solid #626262;
  margin-top: 10px;
  padding-bottom: 10px; }

.header__push-title {
  display: block;
  margin: 0;
  margin-bottom: 0.5rem !important;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center; }

.header__push-context {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-transform: uppercase;
  color: #628bca;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center; }

.header__push-tags {
  display: none; }

.header__push-filter {
  color: #222222;
  margin-top: 15px;
  margin-top: 0.9375rem; }

@media (max-width: 31.9em) {
  .header:not(.gift-card__header) {
    background-image: none !important; } }
@media (min-width: 32em) {
  .header {
    padding: 35px 0;
    padding: 2.1875rem 0;
    background-size: cover; }

  .header__logo {
    display: block;
    text-align: center; }

  .header__mobile-nav {
    display: none; }

  .header__logo-image {
    max-height: none; }

  .header__actions {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bolder;
    text-transform: uppercase; }

  .header__actions-item {
    display: inline-block; }
    .header__actions-item:not(:last-child)::after {
      display: inline-block;
      content: '';
      margin: 0 12px;
      margin: 0 0.75rem;
      height: 16px;
      height: 1rem;
      width: 1px;
      width: 0.0625rem;
      background: white;
      vertical-align: text-bottom; }

  .currency-selector {
    position: relative; }
    .currency-selector svg {
      position: absolute;
      right: 30px;
      right: 1.875rem;
      top: 3px;
      top: 0.1875rem;
      pointer-events: none; }

  .currency-selector__select {
    padding-right: 24px;
    padding-right: 1.5rem;
    border: none;
    background: transparent;
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    height: auto;
    color: white; }
    .currency-selector__select:focus {
      color: white; }
    .currency-selector__select option {
      color: black; }

  /*justin
      .header__push-meta {
      display: inline-block;
      float: right;
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: uppercase;
    }
    */
  /*justin*/
  .header__push-meta {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 0.3rem;
    text-transform: uppercase; }

  .header__push-title {
    display: inline-block;
    font-size: 22px;
    font-size: 1rem;
    text-align: left; }

  .header__push-context {
    display: inline-block;
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    border-left: 1px solid #626262;
    vertical-align: super;
    text-align: left; }

  /*justin*/
  .header__push-tags {
    display: block;
    padding: 1.56rem;
    color: #565656; }
    .header__push-tags.header__push-context {
      display: inline-block;
      margin-top: 0; }

  /*justin
      .header__push-tags {
      display: block;
      margin-top: 25px;
      margin-top: 1.5625rem;
      color: $text-color;
  
      &.header__push-context {
        display: inline-block;
        margin-top: 0;
      }
    }
    */
  /*justin*/
  .header__push-tag {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
    padding-bottom: 0px;
    font-size: 0.7rem; }
    .header__push-tag:last-child {
      margin-right: 0; }
    .header__push-tag a {
      transition: none; }
    .header__push-tag:hover a {
      border-bottom: 1px solid #aaa;
      color: #ddd;
      transition: 0.2s; }

  /*justin
      .header__push-tag {
      display: inline-block;
      margin-right: 20px;
      margin-right: 1.25rem;
      padding-bottom: 2px;
      padding-bottom: 0.125rem;
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bolder;
  
      &:last-child {
        margin-right: 0;
      }
  
      a {
        transition: none;
      }
  
      &:hover a {
        border-bottom: 2px solid $accent-color;
      }
    }
    */
  .header__push-tag--active {
    color: #222222; }
    .header__push-tag--active a {
      border-bottom: 2px solid #222222; }

  .header__push-filter--tags {
    display: none; }

  .header__push-filter--sort {
    display: inline-block;
    float: right;
    height: 36px;
    height: 2.25rem;
    margin-top: 0;
    max-width: 250px; }
    .header__push-filter--sort select {
      height: 36px;
      height: 2.25rem; }

  /*justin
          .template-index {
        .header {
          position: absolute;
          width: 100%;
          top: 35px;
          top: 2.1875rem;
          z-index: 2;
          background: transparent none !important;
        }
      }
      */
  /*justin*/
  .template-index .header {
    position: absolute;
    width: 100%;
    top: 35px;
    top: 0.5rem;
    z-index: 2;
    background: transparent none !important; } }
@media (min-width: 32em) {
  .header__push {
    margin-top: 35px;
    margin-top: 2.1875rem; } }
@media (min-width: 45em) {
  .header__push {
    margin-top: 50px;
    margin-top: 3.125rem; }

  .header__push-title {
    font-size: 28px;
    font-size: 1.2rem; }

  .header__logo {
    display: inline-block;
    text-align: left; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * FOOTER
 * ----------------------------------------------------------------------------------------------------
 */
.footer {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  background: #fafafa;
  color: #222222;
  font-size: 14.4px;
  font-size: 0.9rem;
  text-align: center; }
  .footer p {
    margin-bottom: 0; }
  .footer a:hover {
    color: #484848; }

.footer--no-margin {
  margin-top: 0; }

.footer__module {
  padding: 20px;
  padding: 1.25rem;
  background-color: white;
  border: 1px solid #d2d2d2; }
  .footer__module + .footer__module {
    border-top: none; }

.footer__module + .footer__module,
.footer__row + .footer__row .footer__module:first-child {
  border-top: none; }

.footer__module--centered {
  text-align: center;
  vertical-align: middle; }

.footer__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 13.2px;
  font-size: 1.2rem;
  font-family: oswald;
  color: #30599d;
  text-transform: uppercase;
  font-weight: 300; }

.footer__logo {
  text-align: center;
  vertical-align: middle;
  max-width: 150px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity; }
  .footer__logo:hover {
    opacity: 1; }

.footer__linklist {
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
  /* compensate the padding of <li> */
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .footer__linklist li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }

.footer__about-text {
  white-space: pre-line; }

.footer__social .social__item {
  display: inline-block; }
  .footer__social .social__item:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
.footer__social svg {
  height: 15px;
  height: 1.5rem;
  width: 15px;
  width: 1.5rem; }

.footer__form {
  position: relative; }

.footer__input,
.footer__submit {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem; }

.footer__input {
  border: none;
  background: #222222;
  background: rgba(34, 34, 34, 0.2); }
  .footer__input::-webkit-input-placeholder {
    color: #222222; }
  .footer__input::-moz-placeholder {
    color: #222222; }
  .footer__input:-ms-input-placeholder {
    color: #222222; }
  .footer__input::placeholder {
    color: #222222; }

.footer__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: none;
  border: none;
  text-align: right;
  transition: color 0.25s ease-in-out; }
  .footer__submit:hover {
    color: #484848; }

.footer__misc {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 45%;
  float: right; }

.footer__email {
  margin-top: 30px;
  margin-top: 1.3rem;
  width: 55%;
  float: left;
  margin-bottom: 4rem;
  background-color: #fafafa !important; }

.footer__copyright {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: none; }

.payment-methods {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 0rem; }

.payment-methods__item {
  display: inline-block; }
  .payment-methods__item:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
  .payment-methods__item .icon {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem; }

@media (min-width: 32em) {
  .footer {
    text-align: left; }

  .footer__row {
    display: table;
    width: 100%;
    margin: 0;
    border: 1px solid #d2d2d2; }
    .footer__row + .footer__row {
      border-top: 0; }

  .footer__module {
    display: table-cell;
    margin-right: 15px;
    margin-right: 0.9375rem;
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
    border-width: 0 1px 0 0;
    background-color: white; }
    .footer__module:last-child {
      border-right: none; }

  .footer__linklist a {
    white-space: nowrap; }

  .footer__copyright {
    display: none; }

  .payment-methods {
    margin-top: -8px;
    margin-top: -0.5rem;
    margin-bottom: 4rem !important;
    float: right; } }
@media (min-width: 45em) {
  .footer__linklist li {
    white-space: nowrap; } }
@media (min-width: 52em) {
  .footer {
    padding: 40px 0 30px 0;
    padding: 2.5rem 0 1.875rem 0; }

  .footer__module {
    padding: 30px;
    padding: 1.875rem;
    background-color: white; }

  .footer__linklist {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }

  .footer__misc {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 45%;
    float: right; }

  .footer__email {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 55%;
    float: left;
    margin-bottom: 4rem; } }
@media (max-width: 31.9em) {
  .footer__misc {
    margin-top: 25px;
    margin-top: 1.3rem;
    width: 100%;
    text-align: center !important;
    margin-bottom: 1rem; }

  .footer__email {
    margin-top: 25px;
    margin-top: 1.3rem;
    width: 100%;
    text-align: center !important;
    margin-bottom: 4rem; }

  #email_signup {
    margin: 0 auto; } }
.slideshow,
.slideshow__slide {
  position: relative; }

.slideshow__slides {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.9);
  will-change: opacity; }

.slick-initialized.slideshow__slides {
  opacity: 1; }

.slideshow__image {
  width: 100%; }

.slideshow__cover {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*justin*/
.slideshow__heading {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 2.1rem;
  color: white;
  font-weight: bold;
  font-style: italic; }

.slideshow__subheading {
  display: none;
  /* Do not display on mobile */
  font-family: Droid Sans;
  color: #a10c11; }

.slideshow__button {
  background: white;
  color: #a10c11; }
  .no-touchevents .slideshow__button:hover {
    background: #a10c11;
    color: white; }

.slideshow__arrows {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  text-align: right;
  color: white; }

.slideshow__arrow {
  display: inline-block; }
  .slideshow__arrow svg {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem; }

.slideshow__prev {
  margin-right: 6px;
  margin-right: 0.375rem; }

@media (max-width: 31.9em) {
  .slideshow__slide {
    background-image: none !important;
    /* Make sure it's not loaded on mobile */
    height: 260px; }

  .slideshow__button {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    /* We slightly reduce slideshow button only on mobile due to limited size */ }

  .slideshow__image {
    min-height: 300px;
    object-fit: cover;
    object-position: center; } }
@media (min-width: 32em) {
  .slideshow {
    min-height: 350px; }

  .slideshow__cover {
    margin-top: 80px;
    margin-top: 5rem; }

  .slideshow--uncropped .slideshow__slide {
    background-image: none !important; }

  .slideshow--cropped .slideshow__slide {
    min-height: 600px;
    background-position: center center;
    background-size: cover; }
  .slideshow--cropped .slideshow__image {
    display: none !important; }
  .slideshow--cropped .slideshow__cover {
    position: relative;
    margin: 305px 0 175px 0;
    margin: 19.0625rem 0 10.9375rem 0;
    width: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  /*justin*/
  .slideshow__heading {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 40px;
    font-size: 3.7rem;
    font-weight: bold;
    font-style: italic; }

  .slideshow__subheading {
    display: block;
    text-transform: uppercase;
    font-size: 19.8px;
    font-size: 1.2375rem;
    font-weight: bolder; }
    .slideshow__subheading > span {
      padding-bottom: 4px;
      padding-bottom: 0.25rem;
      border-bottom: 4px solid currentColor; }

  .slideshow__arrow svg {
    width: 34px;
    width: 2.125rem;
    height: 34px;
    height: 2.125rem; }

  /**
   * If the marketing module is enabled, the marketing module will slightly "eat up" over the slider. As
   * a consequence, we need to "move a bit" the content
   */
  .slideshow__arrows {
    bottom: 40px;
    bottom: 2.5rem;
    /*justin*/
    right: 2%; } }
@media (min-width: 45em) {
  .slideshow--cropped .slideshow__cover {
    margin: 275px 0 225px 0;
    margin: 17.1875rem 0 14.0625rem 0; }

  .slideshow--uncropped .slideshow__cover {
    margin-top: 25px;
    margin-top: 1.5625rem; }

  .slideshow__arrows {
    bottom: 80px;
    bottom: 5rem;
    /*justin*/
    right: 2%; } }
/*justin*/
@media (min-width: 52em) {
  .slideshow__heading {
    font-size: 80px;
    font-size: 4.2rem;
    font-weight: bold;
    font-style: italic; }

  .slideshow__arrows {
    bottom: 120px;
    bottom: 7.5rem; } }
.marketing-module {
  /*justin
  padding: 0 1.5%;*/
  /*justin*/
  padding: 0 0%; }

.marketing-module__wrapper {
  background: #fafafa;
  white-space: nowrap;
  font-size: 0; }

.marketing-module__column {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  vertical-align: top;
  white-space: normal; }

.marketing-module__link {
  transition: opacity 0.25s ease-in-out;
  will-change: opacity; }
  .marketing-module__link:hover {
    opacity: 0.7; }

.marketing-module__item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .marketing-module__item > .marketing-module__image {
    width: 100%;
    object-fit: cover;
    height: auto;
    object-position: center center; }

@media (max-width: 31.9em) {
  .marketing-module__item {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .marketing-module__item > .marketing-module__image {
      width: 100%;
      object-fit: cover;
      height: 100px;
      object-position: center center; } }
@media (min-width: 32em) {
  .marketing-module {
    display: block; }

  .marketing-module__column {
    display: inline-block;
    margin-bottom: 0; }

  /** Three images in a row **/
  .marketing-module__column {
    width: calc(25% - 1%); }
    .marketing-module__column + .marketing-module__column {
      margin-left: 1.5%; } }
.marketing-module {
  position: relative; }

.marketing-module__wrapper {
  padding: 1.5% 0; }

@media (min-width: 32em) {
  .marketing-module {
    margin-top: -40px;
    margin-top: -2.5rem; }

  .marketing-module__wrapper {
    /*justin
    padding: 1.5%;*/
    /*justin*/
    padding: 0.8rem 1.25rem; } }
@media (min-width: 45em) {
  .marketing-module {
    margin-top: -80px;
    margin-top: -5rem; } }
@media (min-width: 52em) {
  .marketing-module {
    margin-top: -120px;
    margin-top: -7.5rem; } }
.quick-shop {
  display: table;
  table-layout: fixed;
  padding: 35px 35px 30px 35px;
  padding: 2.1875rem 2.1875rem 1.875rem 2.1875rem;
  width: 850px;
  width: 53.125rem;
  max-width: 100%;
  top: 50% !important;
  left: 50% !important;
  background: #fafafa;
  border: 1px solid #626262;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.quick-shop__slideshow {
  display: table-cell;
  vertical-align: middle;
  width: 40%; }

.quick-shop__product {
  display: table-cell;
  width: 60%;
  padding-left: 50px;
  padding-left: 3.125rem;
  vertical-align: middle; }
  .quick-shop__product .product__form-status {
    position: relative;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; }

.quick-shop__see-more {
  font-weight: bolder;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .quick-shop__see-more svg {
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: text-top;
    transition: margin-left 0.25s ease-in-out; }
  .quick-shop__see-more:hover svg {
    margin-left: 15px;
    margin-left: 0.9375rem; }

.mega-search {
  width: 400px;
  width: 25rem; }

.mega-search .icon-cross {
  display: block;
  margin: 0 auto 35px auto;
  margin: 0 auto 2.1875rem auto;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  fill: #ffffff;
  cursor: pointer; }

.mega-search__form {
  position: relative; }

/*justin
.mega-search__input {
  padding: 18px 25px;
  padding: 1.125rem 1.5625rem;
  background: transparent;
  border: 3px dashed #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  */
/*justin*/
.mega-search__input {
  padding: 18px 25px;
  padding: 1.125rem 1.5625rem;
  background-color: #222222;
  border: 2px solid #444444;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff; }
  .mega-search__input:focus {
    border-color: inherit; }
  .mega-search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input::placeholder {
    color: rgba(255, 255, 255, 0.6); }

.mega-search__spinner {
  position: absolute;
  margin: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem; }

.mega-search__suggestions {
  position: relative;
  display: block !important;
  top: -3px;
  top: -0.1875rem;
  border-radius: 0 0 3px 3px; }

/*justin*/
.mega-search__suggestion {
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  border: solid 1px #444444;
  background-color: #333333;
  color: #b3b3b3;
  /* Last one is the "display all results" link */ }
  .mega-search__suggestion > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mega-search__suggestion:last-child {
    border-top: 1px solid #626262;
    background-color: #8f1111; }

.mega-search__image {
  display: inline-block;
  max-width: 35px;
  max-height: 35px;
  margin-right: 20px;
  margin-right: 1.25rem;
  border-radius: 3px;
  vertical-align: baseline; }

.mega-search__info {
  display: inline-block; }

/*justin*/
/*.mega-search__item-title {
  display: block;
  color: $heading-color;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}*/
.mega-search__item-title {
  display: block;
  color: #b3b3b3;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600; }

.mega-search__item-subtitle {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.mega-search__all-results {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bolder; }

.mega-search__suggestion.selected {
  background: #1a3768; }
  .mega-search__suggestion.selected:last-child {
    border-radius: 0 0 3px 3px; }
  .mega-search__suggestion.selected .mega-search__item-title,
  .mega-search__suggestion.selected .mega-search__item-subtitle,
  .mega-search__suggestion.selected .mega-search__all-results {
    color: white; }

.share-buttons__label {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  vertical-align: text-bottom; }

.share-buttons__list {
  display: inline-block; }

.share-buttons__item {
  display: inline-block; }
  .share-buttons__item:not(:last-child) {
    margin-right: 8px;
    margin-right: 0.5rem; }
  .share-buttons__item:hover {
    color: #222222; }

.article__comments {
  max-width: 900px;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto; }

.comments__count {
  margin-top: -10px;
  margin-top: -0.625rem;
  text-align: left;
  font-weight: bolder;
  color: black; }

.comments__moderated {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center; }

.comments__new {
  max-width: 900px;
  margin: 0 auto; }

.comments__section-title {
  text-align: center;
  color: black; }

.comment {
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #626262;
  background-color: #2d2d2d;
  padding: 1rem; }
  .comment:last-child {
    border-bottom: none; }

.comment__header {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden; }

.comment__gravatar {
  float: left;
  margin-right: 15px;
  margin-right: 0.9375rem;
  display: none; }

/*justin*/
.comment__author {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-weight: bolder; }

.comment__gravatar {
  max-width: 60px;
  border-radius: 100%;
  display: none; }

.comment__content {
  clear: both; }

@media (min-width: 32em) {
  .comment {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .comment__header {
    display: table-cell;
    width: 200px;
    width: 12.5rem; }

  .comment__gravatar {
    float: none;
    display: none; }

  .comment__content {
    display: table-cell;
    padding-left: 60px;
    padding-left: 3.75rem;
    vertical-align: top; } }
@media (min-width: 45em) {
  .article__comments {
    margin-bottom: 80px;
    margin-bottom: 5rem; } }
.error-404 {
  text-align: center; }

/*justin*/
.error-404__icon {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #1a3768;
  border-radius: 12px;
  font-size: 64px;
  font-size: 3.5rem;
  font-weight: bolder; }

/*justin
.error-404__icon {
  display: inline-block;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  color: $primary-button-background;
  border: 1px solid $primary-button-background;
  border-radius: 12px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: bolder;
}*/
.error-404__empty {
  margin: 50px 0;
  margin: 3.125rem 0;
  width: 80%;
  text-align: center;
  margin: 0 auto; }

.login__forgot-password {
  float: right;
  font-weight: normal;
  color: #777;
  font-size: 0.8rem; }

/**
 * Account dashboard
 */
.account__orders {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (min-width: 45em) {
  .account__orders {
    margin-bottom: 0;
    float: left;
    margin-right: 50px;
    width: calc(75% - 50px); }

  .account__address {
    float: left;
    margin-right: 50px;
    width: calc(25%);
    float: right !important;
    margin-right: 0 !important; } }
/**
 * Address
 */
.address {
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid #626262;
  border-radius: 3px; }

.address__type {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  padding: 6px 14px 4px 14px;
  padding: 0.375rem 0.875rem 0.25rem 0.875rem;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  color: #fafafa;
  background: #222222; }
  .address__type + .address__customer {
    margin-top: 35px;
    margin-top: 2.1875rem; }

.address__customer {
  font-weight: bolder;
  font-size: 18px;
  font-size: 1.125rem;
  color: black; }

.address__details p {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
.address__details + .address__see-all {
  display: inline-block;
  margin-top: 12px;
  margin-top: 0.75rem; }

.address__actions {
  margin-top: 20px;
  margin-top: 1.25rem; }
  .address__actions .button, .address__actions .spr-summary-actions-newreview,
  .address__actions .spr-button-primary {
    display: block;
    text-align: center; }
    .address__actions .button:first-child, .address__actions .spr-summary-actions-newreview:first-child,
    .address__actions .spr-button-primary:first-child {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }

/**
 * Addresses
 */
.addresses__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.addresses__modal {
  margin: 25px 0;
  margin: 1.5625rem 0;
  max-height: calc(100% - 50px);
  overflow: scroll;
  padding: 20px;
  -webkit-overflow-scrolling: touch; }

.addresses__close {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center; }

.account__addresses .address {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (min-width: 32em) {
  .flexbox .account__addresses {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .flexbox .account__addresses .address {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
@media (min-width: 32em) and (max-width: 51.9em) {
  .account__addresses .address {
    float: left;
    width: calc(50% + -12.5px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .account__addresses .address:nth-child(2n+1):nth-last-child(-n+2), .account__addresses .address:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .account__addresses .address:nth-child(2n+1) {
      margin-left: 0;
      clear: both; } }
@media (min-width: 52em) {
  .account__addresses .address {
    float: left;
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .account__addresses .address:nth-child(3n+1):nth-last-child(-n+3), .account__addresses .address:nth-child(3n+1):nth-last-child(-n+3) ~ * {
      margin-bottom: 0; }
    .account__addresses .address:nth-child(3n+1) {
      margin-left: 0;
      clear: both; } }
/**
 * Orders
 */
.order__table {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.order__address {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (min-width: 32em) {
  .order__address {
    float: left;
    width: calc(50% + -12.5px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .order__address:nth-child(2n+1):nth-last-child(-n+2), .order__address:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .order__address:first-child {
      margin-left: 0;
      clear: both; } }
.collections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-top: 0.2rem; }

.collections__item {
  position: relative;
  font-size: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-align: center; }

.collections__image {
  display: block;
  margin: 0 auto; }

.collections__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }

/* justin */
/*
.collections__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-family: $heading-font;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.7rem;
  line-height: 120%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/
/* justin */
@media (max-width: 31.9em) {
  .collections__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    padding: 0 0.625rem;
    font-family: "oswald",sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 1.6rem;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic; } }
@media (min-width: 32em) and (max-width: 51.9em) {
  .collections__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    padding: 0 0.625rem;
    font-family: "oswald",sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic; } }
@media (min-width: 52em) {
  .collections__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    padding: 0 0.625rem;
    font-family: "oswald",sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 120%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic; } }
.no-touchevents {
  /* justin */
  /* justin */
  /* justin */ }
  .no-touchevents .collections__overlay {
    background: rgba(0, 0, 0, 0.4); }
  .no-touchevents .collections__overlay {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    will-change: opacity; }
  .no-touchevents .collections__title {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
    will-change: opacity;
    font-style: italic; }
  .no-touchevents .collections__item:hover .collections__overlay, .no-touchevents .collections__item:hover .collections__title {
    opacity: 1; }

/* justin */
.pouch1 {
  width: 31%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  padding: 7px; }

@media (min-width: 32em) and (max-width: 51.9em) {
  .pouch1 {
    width: 100%;
    display: inline-block;
    margin-right: none; } }
@media (max-width: 31.9em) {
  .pouch1 {
    width: 100%;
    display: inline-block;
    margin-right: none; } }
/* justin */
@media (max-width: 31.9em) {
  .index-module__collections .collections__item,
  .template-list-collections .collections__item,
  .template-page-collections .collections__item {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    width: 48%;
    margin: auto;
    margin-bottom: 0.6rem; } }
/* justin */
@media (min-width: 32em) and (max-width: 51.9em) {
  .index-module__collections .collections__item,
  .template-list-collections .collections__item,
  .template-page-collections .collections__item {
    float: left;
    width: calc(50% + -12.5px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    height: 250px;
    overflow: hidden; }
    .index-module__collections .collections__item:nth-child(2n+1):nth-last-child(-n+2), .index-module__collections .collections__item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-list-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2),
    .template-list-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-page-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2),
    .template-page-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .index-module__collections .collections__item:nth-child(2n+1),
    .template-list-collections .collections__item:nth-child(2n+1),
    .template-page-collections .collections__item:nth-child(2n+1) {
      margin-left: 0;
      clear: both; } }
@media (min-width: 52em) {
  .template-list-collections .collections__item,
  .template-page-collections .collections__item {
    float: left;
    width: calc(50% + -12.5px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .template-list-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2), .template-list-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-page-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2),
    .template-page-collections .collections__item:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .template-list-collections .collections__item:nth-child(2n+1),
    .template-page-collections .collections__item:nth-child(2n+1) {
      margin-left: 0;
      clear: both; } }
.collection__description {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background: #fafafa;
  color: #222222; }

.collection__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0;
  display: none; }

.collection__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5625rem; }

.product-item {
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

.product-item__image-wrapper {
  position: relative;
  width: 100%; }

.product-item__image {
  display: block;
  margin: 0 auto; }

.product-item__image--alternate {
  display: none; }

.product-item--sold-out .product-item__image-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-touchevents .product-item__figure--alternate-image-loaded:hover .product-item__image {
  display: none; }
.no-touchevents .product-item__figure--alternate-image-loaded:hover .product-item__image--alternate {
  display: block; }

.product-item__figure {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-size: 0;
  overflow: hidden; }
  .product-item__figure > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%; }

.product-item .product__labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%; }
  .product-item .product__labels .label ~ .label {
    margin-top: 5px;
    margin-top: 0.3125rem; }

.product-item__details {
  text-align: center;
  font-weight: bolder;
  margin-top: -1rem;
  padding: 10px;
  background-color: white; }

.product-item__details:hover {
  background-color: #e4e4e4;
  transition: 0.3s; }

.product-item__colors {
  line-height: 0;
  margin-bottom: 0.2rem; }

.product-item__color {
  display: inline-block;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 2px;
  padding: 0.125rem;
  border-radius: 100%;
  border: 1px solid #626262;
  vertical-align: middle;
  display: none; }
  .product-item__color span {
    display: block;
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
    border-radius: 100%;
    background-size: cover; }

/*justin*/
.product-item__vendor,
.product-item__type,
.product-item__price {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.1rem;
  font-weight: 200;
  font-family: roboto-condensed, sans-serif;
  color: #222222; }

.product-item__vendor,
.product-item__type {
  display: none;
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.product-item__price {
  display: inline-block; }

.product-item__price--old {
  text-decoration: line-through;
  font-weight: normal; }

/*justin*/
.product-item__title {
  display: block;
  font-family: "oswald", sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 120%;
  color: black;
  max-width: 100%;
  margin: 0 auto; }

.new_tag1 {
  position: absolute;
  background-color: #5877a6;
  z-index: 1;
  color: white;
  padding: 5px 10px 5px 10px;
  left: 0;
  top: 0;
  font-family: oswald, sans-serif;
  font-size: 1rem;
  font-weight: bolder; }

#triangle-down {
  position: absolute;
  width: 90px;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 33px solid #5877a6;
  z-index: 1; }

.newnew {
  position: absolute;
  z-index: 2;
  color: white;
  padding: 2px 0px 4px 15px;
  font-family: oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400; }

.button--quick-shop {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  border-radius: 0; }

.no-touchevents .product-item__figure:hover .button--quick-shop {
  display: block !important; }

@media (max-width: 31.9em) {
  .index-module__products-1 .product-item,
  .index-module__products-2 .product-item,
  .template-collection .product-item,
  .template-product .product-item,
  .template-search .product-item {
    float: left;
    width: calc(50% + -7.5px);
    margin-left: 15px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .index-module__products-1 .product-item:nth-child(2n+1):nth-last-child(-n+2), .index-module__products-1 .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .index-module__products-2 .product-item:nth-child(2n+1):nth-last-child(-n+2),
    .index-module__products-2 .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-collection .product-item:nth-child(2n+1):nth-last-child(-n+2),
    .template-collection .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-product .product-item:nth-child(2n+1):nth-last-child(-n+2),
    .template-product .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ *,
    .template-search .product-item:nth-child(2n+1):nth-last-child(-n+2),
    .template-search .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .index-module__products-1 .product-item:nth-child(2n+1),
    .index-module__products-2 .product-item:nth-child(2n+1),
    .template-collection .product-item:nth-child(2n+1),
    .template-product .product-item:nth-child(2n+1),
    .template-search .product-item:nth-child(2n+1) {
      margin-left: 0;
      clear: both; } }
@media (min-width: 32em) and (max-width: 51.9em) {
  .index-module__products-1 .product-item,
  .index-module__products-2 .product-item,
  .template-collection .product-item,
  .template-product .product-item,
  .template-search .product-item {
    float: left;
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .index-module__products-1 .product-item:nth-child(3n+1):nth-last-child(-n+3), .index-module__products-1 .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ *,
    .index-module__products-2 .product-item:nth-child(3n+1):nth-last-child(-n+3),
    .index-module__products-2 .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ *,
    .template-collection .product-item:nth-child(3n+1):nth-last-child(-n+3),
    .template-collection .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ *,
    .template-product .product-item:nth-child(3n+1):nth-last-child(-n+3),
    .template-product .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ *,
    .template-search .product-item:nth-child(3n+1):nth-last-child(-n+3),
    .template-search .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ * {
      margin-bottom: 0; }
    .index-module__products-1 .product-item:nth-child(3n+1),
    .index-module__products-2 .product-item:nth-child(3n+1),
    .template-collection .product-item:nth-child(3n+1),
    .template-product .product-item:nth-child(3n+1),
    .template-search .product-item:nth-child(3n+1) {
      margin-left: 0;
      clear: both; } }
@media (min-width: 32em) {
  .product-item {
    margin-bottom: 50px;
    margin-bottom: 1.8rem; } }
@media (min-width: 52em) {
  .template-collection .product-item,
  .template-search .product-item {
    float: left;
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .template-collection .product-item:nth-child(3n+1):nth-last-child(-n+3), .template-collection .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ *,
    .template-search .product-item:nth-child(3n+1):nth-last-child(-n+3),
    .template-search .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ * {
      margin-bottom: 0; }
    .template-collection .product-item:nth-child(3n+1),
    .template-search .product-item:nth-child(3n+1) {
      margin-left: 0;
      clear: both; } }
.cart__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.cart__table {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.cart__table--desktop {
  display: none; }

.cart-item__image-container {
  max-width: 100px;
  width: 100px;
  width: 6.25rem;
  padding-right: 0; }

.cart-item__image {
  border-right: 1px solid #626262;
  padding-right: 15px;
  padding-right: 0.9375rem;
  vertical-align: middle; }

.cart-item__vendor,
.cart-item__title,
.cart-item__variant,
.cart-item__properties,
.cart-item__unit-price,
.cart-item__unit-price-discounted,
.cart-item__line-price,
.cart-item__line-price-discounted {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bolder; }

.cart-item__vendor,
.cart-item__title,
.cart-item__variant {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.cart-item__title,
.cart-item__line-price {
  color: black; }

.cart-item__unit-price-discounted,
.cart-item__line-price-discounted {
  text-decoration: line-through;
  font-weight: normal; }

.cart-item__title {
  font-size: 14px;
  font-size: 0.875rem; }

.cart-item__properties {
  font-weight: normal; }

.cart-item__quantity {
  max-width: 80px;
  text-align: center;
  -moz-appearance: textfield; }
  .cart-item__quantity::-webkit-inner-spin-button, .cart-item__quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }

.cart-item__remove:hover {
  color: #222222; }
.cart-item__remove svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem; }

.cart__table--mobile .cart-item__properties {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
.cart__table--mobile .cart-item__quantity {
  display: inline-block;
  width: 60px;
  width: 3.75rem;
  vertical-align: top; }
.cart__table--mobile .cart-item__price-and-remove {
  display: inline-block;
  margin-left: 15px;
  margin-left: 0.9375rem; }

.cart__total,
.cart__total-discount {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center; }

.cart__total-amount,
.cart__total-amount-saved {
  color: black;
  font-size: 22px;
  font-size: 1.375rem; }

.cart__original-total-amount {
  margin-left: 8px;
  margin-left: 0.5rem;
  text-decoration: line-through; }

.cart__total-discount {
  margin-top: -25px;
  margin-top: -1.5625rem; }

.cart__instructions {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.cart__form [data-shopify-buttoncontainer] > div {
  flex-grow: 1 !important; }

.cart__terms {
  margin-bottom: 15px; }

.cart__checkout-with {
  margin-top: 0px;
  margin-top: 0rem;
  text-align: center; }
  .cart__checkout-with input {
    width: auto;
    border: none; }
  .cart__checkout-with > *:not(script) {
    display: block;
    margin: 0 auto;
    padding: 10px 0 0 10px;
    padding: 0.625rem 0 0 0.625rem;
    vertical-align: top;
    line-height: 1; }
    .cart__checkout-with > *:not(script):first-child, .cart__checkout-with > *:not(script):empty {
      padding-left: 0; }
  .cart__checkout-with > p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 8px; }

.cart__taxes {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem; }

/**
 * Shipping estimator
 */
.shipping-estimator {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  border-top: 1px solid #626262; }

.shipping-estimator__title {
  color: black;
  text-align: center; }

.shipping-estimator__results {
  margin-top: 30px;
  margin-top: 1.875rem; }

@media (min-width: 32em) {
  .cart__table--mobile {
    display: none; }

  .cart__table--desktop {
    display: table; }

  .cart__table {
    border: none;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0 14px; }
    .cart__table thead {
      font-size: 14px;
      font-size: 0.875rem; }
      .cart__table thead th:first-child {
        padding-left: 0; }
    .cart__table th {
      background: none;
      border-bottom-width: 2px;
      color: black; }

  .cart__item td {
    border-top: 1px solid #626262;
    border-bottom: 1px solid #626262 !important; }
    .cart__item td:first-child {
      border-left: 1px solid #626262; }
    .cart__item td:last-child {
      border-right: 1px solid #626262; }

  .cart__total,
  .cart__total-discount {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: right; }

  .cart__total-discount {
    font-size: 18px;
    font-size: 1.125rem; }

  .cart__total-amount {
    font-size: 30px;
    font-size: 1.875rem; }

  .cart__total-amount-saved {
    font-size: 24px;
    font-size: 1.5rem; }

  .cart__instructions {
    float: left;
    margin-right: 50px;
    width: calc(66.66667% - 50px);
    margin-top: -6px;
    margin-top: -0.375rem; }

  .cart__terms {
    text-align: right;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

  .cart__checkout,
  .cart__terms {
    float: left;
    margin-right: 50px;
    width: calc(33.33333%);
    float: right !important;
    margin-right: 0 !important; }

  .cart__checkout-with {
    text-align: center; }
    .cart__checkout-with input {
      margin-right: 0; }

  .additional-checkout-button:last-child {
    margin-top: 0.5rem !important; }

  .flexbox .shipping-estimator__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .flexbox .shipping-estimator__form .form__control {
      margin: 0 15px 0 0;
      margin: 0 0.9375rem 0 0; }
  .flexbox .shipping-estimator__zip {
    max-width: 160px; } }
@media (min-width: 45em) {
  .cart-item__image-container {
    max-width: 135px;
    width: 135px;
    width: 8.4375rem; }

  .cart__instructions {
    float: left;
    margin-right: 50px;
    width: calc(50% - 50px); } }
.contact {
  margin-top: 40px;
  margin-top: 2.5rem; }

@media (min-width: 32em) {
  .template-page-contact .page__content {
    float: left;
    margin-right: 50px;
    width: calc(50% - 50px); }
  .template-page-contact .contact {
    margin-top: 0; }
  .template-page-contact .page__content + .contact {
    float: left;
    margin-right: 50px;
    width: calc(50%);
    float: right !important;
    margin-right: 0 !important;
    margin-top: 0; } }
@media (min-width: 45em) {
  .template-page-contact .page__content {
    float: left;
    margin-right: 50px;
    width: calc(58.33333% - 50px); }
  .template-page-contact .page__content + .contact {
    float: left;
    margin-right: 50px;
    width: calc(41.66667%);
    float: right !important;
    margin-right: 0 !important;
    margin-top: 0; } }
.header__push-rss {
  display: none; }

/**
 * BLOG
 */
.blog__articles {
  text-align: left; }

.blog__article {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  background-color: white;
  padding: 20px 10px; }

.blog__article:hover {
  background-color: #eee;
  transition: 0.3s; }

@media (min-width: 32em) {
  .header__push-rss {
    display: inline-block;
    margin-top: 16px;
    margin-top: 1rem;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: black; }
    .header__push-rss svg {
      margin-right: 4px;
      margin-right: 0.25rem;
      vertical-align: text-top; }

  .blog__article {
    float: left;
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */
    margin-bottom: 100px;
    margin-bottom: 3rem; }
    .blog__article:nth-child(3n+1):nth-last-child(-n+3), .blog__article:nth-child(3n+1):nth-last-child(-n+3) ~ * {
      margin-bottom: 0; }
    .blog__article:nth-child(3n + 1) {
      clear: both;
      margin-left: 0; }

  .flexbox .blog__articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flexbox .blog__article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
/**
 * ARTICLE
 */
.article__header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/*justin*/
.article__meta {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.75rem; }

.article__meta-separator {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem; }

.article__author {
  font-weight: bolder; }

/*justin
.article__title {
  color: $heading-color;
  font-family: $heading-font;
  font-size: 17px;
  font-size: 1.0625rem;
}*/
/*justin*/
.article__title {
  color: black;
  font-family: "oswald";
  font-size: 17px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase; }

.article__excerpt {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.article__image {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  height: 200px;
  object-fit: cover;
  object-position: center; }

@media (max-width: 31.9em) {
  .article__image {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    height: auto;
    width: 100%; } }
.article__comments-count:hover {
  color: #222222; }
.article__comments-count svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.3125rem; }

.article--full {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  margin: 0 auto 1.5rem auto; }
  .article--full .article__meta {
    text-align: center; }
  .article--full .article__image {
    margin: 0 auto 35px auto;
    margin: 0 auto 2.1875rem auto;
    width: 100%;
    height: auto; }
  .article--full .article__body {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .article--full .article__footer {
    text-align: center; }

.article__tags {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.article__tags-label {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  vertical-align: middle; }

.article__tags-list {
  display: inline-block;
  font-style: italic; }

.article__tags-item {
  display: inline-block; }
  .article__tags-item:hover {
    color: #222222; }

@media (min-width: 45em) {
  .article--full {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

  .article__title {
    font-size: 20px;
    font-size: 1.25rem; } }
.search__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.search__input {
  max-width: 400px;
  margin: 0 auto 20px auto;
  margin: 0 auto 1.25rem auto; }

/**
 * Navigation
 */
.product__next:hover,
.product__previous:hover {
  color: #222222; }
.product__next svg,
.product__previous svg {
  vertical-align: middle; }

.product__previous + .separator {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem;
  color: #222222; }

/**
 * Showcase and details
 */
.product__slideshow {
  /* margin: 0 -20px;
  margin: 0 -1.25rem; Allow to expand over whole width */ }
  .product__slideshow .slick-dots {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 0;
    text-align: center; }
    .product__slideshow .slick-dots li {
      display: inline-block;
      cursor: pointer; }
    .product__slideshow .slick-dots .slick-active button {
      background: #1a3768; }
    .product__slideshow .slick-dots button {
      display: inline-block;
      margin: 10px 8px;
      margin: 0.625rem 0.5rem;
      padding: 0;
      height: 8px;
      height: 0.5rem;
      width: 8px;
      width: 0.5rem;
      background: #222222;
      border-radius: 100%;
      cursor: pointer;
      border: none;
      outline: none;
      font-size: 0; }

.product__slideshow--main .slick-arrow {
  display: block !important; }

@media (min-width: 32em) {
  .product__slideshow-image {
    max-width: 100%;
    margin: 0 auto; } }
.product__slideshow-image--zoomed {
  visibility: hidden; }

.product__slideshow--nav {
  display: none; }

.product__meta--desktop {
  display: none; }

.product__meta--mobile {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-align: center; }

.product__labels {
  text-align: left; }

.product__meta .product__labels {
  text-align: center; }

.product__labels--always {
  margin-top: 18px;
  margin-top: 1.125rem; }

.product__vendor {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bolder; }

.product__inventory,
.product__reviews-badge {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.spr-badge-caption {
  color: #f4da4b;
  margin-top: -0.2rem;
  font-weight: lighter;
  margin-bottom: 0.5rem;
  margin-left: 0.3rem; }

.product__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.2rem;
  line-height: 120%;
  color: black;
  text-transform: uppercase; }

.product__price {
  font-size: 16px;
  font-size: 1.7rem;
  color: #565656;
  font-family: oswald; }

.product__price--old {
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-weight: normal;
  text-decoration: line-through; }

.product__sale-percent {
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: white;
  background: #285aad;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bolder;
  border-radius: 3px; }

@media (max-width: 31.9em) {
  .product__slideshow--main {
    position: relative; }
    .product__slideshow--main .slideshow__prev {
      position: absolute;
      left: -15px;
      top: 50%; }
    .product__slideshow--main .slideshow__next {
      position: absolute;
      right: -15px;
      top: 50%; }

  .product__slideshow--nav {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-top: 0.9375rem;
    text-align: center; }
    .product__slideshow--nav .slideshow__prev {
      position: absolute;
      left: -15px;
      top: 10px; }
    .product__slideshow--nav .slideshow__next {
      position: absolute;
      right: -15px;
      top: 10px; }

  .product__slideshow-image {
    max-width: calc(100% - 30px);
    margin: 0 15px; }

  .product__slideshow-slides--nav {
    max-width: calc(100% - 30px) !important;
    margin: 0 15px; }

  .product__slideshow-nav-image {
    margin: 0 3px; } }
@media (min-width: 32em) {
  .product__slideshow {
    margin: 0; }

  .product__slideshow .slick-dots {
    display: none !important; }

  .product__slideshow--nav {
    display: block;
    margin-top: 25px;
    margin-top: 1.5625rem;
    text-align: center; }

  .flexbox .product__slideshow--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .product__slideshow-nav-image {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    margin: 10px;
    margin: 0.325rem;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.25s ease-in-out; }

  .product__slideshow--main {
    position: relative; }
    .product__slideshow--main .slideshow__prev {
      position: absolute;
      left: -35px;
      top: 50%; }
    .product__slideshow--main .slideshow__next {
      position: absolute;
      right: -35px;
      top: 50%; }

  .product__slideshow--nav {
    position: relative; }
    .product__slideshow--nav .slideshow__prev {
      position: absolute;
      left: -35px;
      top: 30px; }
    .product__slideshow--nav .slideshow__next {
      position: absolute;
      right: -35px;
      top: 30px; } }
@media (min-width: 45em) {
  .product__meta--desktop {
    display: block; }

  .product__meta--mobile {
    display: none; }

  .product__meta .product__labels {
    text-align: left; }

  .product__slideshow {
    float: left;
    margin-right: 45px;
    width: calc(50% - 45px); }

  .product__info {
    display: block;
    float: left;
    margin-right: 45px;
    width: calc(50%);
    float: right !important;
    margin-right: 0 !important; }

  .product__meta {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    border-bottom: 1px solid #626262; }

  .product__title {
    font-size: 28px;
    font-size: 2.3rem;
    line-height: 120%; } }
/**
 * Form
 */
.product__form {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }

.product__size-chart {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bolder;
  color: black;
  text-decoration: underline;
  text-transform: none; }

.product__quantity {
  width: 90px !important;
  width: 5.625rem !important;
  float: right; }

.product__form-hint {
  margin: 10px 0 -5px 0;
  margin: 0.625rem 0 -0.3125rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center; }

.product__buy {
  position: relative; }

.product__form-status {
  position: absolute;
  width: 100%;
  padding: 16px 10px 25px 10px;
  padding: 1rem 0.625rem 1.5625rem 0.625rem;
  text-align: center;
  border: 1px solid #626262;
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 10px 15px 5px #626262;
  background: #fafafa;
  z-index: 2; }
  .product__form-status svg {
    vertical-align: middle;
    margin-left: 10px;
    margin-left: 0.625rem; }

.product__form-message {
  font-weight: bolder; }

.product__form-message--success {
  color: #ce0000; }

.product__form-message--error {
  color: #e9573f; }

.product__form-continue {
  font-weight: bolder;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid black;
  color: black; }

.product__form-or {
  display: block;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 4px;
  padding: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

@media (min-width: 32em) {
  .product__form-status {
    padding: 24px 10px 32px 10px;
    padding: 1.5rem 0.625rem 2rem 0.625rem; }

  .product__form-or {
    display: inline-block;
    margin: 0 20px;
    margin: 0 1.25rem; } }
/**
 * Tabs and description
 */
.product__description {
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-top: 1px solid #626262; }

/* justin
.product__description-label {
  display: inline-block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 3px solid $border-color;
}*/
.product__description-label {
  display: none;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
  font-size: 0.875rem; }

.product__tabs-title {
  display: none;
  /* On mobile we use a dropdown insted */ }

.product__tabs {
  clear: both;
  padding-top: 35px;
  padding-top: 2.1875rem; }

.product__tab-selector {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (min-width: 32em) {
  .product__tabs {
    padding-top: 65px;
    padding-top: 4.0625rem; }

  .product__tab-selector {
    display: none; }

  .product__tabs-title {
    display: block;
    text-align: center; }

  .product__tab-title {
    display: inline-block;
    margin: 0 15px;
    margin: 0 0.9375rem;
    text-transform: uppercase;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
    font-weight: bolder;
    cursor: pointer;
    border-bottom: 2px solid transparent; }
    .product__tab-title:hover {
      opacity: 1; }

  .product__tab-title--active {
    color: black;
    border-bottom-color: black;
    opacity: 1; }

  .product__tabs-content {
    margin: 50px 0 30px 0;
    margin: 3.125rem 0 1.875rem 0; } }
@media (min-width: 52em) {
  .product__tab-title {
    margin: 0 45px;
    margin: 0 2.8125rem; } }
/**
 * Related products
 */
.related-products {
  margin-top: 45px;
  margin-top: 2.8125rem;
  background: #fafafa; }

.related-products__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 52em) {
  .related-products .product-item {
    float: left;
    width: calc(25% + -18.75px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .related-products .product-item:nth-child(4n+1):nth-last-child(-n+4), .related-products .product-item:nth-child(4n+1):nth-last-child(-n+4) ~ * {
      margin-bottom: 0; }
    .related-products .product-item:nth-child(4n+1) {
      margin-left: 0;
      clear: both; } }
.template-gift-card .header {
  padding: 75px 0;
  padding: 4.6875rem 0;
  text-align: center; }
.template-gift-card .main {
  margin-top: 0; }

.gift-card__subheader {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  background: black;
  color: #fafafa; }

.gift-card__details {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center; }

.gift-card__issued-text {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: lighter; }

.gift-card__amount {
  display: block;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: bolder;
  color: black; }

.gift-card__code {
  display: inline-block;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-weight: bolder;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  border: 2px solid #626262;
  border-radius: 4px; }

.gift-card__qr-code {
  margin: 25px 0;
  margin: 1.5625rem 0; }
  .gift-card__qr-code img {
    margin: 0 auto; }

.gift-card__actions {
  margin-top: 50px;
  margin-top: 3.125rem; }
  .gift-card__actions .button, .gift-card__actions .spr-summary-actions-newreview,
  .gift-card__actions .spr-button-primary {
    display: block;
    margin: 0; }
  .gift-card__actions .button:first-child, .gift-card__actions .spr-summary-actions-newreview:first-child,
  .gift-card__actions .spr-button-primary:first-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.gift-card__apple-wallet {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.gift-card__footer {
  text-align: center; }

.gift-card__copyright {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 40px 0;
  padding: 2.5rem 0;
  border-top: 1px solid #626262;
  font-size: 13px;
  font-size: 0.8125rem; }

@media (min-width: 32em) {
  .gift-card__actions {
    margin-top: 50px;
    margin-top: 3.125rem; }
    .gift-card__actions .button, .gift-card__actions .spr-summary-actions-newreview,
    .gift-card__actions .spr-button-primary {
      display: inline-block; }
    .gift-card__actions .button:first-child, .gift-card__actions .spr-summary-actions-newreview:first-child,
    .gift-card__actions .spr-button-primary:first-child {
      margin-right: 15px;
      margin-right: 0.9375rem;
      margin-bottom: 0; } }
@media (min-width: 45em) {
  .gift-card__subheader {
    font-size: 30px;
    font-size: 1.875rem; }

  .gift-card__issued-text {
    font-size: 55px;
    font-size: 3.4375rem; }

  .gift-card__illustration {
    float: left;
    margin-right: 75px;
    width: calc(41.66667% - 75px);
    text-align: center; }

  .gift-card__details {
    float: left;
    margin-right: 75px;
    width: calc(58.33333%);
    float: right !important;
    margin-right: 0 !important;
    margin-top: 0;
    text-align: left; }

  .gift-card__qr-code img {
    margin-left: 0; } }
.template-password .header {
  padding: 75px 0;
  padding: 4.6875rem 0;
  text-align: center; }
.template-password .main {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center; }

.password__store,
.password__message {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bolder; }

.password__opening {
  font-family: 'Give You Glory', 'Arial', 'sans-serif';
  font-size: 32px;
  font-size: 2rem;
  color: #222222; }

.password__register input[type="email"] {
  font-size: 14px;
  font-size: 0.875rem; }

.password__powered-by svg {
  height: 25px;
  height: 1.5625rem;
  vertical-align: middle; }

.password__footer {
  margin: 80px 0 50px 0;
  margin: 5rem 0 3.125rem 0;
  padding-top: 50px;
  padding-top: 3.125rem;
  border-top: 1px solid #626262;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: lighter;
  text-align: center; }

.password__admin-form .form__control {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (min-width: 32em) {
  .password__opening {
    font-size: 48px;
    font-size: 3rem; } }
@media (min-width: 32em) {
  .password__opening {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    font-size: 90px;
    font-size: 5.625rem; }

  .password__powered-by {
    float: left;
    margin-right: 20px;
    width: calc(50% - 20px);
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    text-align: left; }

  .password__admin-form {
    float: left;
    margin-right: 20px;
    width: calc(50%);
    float: right !important;
    margin-right: 0 !important; } }
.template-index .main,
.template-index .footer {
  margin-top: 0; }

.index-module, .related-products {
  padding: 20px 0;
  padding: 0rem 0 1.5rem 0;
  text-align: center; }

  /* justin 
.index-module__title {
  font-family: $heading-font;
  font-size: 22px;
  font-size: 2rem;
}
*/
/* justin */
.index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
  font-family: "oswald", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 200 !important;
  font-stretch: condensed !important;
  margin-top: 1em;
  margin-bottom: 2em;
  border-bottom: solid 2px #d2d2d2;
  display: inline;
  padding-bottom: 5px;
  line-height: 500%; }

.index-module__products-1 {
  color: #dddddd;
  background: #202020; }
  .index-module__products-1 .product-item__title {
    color: white; }

.index-module__products-2 {
  color: #dddddd;
  background: #202020; }
  .index-module__products-2 .product-item__title {
    color: white; }

.index-module__collections {
  color: #222222;
  background: #fafafa; }

.index-module__free-text-1 {
  color: #222222;
  background: #fafafa; }

.index-module__free-text-2 {
  color: #222222;
  background: #fafafa; }

.index-module__newsletter {
  color: white;
  background: #ada89f; }

.index-module__blog {
  background: #fafafa; }
  .index-module__blog .index-module__title, .index-module__blog .comments__section-title, .index-module__blog .shipping-estimator__title, .index-module__blog .related-products__title {
    color: #222222; }
  .index-module__blog .blog__article {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 15px;
    padding: 0.9375rem;
    background: #fafafa;
    border-radius: 4px; }
  .index-module__blog .article__image {
    max-width: none;
    width: calc(100% + 30px);
    width: calc(100% + 1.875rem);
    margin-left: -15px;
    margin-left: -0.9375rem; }

.index-module__newsletter-form {
  max-width: 650px;
  margin: 25px auto 0 auto;
  margin: 1.5625rem auto 0 auto; }
  .index-module__newsletter-form input {
    border: none; }
  .index-module__newsletter-form input[type="email"] {
    background: #d9d5cc; }
    .index-module__newsletter-form input[type="email"], .index-module__newsletter-form input[type="email"]::-webkit-input-placeholder {
      color: white; }
    .index-module__newsletter-form input[type="email"], .index-module__newsletter-form input[type="email"]::-moz-placeholder {
      color: white; }
    .index-module__newsletter-form input[type="email"], .index-module__newsletter-form input[type="email"]:-ms-input-placeholder {
      color: white; }
    .index-module__newsletter-form input[type="email"], .index-module__newsletter-form input[type="email"]::placeholder {
      color: white; }
  .index-module__newsletter-form input[type="submit"] {
    margin-top: 10px;
    margin-top: 0.625rem;
    background: white;
    color: #ada89f; }
    .index-module__newsletter-form input[type="submit"]:hover {
      background: white; }

.index-module__instagram {
  color: #dddddd;
  background: #fafafa; }
  .index-module__instagram .icon-instagram {
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.625rem;
    vertical-align: -1px; }

.instagram__overlay {
  display: none; }

.instagram__image-wrapper {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 0; }

.no-touchevents .instagram__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 15px 16px 20px;
  padding: 1.125rem 0.9375rem 1rem 1.25rem;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  transition: opacity 0.25s ease-in-out; }
.no-touchevents .instagram__caption,
.no-touchevents .instagram__date {
  color: #ffffff; }
.no-touchevents .instagram__caption {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.55;
  height: 4.65em;
  /* Exactly three lines */ }
.no-touchevents .instagram__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }
.no-touchevents .instagram__image-wrapper:hover .instagram__overlay {
  opacity: 1; }
.no-touchevents.flexbox .instagram__image-wrapper .instagram__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 31.9em) {
  .instagram__image-wrapper {
    float: left;
    width: calc(50% + -5px);
    margin-left: 10px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .instagram__image-wrapper:nth-child(2n+1):nth-last-child(-n+2), .instagram__image-wrapper:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; }
    .instagram__image-wrapper:nth-child(2n+1) {
      margin-left: 0;
      clear: both; } }
@media (min-width: 32em) {
  .index-module, .related-products {
    padding: 30px 0 38px 0;
    padding: 0.5rem 0 2.375rem 0; }

  .index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
    font-size: 1.5rem;
    border-bottom: solid 2px #d2d2d2;
    display: inline;
    padding-bottom: 5px;
    line-height: 500%; }

  .flexbox .index-module__newsletter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .index-module__newsletter-form input {
      margin-top: 0;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .flexbox .index-module__newsletter-form input[type="email"] {
      margin-right: 20px;
      margin-right: 1.25rem;
      -webkit-flex: 2.5;
      -ms-flex: 2.5;
      flex: 2.5; }

  .index-module__instagram {
    display: block; }
    .index-module__instagram .icon-instagram {
      vertical-align: -3px; }

  .instagram__image-wrapper {
    float: left;
    width: calc(16.66667% + -8.33333px);
    margin-left: 10px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .instagram__image-wrapper:nth-child(6n+1):nth-last-child(-n+6), .instagram__image-wrapper:nth-child(6n+1):nth-last-child(-n+6) ~ * {
      margin-bottom: 0; }
    .instagram__image-wrapper:nth-child(6n+1) {
      clear: both;
      margin-left: 0; } }
@media (min-width: 52em) {
  .index-module, .related-products {
    padding: 36px 0 44px 0;
    padding: 1rem 0 2.75rem 0; }

  .index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
    font-size: 1.7rem;
    border-bottom: solid 2px #d2d2d2;
    display: inline;
    padding-bottom: 5px;
    line-height: 500%; }

  .index-module__products-1 .product-item {
    float: left;
    width: calc(16.66667% + -20.83333px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .index-module__products-1 .product-item:nth-child(6n+1):nth-last-child(-n+6), .index-module__products-1 .product-item:nth-child(6n+1):nth-last-child(-n+6) ~ * {
      margin-bottom: 0; }
    .index-module__products-1 .product-item:nth-child(6n+1) {
      margin-left: 0;
      clear: both; }

  .index-module__products-2 .product-item {
    float: left;
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .index-module__products-2 .product-item:nth-child(3n+1):nth-last-child(-n+3), .index-module__products-2 .product-item:nth-child(3n+1):nth-last-child(-n+3) ~ * {
      margin-bottom: 0; }
    .index-module__products-2 .product-item:nth-child(3n+1) {
      margin-left: 0;
      clear: both; }

  .index-module__collections .collections__item {
    float: left;
    width: calc(25% + -18.75px);
    margin-left: 25px;
    /*
     This beautiful code allows to remove the bottom margin on unbalanced grid. For instance, if you have
     a 3x3 grids, but the last row only has one product, it will remove the margin JUST for this last one,
     and not the latest 3 ones
    */ }
    .index-module__collections .collections__item:nth-child(4n+1):nth-last-child(-n+4), .index-module__collections .collections__item:nth-child(4n+1):nth-last-child(-n+4) ~ * {
      margin-bottom: 0; }
    .index-module__collections .collections__item:nth-child(4n+1) {
      margin-left: 0;
      clear: both; } }
/*justin*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -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; }

.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 */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.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 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  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 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.survey {
  height: 100%;
  width: 100%; }

iframe {
  max-width: 100%; }

/*justin*/
.lookbook-modmedia-container .fflex-direction-nav a {
  display: block;
  width: auto;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: white !important;
  text-shadow: 1px 1px 0 black !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  font-family: oswald;
  font-size: 1.3rem;
  letter-spacing: 1px; }

.booster-modal div.footer p {
  color: #444444 !important;
  background-color: white !important;
  font-size: 12px; }

.booster-modal .alert-success {
  color: #bd0f0f;
  background-color: #ffffff;
  border-color: #d6d6d6 !important; }

.cbb-frequently-bought-container {
  height: auto !important; }

/*justin_css for the icons
@include breakpoint(mobile-only) {
svg.icon-pencil-1, svg.icon-pencil-2, svg.icon-instagram, svg.icon-heart-o, svg.icon-codepen, svg.icon-cube, svg.icon-diamond-1 {
  margin-top: 5px;
  height: 13px;
  width: 13px;
  display: inline-block;
  fill: currentColor;
}
}

@include breakpoint(desktop) {
svg.icon-pencil-1, svg.icon-pencil-2, svg.icon-instagram, svg.icon-heart-o, svg.icon-codepen, svg.icon-cube, svg.icon-diamond-1 {
  margin-top: 5px;
  height: 15px;
  width: 15px;
  display: inline-block;
  fill: currentColor;
}
}
 
@include breakpoint(tablet) {
svg.icon-pencil-1, svg.icon-pencil-2, svg.icon-instagram, svg.icon-heart-o, svg.icon-codepen, svg.icon-cube, svg.icon-diamond-1 {
  margin-top: 5px;
  height: 18px;
  width: 18px;
  display: inline-block;
  fill: currentColor;
}
}
*/
.cbb-frequently-bought-container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  height: 100% !important;
  clear: both !important;
  text-align: left !important;
  padding: 30px 2.2rem !important;
  max-width: 950px !important;
  border-top: solid 1px #524a4a !important; }

.cbb-frequently-bought-selector-label {
  display: inline;
  margin-left: 5px;
  margin-right: 5px; }

.cbb-recommendations-variant-select {
  color: #202020 !important;
  background-color: white !important; }

.cbb-frequently-bought-selector-link {
  margin-right: 5px; }

.cbb-frequently-bought-title {
  font-family: oswald; }

.cbb-frequently-bought-total-price-text {
  color: #565656;
  white-space: nowrap;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: oswald; }

.cbb-frequently-bought-total-price-price {
  color: #285aad !important;
  white-space: nowrap;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: oswald; }

.single-option-selector {
  color: #464646 !important; }

.name-price {
  color: #202020; }

[rv-cloak] {
  display: none; }

.register_email {
  text-align: center;
  margin: 0 auto; }

.maximage:hover {
  opacity: 0.7;
  transition: .3s ease;
  color: #ec9797; }

.maximage1:hover {
  opacity: 0.8;
  transition: .3s ease; }

.maximage2:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  background-color: white;
  color: white !important; }

@-webkit-keyframes flash {
  0% {
    opacity: .7; }

  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: .7; }

  100% {
    opacity: 1; } }

.maximage3 img:last-child {
  display: none;
  transition: 0.4s; }

.maximage3:hover img:first-child {
  display: none;
  transition: 0.4s; }

.maximage3:hover img:last-child {
  display: inline-block;
  transition: 0.4s; }

/*justin

#ic_signupform .elcontainer .submit-container {

  text-align: right !important;
  margin-top: -47px !important;
  margin-right: -160px !important;
}
*/
@media (max-width: 31.9em) {
  #ic_signupform .elcontainer .submit-container {
    text-align: center !important; }

  #ic_signupform .elcontainer {
    text-align: center !important;
    margin: 0 auto !important; }

  .email1 #ic_signupform .elcontainer .submit-container input[type="submit"] {
    margin-top: 0rem;
    width: 100%; } }
.spr-badge-starrating .spr-icon.spr-icon-star-empty {
  display: none; }

.spr-badge-starrating .spr-icon {
  font-size: 80% !important; }

.contest .vanilla-modal .covetpics-modal-inner .post-info {
  display: none !important; }

#stamped-rating-wrapper {
  color: #b3b3b3;
  font-family: helvetica;
  margin-bottom: -1rem;
  font-size: 13px !important;
  margin-right: 10px;
  margin-left: 20px; }

@media (min-width: 32em) and (max-width: 51.9em) {
  .giftguide_text {
    max-width: 750px; } }
@media (min-width: 52em) {
  .giftguide_text {
    max-width: 475px; } }
@media (min-width: 32em) and (max-width: 51.9em) {
  .giftguide_button {
    vertical-align: top;
    max-width: 750px;
    vertical-align: top;
    margin: 0 auto; } }
@media (min-width: 52em) {
  .giftguide_button {
    vertical-align: top;
    display: inline-block;
    padding-left: 1rem;
    margin: 0 atuo;
    max-width: 300px; } }
.freebirdHeaderMast {
  background-color: white !important; }

.bold-bundles-widget-item__title {
  color: white !important; }

.bold-bundles-widget-item bold-bundles-widget-item--product {
  vertical-align: top; }

.bold-bundles-widget-header__title {
  color: white;
  margin-bottom: 1rem !important;
  font-size: 1.4rem;
  font-family: oswald;
  text-transform: uppercase; }

.bold-bundles-widget-item__price {
  color: white; }

.bold-bundles-widget__button {
  background-color: #a11c13 !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 90% !important;
  font-weight: bold;
  color: white !important; }

.bold-bundles-widget__footer {
  margin: 0 auto !important;
  text-align: center !important; }

.bold-bundles-widget__button:hover {
  background-color: #b72521 !important; }

.catalogbutton:hover {
  background-color: #3e1a0b !important; }

.basic-bundle .bold-bundles-widget__footer {
  padding-left: 0 !important; }

.bold-bundle bold-bundle-loaded {
  background-color: black; }

.bold-bundles-widget {
  border-width: 3px !important;
  border-color: #505050 !important;
  background-color: black; }

.bold-bundles-widget-item__title {
  margin-top: 0.5rem;
  font-weight: bold; }

.bold-bundles-widget-item-separator {
  background-color: #8e1a1a; }

@media screen and (min-width: 650px) {
  .bold-bundles-widget-item.bold-bundles-widget-item--product {
    min-width: 110px;
    width: calc(30% - 30px);
    padding-bottom: 0px;
    margin-bottom: 20px; } }
.bold-bundles-widget-item__variant {
  color: #444 !important; }

/*Product Review App*/
.spr-review-content-body {
  font-size: 15px !important; }

.bold-bundles-widget-item {
  max-width: 100%;
  width: auto; }

.bold-bundles-widget-item__variants {
  font-size: 16px !important; }

@media (max-width: 31.9em) {
  .cart__checkout-with {
    margin-bottom: 0.5rem !important; }

  .additional-checkout-button:last-child {
    margin-top: 0.5rem !important; }

  #paypal-express-button {
    margin-top: 0.5rem !important; }

  .additional-checkout-button additional-checkout-button--paypal-express {
    margin-top: 0.5rem !important; } }
@media (min-width: 32em) {
  .cart__checkout-with {
    margin-bottom: 0.5rem !important; }

  .additional-checkout-button:last-child {
    margin-top: 0.5rem !important; }

  #paypal-express-button {
    margin-top: 0.5rem !important; }

  .additional-checkout-button additional-checkout-button--paypal-express {
    margin-top: 0.5rem !important; } }
@media (min-width: 45em) {
  .cart__checkout-with {
    margin-bottom: 0.5rem !important; }

  .additional-checkout-button:last-child {
    margin-top: 0.5rem !important; }

  #paypal-express-button {
    margin-top: 0.5rem !important; }

  .additional-checkout-button additional-checkout-button--paypal-express {
    margin-top: 0.5rem !important; } }
@media (min-width: 52em) {
  .cart__checkout-with {
    margin-bottom: 0.5rem !important; }

  .additional-checkout-button:last-child {
    margin-top: 0.5rem !important; }

  #paypal-express-button {
    margin-top: 0.5rem !important; }

  .additional-checkout-button additional-checkout-button--paypal-express {
    margin-top: 0.5rem !important; } }
.no-touchevents .collections__title {
  font-size: 1.7rem; }

.fa-check-circle-o, .fa-share-alt, .fa-thumbs-down, .fa-thumbs-up, .stamped-thumbs-up, .stamped-thumbs-down {
  color: #b3b3b3 !important;
  font-family: sans-serif;
  padding: 0; }

option {
  color: #a2a2a2; }

.verified-badge .icon {
  display: none; }

.stamped-verified-badge {
  color: #068859 !important; }

.stamped-review-header #stamped-review-avatar, .stamped-review-header .stamped-review-avatar, .stamped-review-reply #stamped-review-avatar, .stamped-review-reply .stamped-review-avatar {
  display: none; }

.stamped-review-header {
  font-size: 20px !important;
  width: 100%;
  line-height: 20px !important;
  font-family: oswald !important;
  font-weight: 200; }

.stamped-review .author {
  margin-right: 7px;
  font-weight: 500 !important; }

.fa-check-circle-o, .fa-share-alt, .fa-thumbs-down, .fa-thumbs-up, .stamped-fa-check-circle-o, .stamped-fa-share-alt, .stamped-fa-thumbs-down, .stamped-fa-thumbs-up {
  color: #888 !important; }

.stamped-review {
  border-top: 1px solid #423f3f !important; }

.stamped-container {
  max-width: 950px !important;
  margin: 0 auto !important; }

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  color: #797979 !important;
  border: 1px solid #797979 !important; }

ul.stamped-tabs {
  color: #ddd !important; }

.stamped-summary-actions-newquestion, .stamped-summary-actions-newreview {
  color: #797979 !important;
  border: 1px solid #797979 !important; }

.stamped-header-title {
  display: block !important; }

li#tab-questions[data-count][data-new-tab]:after, li#tab-reviews[data-count]:after {
  background-color: #000 !important; }

li#tab-reviews {
  color: #929292 !important; }

#stamped-sort-select, #stamped-sort-select2 {
  border: 1px solid #9e9e9e !important; }

#stamped-main-widget[data-widget-style=standard] a.stamped-summary-actions-newquestion,
#stamped-main-widget[data-widget-style=standard] a.stamped-summary-actions-newreview {
  color: #585858 !important;
  background-color: white !important;
  width: 200px !important;
  font-family: oswald !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  padding: 10px 20px !important; }

div[data-widget-style=standard] div.summary-rating-count {
  color: #ddd !important; }

.summary-overview {
  display: none; }

.stamped-summary-ratings {
  display: none; }

.stamped-container {
  margin: 30px 30px auto !important; }

#stamped-main-widget {
  margin: 1em 30px auto !important; }

a.powered {
  display: none !important;
  opacity: 0; }

.powered {
  display: none !important; }

.snize-search-results-header {
  color: #565656 !important; }

.snize-header {
  color: #565656 !important; }

div.snize * {
  color: #565656 !important; }

#snize-search-results-grid-mode span.snize-in-stock, #snize-search-results-list-mode span.snize-in-stock, #snize-search-results-grid-mode span.snize-out-of-stock, #snize-search-results-list-mode span.snize-out-of-stock {
  color: #fff !important;
  background-color: #285aad !important; }

div.snize .snize-button {
  color: #fff !important;
  background-color: #3272e0  !important; }

div.snize div.snize-product-filters-block {
  border-color: #bdbdbd;
  background-color: white; }

div.snize-search-results#snize_results a {
  color: #9a9a9a !important; }

span.snize-products-tab-total {
  color: white !important; }

div.snize .snize-product-filters-block:hover {
  background-color: #eee !important; }

div.snize li.snize-product .snize-price-list .snize-price, div.snize li.snize-product .snize-price-list .snize-discounted-price {
  color: #383838 !important; }

div.snize div.snize-main-panel {
  border-color: #b7b7b7 !important;
  border-bottom: 1px solid #b7b7b7 !important;
  line-height: 120% !important;
  padding-bottom: 1rem !important;
  background-color: #ffffff !important; }

#snize-search-results-list-mode ul {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  list-style: none outside none !important;
  background-color: white !important; }

.signup #ic_signupform .elcontainer {
  text-align: left;
  max-width: 700px !important;
  padding: 0px 0px;
  border-radius: 2px;
  border: 1px none #8f8f8f;
  font-size: 12px;
  color: #999;
  font-family: arial;
  margin: 0 auto !important; }

.signup #ic_signupform .elcontainer .formEl.fieldtype-input label, #ic_signupform .elcontainer .formEl.fieldtype-dropdown label, #ic_signupform .elcontainer .formEl.fieldtype-radio h3, #ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
  color: #999; }

.stamped-form-label {
  color: white !important; }

#tabs > ul > li, #tabs-app-accordion > h3, .custom-product-description-tabs > ul > li {
  display: block;
  width: 25% !important;
  height: 30px;
  line-height: 29px;
  padding: 0;
  float: left;
  border: 0;
  background: transparent;
  margin: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: oswald;
  font-weight: 300 !important; }

#tabs > ul > li a, #tabs-app-accordion > h3 a, .custom-product-description-tabs > ul > li a {
  font-size: 11px !important;
  padding: 0px 0px !important;
  text-align: center !important; }

.stamped-header-title {
  font-size: 24px;
  margin: 0 0 12px;
  width: 100%;
  font-family: oswald;
  text-transform: uppercase;
  font-weight: 300; }

.w3-table, .w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table; }

.w3-table-all {
  border: 1px solid #ccc; }

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd; }

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1; }

.w3-table-all tr:nth-child(odd) {
  background-color: #fff; }

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1; }

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc; }

.w3-centered tr th, .w3-centered tr td {
  text-align: center; }

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top; }

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px; }

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap; }

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

.w3-disabled *, :disabled * {
  pointer-events: none; }

.w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
  box-shadow: none; }

.w3-badge, .w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center; }

.w3-badge {
  border-radius: 50%; }

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd; }

.w3-ul li:last-child {
  border-bottom: none; }

.w3-tooltip, .w3-display-container {
  position: relative; }

.w3-tooltip .w3-text {
  display: none; }

.w3-tooltip:hover .w3-text {
  display: inline-block; }

.w3-ripple:active {
  opacity: 0.5; }

.w3-ripple {
  transition: opacity 0s; }

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc; }

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block; }

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1; }

.w3-check, .w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px; }

.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: auto; }

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px; }

.w3-main, #main {
  transition: margin-left .4s; }

.w3-modal {
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7); }

.w3-modal-content {
  margin: auto;
  background-color: #000;
  position: relative;
  padding: 10px;
  outline: 0;
  top: 10%;
  max-width: 550px; }

.w3-bar {
  width: 100%;
  overflow: hidden; }

.w3-center .w3-bar {
  display: inline-block;
  width: auto; }

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0; }

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
  position: static;
  float: left; }

.w3-bar .w3-button {
  white-space: normal; }

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0; }

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center; }

.w3-block {
  display: block;
  width: 100%; }

.w3-responsive {
  display: block;
  overflow-x: auto; }

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
  content: "";
  display: table;
  clear: both; }

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%; }

.w3-col.s1 {
  width: 8.33333%; }

.w3-col.s2 {
  width: 16.66666%; }

.w3-col.s3 {
  width: 24.99999%; }

.w3-col.s4 {
  width: 33.33333%; }

.w3-col.s5 {
  width: 41.66666%; }

.w3-col.s6 {
  width: 49.99999%; }

.w3-col.s7 {
  width: 58.33333%; }

.w3-col.s8 {
  width: 66.66666%; }

.w3-col.s9 {
  width: 74.99999%; }

.w3-col.s10 {
  width: 83.33333%; }

.w3-col.s11 {
  width: 91.66666%; }

.w3-col.s12 {
  width: 99.99999%; }

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%; }

  .w3-col.m2 {
    width: 16.66666%; }

  .w3-col.m3, .w3-quarter {
    width: 24.99999%; }

  .w3-col.m4, .w3-third {
    width: 33.33333%; }

  .w3-col.m5 {
    width: 41.66666%; }

  .w3-col.m6, .w3-half {
    width: 49.99999%; }

  .w3-col.m7 {
    width: 58.33333%; }

  .w3-col.m8, .w3-twothird {
    width: 66.66666%; }

  .w3-col.m9, .w3-threequarter {
    width: 74.99999%; }

  .w3-col.m10 {
    width: 83.33333%; }

  .w3-col.m11 {
    width: 91.66666%; }

  .w3-col.m12 {
    width: 99.99999%; } }
@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%; }

  .w3-col.l2 {
    width: 16.66666%; }

  .w3-col.l3 {
    width: 24.99999%; }

  .w3-col.l4 {
    width: 33.33333%; }

  .w3-col.l5 {
    width: 41.66666%; }

  .w3-col.l6 {
    width: 49.99999%; }

  .w3-col.l7 {
    width: 58.33333%; }

  .w3-col.l8 {
    width: 66.66666%; }

  .w3-col.l9 {
    width: 74.99999%; }

  .w3-col.l10 {
    width: 83.33333%; }

  .w3-col.l11 {
    width: 91.66666%; }

  .w3-col.l12 {
    width: 99.99999%; } }
.w3-rest {
  overflow: hidden; }

.w3-stretch {
  margin-left: -16px;
  margin-right: -16px; }

.w3-content, .w3-auto {
  margin-left: auto;
  margin-right: auto; }

.w3-content {
  max-width: 980px; }

.w3-auto {
  max-width: 1140px; }

.w3-cell-row {
  display: table;
  width: 100%; }

.w3-cell {
  display: table-cell; }

.w3-cell-top {
  vertical-align: top; }

.w3-cell-middle {
  vertical-align: middle; }

.w3-cell-bottom {
  vertical-align: bottom; }

.w3-hide {
  display: none !important; }

.w3-show-block, .w3-show {
  display: block !important; }

.w3-show-inline-block {
  display: inline-block !important; }

@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%; } }
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important; }

  .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative; }

  .w3-hide-small {
    display: none !important; }

  .w3-mobile {
    display: block;
    width: 100% !important; }

  .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center; }

  .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%; } }
@media (min-width: 993px) {
  .w3-hide-large {
    display: none !important; }

  .w3-sidebar.w3-collapse {
    display: block !important; } }
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important; } }
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none; }

  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .w3-auto {
    max-width: 100%; } }
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1; }

.w3-top {
  top: 0; }

.w3-bottom {
  bottom: 0; }

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0; }

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0; }

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0; }

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0; }

.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.w3-display-container:hover .w3-display-hover {
  display: block; }

.w3-display-container:hover span.w3-display-hover {
  display: inline-block; }

.w3-display-hover {
  display: none; }

.w3-display-position {
  position: absolute; }

.w3-circle {
  border-radius: 50%; }

.w3-round-small {
  border-radius: 2px; }

.w3-round, .w3-round-medium {
  border-radius: 4px; }

.w3-round-large {
  border-radius: 8px; }

.w3-round-xlarge {
  border-radius: 16px; }

.w3-round-xxlarge {
  border-radius: 32px; }

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px; }

.w3-container, .w3-panel {
  padding: 0.4em 16px; }

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px; }

.w3-code, .w3-codespan {
  font-family: Consolas,"courier new";
  font-size: 16px; }

.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4CAF50;
  word-wrap: break-word; }

.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%; }

.w3-card, .w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.w3-card-4, .w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); }

.w3-spin {
  animation: w3-spin 2s infinite linear; }

@keyframes w3-spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.w3-animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.w3-animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }

  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }

  to {
    right: 0;
    opacity: 1; } }

.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }

  to {
    bottom: 0;
    opacity: 1; } }

.w3-animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }

  to {
    transform: scale(1); } }

.w3-animate-input {
  transition: width 0.4s ease-in-out; }

.w3-animate-input:focus {
  width: 100% !important; }

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.60; }

.w3-opacity-off, .w3-hover-opacity-off:hover {
  opacity: 1; }

.w3-opacity-max {
  opacity: 0.25; }

.w3-opacity-min {
  opacity: 0.75; }

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
  filter: grayscale(100%); }

.w3-greyscale, .w3-grayscale {
  filter: grayscale(75%); }

.w3-greyscale-min, .w3-grayscale-min {
  filter: grayscale(50%); }

.w3-sepia {
  filter: sepia(75%); }

.w3-sepia-max, .w3-hover-sepia:hover {
  filter: sepia(100%); }

.w3-sepia-min {
  filter: sepia(50%); }

.w3-tiny {
  font-size: 10px !important; }

.w3-small {
  font-size: 12px !important; }

.w3-medium {
  font-size: 15px !important; }

.w3-large {
  font-size: 18px !important; }

.w3-xlarge {
  font-size: 24px !important; }

.w3-xxlarge {
  font-size: 36px !important; }

.w3-xxxlarge {
  font-size: 48px !important; }

.w3-jumbo {
  font-size: 64px !important; }

.w3-left-align {
  text-align: left !important; }

.w3-right-align {
  text-align: right !important; }

.w3-justify {
  text-align: justify !important; }

.w3-center {
  text-align: center !important; }

.w3-border-0 {
  border: 0 !important; }

.w3-border {
  border: 1px solid #cccccc !important; }

.w3-border-top {
  border-top: 1px solid #cccccc !important; }

.w3-border-bottom {
  border-bottom: 1px solid #cccccc !important; }

.w3-border-left {
  border-left: 1px solid #cccccc !important; }

.w3-border-right {
  border-right: 1px solid #cccccc !important; }

.w3-topbar {
  border-top: 6px solid #cccccc !important; }

.w3-bottombar {
  border-bottom: 6px solid #cccccc !important; }

.w3-leftbar {
  border-left: 6px solid #cccccc !important; }

.w3-rightbar {
  border-right: 6px solid #cccccc !important; }

.w3-section, .w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.w3-margin {
  margin: 16px !important; }

.w3-margin-top {
  margin-top: 16px !important; }

.w3-margin-bottom {
  margin-bottom: 16px !important; }

.w3-margin-left {
  margin-left: 16px !important; }

.w3-margin-right {
  margin-right: 16px !important; }

.w3-padding-small {
  padding: 4px 8px !important; }

.w3-padding {
  padding: 8px 16px !important; }

.w3-padding-large {
  padding: 12px 24px !important; }

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.w3-left {
  float: left !important; }

.w3-right {
  float: right !important; }

.w3-button:hover {
  color: black !important;
  background-color: #cccccc !important;
  transition: 0.3s ease; }

.w3-transparent, .w3-hover-none:hover {
  background-color: transparent !important; }

.w3-hover-none:hover {
  box-shadow: none !important; }

/* Colors */
.w3-amber, .w3-hover-amber:hover {
  color: black !important;
  background-color: #ffc107 !important; }

.w3-aqua, .w3-hover-aqua:hover {
  color: black !important;
  background-color: cyan !important; }

.w3-blue, .w3-hover-blue:hover {
  color: white !important;
  background-color: #2196f3 !important; }

.w3-light-blue, .w3-hover-light-blue:hover {
  color: black !important;
  background-color: skyblue !important; }

.w3-brown, .w3-hover-brown:hover {
  color: white !important;
  background-color: #795548 !important; }

.w3-cyan, .w3-hover-cyan:hover {
  color: black !important;
  background-color: #00bcd4 !important; }

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
  color: white !important;
  background-color: #607d8b !important; }

.w3-green, .w3-hover-green:hover {
  color: white !important;
  background-color: #4caf50 !important; }

.w3-light-green, .w3-hover-light-green:hover {
  color: black !important;
  background-color: #8bc34a !important; }

.w3-indigo, .w3-hover-indigo:hover {
  color: white !important;
  background-color: #3f51b5 !important; }

.w3-khaki, .w3-hover-khaki:hover {
  color: black !important;
  background-color: khaki !important; }

.w3-lime, .w3-hover-lime:hover {
  color: black !important;
  background-color: #cddc39 !important; }

.w3-orange, .w3-hover-orange:hover {
  color: black !important;
  background-color: #ff9800 !important; }

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: white !important;
  background-color: #ff5722 !important; }

.w3-pink, .w3-hover-pink:hover {
  color: white !important;
  background-color: #e91e63 !important; }

.w3-purple, .w3-hover-purple:hover {
  color: white !important;
  background-color: #9c27b0 !important; }

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: white !important;
  background-color: #673ab7 !important; }

.w3-red, .w3-hover-red:hover {
  color: white !important;
  background-color: #f44336 !important; }

.w3-sand, .w3-hover-sand:hover {
  color: black !important;
  background-color: oldlace !important; }

.w3-teal, .w3-hover-teal:hover {
  color: white !important;
  background-color: #009688 !important; }

.w3-yellow, .w3-hover-yellow:hover {
  color: black !important;
  background-color: #ffeb3b !important; }

.w3-white, .w3-hover-white:hover {
  color: black !important;
  background-color: white !important; }

.w3-black, .w3-hover-black:hover {
  color: white !important;
  background-color: black !important; }

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
  color: black !important;
  background-color: #9e9e9e !important; }

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
  color: black !important;
  background-color: #f1f1f1 !important; }

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
  color: white !important;
  background-color: #616161 !important; }

.w3-pale-red, .w3-hover-pale-red:hover {
  color: black !important;
  background-color: #ffdddd !important; }

.w3-pale-green, .w3-hover-pale-green:hover {
  color: black !important;
  background-color: #ddffdd !important; }

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: black !important;
  background-color: #ffffcc !important; }

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: black !important;
  background-color: #ddffff !important; }

.w3-blue, .w3-hover-blue:hover {
  color: white !important;
  background-color: #1a3768 !important; }

.w3-ntt, .w3-hover-ntt:hover {
  color: white !important;
  background-color: #5779a2 !important; }

.w3-agr, .w3-hover-agr:hover {
  color: white !important;
  background-color: #a11c13 !important; }

.w3-lgc, .w3-hover-lgc:hover {
  color: black !important;
  background-color: #fecb0b !important; }

.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important; }

.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: cyan !important; }

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196f3 !important; }

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: skyblue !important; }

.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important; }

.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important; }

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
  color: #607d8b !important; }

.w3-text-green, .w3-hover-text-green:hover {
  color: #4caf50 !important; }

.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important; }

.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important; }

.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important; }

.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important; }

.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important; }

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important; }

.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important; }

.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important; }

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important; }

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important; }

.w3-text-sand, .w3-hover-text-sand:hover {
  color: oldlace !important; }

.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important; }

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important; }

.w3-text-white, .w3-hover-text-white:hover {
  color: white !important; }

.w3-text-black, .w3-hover-text-black:hover {
  color: black !important; }

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
  color: #757575 !important; }

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important; }

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important; }

.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important; }

.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: cyan !important; }

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196f3 !important; }

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: skyblue !important; }

.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important; }

.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important; }

.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important; }

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4caf50 !important; }

.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important; }

.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important; }

.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: khaki !important; }

.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important; }

.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important; }

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important; }

.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important; }

.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important; }

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important; }

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important; }

.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: oldlace !important; }

.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important; }

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important; }

.w3-border-white, .w3-hover-border-white:hover {
  border-color: white !important; }

.w3-border-black, .w3-hover-border-black:hover {
  border-color: black !important; }

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
  border-color: #9e9e9e !important; }

.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important; }

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
  border-color: #616161 !important; }

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important; }

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important; }

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffcc !important; }

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important; }

.formBuilder #submitButton, .formBuilder #formBackButton {
  font-size: 20px !important;
  font-family: oswald  !important; }

.label--on-sale_legacy {
  position: absolute;
  background-color: #f7a100;
  z-index: 1;
  color: black;
  padding: 18px 30px 15px 30px !important;
  left: 0;
  top: 0;
  font-family: oswald !important;
  font-size: 1rem;
  font-weight: 400 !important; }

.label--on-sale_percent {
  position: absolute;
  background-color: #fdc907;
  z-index: 1;
  color: black !important;
  padding: 18px 59px 9px 30px !important;
  left: 0;
  top: 0;
  font-family: oswald !important;
  font-size: 1rem;
  font-weight: 400 !important; }

.sale_percent {
  position: absolute;
  z-index: 2;
  color: black;
  padding: 2px 0px 4px 10px;
  font-family: oswald, sans-serif;
  font-size: 0.9rem;
  font-weight: 400; }

.saletext {
  position: absolute;
  z-index: 2;
  color: white;
  padding: 2px 0px 4px 15px;
  font-family: oswald, sans-serif;
  font-size: 1rem;
  font-weight: 400; }

.star {
  visibility: hidden; }

.fadeIn {
  -webkit-animation: animat_show 0.8s;
  animation: animat_show 0.8s;
  visibility: visible !important; }

@-webkit-keyframes animat_show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

#snize_results.snize-mobile-design div.snize-main-panel-dropdown > a {
  background-color: white !important; }

.snize-no-products-found-link {
  color: black !important; }

#snize_results.snize-mobile-design div.snize-main-panel-view-mode > a {
  background-color: white !important; }

#snize_results.snize-mobile-design div.snize-main-panel-mobile-filters > a {
  background-color: white !important;
  color: #565656 !important; }

#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-overhidden {
  background: white !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  border-top: 1px solid black;
  background: white !important;
  border: 0px !important; }

#snize-search-results-grid-mode span.snize-thumbnail {
  border: 0px !important; }

#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product span.snize-title {
  font-weight: bold !important; }

div.snize div.snize-main-panel-controls {
  float: left;
  margin-left: 16px !important;
  margin-top: 13px !important;
  vertical-align: middle; }

div.snize div.snize-main-panel-controls ul li a.active {
  border: 0px !important; }

#snize-search-results-grid-mode li.snize-product .snize-view-link, #snize-search-results-grid-mode li.snize-product .snize-item {
  display: contents !important; }

ul.stamped-tabs li {
  display: inline-block;
  height: 100%;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 10px;
  color: #000;
  font-size: 17px !important;
  cursor: pointer;
  box-sizing: border-box;
  font-family: oswald;
  font-weight: 400 !important;
  border-bottom: 0px !important; }

a.snize-pagination-next, a.snize-pagination-prev {
  color: #797979 !important; }

.cbb-frequently-bought-plus-icon {
  user-select: none;
  font-size: 18px;
  font-weight: 200;
  font-family: monospace;
  height: 100px;
  width: 19px;
  line-height: 100px;
  color: #666666 !important;
  text-shadow: rgba(0, 0, 0, 0) -1px 0px, rgba(0, 0, 0, 0) 0px 1px, rgba(0, 0, 0, 0) 1px 0px, rgba(0, 0, 0, 0) 0px -1px !important;
  text-align: center;
  float: right;
  margin-right: -15px;
  margin-left: 5px; }

.cbb-frequently-bought-product-image {
  border: 1px solid #bbb; }

#tabs > div, .custom-product-description-tabs > div, #tabs-app-accordion > div {
  overflow: hidden;
  clear: both;
  padding: 10px 12px 10px 12px !important;
  background: #fafafa !important;
  color: #222 !important;
  border: 1px solid #dcdcdc !important;
  text-align: left; }

#tabs > ul > li.ui-state-active a, .custom-product-description-tabs > ul > li.ui-state-active a, #tabs-app-accordion > h3.ui-state-active a {
  background-color: #fafafa !important;
  border-color: #ccc !important;
  color: #222 !important;
  border-bottom: 0 solid white !important; }

#tabs > ul > li a, .custom-product-description-tabs > ul > li a, #tabs-app-accordion > h3 a {
  display: block;
  overflow: hidden;
  width: auto;
  height: 12px;
  margin: 0;
  padding: 9px 0px 9px 0px !important;
  background-color: #eee !important;
  border: 1px solid #ccc !important;
  color: #222 !important;
  line-height: 12px;
  font-family: inherit !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  opacity: 1 !important;
  outline: none; }

form[action='/cart/add'] input[type='submit'], form[action='/cart/add'] button[type='submit'] {
  background-color: #1a3768 !important; }

.stamped-review-header .created, .stamped-review-header-byline .created {
  color: #666 !important; }

.snize-main-panel-dropdown-title-asc {
  color: #333; }

#snize-modal-mobile-sortby-dialog div.snize-sortby-header span.snize-sortby-title {
  color: #333; }

div#adroll-onsite-root-not-inline {
  display: none; }

.cart-item__title {
  font-size: 1.5rem !important;
  line-height: 110% !important; }

.cart-item__variant, .cart-item__properties, .cart-item__unit-price, .cart-item__unit-price-discounted, .cart-item__line-price, .cart-item__line-price-discounted {
  font-size: 1.2rem !important; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox {
  margin: 7px 6px 0 0 !important; }

a.dropdown-column__list-link:hover {
  background-color: #1a3768; }

.content_block:hover {
  background-color: #eee;
  transition: 0.3s; }

#booster-button {
  top: 20px !important; }

.ztb-sb-widget-iframe {
  top: 300px !important; }
