/** Shopify CDN: Minification failed

Line 439:7 Unexpected "\".main-navigation\""

**/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .cart-item-quantity-edit {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, .cart-item-quantity-edit:active,
a:hover,
.cart-item-quantity-edit:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

header ".main-navigation" {
  z-index: 1; }

.footer-tapbar {
  z-index: 2; }

.overlay {
  z-index: 3; }

.header-search-results-wrapper {
  z-index: 4; }

.header-search-input-wrapper {
  z-index: 5; }

.product-info {
  z-index: 6; }

.main-header {
  z-index: 7; }

.header-wrapper {
  z-index: 8; }

.banner {
  z-index: 9; }

.banner-placeholder {
  z-index: 10; }

.product-message {
  z-index: 11; }

.product-images-lightbox {
  z-index: 12; }

/*
 * Bourbon mixins
 */
.page-wrapper:before, .main-footer-inner:before, .footer-lower:before, .footer-payment:before, .pagination:before, .form-field-swatch:before, .share:before, .cart-form:before, .collection:before, .address-name:before, .index-header:before, .product-stock .form-field-title:before, .product-stock .selector-wrapper label:before, .selector-wrapper .product-stock label:before,
.page-wrapper:after,
.main-footer-inner:after,
.footer-lower:after,
.footer-payment:after,
.pagination:after,
.form-field-swatch:after,
.share:after,
.cart-form:after,
.collection:after,
.address-name:after,
.index-header:after,
.product-stock .form-field-title:after,
.product-stock .selector-wrapper label:after,
.selector-wrapper .product-stock label:after {
  content: " ";
  display: table; }

.page-wrapper:after, .main-footer-inner:after, .footer-lower:after, .footer-payment:after, .pagination:after, .form-field-swatch:after, .share:after, .cart-form:after, .collection:after, .address-name:after, .index-header:after, .product-stock .form-field-title:after, .product-stock .selector-wrapper label:after, .selector-wrapper .product-stock label:after {
  clear: both; }

.form-field-filters a.active::after, .form-field-filters .active.cart-item-quantity-edit::after, .button, .tile-wrapper .tile-content, .banner, .department-item figcaption h3, .featured-content-item,
.featured-content-item-heading,
.featured-content-item-text, .footer-copyright, .header-logo a, .header-logo .cart-item-quantity-edit, .header-tools .header-cart-count, .index-features-item .index-features-item-content, .instagram-item .instagram-likes,
.instagram-item .instagram-comments, .product-item-banner, .form-swatch-item, .header-search-form .form-input, .header-search-form .form-select-wrapper, .collection-current-tags .collection-current-tag, .collection-filters-tags .collection-filters-tag-box, .address-name span, .password.has-image .page-header,
.password.has-image .password-message,
.password.has-image .form-field-title,
.password.has-image .selector-wrapper label,
.selector-wrapper .password.has-image label,
.password.has-image .sidekick,
.password.has-image .section-title, .product-price {
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

h1, h2, .department-item figcaption h3, h3, h4, h5, .form-field-title, .selector-wrapper label, .account-header, .address-name, h6, .page-header {
  font-family: "PT Sans";
  color: black; }

.order-status-item strong, .account-orders .grid-item:before, .account-orders [class*="grid-item"]:before,
.order-details .grid-item:before,
.order-details [class*="grid-item"]:before, .order-billing-address span,
.order-shipping-address span {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "PT Sans";
  font-weight: 400;
  color: #848487; }

.errors > *:first-child, .rich-text > *:first-child, .featured-content-item > *:first-child,
.featured-content-item-heading > *:first-child,
.featured-content-item-text > *:first-child, .index-features-text > *:first-child, .cart-item-image > *:first-child,
.cart-item-info > *:first-child, .collection-header-description > *:first-child, .product-item-description > *:first-child, .blog-item-info > *:first-child, .article-wrapper > *:first-child, .article-content > *:first-child, .article-content blockquote > *:first-child, .collection-sidebar-note > *:first-child, .product-description > *:first-child {
  margin-top: 0; }
.errors > *:last-child, .rich-text > *:last-child, .featured-content-item > *:last-child,
.featured-content-item-heading > *:last-child,
.featured-content-item-text > *:last-child, .index-features-text > *:last-child, .cart-item-image > *:last-child,
.cart-item-info > *:last-child, .collection-header-description > *:last-child, .product-item-description > *:last-child, .blog-item-info > *:last-child, .article-wrapper > *:last-child, .article-content > *:last-child, .article-content blockquote > *:last-child, .collection-sidebar-note > *:last-child, .product-description > *:last-child {
  margin-bottom: 0; }

.screen-reader, .form-field-radio .form-input, .form-field-radio .form-select-wrapper,
.form-field-checkbox .form-input,
.form-field-checkbox .form-select-wrapper {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px); }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  outline-color: #ff3300; }

html {
  font-size: 62.5%; }
  @media (max-width: 720px) {
    html {
      font-size: 76.923%; } }

body {
  font-size: 13px;
  font-size: 1.3rem;
  background: #e6e4e4;
  line-height: 1.6;
  font-family: "PT Sans";
  color: #646569; }
  body.scroll-locked {
    overflow: hidden; }
  @media (min-width: 721px) {
    body {
      padding-top: 0 !important; } }
  @media (max-width: 720px) {
    body {
      padding-top: 0 !important;
      padding-bottom: 40px; }
      body.template-gift_card, body.template-password {
        padding: 0 !important; }
      body.no-js {
        padding-top: 100px; } }

svg {
  fill: currentColor; }

img {
  max-width: 100%; }

figure {
  margin: 0; }

ul,
ol {
  padding-left: 20px; }

blockquote {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 2px solid #ff3300; }
  blockquote cite {
    display: block;
    margin-top: 10px; }

table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em; }
  table th,
  table td {
    padding: 10px 15px;
    border-top: 1px solid #ff6600;
    border-left: 1px solid #ff6600;
    text-align: left; }
  table th {
    background-color: #ff6600;
    color: black; }
  table tr > *:first-child {
    border-left: 0; }

.page-wrapper {
  position: relative; }

.hidden {
  display: none; }

.visibly-hidden {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3); }
  .overlay.animating {
    display: block;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .overlay.visible {
    display: block;
    opacity: 1; }

.form-success {
  padding: 12px 15px;
  margin-bottom: 20px;
  color: #1aff1a;
  border: 1px solid #1aff1a;
  background: #bde9bb; }

.form-error {
  margin-bottom: 20px; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }

.form-field, .selector-wrapper {
  margin-bottom: 10px; }

.form-inline {
  font-size: 0; }
  .form-inline > * {
    font-size: 13px;
    font-size: 1.3rem; }

.form-field-title, .selector-wrapper label {
  display: block;
  margin-top: 0;
  margin-bottom: 10px; }
  .form-field-title.form-hidden, .selector-wrapper label.form-hidden {
    display: none; }
    .lt-ie10 .form-field-title.form-hidden, .lt-ie10 .selector-wrapper label.form-hidden, .selector-wrapper .lt-ie10 label.form-hidden {
      display: block; }
  .form-inline .form-field-title, .form-inline .selector-wrapper label, .selector-wrapper .form-inline label {
    display: inline-block;
    margin-right: 20px; }

.form-input, .form-field-textarea .form-input, .form-select-wrapper {
  padding: 9px 12px;
  max-width: 300px;
  width: 100%;
  height: 33px;
  border: 1px solid #ff6600;
  border-radius: 3px;
  background-color: #e6e4e4;
  color: #646569;
  line-height: 1.6;
  -webkit-appearance: none;
  transition: border-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input::-webkit-input-placeholder, .form-field-textarea .form-input::-webkit-input-placeholder, .form-select-wrapper::-webkit-input-placeholder {
    color: #646569; }
  .form-input::-moz-placeholder, .form-field-textarea .form-input::-moz-placeholder, .form-select-wrapper::-moz-placeholder {
    color: #646569; }
  .form-input::-ms-placeholder, .form-field-textarea .form-input::-ms-placeholder, .form-select-wrapper::-ms-placeholder {
    color: #646569; }
  .form-input::placeholder, .form-field-textarea .form-input::placeholder, .form-select-wrapper::placeholder {
    color: #646569; }
  .form-input:focus, .form-select-wrapper:focus {
    border-color: #ff3300;
    outline: 0; }
  .form-input.form-full, .form-full.form-select-wrapper {
    display: block;
    max-width: 100%; }
  .form-inline .form-input, .form-inline .form-select-wrapper {
    display: inline-block; }
  .form-field-textarea .form-input, .form-field-textarea .form-select-wrapper {
    height: 100%;
    max-height: none;
    min-height: 200px; }

.form-select-wrapper {
  position: relative;
  display: block;
  padding: 9px 30px 9px 12px;
  border: 1px solid #ff6600;
  line-height: 1;
  cursor: pointer; }
  .form-select-wrapper.active {
    border-color: #ff3300; }
  .form-select-wrapper:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -1px;
    border-top: 3px solid #646569;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent; }
  .form-select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .form-select-wrapper.form-full {
    max-width: 100%; }
  .form-inline .form-select-wrapper {
    display: inline-block; }

.form-submit {
  margin-top: 30px; }

.form-field-radio .form-label,
.form-field-checkbox .form-label {
  position: relative;
  display: block; }
  .form-field-radio .form-label:not(:last-child),
  .form-field-checkbox .form-label:not(:last-child) {
    margin-bottom: 5px; }
.form-field-radio .form-label-text,
.form-field-checkbox .form-label-text {
  padding-left: 22px;
  margin-left: 0; }
.form-field-radio .form-input, .form-field-radio .form-select-wrapper,
.form-field-checkbox .form-input,
.form-field-checkbox .form-select-wrapper {
  width: auto; }
  .form-field-radio .form-input:focus + .form-label .form-label-text::before, .form-field-radio .form-select-wrapper:focus + .form-label .form-label-text::before,
  .form-field-checkbox .form-input:focus + .form-label .form-label-text::before,
  .form-field-checkbox .form-select-wrapper:focus + .form-label .form-label-text::before {
    border-color: #ff3300; }
.form-field-radio .form-label-text,
.form-field-checkbox .form-label-text {
  font-family: "PT Sans"; }
  .form-field-radio .form-label-text:before,
  .form-field-checkbox .form-label-text:before {
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ff6600;
    background-color: #e6e4e4;
    cursor: pointer;
    content: ""; }
  .form-field-radio .form-label-text:after,
  .form-field-checkbox .form-label-text:after {
    position: absolute;
    cursor: pointer;
    content: ""; }

.form-field-radio .form-label-text:before {
  border-radius: 100%; }
.form-field-radio .form-label-text:after {
  top: calc(50% - 2px);
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%; }
.form-field-radio .form-input:checked + .form-label-text:after, .form-field-radio .form-select-wrapper:checked + .form-label-text:after {
  background-color: #646569; }

.form-field-checkbox .form-label-text:before {
  width: 9px;
  height: 9px; }
.form-field-checkbox .form-label-text:after {
  top: calc(50% - 8px);
  left: 4px;
  width: 4px;
  height: 8px;
  transform: rotate(42.5deg); }
.form-field-checkbox .form-input:checked + .form-label .form-label-text:after, .form-field-checkbox .form-select-wrapper:checked + .form-label .form-label-text:after,
.form-field-checkbox .form-label-text.active:after {
  border: solid #646569;
  border-width: 0 2px 2px 0; }

.form-filter-wrapper.is-color {
  padding-top: 10px !important;
  margin-right: -2px;
  margin-left: -2px;
  font-size: 0; }

@media (max-width: 720px) {
  .form-field-filters {
    margin-bottom: 0; } }
.form-field-filters a, .form-field-filters .cart-item-quantity-edit {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  display: block;
  padding-left: 16px;
  margin-bottom: 2px;
  color: #646569;
  line-height: 19px; }
  @media (max-width: 720px) {
    .form-field-filters a, .form-field-filters .cart-item-quantity-edit {
      padding-left: 18px; } }
  .form-field-filters a:hover, .form-field-filters .cart-item-quantity-edit:hover {
    color: #646569; }
  .form-field-filters a::before, .form-field-filters .cart-item-quantity-edit::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 7px;
    border: 1px solid rgba(100, 101, 105, 0.3);
    border-radius: 2px;
    content: ""; }
  .form-field-filters a.active::after, .form-field-filters .active.cart-item-quantity-edit::after {
    position: absolute;
    top: calc(50% - 4px);
    left: 1px;
    font-size: 15px;
    line-height: 7px;
    content: "\00D7";
    font-family: Arial, sans-serif; }
  .form-field-filters a.is-color, .form-field-filters .is-color.cart-item-quantity-edit {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding-left: 15px;
    margin-right: 2px;
    margin-bottom: 4px;
    margin-left: 2px;
    border-radius: 50%;
    text-indent: -9999px; }
    @media (max-width: 720px) {
      .form-field-filters a.is-color, .form-field-filters .is-color.cart-item-quantity-edit {
        width: 25px;
        height: 25px;
        margin-right: 3px;
        margin-bottom: 6px;
        margin-left: 3px; } }
    .form-field-filters a.is-color[data-color="white"], .form-field-filters .is-color[data-color="white"].cart-item-quantity-edit {
      box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3); }
      .form-field-filters a.is-color[data-color="white"].active::after, .form-field-filters .is-color[data-color="white"].active.cart-item-quantity-edit::after {
        background-color: #646569; }
    .form-field-filters a.is-color::before, .form-field-filters .is-color.cart-item-quantity-edit::before {
      display: none; }
    .form-field-filters a.is-color.active::after, .form-field-filters .is-color.active.cart-item-quantity-edit::after {
      top: 5px;
      left: 5px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #e6e4e4;
      content: ""; }
      @media (max-width: 720px) {
        .form-field-filters a.is-color.active::after, .form-field-filters .is-color.active.cart-item-quantity-edit::after {
          top: 9px;
          left: 9px;
          width: 7px;
          height: 7px; } }
.form-field-filters .form-field-title button, .form-field-filters .selector-wrapper label button, .selector-wrapper .form-field-filters label button {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  text-align: left; }
  @media (min-width: 721px) {
    .form-field-filters .form-field-title button, .form-field-filters .selector-wrapper label button, .selector-wrapper .form-field-filters label button {
      cursor: default; } }
  .form-field-filters .form-field-title button svg, .form-field-filters .selector-wrapper label button svg, .selector-wrapper .form-field-filters label button svg {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 4px;
    color: #ff3300; }
    @media (min-width: 721px) {
      .form-field-filters .form-field-title button svg, .form-field-filters .selector-wrapper label button svg, .selector-wrapper .form-field-filters label button svg {
        display: none; } }

.form-actions {
  margin-top: 20px;
  font-size: 0; }

.button {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  height: 33px;
  text-align: center;
  font-family: "PT Sans";
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 9px 24px 9px;
  border: none;
  background: #ff3300;
  color: #e6e4e4; }
  .button:hover {
    color: #e6e4e4;
    background: #ff3300; }
    .button:hover:hover {
      background: #f2785a; }
  .button.form-full {
    display: block;
    max-width: 100%;
    width: 100%; }
  .button.button-disabled {
    background: gray;
    color: #eeeeee; }
    .button.button-disabled:hover {
      color: #eeeeee;
      background: gray; }
  .button a, .button .cart-item-quantity-edit {
    color: #e6e4e4; }
    .button a:hover, .button .cart-item-quantity-edit:hover {
      color: #e6e4e4; }
  .button.leader {
    margin-right: 20px; }
  .button.sidekick {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background-color: transparent;
    color: #ff3300;
    cursor: pointer;
    background: none;
    border: none; }
    .button.sidekick:hover {
      background-color: transparent; }
    .button.sidekick a, .button.sidekick .cart-item-quantity-edit {
      color: #ff3300; }

.page-wrapper, .departments-wrapper, .featured-content-pageWidth, .footer-departments-wrapper, .main-footer-inner, .footer-lower, .header, .index-blog, .featured-products-wrapper, .index-features, .instagram-wrapper, .navigation-super, .main-navigation-wrapper, .collection-main-wrapper, .collection-load-products, .product-images-lightbox > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Solves border-box issue with max-width in IE8 */ }
  @media (max-width: 720px) {
    .page-wrapper, .departments-wrapper, .featured-content-pageWidth, .footer-departments-wrapper, .main-footer-inner, .footer-lower, .header, .index-blog, .featured-products-wrapper, .index-features, .instagram-wrapper, .navigation-super, .main-navigation-wrapper, .collection-main-wrapper, .collection-load-products, .product-images-lightbox > div {
      padding-right: 15px;
      padding-left: 15px; } }
  .lt-ie9 .page-wrapper, .lt-ie9 .departments-wrapper, .lt-ie9 .featured-content-pageWidth, .lt-ie9 .footer-departments-wrapper, .lt-ie9 .main-footer-inner, .lt-ie9 .footer-lower, .lt-ie9 .header, .lt-ie9 .index-blog, .lt-ie9 .featured-products-wrapper, .lt-ie9 .index-features, .lt-ie9 .instagram-wrapper, .lt-ie9 .navigation-super, .lt-ie9 .main-navigation-wrapper, .lt-ie9 .collection-main-wrapper, .lt-ie9 .collection-load-products, .lt-ie9 .product-images-lightbox > div {
    width: 1020px; }

.grid {
  font-size: 0; }

.grid-item, [class*="grid-item"] {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top; }

.grid-item-100 {
  display: block;
  width: 100%; }

.grid-item-83 {
  width: 83.333%; }

.grid-item-75 {
  width: 75%; }

.grid-item-70 {
  width: 70%; }

.grid-item-66 {
  width: 66.666%; }

.grid-item-58 {
  width: 58.333%; }

.grid-item-55 {
  width: 55%; }

.grid-item-50 {
  width: 50%; }

.grid-item-45 {
  width: 45%; }

.grid-item-41 {
  width: 41.666%; }

.grid-item-40 {
  width: 40%; }

.grid-item-35 {
  width: 35%; }

.grid-item-33 {
  width: 33.333%; }

.grid-item-30 {
  width: 30%; }

.grid-item-27 {
  width: 26.666%; }

.grid-item-25 {
  width: 25%; }

.grid-item-20 {
  width: 20%; }

.grid-item-16 {
  width: 16.666%; }

.grid-item-15 {
  width: 15%; }

.grid-item-12 {
  width: 12.5%; }

.grid-item-10 {
  width: 10%; }

.grid-item-5 {
  width: 5%; }

.tile-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  border-right: 10px solid #e6e4e4;
  border-left: 10px solid #e6e4e4; }
  .tile-wrapper::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 140%; }
  .tile-wrapper img {
    display: none; }
  @media (max-width: 960px) {
    .tile-wrapper.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .tile-wrapper.grid-item-25 {
      width: 50%; } }
  .tile-wrapper .tile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ff3300; }
  .tile-wrapper .tile-content {
    position: absolute;
    right: 30px;
    bottom: 25px;
    left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #e6e4e4; }
    @media (max-width: 720px) {
      .tile-wrapper .tile-content {
        font-size: 20px;
        font-size: 2rem; } }
    @media (max-width: 500px) {
      .tile-wrapper .tile-content {
        font-size: 18px;
        font-size: 1.8rem; } }

.onboarding-department {
  background-color: #edbe9f; }
  .onboarding-department svg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 400px;
    transform: translate3d(-50%, -50%, 0); }

.onboarding-instagram-item figure {
  background-color: #edbe9f; }
  .onboarding-instagram-item figure svg {
    display: block;
    color: #646569; }

h1, h2, .department-item figcaption h3, h3, h4, h5, .form-field-title, .selector-wrapper label, .account-header, .address-name, h6 {
  font-weight: 700;
  line-height: 1.25; }

h1 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400; }

h2, .department-item figcaption h3 {
  font-size: 25px;
  font-size: 2.5rem; }

h3 {
  font-size: 16px;
  font-size: 1.6rem; }

h4 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400; }

h5, .form-field-title, .selector-wrapper label, .account-header, .address-name {
  font-size: 13px;
  font-size: 1.3rem; }

h6 {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3em; }

a, .cart-item-quantity-edit {
  text-decoration: none;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ff3300; }
  a:hover, .cart-item-quantity-edit:hover {
    color: #f2785a; }

.page-header-wrapper {
  position: relative;
  margin: 30px auto 33px;
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 720px) {
    .page-header-wrapper {
      padding-right: 20px;
      padding-left: 20px;
      margin-top: 18px;
      margin-bottom: 18px; } }

.page-header {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 30px auto 33px;
  max-width: 1020px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  text-align: center; }
  .page-header.with-context {
    font-weight: 400; }
  .page-header.simple {
    margin: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    text-align: left; }
  @media (max-width: 720px) {
    .page-header {
      font-size: 18px;
      font-size: 1.8rem;
      padding-right: 20px;
      padding-left: 20px;
      margin-top: 18px;
      margin-bottom: 18px; } }
  .page-header-wrapper .page-header {
    margin: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0; }

.errors {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6px 8px;
  color: #ff1a1a;
  border: 1px solid #ff1a1a;
  background: #ebbbbb; }
  .errors ul {
    padding: 0;
    list-style: none; }

.banner {
  position: relative;
  padding: 5px 20px;
  background-color: #ff3300;
  color: #e6e4e4;
  text-align: center; }
  @media (max-width: 720px) {
    .banner {
      z-index: 1; } }
  .banner a, .banner .cart-item-quantity-edit {
    display: block;
    color: #e6e4e4; }
    .banner a:hover, .banner .cart-item-quantity-edit:hover {
      color: #e6e4e4; }
  .banner p {
    margin-top: 0;
    margin-bottom: 0; }

.banner-placeholder {
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #ff3300; }
  @media (max-width: 720px) {
    .banner-placeholder {
      display: none; } }

.departments-wrapper {
  position: relative; }
  .departments-wrapper .slick-list {
    overflow: visible; }
  .departments-wrapper .slick-slide {
    opacity: 0.05;
    outline: 0;
    backface-visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .departments-wrapper .slick-slide.visible,
  .departments-wrapper .slick-active {
    opacity: 1; }

@media (max-width: 600px) {
  .departments-slide {
    width: 100%; } }
.departments-slide a:focus, .departments-slide .cart-item-quantity-edit:focus {
  outline: 0;
  box-shadow: inset 0 0 2px 2px rgba(255, 51, 0, 0.9); }

.departments {
  margin-right: -10px;
  margin-left: -10px; }

.department-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .department-item:hover figure::before {
    opacity: 1; }
  .department-item.department-item-tall figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .department-item.department-item-tall figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: calc(130.5% + 20px); }
    .department-item.department-item-tall figure img {
      display: none; }
  .department-item.department-item-wide figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .department-item.department-item-wide figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 32.625%; }
    .department-item.department-item-wide figure img {
      display: none; }
  .department-item.department-item-tall.department-item-wide figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .department-item.department-item-tall.department-item-wide figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 65.25%; }
    .department-item.department-item-tall.department-item-wide figure img {
      display: none; }
  .department-item figure {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative; }
    .department-item figure::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 65.25%; }
    .department-item figure img {
      display: none; }
    .department-item figure::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      content: ""; }
    .department-item figure.overlay-10::before {
      background-color: rgba(255, 51, 0, 0.1); }
    .department-item figure.overlay-20::before {
      background-color: rgba(255, 51, 0, 0.2); }
    .department-item figure.overlay-30::before {
      background-color: rgba(255, 51, 0, 0.3); }
    .department-item figure.overlay-40::before {
      background-color: rgba(255, 51, 0, 0.4); }
    .department-item figure.overlay-50::before {
      background-color: rgba(255, 51, 0, 0.5); }
    .department-item figure.overlay-60::before {
      background-color: rgba(255, 51, 0, 0.6); }
    .department-item figure.overlay-70::before {
      background-color: rgba(255, 51, 0, 0.7); }
    .department-item figure.overlay-80::before {
      background-color: rgba(255, 51, 0, 0.8); }
    .department-item figure.overlay-90::before {
      background-color: rgba(255, 51, 0, 0.9); }
    .department-item figure.overlay-100::before {
      background-color: #ff3300; }
  .department-item figcaption {
    position: absolute;
    width: 100%;
    padding: 13px 20px;
    font-weight: 700; }
    @media (max-width: 500px) {
      .department-item figcaption {
        padding: 10px 15px; } }
    .department-item figcaption.center {
      top: 50%;
      left: 0;
      text-align: center;
      transform: translateY(-50%); }
    .department-item figcaption.top {
      top: 0; }
    .department-item figcaption.bottom {
      bottom: 0; }
    .department-item figcaption.right {
      text-align: right; }
    .department-item figcaption h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 0;
      margin-bottom: 0;
      color: #e6e4e4; }
      @media (max-width: 720px) {
        .department-item figcaption h3 {
          font-size: 20px;
          font-size: 2rem; } }
      @media (max-width: 500px) {
        .department-item figcaption h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
    .department-item figcaption.title-16 h3 {
      font-size: 16px;
      font-size: 1.6rem; }
    .department-item figcaption.title-18 h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .department-item figcaption.title-20 h3 {
      font-size: 20px;
      font-size: 2rem; }
    .department-item figcaption.title-22 h3 {
      font-size: 22px;
      font-size: 2.2rem; }
    .department-item figcaption.title-24 h3 {
      font-size: 24px;
      font-size: 2.4rem; }
  .department-item a, .department-item .cart-item-quantity-edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media (max-width: 600px) {
  .departments-slideshow-navigation {
    display: none; } }
.departments-slideshow-navigation button {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 10px;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .departments-slideshow-navigation button:focus svg {
    box-shadow: 0 0 2px 2px rgba(255, 51, 0, 0.9); }
.departments-slideshow-navigation svg {
  position: relative;
  top: -11px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #ff3300;
  background-color: rgba(230, 228, 228, 0.9); }
.departments-slideshow-navigation button:first-child {
  left: -50px; }
  @media (max-width: 1200px) {
    .departments-slideshow-navigation button:first-child {
      left: -30px; } }
  @media (max-width: 1110px) {
    .departments-slideshow-navigation button:first-child {
      left: 0; } }
.departments-slideshow-navigation button:last-child {
  right: -50px; }
  @media (max-width: 1200px) {
    .departments-slideshow-navigation button:last-child {
      right: -30px; } }
  @media (max-width: 1110px) {
    .departments-slideshow-navigation button:last-child {
      right: 0; } }

.featured-content-wrapper {
  text-align: center; }

.featured-content {
  margin-bottom: 20px; }

.featured-content-item,
.featured-content-item-heading,
.featured-content-item-text {
  padding: 25px 20px;
  text-align: center; }
  @media (max-width: 720px) {
    .featured-content-item,
    .featured-content-item-heading,
    .featured-content-item-text {
      font-size: 20px;
      font-size: 2rem; } }
  .featured-content-item.size-16,
  .featured-content-item-heading.size-16,
  .featured-content-item-text.size-16 {
    font-size: 16px; }
  .featured-content-item.size-17,
  .featured-content-item-heading.size-17,
  .featured-content-item-text.size-17 {
    font-size: 17px; }
  .featured-content-item.size-18,
  .featured-content-item-heading.size-18,
  .featured-content-item-text.size-18 {
    font-size: 18px; }
  .featured-content-item.size-19,
  .featured-content-item-heading.size-19,
  .featured-content-item-text.size-19 {
    font-size: 19px; }
  .featured-content-item.size-20,
  .featured-content-item-heading.size-20,
  .featured-content-item-text.size-20 {
    font-size: 20px; }
  .featured-content-item.size-21,
  .featured-content-item-heading.size-21,
  .featured-content-item-text.size-21 {
    font-size: 21px; }
  .featured-content-item.size-22,
  .featured-content-item-heading.size-22,
  .featured-content-item-text.size-22 {
    font-size: 22px; }
  .featured-content-item.size-23,
  .featured-content-item-heading.size-23,
  .featured-content-item-text.size-23 {
    font-size: 23px; }
  .featured-content-item.size-24,
  .featured-content-item-heading.size-24,
  .featured-content-item-text.size-24 {
    font-size: 24px; }
  .featured-content-item.size-25,
  .featured-content-item-heading.size-25,
  .featured-content-item-text.size-25 {
    font-size: 25px; }
  .featured-content-item.size-26,
  .featured-content-item-heading.size-26,
  .featured-content-item-text.size-26 {
    font-size: 26px; }
  .featured-content-item.size-27,
  .featured-content-item-heading.size-27,
  .featured-content-item-text.size-27 {
    font-size: 27px; }
  .featured-content-item.size-28,
  .featured-content-item-heading.size-28,
  .featured-content-item-text.size-28 {
    font-size: 28px; }
  .featured-content-item > p,
  .featured-content-item-heading > p,
  .featured-content-item-text > p {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.25;
    font-family: "PT Sans"; }

.featured-content-item {
  color: black; }
  .featured-content-item.has-background {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: rgba(255, 51, 0, 0.1); }
  .featured-content-item.has-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.featured-content-item-heading {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

.featured-content-item-text {
  padding-bottom: 0; }

.featured-content {
  font-size: 0; }

.featured-content-column {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 20px; }
  @media screen and (max-width: 700px) {
    .featured-content-column {
      display: block;
      width: 100%;
      padding: 20px 0; }
      .featured-content-column img {
        max-width: 150px; } }

.nopad {
  padding: 0px;
  margin: 20px 20px 0px; }

.footer-departments-wrapper {
  margin-top: 20px;
  margin-bottom: 35px; }
  @media (max-width: 720px) {
    .footer-departments-wrapper {
      margin-bottom: 25px; } }
  .footer-departments-wrapper .footer-menu {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 25px;
    margin-bottom: 0; }
    @media (max-width: 720px) {
      .footer-departments-wrapper .footer-menu {
        width: 50%; } }
    .footer-departments-wrapper .footer-menu.grid-item-50 ul {
      column-count: 2; }
      @media (max-width: 720px) {
        .footer-departments-wrapper .footer-menu.grid-item-50 ul {
          column-count: 1; } }
    @media (max-width: 720px) {
      .footer-departments-wrapper .footer-menu.grid-item-100 {
        width: 100%; } }
    .footer-departments-wrapper .footer-menu.grid-item-100 ul {
      column-count: 4; }
      @media (max-width: 720px) {
        .footer-departments-wrapper .footer-menu.grid-item-100 ul {
          column-count: 2; } }
  .footer-departments-wrapper ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }
  .footer-departments-wrapper a, .footer-departments-wrapper .cart-item-quantity-edit {
    color: #646569; }

.footer-departments {
  margin-right: -10px;
  margin-left: -10px; }
  .footer-departments::before {
    display: block;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #ff6600;
    content: ""; }
  .footer-departments .section-title {
    margin-top: 0;
    margin-bottom: 12px; }

.main-footer-wrapper {
  margin-top: 20px;
  padding-right: 0;
  padding-left: 0; }

.main-footer {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #bbb;
  color: #646569; }
  @media (max-width: 720px) {
    .main-footer {
      padding-right: 0;
      padding-left: 0;
      background-color: transparent; } }

.main-footer-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: auto; }
  @media (max-width: 720px) {
    .main-footer-inner {
      padding-top: 20px;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0; } }
  .main-footer-inner .section-title {
    margin-top: 0;
    margin-bottom: 12px; }
    .main-footer-inner .section-title.footer-social-header {
      margin-bottom: 6px; }
  .main-footer-inner ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none; }

.footer-menu {
  text-align: left; }
  @media (max-width: 720px) {
    .footer-menu {
      width: 50%;
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 500px) {
    .footer-menu:first-of-type {
      padding-top: 0 !important;
      border-top: 0 !important; } }
  .footer-menu a, .footer-menu .cart-item-quantity-edit {
    color: #646569; }
  @media (max-width: 500px) {
    .footer-menu.footer-menu-links {
      margin-bottom: 15px; }
      .footer-menu.footer-menu-links:first-of-type {
        padding-right: 10px; }
      .footer-menu.footer-menu-links:nth-of-type(2) {
        padding-left: 10px; }
      .footer-menu.footer-menu-links li:first-child a, .footer-menu.footer-menu-links li:first-child .cart-item-quantity-edit {
        padding-top: 3px; } }
  @media (max-width: 500px) {
    .footer-menu.footer-menu-links a, .footer-menu.footer-menu-links .cart-item-quantity-edit {
      display: block;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (max-width: 500px) {
    .footer-menu.mailing-list-form {
      width: 100%;
      padding-top: 20px;
      margin-bottom: 20px;
      border-top: 1px solid #ff6600; } }
  .footer-menu.mailing-list-form .form-actions {
    margin-top: 10px; }
  @media (max-width: 720px) {
    .footer-menu.footer-text {
      margin-bottom: 0; } }
  @media (max-width: 500px) {
    .footer-menu.footer-text {
      width: 100%;
      padding-top: 20px;
      border-top: 1px solid #ff6600; } }
  @media (max-width: 720px) {
    .footer-menu.footer-social-contact {
      margin-bottom: 0; } }
  @media (max-width: 500px) {
    .footer-menu.footer-social-contact {
      width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  @media (max-width: 500px) {
    .footer-menu.footer-social-contact .footer-social-wrapper,
    .footer-menu.footer-social-contact .footer-contact-wrapper {
      padding-top: 20px;
      padding-right: 20px;
      padding-left: 20px;
      border-top: 1px solid #ff6600; } }
  .footer-menu.footer-social-contact .footer-social-wrapper {
    margin-bottom: 15px; }
  @media (max-width: 720px) {
    .footer-menu.footer-social-contact .footer-contact-wrapper {
      margin-bottom: 20px; } }

.footer-social-wrapper + .footer-contact-wrapper .section-title {
  margin-top: 20px; }
  @media (max-width: 500px) {
    .footer-social-wrapper + .footer-contact-wrapper .section-title {
      margin-top: 0; } }

.footer-contact {
  margin-bottom: 0; }

.footer-lower {
  font-size: 12px;
  font-size: 1.2rem;
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #646569; }
  @media (max-width: 720px) {
    .footer-lower {
      border-top: 1px solid #ff6600; } }
  @media (max-width: 500px) {
    .footer-lower {
      display: block;
      text-align: center; } }
  .footer-lower a, .footer-lower .cart-item-quantity-edit {
    color: #646569; }

.footer-copyright {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }
  @media (max-width: 500px) {
    .footer-copyright {
      display: block;
      text-align: center; } }

.footer-social {
  margin-right: -8px;
  margin-left: -8px;
  font-size: 0; }
  .footer-social li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0; }
  .footer-social a, .footer-social .cart-item-quantity-edit {
    display: block;
    padding: 8px; }
  .footer-social svg {
    display: block;
    height: 15px;
    width: 15px;
    color: #848487; }

.footer-payment {
  margin-top: 3px;
  vertical-align: middle;
  text-align: right; }
  @media (max-width: 500px) {
    .footer-payment {
      margin-top: 20px;
      text-align: center; } }
  .footer-payment ul {
    display: table-cell;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0;
    float: right; }
    @media (max-width: 500px) {
      .footer-payment ul {
        display: block;
        float: none; } }
  .footer-payment li {
    display: inline-block;
    margin-left: 5px; }
  .footer-payment svg {
    display: block;
    height: 30px;
    color: rgba(132, 132, 135, 0.5); }
  .footer-payment .visa svg {
    width: 53px; }
  .footer-payment .master svg {
    width: 45px; }
  .footer-payment .american-express svg {
    width: 58px; }
  .footer-payment .apple-pay svg {
    width: 40px; }
  .footer-payment .paypal svg {
    width: 58px; }
  .footer-payment .diners-club svg {
    width: 30px; }
  .footer-payment .jcb svg {
    width: 42px; }
  .footer-payment .maestro svg {
    width: 45px; }
  .footer-payment .google-wallet svg {
    width: 60px; }
  .footer-payment .discover svg {
    width: 58px; }
  .footer-payment .solo svg {
    width: 36px; }
  .footer-payment .switch svg {
    width: 24px; }
  .footer-payment .laser svg {
    width: 32px; }
  .footer-payment .dankort svg {
    width: 49px; }
  .footer-payment .dwolla svg {
    width: 58px; }
  .footer-payment .bitcoin svg {
    width: 60px; }
  .footer-payment .forbrugsforeningen svg {
    width: 28px; }
  .footer-payment .shopify-pay svg {
    width: 24px; }

.main-header {
  position: relative;
  color: black; }
  @media (max-width: 720px) {
    .main-header {
      /*     position: fixed;
          top: 0;
          width: 100%;
          transition: transform 0.3s $easing;
       */ } }

.header-wrapper {
  position: relative;
  background-color: white; }
  @media (max-width: 720px) {
    .header-wrapper {
      border-bottom: 1px solid #ff6600; } }

.header {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 720px) {
    .header {
      padding: 0; } }
  .no-flexbox .header {
    display: table; }

.header-logo {
  display: flex;
  align-items: center;
  width: 28%;
  padding-right: 0px;
  font-size: 0; }
  .no-flexbox .header-logo {
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 720px) {
    .header-logo {
      width: calc(100% - 100px);
      padding-top: 10px;
      padding-right: 0;
      padding-bottom: 10px;
      text-align: center; } }
  .header-logo h2, .header-logo .department-item figcaption h3, .department-item figcaption .header-logo h3 {
    display: block;
    margin: 0;
    font-family: "PT Sans";
    font-size: 30px;
    vertical-align: middle; }
    @media (max-width: 720px) {
      .header-logo h2, .header-logo .department-item figcaption h3, .department-item figcaption .header-logo h3 {
        margin-right: auto;
        margin-left: auto;
        font-size: 25px; } }
  .header-logo a, .header-logo .cart-item-quantity-edit {
    display: block;
    color: black; }
  .header-logo img {
    display: block; }

.header-tools {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 72%;
  height: 25px;
  color: black;
  text-align: right; }
  .no-flexbox .header-tools {
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 720px) {
    .header-tools {
      width: 50px;
      padding-right: 20px; } }
  .header-tools > ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .no-flexbox .header-tools > ul {
      display: inline-block; }
  .header-tools > ul > li {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle; }
    @media (max-width: 720px) {
      .header-tools > ul > li {
        margin-left: 0; } }
  .no-js .header-tools .header-currency {
    display: none; }
  .header-tools .header-account > a > svg, .header-tools .header-account > .cart-item-quantity-edit > svg,
  .header-tools .header-cart > a > svg,
  .header-tools .header-cart > .cart-item-quantity-edit > svg {
    color: black;
    vertical-align: bottom; }
  .header-tools .header-account > a, .header-tools .header-account > .cart-item-quantity-edit {
    position: relative;
    padding-bottom: 10px; }
    .header-tools .header-account > a > svg, .header-tools .header-account > .cart-item-quantity-edit > svg {
      width: 20px;
      height: 23px; }
  .header-tools .header-cart > a > svg, .header-tools .header-cart > .cart-item-quantity-edit > svg {
    width: 22px;
    height: 24px; }
    @media (max-width: 720px) {
      .header-tools .header-cart > a > svg, .header-tools .header-cart > .cart-item-quantity-edit > svg {
        width: 19px;
        height: 21px; } }
  @media (max-width: 720px) {
    .header-tools .header-currency,
    .header-tools .header-account {
      display: none; } }
  .header-tools .header-cart a, .header-tools .header-cart .cart-item-quantity-edit {
    position: relative; }
  .header-tools .header-cart-count {
    position: absolute;
    top: -9px;
    right: -5px;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #ff3300;
    color: #e6e4e4;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
    @media (max-width: 720px) {
      .header-tools .header-cart-count {
        top: -4px; } }

.index-blog {
  margin-bottom: 5px; }
  .index-blog .grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }

.index-blog-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 720px) {
    .index-blog-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 500px) {
    .index-blog-item.grid-item-25 {
      width: 100%; } }
  @media (max-width: 720px) {
    .index-blog-item.grid-item-33 {
      width: 100%; } }
  @media (max-width: 720px) {
    .index-blog-item.grid-item-50 {
      width: 100%; } }
  .index-blog-item figure {
    position: relative; }
    .index-blog-item figure.svg-placeholder {
      background-color: #edbe9f; }
      .index-blog-item figure.svg-placeholder svg {
        display: block; }
    .index-blog-item figure img {
      display: block;
      width: 100%; }

.index-blog-item-content {
  margin-top: 20px; }
  @media (max-width: 720px) {
    .index-blog-item-content {
      padding-right: 22px;
      padding-bottom: 20px;
      padding-left: 22px; }
      .index-blog-item.grid-item-25 .index-blog-item-content {
        padding-right: 11px;
        padding-left: 11px; } }
  @media (max-width: 500px) {
    .index-blog-item.grid-item-25 .index-blog-item-content {
      padding-right: 22px;
      padding-left: 22px; } }
  @media (min-width: 721px) {
    .index-blog-item-content > div {
      max-width: 350px; } }

.index-blog-title {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 720px) {
    .image-content .index-blog-title {
      color: black !important; } }
  .index-blog-title + .index-blog-text,
  .index-blog-title + .index-blog-button {
    margin-top: 10px; }

.index-blog-text {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 720px) {
    .image-content .index-blog-text {
      color: #646569 !important; } }
  .index-blog-text + .index-blog-button {
    margin-top: 15px; }

.index-blog-button {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 3px; }
  @media (max-width: 720px) {
    .image-content .index-blog-button {
      color: #ff3300 !important; } }

.index-blog-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.featured-products-wrapper {
  margin-top: 20px;
  margin-bottom: 10px; }
  .featured-products-wrapper .slick-arrow {
    position: absolute; }

.featured-products-heading {
  margin-right: 35px;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 20px; }
  .featured-products-heading:not(.active) {
    opacity: 0.7; }
  @media (max-width: 720px) {
    .index-header .featured-products-heading {
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 30px; } }
  @media (max-width: 500px) {
    .index-header .featured-products-heading {
      display: block;
      margin-bottom: 5px; } }
  .featured-products-heading button {
    padding: 0;
    border: 0;
    background: none;
    outline: 0; }

.featured-products-outer {
  position: relative;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .featured-products-outer.processed {
    overflow: visible; }

.featured-products {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: -10px;
  margin-left: -10px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .featured-products.active {
    opacity: 1;
    z-index: 1;
    visibility: visible; }
  .featured-products:not(.active) {
    opacity: 0;
    z-index: 0;
    visibility: hidden; }
  .featured-products .svg-placeholder {
    background-color: #edbe9f; }
    .featured-products .svg-placeholder svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block; }

.featured-products-item-more div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-color: #ff3300; }
  .featured-products-item-more div::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 150%; }
  .featured-products-item-more div img {
    display: none; }
  .featured-products-item-more div.dummy-landscape {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .featured-products-item-more div.dummy-landscape::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 66.6%; }
    .featured-products-item-more div.dummy-landscape img {
      display: none; }
  .featured-products-item-more div.dummy-square {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .featured-products-item-more div.dummy-square::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    .featured-products-item-more div.dummy-square img {
      display: none; }
  .featured-products-item-more div a, .featured-products-item-more div .cart-item-quantity-edit {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    line-height: 1.25;
    transform: translateY(-50%); }
    .featured-products-item-more div a:hover, .featured-products-item-more div .cart-item-quantity-edit:hover {
      background-color: transparent !important; }

.featured-products-navigation {
  position: absolute;
  top: calc(50% - 10px);
  right: -20px;
  left: -20px;
  transition: top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 1060px) {
    .featured-products-navigation {
      right: 0;
      left: 0; } }
  .featured-products-navigation button {
    position: absolute;
    padding: 0;
    border: 0;
    background: none;
    outline: 0; }
    .featured-products-navigation button.slick-disabled svg {
      color: rgba(132, 132, 135, 0.3); }
  .featured-products-navigation button:first-child {
    left: 0; }
  .featured-products-navigation button:last-child {
    right: 0; }
  .featured-products-navigation svg {
    display: block;
    width: 20px;
    height: 20px;
    color: #ff3300;
    background-color: rgba(230, 228, 228, 0.9);
    border-radius: 50%;
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.index-features {
  text-align: center; }
  .index-features .grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }

.index-features-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  .index-features-item .index-features-item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 13px 20px; }
    @media (max-width: 600px) {
      .index-features-item .index-features-item-content {
        display: block;
        height: auto;
        padding: 20px 22px; } }
    .index-features-item .index-features-item-content.top {
      flex-direction: column; }
    .index-features-item .index-features-item-content.bottom {
      flex-direction: column-reverse; }
    .index-features-item .index-features-item-content.left {
      text-align: left; }
    .index-features-item .index-features-item-content.right {
      text-align: right; }
      .index-features-item .index-features-item-content.right > div {
        margin-left: auto; }
    .index-features-item .index-features-item-content.center {
      justify-content: space-around; }
      .index-features-item .index-features-item-content.center > div {
        margin-right: auto;
        margin-left: auto; }
    @media (max-width: 600px) {
      .index-features-item .index-features-item-content.top > div, .index-features-item .index-features-item-content.bottom > div, .index-features-item .index-features-item-content.left > div, .index-features-item .index-features-item-content.right > div {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        text-align: center; } }
  .index-features-item.text-content .index-features-item-content {
    background-color: #edbe9f; }
  @media (min-width: 601px) {
    .index-features-item.image-content .index-features-item-content {
      position: absolute;
      top: 0;
      width: calc(100% - 20px); }
      .index-features-item.image-content .index-features-item-content.hover {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .index-features-item.image-content .index-features-item-content.hover > div {
          transform: translateY(10px);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .index-features-item.image-content .index-features-item-content:not(.hover) > span {
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .index-features-item.image-content .index-features-item-content > span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .index-features-item.image-content .index-features-item-content > span.overlay-10 {
          background-color: rgba(255, 51, 0, 0.1); }
        .index-features-item.image-content .index-features-item-content > span.overlay-20 {
          background-color: rgba(255, 51, 0, 0.2); }
        .index-features-item.image-content .index-features-item-content > span.overlay-30 {
          background-color: rgba(255, 51, 0, 0.3); }
        .index-features-item.image-content .index-features-item-content > span.overlay-40 {
          background-color: rgba(255, 51, 0, 0.4); }
        .index-features-item.image-content .index-features-item-content > span.overlay-50 {
          background-color: rgba(255, 51, 0, 0.5); }
        .index-features-item.image-content .index-features-item-content > span.overlay-60 {
          background-color: rgba(255, 51, 0, 0.6); }
        .index-features-item.image-content .index-features-item-content > span.overlay-70 {
          background-color: rgba(255, 51, 0, 0.7); }
        .index-features-item.image-content .index-features-item-content > span.overlay-80 {
          background-color: rgba(255, 51, 0, 0.8); }
        .index-features-item.image-content .index-features-item-content > span.overlay-90 {
          background-color: rgba(255, 51, 0, 0.9); }
        .index-features-item.image-content .index-features-item-content > span.overlay-100 {
          background-color: #ff3300; }
      .index-features-item.image-content .index-features-item-content > div {
        position: relative; }
      .index-features-item.image-content .index-features-item-content .index-features-title,
      .index-features-item.image-content .index-features-item-content .index-features-text,
      .index-features-item.image-content .index-features-item-content .index-features-button {
        color: #e6e4e4; }
      .index-features-item.image-content .index-features-item-content .index-features-button {
        margin-bottom: 5px; } }
  @media (max-width: 600px) {
    .index-features-item.image-content .index-features-item-content {
      background-color: #edbe9f !important; } }
  .index-features-item.image-content .index-features-item-content > div {
    max-width: 350px; }
  .index-features-item:hover .index-features-item-content.hover {
    opacity: 1;
    visibility: visible; }
    .index-features-item:hover .index-features-item-content.hover > div {
      transform: translateY(0); }
  .index-features-item:hover .index-features-item-content:not(.hover) > span {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 720px) {
    .index-features-item.grid-item-33 {
      width: 50%; } }
  @media (max-width: 600px) {
    .index-features-item.grid-item-33 {
      width: 100%; } }
  .index-features-item.grid-item-33 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .index-features-item.grid-item-33 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 100%; }
    .index-features-item.grid-item-33 figure:not(.svg-placeholder) img {
      display: none; }
  @media (max-width: 600px) {
    .index-features-item.grid-item-50 {
      width: 100%; } }
  .index-features-item.grid-item-50 figure:not(.svg-placeholder) {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }
    .index-features-item.grid-item-50 figure:not(.svg-placeholder)::after {
      display: block;
      width: 100%;
      content: "";
      padding-top: 66.6%; }
    .index-features-item.grid-item-50 figure:not(.svg-placeholder) img {
      display: none; }
  .index-features-item.grid-item-50 .image-content {
    height: 300px; }
  .index-features-item.grid-item-100 figure {
    background-image: none !important; }
  .index-features-item figure.svg-placeholder {
    background-color: #edbe9f; }
    .index-features-item figure.svg-placeholder svg {
      display: block; }
  @media (min-width: 601px) {
    .index-features-item figure {
      height: 100%; } }
  .index-features-item figure img {
    display: block;
    width: 100%; }

.index-features-title {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .image-content .index-features-title {
      color: black !important; } }
  .index-features-title + .index-features-text,
  .index-features-title + .index-features-button {
    margin-top: 15px; }
    .image-content .index-features-title + .index-features-text, .image-content
    .index-features-title + .index-features-button {
      margin-top: 5px; }

@media (max-width: 600px) {
  .image-content .index-features-text {
    color: #646569 !important; } }
.index-features-text + .index-features-button {
  margin-top: 18px; }
  .image-content .index-features-text + .index-features-button {
    margin-top: 11px; }

.index-features-button {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: 3px; }
  @media (max-width: 600px) {
    .image-content .index-features-button {
      color: #ff3300 !important; } }

.index-features-overlay,
.index-features-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.index-features-overlay {
  background-color: #edbe9f; }

.breadcrumbs {
  margin-top: 20px; }

.cart-item-wrapper {
  margin-bottom: 30px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.cart-item-totals {
  position: relative;
  font-size: 0; }

.cart-empty {
  text-align: center; }

.cart-item {
  display: flex;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px; }
  .no-flexbox .cart-item {
    display: block; }
    .no-flexbox .cart-item > * {
      vertical-align: middle; }

.cart-item-info-wrapper {
  display: flex;
  align-items: center;
  padding-left: 0; }
  @media (max-width: 720px) {
    .cart-item-info-wrapper {
      display: block;
      width: 66.666%; } }
  @media (max-width: 500px) {
    .cart-item-info-wrapper {
      width: 50%; } }
  .no-flexbox .cart-item-info-wrapper {
    display: inline-block;
    font-size: 0; }

@media (max-width: 720px) {
  .cart-item-info,
  .cart-item-options,
  .cart-item-total-wrapper {
    display: block;
    width: 100%;
    text-align: left; } }

@media (max-width: 720px) {
  .cart-item-info,
  .cart-item-options {
    margin-bottom: 10px; } }

.cart-item-image {
  padding-right: 5px; }
  @media (max-width: 720px) {
    .cart-item-image {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .cart-item-image {
      width: 50%; } }
  .cart-item-image a, .cart-item-image .cart-item-quantity-edit,
  .cart-item-image img {
    display: block; }

.cart-item-brand,
.cart-item-title,
.cart-item-variant {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.6; }

.cart-item-title {
  font-family: "PT Sans"; }
  .cart-item-title a, .cart-item-title .cart-item-quantity-edit {
    color: #646569; }

.cart-item-brand,
.cart-item-brand a,
.cart-item-brand .cart-item-quantity-edit,
.cart-item-variant,
.cart-item-variant a,
.cart-item-variant .cart-item-quantity-edit {
  color: #848487; }

.cart-item-totals {
  padding-right: 0; }

.cart-item-options ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }
.cart-item-options strong {
  margin-right: 5px;
  color: black; }

.cart-item-quantity {
  width: 26px;
  padding: 0 4px;
  border-radius: 3px;
  border: 1px solid #ff6600;
  outline: 0;
  text-align: center;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-item-quantity:focus {
    border-color: #ff3300; }

.cart-item-quantity-edit {
  padding: 0;
  margin-left: 7px;
  border: 0;
  background-color: transparent; }
  .no-js .cart-item-quantity-edit {
    display: none; }

.cart-item-total-wrapper {
  padding-right: 0;
  text-align: right; }
  @media (max-width: 720px) {
    .cart-item-total-wrapper {
      text-align: left; } }

.cart-item-total,
.cart-item-savings,
.cart-item-remove {
  display: block; }

.cart-item-savings {
  color: #848487; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 20px;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-sidebar.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cart-sidebar .cart-item:last-child {
    margin-bottom: 0; }
  .cart-sidebar .cart-item-image {
    padding-left: 0; }
  .cart-sidebar .cart-item-info {
    padding-right: 0; }

.cart-sidebar-items {
  overflow-y: scroll; }

.cart-sidebar-footer {
  position: absolute;
  bottom: 0; }

.cart-totals {
  width: 33.333%;
  margin-top: 15px;
  float: right;
  text-align: right; }
  @media (max-width: 720px) {
    .cart-totals {
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px;
      float: none;
      text-align: center; } }
  .cart-totals textarea {
    min-height: 130px; }
  .cart-totals .form-field, .cart-totals .selector-wrapper {
    margin-bottom: 15px; }
  .cart-totals > .form-actions {
    font-size: 0; }
    .cart-totals > .form-actions .button:first-child {
      margin-right: 10px; }

.cart-checkout {
  margin-bottom: 16px; }

.cart-total-wrapper > span {
  display: block;
  color: black; }
.cart-total-wrapper .cart-subtotal {
  font-weight: 700; }
.cart-total-wrapper .cart-total-savings {
  color: #848487; }
.cart-total-wrapper .cart-total {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 720px) {
    .cart-total-wrapper .cart-total {
      margin-top: 5px;
      margin-bottom: 5px; } }

.cart-module-wrapper {
  margin-top: 10px; }

.cart-module {
  display: none;
  max-width: 300px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: auto; }
  @media (max-width: 720px) {
    .cart-module {
      margin-right: auto; } }
  .cart-module-wrapper.active .cart-module {
    display: block; }
  .cart-module .form-field-title, .cart-module .selector-wrapper label, .selector-wrapper .cart-module label,
  .cart-module .form-select,
  .cart-module .form-input,
  .cart-module .form-select-wrapper {
    text-align: left; }
  @media (max-width: 720px) {
    .cart-module .form-field-title, .cart-module .selector-wrapper label, .selector-wrapper .cart-module label {
      text-align: center; } }

.cart-module-toggle {
  padding: 0;
  border: 0;
  color: #ff3300;
  background-color: transparent; }

.cart-shipping-response {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }

.cart-additional-buttons {
  margin-top: 20px;
  font-size: calc(1.3 * 10px);
  text-align: right; }
  @media (max-width: 720px) {
    .cart-additional-buttons {
      text-align: center; } }

.collection-sidebar-filter {
  margin-bottom: 15px; }
  @media (max-width: 720px) {
    .collection-sidebar-filter {
      margin-bottom: 8px; }
      .collection-sidebar-filter .form-filter-wrapper {
        display: none; }
      .collection-sidebar-filter.active .form-filter-wrapper {
        display: block; } }
  .collection-sidebar-filter .form-filter-wrapper {
    max-height: 130px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600;
    overflow-y: auto; }
    @media (max-width: 720px) {
      .collection-sidebar-filter .form-filter-wrapper {
        border-top: 0; } }
  .collection-sidebar-filter .form-field-title, .collection-sidebar-filter .selector-wrapper label, .selector-wrapper .collection-sidebar-filter label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 400; }
    @media (max-width: 720px) {
      .collection-sidebar-filter .form-field-title, .collection-sidebar-filter .selector-wrapper label, .selector-wrapper .collection-sidebar-filter label {
        padding-bottom: 8px;
        margin-bottom: 0;
        border-bottom: 1px solid #ff6600; } }

.collection-header-wrapper.grid {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 720px) {
    .collection-header-wrapper.grid {
      margin-left: -10px;
      margin-right: -10px; } }
  .collection-header-wrapper.grid.has-product {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #ff6600;
    border-left: 1px solid #ff6600; }
    @media (max-width: 720px) {
      .collection-header-wrapper.grid.has-product {
        display: block;
        border: 0; } }
@media (max-width: 960px) {
  .template-page .collection-header-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0; } }

.collection-header {
  margin-bottom: 20px; }
  .collection-header.grid {
    margin-right: -10px;
    margin-left: -10px; }
  .collection-header.has-product {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-right: 1px solid #ff6600;
    border-bottom: 1px solid #ff6600; }
    @media (max-width: 720px) {
      .collection-header.has-product {
        border: 0; } }
  @media (max-width: 720px) {
    .collection-header.grid-item-50 {
      width: 100%; } }
  .collection-header-wrapper.grid .collection-header {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 720px) {
      .collection-header-wrapper.grid .collection-header {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 720px) {
    .collection-header {
      margin-bottom: 30px; } }
  .template-collection .collection-header.has-image {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    @media (max-width: 720px) {
      .template-collection .collection-header.has-image {
        display: block; } }
  @media (max-width: 960px) {
    .template-page .collection-header {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      margin-right: 0;
      margin-left: 0; } }
  @media (max-width: 600px) {
    .template-page .collection-header {
      display: block;
      width: 100%; } }
  @media (max-width: 960px) {
    .collection-header .product-item {
      display: none; } }
  .collection-header .grid-item-50 {
    vertical-align: middle; }
    @media (max-width: 720px) {
      .collection-header .grid-item-50 {
        width: 100%; } }
    @media (max-width: 960px) {
      .template-page .collection-header .grid-item-50 {
        width: 100%; } }

.collection-header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }
  .collection-header-image::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 66.7%; }
  .collection-header-image img {
    display: none; }
  .collection-header-image a, .collection-header-image .cart-item-quantity-edit,
  .collection-header-image a:hover,
  .collection-header-image .cart-item-quantity-edit:hover {
    color: black; }
  .collection-header-image a, .collection-header-image .cart-item-quantity-edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .collection-header-image svg {
    position: absolute;
    top: 50%;
    display: block;
    background-color: #edbe9f;
    transform: translateY(-50%); }
  .collection-header-image .collection-header-title {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 6px 15px;
    background-color: rgba(230, 228, 228, 0.85);
    color: black;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 720px) {
      .collection-header-image .collection-header-title {
        display: block; } }
    @media (max-width: 960px) {
      .template-page .collection-header-image .collection-header-title {
        display: block; } }

.collection-header-info-wrapper {
  font-size: 0; }
  .collection-header-info-wrapper .product-item {
    padding-right: 0;
    margin-bottom: 0;
    vertical-align: middle; }

.collection-header-info {
  padding-left: 0;
  vertical-align: middle; }
  .template-collection .collection-header-info {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
  @media (max-width: 960px) {
    .collection-header-info {
      width: 100%;
      margin-top: 10px; }
      .has-image .collection-header-info {
        width: calc(100% - 20px);
        margin-right: 10px;
        margin-left: 10px; } }
  .collection-header-info.has-description {
    margin-bottom: 33px; }
    @media (max-width: 720px) {
      .collection-header-info.has-description {
        margin-bottom: 18px; } }
    .collection-header-info.has-description .page-header {
      margin-bottom: 10px; }
  .collection-header-info h2, .collection-header-info .department-item figcaption h3, .department-item figcaption .collection-header-info h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 12px; }
    @media (max-width: 720px) {
      .has-image .collection-header-info h2, .has-image .collection-header-info .department-item figcaption h3, .department-item figcaption .has-image .collection-header-info h3 {
        display: none; } }
    @media (max-width: 960px) {
      .template-page .has-image .collection-header-info h2, .template-page .has-image .collection-header-info .department-item figcaption h3, .department-item figcaption .template-page .has-image .collection-header-info h3 {
        display: none; } }
    .collection-header-info h2 a, .collection-header-info .department-item figcaption h3 a, .department-item figcaption .collection-header-info h3 a, .collection-header-info h2 .cart-item-quantity-edit, .collection-header-info .department-item figcaption h3 .cart-item-quantity-edit, .department-item figcaption .collection-header-info h3 .cart-item-quantity-edit {
      color: black; }

.collection-header-link {
  display: block;
  margin-top: 10px; }

.collection-header-description {
  font-size: 13px;
  font-size: 1.3rem; }
  .collection-header-description p {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }

.currency-switcher {
  display: inline-block;
  line-height: 20px; }
  .currency-switcher.form-select-wrapper {
    max-width: none;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    color: black; }
    .currency-switcher.form-select-wrapper:after {
      content: none; }
  .currency-switcher.active {
    box-shadow: 0 0 2px 2px rgba(255, 51, 0, 0.9); }

.footer-tapbar {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #dcd9d9;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer-tapbar.out-of-view {
    transform: translateY(100%); }
  @media (max-width: 720px) {
    .footer-tapbar {
      display: block; } }
  .footer-tapbar .button {
    margin: 10px 15px 2px;
    color: #e6e4e4; }

.footer-tapbar-checkout {
  padding-right: 20px;
  padding-left: 20px; }
  .footer-tapbar-checkout .button {
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto; }

.footer-tapbar-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 40px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0; }
  .no-flexbox .footer-tapbar-icons {
    display: table; }
  .footer-tapbar-icons.has-2-buttons li {
    width: 50%; }
  .footer-tapbar-icons.has-3-buttons li {
    width: 33.333%; }
  .footer-tapbar-icons.has-4-buttons li {
    width: 25%; }
  .footer-tapbar-icons li {
    font-size: 13px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: transparent;
    transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-flexbox .footer-tapbar-icons li {
      display: table-cell;
      vertical-align: middle; }
    .footer-tapbar-icons li.active {
      background-color: #e6e4e4; }
    .footer-tapbar-icons li > a, .footer-tapbar-icons li > .cart-item-quantity-edit {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .footer-tapbar-icons svg {
    display: block;
    color: #646569; }
  .footer-tapbar-icons .footer-currency .form-select-wrapper {
    display: block;
    width: 100%;
    color: #646569; }
  .footer-tapbar-icons .footer-account a, .footer-tapbar-icons .footer-account .cart-item-quantity-edit,
  .footer-tapbar-icons .footer-account svg {
    width: 21px;
    height: 24px; }
  .footer-tapbar-icons .footer-search a, .footer-tapbar-icons .footer-search .cart-item-quantity-edit,
  .footer-tapbar-icons .footer-search svg {
    width: 22px;
    height: 22px; }

.footer-currency button {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent; }

.footer-tapbar-content {
  height: 0;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer-tapbar-content ul {
    margin-top: 0;
    margin-bottom: 0; }

.footer-currency-dropdown,
.footer-account-dropdown,
.footer-search-form {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer-currency-dropdown.active,
  .footer-account-dropdown.active,
  .footer-search-form.active {
    z-index: 1;
    opacity: 1; }

.footer-currency-dropdown {
  max-height: 126px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #e6e4e4; }
  .footer-currency-dropdown button {
    display: block;
    width: 100%;
    padding: 8px 15px;
    border: 0;
    border-bottom: 1px solid #ff6600;
    outline: 0;
    background-color: transparent; }

.footer-account-dropdown {
  padding: 15px;
  background-color: #e6e4e4; }
  .footer-account-dropdown .button {
    display: block;
    margin: 0 auto;
    max-width: 300px; }

.footer-search-form {
  padding: 15px;
  background-color: #e6e4e4; }
  .footer-search-form .form-field, .footer-search-form .selector-wrapper {
    position: relative;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto; }
  .footer-search-form .form-input, .footer-search-form .form-select-wrapper {
    padding-right: 90px; }
  .footer-search-form .button {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    padding-left: 16px;
    margin: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.header-account-dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  width: 225px;
  visibility: hidden;
  background-color: #e6e4e4;
  border: 1px solid #ff6600;
  border-top: 0;
  border-radius: 3px;
  text-align: left;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-account.active .header-account-dropdown, .header-account > a:focus + .header-account-dropdown, .header-account > .cart-item-quantity-edit:focus + .header-account-dropdown, .header-account:hover .header-account-dropdown {
    opacity: 1;
    visibility: visible; }
  .header-account-dropdown::before {
    content: "";
    position: absolute;
    top: -41px;
    right: 35px;
    width: 41px;
    height: 40px;
    border: 1px solid #ff6600;
    border-bottom-color: #e6e4e4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .header-account-dropdown .button {
    display: block;
    width: 100%; }
  .header-account-dropdown figure > img {
    display: block; }
  .header-account-dropdown .module-content {
    padding: 12px;
    border-top: 1px solid #ff6600; }
    .header-account-dropdown .module-content.module-main-content {
      padding-bottom: 14px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
  .header-account-dropdown .module-contact-wrapper {
    background-color: #ebcab6; }
    .header-account-dropdown .module-contact-wrapper .module-content {
      padding-top: 14px;
      padding-right: 15px;
      padding-left: 15px; }

.header-account-create {
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: center; }

.header-account-recent {
  display: none; }
  .header-account-recent.visible {
    display: block; }

.header-account-contact-header {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0; }

.header-account-contact-info {
  display: block;
  padding-left: 0;
  margin-top: 7px;
  margin-bottom: 0;
  list-style: none; }
  .header-account-contact-info li {
    margin-left: 0;
    color: #646569; }

.header-account-profile {
  padding-bottom: 10px; }
  .header-account-profile figure {
    padding: 0;
    vertical-align: middle; }
  .header-account-profile img {
    max-width: 55px;
    border-radius: 50%; }
  .header-account-profile > div {
    width: calc(100% - 55px);
    color: #646569;
    vertical-align: middle; }
    .header-account-profile > div span {
      display: block; }

.header-account-module {
  padding: 14px 3px;
  border-top: 1px solid #ff6600; }
  .header-account-module:last-of-type {
    padding-bottom: 0; }
  .header-account-module .module-toggle {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: left; }
    .header-account-module .module-toggle svg {
      position: absolute;
      top: calc(50% - 2px);
      right: 0;
      width: 10px;
      height: 4px;
      color: #ff3300; }

.header-account-links ul {
  padding-left: 0;
  list-style: none; }
.header-account-links li {
  margin-bottom: 5px; }
  .header-account-links li:last-child {
    margin-bottom: 0; }
.header-account-links a, .header-account-links .cart-item-quantity-edit {
  color: #646569; }

.header-account-history .module-toggle,
.header-account-recent .module-toggle {
  outline: 0;
  cursor: default; }
.header-account-history ul,
.header-account-recent ul {
  padding-top: 14px;
  padding-left: 0;
  list-style: none; }
.header-account-history .module-order-item .grid-item, .header-account-history .module-order-item [class*="grid-item"],
.header-account-recent .module-order-item .grid-item,
.header-account-recent .module-order-item [class*="grid-item"] {
  vertical-align: middle; }
  .header-account-history .module-order-item .grid-item img, .header-account-history .module-order-item [class*="grid-item"] img,
  .header-account-recent .module-order-item .grid-item img,
  .header-account-recent .module-order-item [class*="grid-item"] img {
    display: block;
    max-width: 50px; }
.header-account-history .module-order-item span,
.header-account-recent .module-order-item span {
  display: block;
  line-height: 1.4; }
.header-account-history .module-order-item .grid-item:first-child, .header-account-history .module-order-item [class*="grid-item"]:first-child,
.header-account-recent .module-order-item .grid-item:first-child,
.header-account-recent .module-order-item [class*="grid-item"]:first-child {
  padding-right: 5px;
  padding-left: 0; }
.header-account-history .module-order-item .grid-item:last-child, .header-account-history .module-order-item [class*="grid-item"]:last-child,
.header-account-recent .module-order-item .grid-item:last-child,
.header-account-recent .module-order-item [class*="grid-item"]:last-child {
  padding-right: 0;
  padding-left: 5px; }
  .header-account-history .module-order-item .grid-item:last-child .module-price a, .header-account-history .module-order-item [class*="grid-item"]:last-child .module-price a, .header-account-history .module-order-item .grid-item:last-child .module-price .cart-item-quantity-edit, .header-account-history .module-order-item [class*="grid-item"]:last-child .module-price .cart-item-quantity-edit,
  .header-account-recent .module-order-item .grid-item:last-child .module-price a,
  .header-account-recent .module-order-item [class*="grid-item"]:last-child .module-price a,
  .header-account-recent .module-order-item .grid-item:last-child .module-price .cart-item-quantity-edit,
  .header-account-recent .module-order-item [class*="grid-item"]:last-child .module-price .cart-item-quantity-edit {
    color: #646569; }
  .header-account-history .module-order-item .grid-item:last-child .money, .header-account-history .module-order-item [class*="grid-item"]:last-child .money,
  .header-account-recent .module-order-item .grid-item:last-child .money,
  .header-account-recent .module-order-item [class*="grid-item"]:last-child .money {
    color: #848487; }
.header-account-history .module-order-item .module-sale,
.header-account-recent .module-order-item .module-sale {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f85f39; }

.instagram-wrapper {
  padding-bottom: 12px; }
  @media (max-width: 720px) {
    .instagram-wrapper {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 720px) {
    .instagram-wrapper .index-header span {
      display: block;
      float: none; } }
  .instagram-wrapper .grid {
    margin-right: -3px;
    margin-left: -3px;
    font-size: 0; }
  .instagram-wrapper .grid-item-16 {
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px; }
    @media (max-width: 500px) {
      .instagram-wrapper .grid-item-16 {
        width: 33.333%; } }

.instagram-item {
  position: relative;
  margin-bottom: 20px;
  outline: 0; }
  .instagram-item:focus .instagram-overlay, .instagram-item:hover .instagram-overlay {
    opacity: 1; }
  .instagram-item figure {
    position: relative; }
  .instagram-item .instagram-overlay {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    color: #e6e4e4;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .instagram-wrapper.overlay-10 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.1); }
    .instagram-wrapper.overlay-20 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.2); }
    .instagram-wrapper.overlay-30 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.3); }
    .instagram-wrapper.overlay-40 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.4); }
    .instagram-wrapper.overlay-50 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.5); }
    .instagram-wrapper.overlay-60 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.6); }
    .instagram-wrapper.overlay-70 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.7); }
    .instagram-wrapper.overlay-80 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.8); }
    .instagram-wrapper.overlay-90 .instagram-item .instagram-overlay {
      background-color: rgba(255, 51, 0, 0.9); }
    .instagram-wrapper.overlay-100 .instagram-item .instagram-overlay {
      background-color: #ff3300; }
    .no-flexbox .instagram-item .instagram-overlay {
      display: block; }
  .instagram-item .instagram-count-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .no-flexbox .instagram-item .instagram-count-wrapper {
      position: absolute;
      top: calc(50% - 20px);
      text-align: center; }
  .instagram-item .instagram-likes,
  .instagram-item .instagram-comments {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    color: inherit; }
    .no-flexbox .instagram-item .instagram-likes, .no-flexbox
    .instagram-item .instagram-comments {
      display: block; }
    .instagram-item .instagram-likes svg,
    .instagram-item .instagram-comments svg {
      display: block;
      height: 12px;
      margin-left: 4px;
      color: inherit; }
      .no-flexbox .instagram-item .instagram-likes svg, .no-flexbox
      .instagram-item .instagram-comments svg {
        display: inline-block; }
  .instagram-item .instagram-likes svg {
    width: 16px; }
  .instagram-item .instagram-comments svg {
    width: 18px; }
  .instagram-item img {
    display: block; }
  .instagram-item .instagram-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 12px;
    height: 12px;
    color: rgba(230, 228, 228, 0.7); }

.mailing-list-form .form-errors {
  margin-bottom: 10px; }
.mailing-list-form .form-input, .mailing-list-form .form-select-wrapper {
  max-width: none; }
  .mailing-list-form .form-input:focus, .mailing-list-form .form-select-wrapper:focus {
    border: 1px solid #ff3300;
    outline: 0; }
.mailing-list-form .button {
  width: 100%; }
.template-password .mailing-list-form .button {
  width: auto; }

.navigation-mobile {
  display: none; }

@media (max-width: 720px) {
  .navigation-mobile {
    display: block; }

  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 52px);
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .main-navigation.animating {
      display: block;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .main-navigation.visible {
      display: block;
      opacity: 1; }

  .navigation-list-item > .navigation-list {
    display: none; }

  .navigation-list-item.active > .navigation-list {
    display: block; }

  .navigation-list-item {
    font-size: 16px;
    font-size: 1.6rem;
    display: block; }
    .navigation-list.secondary .navigation-list-item {
      background-color: #dcd9d9; }
      .navigation-list.secondary .navigation-list-item .navigation-list-item-inner {
        border-bottom-color: #eb5e00; }
      .navigation-list.secondary .navigation-list-item a, .navigation-list.secondary .navigation-list-item .cart-item-quantity-edit, .navigation-list.secondary .navigation-list-item span {
        padding-left: 28px; }
    .navigation-list.tertiary .navigation-list-item {
      background-color: #d2cfcf; }
      .navigation-list.tertiary .navigation-list-item .navigation-list-item-inner {
        border-bottom-color: #d65600; }
      .navigation-list.tertiary .navigation-list-item a, .navigation-list.tertiary .navigation-list-item .cart-item-quantity-edit, .navigation-list.tertiary .navigation-list-item span {
        padding-left: 36px; }
    .navigation-list.quaternary .navigation-list-item {
      background-color: #c9c4c4; }
      .navigation-list.quaternary .navigation-list-item .navigation-list-item-inner {
        border-bottom-color: #c24e00; }
      .navigation-list.quaternary .navigation-list-item a, .navigation-list.quaternary .navigation-list-item .cart-item-quantity-edit, .navigation-list.quaternary .navigation-list-item span {
        padding-left: 44px; }
    .navigation-list-item .navigation-list-item-inner {
      position: relative;
      border-bottom: 1px solid #ff6600; }
    .navigation-list-item.has-dropdown .navigation-list-item-inner > a, .navigation-list-item.has-dropdown .navigation-list-item-inner > .cart-item-quantity-edit {
      width: calc(100% - 50px); }
    .navigation-list-item a, .navigation-list-item .cart-item-quantity-edit, .navigation-list-item span {
      display: inline-block;
      width: 100%;
      padding: 10px 40px 10px 20px;
      color: #646569; }

  .navigation-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px; }
    .navigation-dropdown-toggle svg {
      top: 1px;
      width: 12px;
      height: 12px;
      margin-left: 0; }

  .navigation-toggle {
    position: relative;
    display: none;
    vertical-align: middle;
    padding-left: 20px; }
    .no-flexbox .navigation-toggle {
      display: table-cell;
      vertical-align: middle; }
    .navigation-toggle .navigation-toggle-inner {
      position: relative;
      display: block;
      width: 16px;
      height: 13px; }
    .navigation-toggle button {
      position: relative;
      display: block;
      padding: 0;
      height: 50px;
      width: 40px;
      background: none;
      border: 0;
      outline: 0;
      cursor: pointer; }
      .navigation-toggle button .navigation-toggle-inner span {
        position: absolute;
        display: block;
        height: 1px;
        width: 100%;
        background-color: black;
        backface-visibility: hidden;
        transition: opacity 0.1s linear, transform 0.1s linear; }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(1) {
          transform: translate3d(0, 0, 0); }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(2) {
          transform: translate3d(0, 6px, 0); }
        .navigation-toggle button .navigation-toggle-inner span:nth-child(3) {
          transform: translate3d(0, 12px, 0); }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(1) {
          top: 0; }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(2) {
          top: 6px; }
        .no-csstransforms3d .navigation-toggle button .navigation-toggle-inner span:nth-child(3) {
          top: 12px; }
    .navigation-toggle button.active .navigation-toggle-inner span {
      transform: translate3d(0, 6px, 0);
      transition: opacity 0.1s linear, transform 0.1s linear; }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(1) {
        transform: translate3d(0, 6px, 0) rotate(45deg); }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(2) {
        opacity: 0; }
      .navigation-toggle button.active .navigation-toggle-inner span:nth-child(3) {
        transform: translate3d(0, 6px, 0) rotate(-45deg); }
      .no-csstransforms3d .navigation-toggle button.active .navigation-toggle-inner span:nth-child(2) {
        opacity: 1; } }
  @media (max-width: 720px) and (max-width: 720px) {
    .navigation-toggle {
      display: block;
      width: 50px; } }
.show_nav {
  transform: translateY(0) !important; }

.navigation-super-wrapper {
  position: absolute;
  right: -30px;
  left: -30px;
  z-index: 0;
  width: calc(100% + 60px);
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e6e4e4;
  border-bottom: 1px solid transparent;
  transform: translateY(-100%);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*   &::before,
    &::after {
      position: absolute;
      top: 0;
      display: none;
      width: 30px;
      height: 100%;
      background-color: $background-color;
      content: "";
    } */ }
  .no-csstransforms3d .navigation-super-wrapper {
    display: none; }
  .has-super-nav.active .navigation-super-wrapper, .has-super-nav > a:focus + .navigation-super-wrapper, .has-super-nav > .cart-item-quantity-edit:focus + .navigation-super-wrapper, .has-super-nav:hover .navigation-super-wrapper {
    /*  border-bottom-color: $border-color;
      transform: translateY(0);*/
    /* .no-csstransforms3d & { display: block; }*/
    /*     &::before,
        &::after {
          display: block;
        } */ }
  @media (max-width: 720px) {
    .navigation-super-wrapper {
      display: none !important; } }
  .navigation-super-wrapper::before {
    left: -30px; }
  .navigation-super-wrapper::after {
    right: -30px; }

.navigation-super h4 {
  margin-top: 5px;
  margin-bottom: 9px;
  font-weight: 700;
  color: black; }
.navigation-super ul {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 0;
  margin-top: 9px;
  margin-bottom: 15px;
  list-style: none; }
.navigation-super .active .navigation-super-department {
  color: #ff3300; }
.navigation-super .navigation-super-department {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #646569;
  text-align: left;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .navigation-super .navigation-super-department:focus, .navigation-super .navigation-super-department:hover {
    color: #ff3300; }
  .js .navigation-super .navigation-super-department svg {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 4px;
    height: 7px; }
  .no-js .navigation-super .navigation-super-department svg {
    display: none; }
  .navigation-super .navigation-super-department + ul {
    height: 0;
    margin: 0;
    overflow: hidden; }
    .navigation-super .navigation-super-department + ul a, .navigation-super .navigation-super-department + ul .cart-item-quantity-edit {
      font-size: 0; }

.navigation-super-departments {
  padding-right: 25px;
  padding-left: 0;
  border-right: 1px solid #ff6600; }

.navigation-super-collections {
  position: relative;
  left: -1px;
  overflow: hidden;
  padding-right: 0;
  border-left: 1px solid #ff6600;
  transition: height 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .no-csstransforms3d .navigation-super-collections {
    height: 250px; }
  .navigation-super-collections > div:not(.navigation-super-default) {
    flex-wrap: wrap; }
  .navigation-super-collections > .navigation-super-default {
    justify-content: space-around;
    padding-left: 15px; }
    .no-csstransforms3d .navigation-super-collections > .navigation-super-default {
      display: none !important; }
  .navigation-super-collections > div {
    display: none;
    transition: opacity 0.075s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .navigation-super-collections > div.animating {
      display: flex;
      opacity: 0; }
      .no-flexbox .navigation-super-collections > div.animating {
        display: block; }
    .navigation-super-collections > div.visible {
      display: flex;
      opacity: 1; }
      .no-flexbox .navigation-super-collections > div.visible {
        display: block; }
  .navigation-super-collections .navigation-super-collection {
    width: 33.333%;
    padding-left: 25px; }
    @media (max-width: 960px) {
      .navigation-super-collections .navigation-super-collection {
        width: 50%; } }
  .navigation-super-collections h4 a, .navigation-super-collections h4 .cart-item-quantity-edit {
    color: black; }
  .navigation-super-collections a, .navigation-super-collections .cart-item-quantity-edit {
    color: #646569;
    cursor: pointer; }
    .navigation-super-collections a:hover, .navigation-super-collections .cart-item-quantity-edit:hover, .navigation-super-collections a.focused, .navigation-super-collections .focused.cart-item-quantity-edit {
      color: #ff3300; }

.navigation-super-default {
  align-items: center;
  height: 100%; }
  .navigation-super-default.transparent img {
    opacity: 0; }
  .navigation-super-default img {
    display: block; }

.navigation-list {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none; }
  .navigation-list .isSale > button,
  .navigation-list .isSale > a,
  .navigation-list .isSale > .cart-item-quantity-edit {
    color: #ff1a1a; }

.navigation-dropdown-toggle {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .navigation-dropdown-toggle svg {
    position: relative; }

.navigation-list-child {
  display: none;
  padding-left: 0; }
  .navigation-list-child.active {
    display: block; }

@media (min-width: 721px) {
  .main-navigation-wrapper {
    position: relative; }
    .main-navigation-wrapper::before, .main-navigation-wrapper::after {
      position: absolute;
      top: 0;
      bottom: -1px;
      z-index: 1;
      width: 30px;
      background-color: white;
      content: "";
      border-bottom: 1px solid #ff6600; }
    .main-navigation-wrapper::before {
      left: 0; }
    .main-navigation-wrapper::after {
      right: 0; }

  .main-navigation {
    position: relative;
    background-color: #e6e4e4; }

  .navigation-list {
    display: flex;
    /*     border-bottom: 1px solid $border-color; */
    /*     background-color: $background-color; */ }
    .navigation-list::before {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #ff6600;
      background-color: #ffffff;
      content: ""; }

  .navigation-list-item {
    position: relative; }
    .no-flexbox .navigation-list-item {
      display: inline-block; }
    .navigation-list-item > a, .navigation-list-item > .cart-item-quantity-edit {
      position: relative;
      z-index: 10;
      display: block;
      padding-right: 25px;
      padding-bottom: 15px; }
    .navigation-list-item:hover > a, .navigation-list-item:hover > .cart-item-quantity-edit, .navigation-list-item.active > a, .navigation-list-item.active > .cart-item-quantity-edit {
      color: #ff3300; }
    .navigation-list-item a, .navigation-list-item .cart-item-quantity-edit {
      color: black; }
      .navigation-list-item a:focus, .navigation-list-item .cart-item-quantity-edit:focus, .navigation-list-item a:hover, .navigation-list-item .cart-item-quantity-edit:hover {
        color: #ff3300; }
    .navigation-list-item > a:focus + .navigation-dropdown-simple, .navigation-list-item > .cart-item-quantity-edit:focus + .navigation-dropdown-simple, .navigation-list-item.active .navigation-dropdown-simple, .navigation-list-item:hover .navigation-dropdown-simple {
      border-color: #ff6600;
      transform: translate3d(0, 0, 0); }
      .no-csstransforms3d .navigation-list-item > a:focus + .navigation-dropdown-simple, .no-csstransforms3d .navigation-list-item > .cart-item-quantity-edit:focus + .navigation-dropdown-simple, .no-csstransforms3d .navigation-list-item.active .navigation-dropdown-simple, .no-csstransforms3d .navigation-list-item:hover .navigation-dropdown-simple {
        top: 100%; }
    .navigation-list-item.has-super-nav {
      position: static; }
    .navigation-list-item.has-dropdown a::after, .navigation-list-item.has-dropdown .cart-item-quantity-edit::after {
      position: absolute;
      bottom: -1px;
      height: 1px;
      width: 100%;
      content: ""; }

  .navigation-toggle {
    display: none; }

  .navigation-dropdown-toggle svg {
    top: -2px;
    width: 7px;
    height: 4px;
    margin-left: 2px; }

  .navigation-dropdown-simple {
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 0;
    min-width: 180px;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #e6e4e4;
    list-style: none;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-csstransforms3d .navigation-dropdown-simple {
      top: calc(-100% - 1px); }
    .navigation-dropdown-simple a, .navigation-dropdown-simple .cart-item-quantity-edit {
      color: #646569; } }
.pagination {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  color: #848487; }
  .pagination.hidden {
    display: none; }
  .template-addresses .pagination {
    margin-bottom: 20px; }
  .template-collection .pagination {
    padding-right: 10px;
    padding-left: 10px; }
  .template-collection .has-sidebar .pagination {
    padding-right: 0;
    padding-left: 0; }

.pagination-parts,
.pagination-previous,
.pagination-next {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 500px) {
    .pagination-parts,
    .pagination-previous,
    .pagination-next {
      width: 50%; } }
  .pagination-parts svg,
  .pagination-previous svg,
  .pagination-next svg {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 4px;
    height: 10px; }

.pagination-parts {
  text-align: center; }
  @media (max-width: 500px) {
    .pagination-parts {
      display: none; } }
  .pagination-parts > * {
    margin-right: 2px;
    margin-left: 2px; }
  .pagination-parts span {
    padding: 2px 7px 3px;
    border: 1px solid #ff6600;
    border-radius: 3px; }

.pagination-full-width .pagination-previous {
  padding-left: 0; }
.pagination-previous svg {
  margin-right: 5px; }

.pagination-next {
  text-align: right; }
  .pagination-full-width .pagination-next {
    padding-right: 0; }
  .pagination-next svg {
    margin-left: 5px; }

.product-item {
  position: relative;
  margin-bottom: 20px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-item.active, .product-item:hover {
    z-index: 1; }
  .template-search .product-item {
    font-size: 0; }
    @media (max-width: 720px) {
      .template-search .product-item {
        width: 100%; } }
  .product-item.has-additional-info::before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    border: 1px solid transparent;
    content: ""; }
  .product-item.has-additional-info.active::before, .product-item.has-additional-info:hover::before {
    border-color: #ff6600; }
  .product-item.has-additional-info.alignment-1.on-right::before {
    right: -20px;
    left: 0;
    border-right: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .product-item.has-additional-info.alignment-1.on-left::before {
    right: 0;
    left: -20px;
    border-left: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  @media (max-width: 720px) {
    .product-item.has-additional-info.alignment-1::before {
      display: none; } }
  .product-item.has-additional-info.alignment-2::before {
    right: -10px;
    left: -10px;
    border-bottom: 0;
    border-radius: 3px; }
    @media (max-width: 720px) {
      .product-item.has-additional-info.alignment-2::before {
        display: none; } }
  .template-search .product-item.has-additional-info::before {
    display: none; }
  .product-item.hidden {
    visibility: hidden;
    opacity: 0; }
  @media (max-width: 960px) {
    .product-item.grid-item-16 {
      width: 25%; } }
  @media (max-width: 720px) {
    .product-item.grid-item-16 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-16 {
      width: 50%; } }
  @media (max-width: 960px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 25%; } }
  @media (max-width: 600px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-20 {
      width: 50%; } }
  @media (max-width: 720px) {
    .product-item.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 960px) {
    .has-sidebar .product-item.grid-item-25 {
      width: 33.333%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-25 {
      width: 50%; } }
  @media (max-width: 500px) {
    .product-item.grid-item-33 {
      width: 50%; } }
  @media (max-width: 500px) {
    .has-sidebar .product-item.grid-item-33 {
      width: 50%; } }

.product-item-image {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  overflow: visible; }
  .product-item-image::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 100%; }
  .product-item-image img {
    display: none; }
  .product-item-image a, .product-item-image .cart-item-quantity-edit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.product-item-banner {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 4px 8px;
  background-color: #ff3300;
  color: #e6e4e4;
  font-weight: 700;
  line-height: 1.25; }

.product-item-details {
  position: relative;
  margin-top: 7px; }
  .template-search .product-item-details {
    padding-left: 15px; }

.product-item-brand,
.product-item-title,
.product-item-price {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0;
  font-weight: 400;
  font-family: "PT Sans";
  line-height: 1.25; }
  .template-search .product-item-brand, .template-search
  .product-item-title, .template-search
  .product-item-price {
    font-size: 13px;
    font-size: 1.3rem; }

.product-item-title a, .product-item-title .cart-item-quantity-edit {
  color: black; }

.product-item-brand,
.product-item-brand a,
.product-item-brand .cart-item-quantity-edit,
.product-item-price,
.product-item-price a,
.product-item-price .cart-item-quantity-edit {
  color: #848487; }

.product-item-price .is-sale {
  color: #ff1a1a; }
.product-item-price .rrp {
  margin-left: 2px;
  text-decoration: line-through; }

.product-item-in-cart {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 1px;
  font-style: italic;
  line-height: 1.25; }
  .template-search .product-item-in-cart {
    margin-top: 6px; }

.product-item-colors {
  padding-left: 0;
  margin-top: 6px;
  list-style: none;
  font-size: 0; }
  .product-item-colors li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 50%; }
    .product-item-colors li[data-color="white"] {
      box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3); }
      .product-item-colors li[data-color="white"].soldout::after {
        background-color: #ff6600; }
    .product-item-colors li.soldout::after {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #e6e4e4;
      transform: rotate(135deg);
      content: ""; }

.product-item-details-secondary {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  background: #e6e4e4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-item.alignment-1 .product-item-details-secondary {
    top: -10px;
    bottom: -10px;
    width: 100%;
    height: calc(100% + 20px); }
  .product-item.alignment-2 .product-item-details-secondary {
    left: -10px;
    width: calc(100% + 20px) !important;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 0; }
  @media (max-width: 720px) {
    .product-item-details-secondary {
      display: none !important; } }
  .template-search .product-item-details-secondary {
    display: none; }
  .product-item.alignment-1.on-right .product-item-details-secondary {
    left: 100%;
    padding-right: 10px;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .product-item.alignment-1.on-left .product-item-details-secondary {
    right: 100%;
    padding-left: 10px;
    border-right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .product-item.active .product-item-details-secondary, .product-item:hover .product-item-details-secondary {
    visibility: visible;
    opacity: 1;
    border-color: #ff6600; }
  .product-item-details-secondary h4 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 0; }
  .product-item-details-secondary .button {
    width: 100%;
    margin-bottom: 12px; }

.product-item-sizes-wrapper {
  margin-bottom: 6px; }

.product-item-sizes {
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
  list-style: none; }
  .product-item-sizes li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #ff6600; }
    .product-item-sizes li.soldout {
      opacity: 0.5; }

.product-item-description {
  margin-bottom: 3px; }
  .template-search .product-item-description {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 8px;
    color: #848487; }
  .product-item-description .highlight {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 400;
    background-color: #ecb7ab; }

.form-field-swatch {
  margin-bottom: 16px !important;
  font-size: 0;
  text-align: center; }
  .form-field-swatch input {
    position: absolute;
    height: 0;
    opacity: 0; }
    .form-field-swatch input:focus + label {
      box-shadow: 0 0 2px 2px rgba(255, 51, 0, 0.9); }
  .form-field-swatch.swatch-color label {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer; }

.form-swatch-item {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
  margin-left: 2px; }
  .swatch-other .form-swatch-item label {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 3px 8px;
    border: 1px solid #ff6600;
    border-radius: 3px; }
  .swatch-color .form-swatch-item {
    width: 20px;
    height: 20px;
    transform: translateZ(0); }
    .swatch-color .form-swatch-item.soldout::after {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #e6e4e4;
      transform: rotate(135deg);
      content: ""; }
    .swatch-color .form-swatch-item.soldout label {
      cursor: default; }
    .swatch-color .form-swatch-item [data-color="white"] {
      border: 1px solid #ff6600; }
  .form-swatch-item label {
    cursor: pointer; }
  .swatch-other .form-swatch-item:not(.soldout) .form-radio:checked + label {
    border-color: #ff3300;
    color: #ff3300; }
  .swatch-other .form-swatch-item.soldout label {
    opacity: 0.5;
    cursor: default; }
  .swatch-color .form-swatch-item:not(.soldout) .form-radio:checked + label::after {
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e6e4e4;
    content: ""; }
  .swatch-color .form-swatch-item[data-product-swatch-value="White"]:not(.soldout) .form-radio:checked + label::after {
    background-color: #646569; }

.form-field-swatch .tooltip {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  left: calc(50% - 50px);
  text-align: center;
  background: #e6e4e4;
  bottom: 100%;
  padding: 10px;
  display: block;
  width: 100px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease-out;
  z-index: 10000;
  box-sizing: border-box;
  border: 1px solid #ff6600;
  border-radius: 3px; }
  .form-field-swatch .tooltip::before, .form-field-swatch .tooltip::after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #e6e4e4;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: ""; }
  .form-field-swatch .tooltip::before {
    bottom: -6px;
    left: calc(50% - 5px);
    border-top-color: #ff6600; }
  .form-field-swatch .tooltip::after {
    bottom: -5px;
    left: calc(50% - 5px); }

.form-field-swatch .form-swatch-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.form-field-swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }
  .form-field-swatch.error p {
    margin: 0.7em 0; }
    .form-field-swatch.error p:first-child {
      margin-top: 0; }
    .form-field-swatch.error p:last-child {
      margin-bottom: 0; }
  .form-field-swatch.error code {
    font-family: monospace; }

.header-search-form-wrapper {
  position: relative;
  left: 0;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  transition: left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .no-flexbox .header-search-form-wrapper {
    vertical-align: middle; }
  @media (max-width: 960px) {
    .header-search-form-wrapper {
      max-width: 50%; } }
  @media (max-width: 720px) {
    .header-search-form-wrapper {
      display: none; } }

.header-search-form .header-search-input-wrapper {
  position: relative;
  background-color: white; }
  @media (max-width: 960px) {
    .header-search-form .header-search-input-wrapper {
      max-width: 100%; } }
.header-search-form .form-input, .header-search-form .form-select-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ff6600;
  background: none;
  color: black; }
  .header-search-form .form-input:focus, .header-search-form .form-select-wrapper:focus {
    outline: 0; }
  .header-search-form .form-input::-webkit-input-placeholder, .header-search-form .form-select-wrapper::-webkit-input-placeholder {
    color: black; }
  .header-search-form .form-input::-moz-placeholder, .header-search-form .form-select-wrapper::-moz-placeholder {
    color: black; }
  .header-search-form .form-input::-ms-placeholder, .header-search-form .form-select-wrapper::-ms-placeholder {
    color: black; }
  .header-search-form .form-input::placeholder, .header-search-form .form-select-wrapper::placeholder {
    color: black; }

.header-search-submit,
.header-search-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 7px 8px;
  border: 1px solid #ff6600;
  background: none; }
  .header-search-submit.animating,
  .header-search-close.animating {
    display: block;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-submit.visible,
  .header-search-close.visible {
    display: block;
    opacity: 1; }
  .header-search-submit svg,
  .header-search-close svg {
    display: block;
    width: 18px;
    height: 17px;
    color: black; }

.no-js .header-search-submit, .no-flexbox .header-search-submit {
  display: block; }

.header-search-close {
  display: none;
  opacity: 0; }
  .header-search-close svg {
    width: 14px;
    height: 14px; }

.header-search-results-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 340px;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: white;
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 960px) {
    .header-search-results-wrapper {
      width: calc(100% + 40px);
      padding-right: 20px;
      padding-left: 20px; } }
  .header-search-results-wrapper.animating {
    display: block;
    transform: translate(-50%, -100%);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-results-wrapper.visible {
    display: block;
    transform: translate(-50%, 0); }

.header-search-results {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: white;
  opacity: 0;
  text-align: left;
  transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-results.visible {
    opacity: 1; }
  .header-search-results h5, .header-search-results .form-field-title, .header-search-results .selector-wrapper label, .selector-wrapper .header-search-results label, .header-search-results .account-header, .header-search-results .address-name {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: black;
    text-transform: none;
    letter-spacing: 0; }
  .header-search-results ul {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 15px; }
    @media (max-width: 960px) {
      .header-search-results ul {
        padding-left: 10px; } }
  .header-search-results li {
    display: block;
    line-height: 1.95; }
  .header-search-results a, .header-search-results .cart-item-quantity-edit {
    color: #646569; }
  .header-search-results .header-search-viewall {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ff3300; }

.header-search-empty {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.95; }

.header-search-item span a, .header-search-item span .cart-item-quantity-edit {
  font-size: 12px;
  font-size: 1.2rem;
  color: #848487; }

.share-wrapper {
  margin-top: 20px;
  text-align: center;
  font-size: 0; }
  .template-product .share-wrapper {
    text-align: left; }
    @media (max-width: 600px) {
      .template-product .share-wrapper {
        margin-bottom: 20px;
        text-align: center; } }

.share {
  display: inline-block;
  margin-right: -8px;
  margin-left: -8px; }
  .share a, .share .cart-item-quantity-edit {
    float: left;
    padding-right: 8px;
    padding-left: 8px; }
  .share svg {
    display: block;
    width: 20px;
    height: 20px;
    color: #ff3300;
    background-color: transparent !important; }
  .share .share-facebook svg {
    width: 19px;
    color: #4D70A8; }
  .share .share-twitter svg {
    color: #00BAF2; }
  .share .share-pinterest svg {
    color: #CA3737; }
  .share .share-fancy svg {
    color: #4BB9FF; }
  .share .share-google svg {
    width: 30px;
    color: #E2411D; }

.blog-share {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .blog-share .share-wrapper {
    padding-bottom: 5px; }
  .blog-share .share-rss {
    float: right; }
    .blog-share .share-rss svg {
      width: 19px;
      height: 20px;
      color: #848487; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }

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

.spinner {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  animation: spinner 0.75s linear infinite; }
  .spinner span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
  .spinner .spinner-inner-1 {
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 51, 0, 0) 0%, rgba(255, 51, 0, 0) 50%, #ff3300 51%); }
  .spinner .spinner-inner-2 {
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(230, 228, 228, 0) 0%, #e6e4e4 100%);
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .spinner .spinner-inner-3 {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: #e6e4e4;
    transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.template-404 .grid-item-66 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 960px) {
    .template-404 .grid-item-66 {
      width: 100%; } }
.template-404 .page-wrapper {
  max-width: 660px; }

.blog-rss {
  position: relative;
  top: 2px;
  margin-left: 5px; }
  .blog-rss svg {
    width: 18px;
    height: 21px; }

.blog-tags {
  margin-top: 1em;
  font-style: italic;
  text-align: center; }

.blog-wrapper {
  margin-right: -10px;
  margin-left: -10px; }

@media (max-width: 720px) {
  .blog-item-wrapper {
    width: 50%; } }
@media (max-width: 500px) {
  .blog-item-wrapper {
    width: 100%; } }

.blog-item {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #e3e1e1; }
  .blog-item figure img {
    display: block; }
  .blog-item h2, .blog-item .department-item figcaption h3, .department-item figcaption .blog-item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 7px; }
    .blog-item h2 a, .blog-item .department-item figcaption h3 a, .department-item figcaption .blog-item h3 a, .blog-item h2 .cart-item-quantity-edit, .blog-item .department-item figcaption h3 .cart-item-quantity-edit, .department-item figcaption .blog-item h3 .cart-item-quantity-edit {
      color: black; }
  .blog-item time {
    display: block;
    margin-bottom: 7px;
    font-style: italic; }
  .blog-item p {
    margin-top: 0;
    margin-bottom: 7px; }

.blog-item-info.has-image {
  margin-top: 12px; }

.blog-item-tag {
  display: block;
  margin-bottom: 7px; }
  .blog-item-tag a, .blog-item-tag .cart-item-quantity-edit {
    color: #646569; }

.template-article .page-header-wrapper .page-header {
  padding-right: 30px;
  padding-left: 30px; }

.article-next,
.article-previous {
  position: absolute;
  top: calc(50% - 11px); }
  .article-next svg,
  .article-previous svg {
    display: block;
    width: 12px;
    height: 22px; }

.article-next {
  right: 30px; }

@media (max-width: 720px) {
  .article-wrapper {
    padding-right: 20px;
    padding-left: 20px; } }

.article-published {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-style: italic; }

.article-image {
  margin-bottom: 25px; }
  @media (max-width: 720px) {
    .article-image {
      margin-bottom: 20px; } }
  .article-image img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.article-content-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }
  @media (max-width: 720px) {
    .article-content-wrapper {
      width: 75%; } }
  @media (max-width: 500px) {
    .article-content-wrapper {
      width: 100%; } }

.article-content::first-letter {
  font-size: 65px;
  font-size: 6.5rem;
  margin-right: 5px;
  float: left;
  font-weight: 700;
  line-height: 0.9;
  color: black; }
.article-content blockquote {
  font-size: 30px;
  font-size: 3rem;
  padding-left: 0;
  margin: 25px 0 30px;
  border-left: 0;
  font-style: italic;
  line-height: 1.4;
  text-align: center; }

.article-author {
  margin-top: 1em; }

.article-tags {
  margin-top: 1em;
  font-style: italic; }
  .article-tags a, .article-tags .cart-item-quantity-edit {
    color: #848487; }
    .article-tags a:hover, .article-tags .cart-item-quantity-edit:hover {
      color: #ff3300; }
      .article-tags a:hover:hover, .article-tags .cart-item-quantity-edit:hover:hover {
        color: #f2785a; }

.article-comments-wrapper {
  margin-top: 25px; }

.article-comments-form .form-success {
  margin-top: 20px; }
.article-comments-form .form-field, .article-comments-form .selector-wrapper {
  margin-bottom: 15px; }
  @media (max-width: 400px) {
    .article-comments-form .form-field, .article-comments-form .selector-wrapper {
      display: block;
      width: 100%; } }

.article-comments {
  margin-bottom: 30px; }
  .article-comments blockquote {
    margin-top: 20px;
    margin-bottom: 20px; }

.cart-form {
  margin-bottom: 40px; }
  @media (max-width: 720px) {
    .cart-form {
      display: flex;
      flex-direction: column-reverse; } }

.collection-main-wrapper {
  margin-top: 25px; }
  @media (max-width: 720px) {
    .collection-main-wrapper {
      margin-top: 18px; } }

.collection-main {
  margin-right: -10px;
  margin-bottom: 30px;
  margin-left: -10px; }

@media (max-width: 960px) {
  .has-sidebar .collection-wrapper {
    width: 80%; } }
@media (max-width: 720px) {
  .has-sidebar .collection-wrapper {
    width: 100%; } }

.collection-items-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .no-flexbox .collection-items-header {
    display: block;
    font-size: 0; }
    .no-flexbox .collection-items-header > * {
      display: inline-block !important;
      vertical-align: middle; }
    .no-flexbox .collection-items-header.small {
      text-align: center; }
  .collection-items-header.has-sidebar.medium {
    margin-right: -10px;
    margin-left: -10px; }
    @media (max-width: 720px) {
      .collection-items-header.has-sidebar.medium {
        display: none; } }
  @media (min-width: 721px) {
    .collection-items-header.small {
      display: none; } }
  .collection-items-header.small .button {
    display: block;
    width: 100%;
    max-width: 290px;
    margin-right: auto;
    margin-left: auto;
    outline: 0; }
  @media (max-width: 500px) {
    .collection-items-header {
      margin-bottom: 30px; }
      .collection-items-header .section-title {
        display: none; }
      .collection-items-header .collection-sort {
        width: 100%; } }
  .collection-items-header .collection-items-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .collection-items-header .collection-items-header-content.grid-item-100 {
      padding-right: 0;
      padding-left: 0; }
    .no-flexbox .collection-items-header .collection-items-header-content > * {
      display: inline-block;
      vertical-align: middle; }
      .no-flexbox .collection-items-header .collection-items-header-content > *:first-child {
        margin-right: 20px; }
  @media (max-width: 960px) {
    .collection-items-header.has-sidebar .collection-items-header-content {
      width: 80%; } }
  @media (max-width: 960px) {
    .collection-items-header .grid-item-16,
    .collection-items-header .grid-item-25 {
      width: 20%; } }
  .collection-items-header .section-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400; }

.collection-current-tags {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 20px; }
  @media (max-width: 720px) {
    .collection-current-tags {
      display: none; } }
  .collection-current-tags .collection-current-tag {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding: 3px 5px 3px 7px;
    margin-right: 4px;
    font-family: "PT Sans";
    background-color: #ff6600;
    color: #646569; }
    .collection-current-tags .collection-current-tag span {
      margin-left: 2px; }
    .collection-current-tags .collection-current-tag a, .collection-current-tags .collection-current-tag .cart-item-quantity-edit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.collection-sort {
  margin-bottom: 0; }
  .no-js .collection-sort {
    display: none; }
  .collection-sort .form-select-wrapper {
    width: 240px;
    color: black; }
    @media (max-width: 500px) {
      .collection-sort .form-select-wrapper {
        max-width: 100%;
        width: 100%; } }

.collection-sidebar {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 960px) {
    .collection-sidebar {
      width: 20%; } }
  @media (max-width: 720px) {
    .collection-sidebar {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: none;
      width: 100%;
      padding: 15px;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 0; } }
  .collection-sidebar.animating {
    display: block;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collection-sidebar.visible {
    display: block;
    opacity: 1; }
  .collection-sidebar h5, .collection-sidebar .form-field-title, .collection-sidebar .selector-wrapper label, .selector-wrapper .collection-sidebar label, .collection-sidebar .account-header, .collection-sidebar .address-name {
    margin-top: 0; }

@media (max-width: 720px) {
  .collection-filters {
    position: relative;
    max-height: calc(100vh - 30px);
    padding: 15px;
    margin-top: 0;
    background-color: #e6e4e4;
    overflow-x: auto; } }
@media (min-width: 721px) {
  .collection-filters > .small {
    display: none; } }
.collection-filters .button {
  display: block;
  width: 100%;
  margin-top: 15px; }
  @media (min-width: 721px) {
    .collection-filters .button {
      display: none; } }

.collection-filters-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ff6600; }
  .collection-filters-title button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent; }
    .collection-filters-title button svg {
      width: 9px;
      height: 9px;
      color: black; }

.collection-filters-tags {
  margin-top: 15px;
  margin-bottom: -4px; }
  .collection-filters-tags .collection-filters-tag-box {
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    padding: 3px 5px 3px 7px;
    margin-bottom: 4px;
    font-family: "PT Sans";
    background-color: #ff6600;
    color: #646569; }
    .collection-filters-tags .collection-filters-tag-box span {
      margin-left: 2px; }
    .collection-filters-tags .collection-filters-tag-box a, .collection-filters-tags .collection-filters-tag-box .cart-item-quantity-edit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

@media (max-width: 720px) {
  .collection-sidebar-note {
    padding: 0 15px 20px;
    background-color: #e6e4e4; } }
.collection-filters + .collection-sidebar-note {
  margin-top: 25px; }
  @media (max-width: 720px) {
    .collection-filters + .collection-sidebar-note {
      margin-top: 0; } }

.collection-lookbook-header {
  margin-bottom: 20px; }
  .collection-lookbook-header figure {
    position: relative; }
  .collection-lookbook-header figcaption {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 15px;
    color: black;
    background-color: rgba(230, 228, 228, 0.85);
    font-weight: 700;
    text-align: center; }
    @media (max-width: 720px) {
      .collection-lookbook-header figcaption {
        font-size: 13px;
        font-size: 1.3rem;
        position: static; } }
  .collection-lookbook-header img {
    display: block;
    width: 100%; }

.collection-lookbook-header-price {
  font-weight: 400; }

.collection {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collection-main.has-sidebar .collection {
    margin-right: -10px;
    margin-left: -10px; }

.collection-load-products {
  text-align: center; }
  .collection-load-products.hidden {
    display: none; }

.collection-empty {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: center; }

/*
 * Account / Order
 */
.account-wrapper {
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px; }

.account,
.order {
  padding-right: 10px; }
  @media (max-width: 960px) {
    .account,
    .order {
      width: 100%;
      padding-right: 10px; } }
  .account > div > .grid-item:first-child, .account > div > [class*="grid-item"]:first-child,
  .order > div > .grid-item:first-child,
  .order > div > [class*="grid-item"]:first-child {
    padding-left: 0; }
    @media (max-width: 720px) {
      .account > div > .grid-item:first-child, .account > div > [class*="grid-item"]:first-child,
      .order > div > .grid-item:first-child,
      .order > div > [class*="grid-item"]:first-child {
        padding-left: 10px; } }
  .account > div > .grid-item:last-child, .account > div > [class*="grid-item"]:last-child,
  .order > div > .grid-item:last-child,
  .order > div > [class*="grid-item"]:last-child {
    padding-right: 0; }
    @media (max-width: 720px) {
      .account > div > .grid-item:last-child, .account > div > [class*="grid-item"]:last-child,
      .order > div > .grid-item:last-child,
      .order > div > [class*="grid-item"]:last-child {
        padding-right: 10px; } }

.account-headers,
.order-headers {
  font-size: 13px;
  font-size: 1.3rem;
  display: flex;
  margin-top: 1.33em;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 1px solid #ff6600; }
  @media (max-width: 720px) {
    .account-headers,
    .order-headers {
      display: none; } }
  .no-flexbox .account-headers, .no-flexbox
  .order-headers {
    display: block;
    font-size: 0; }
    @media (max-width: 720px) {
      .no-flexbox .account-headers, .no-flexbox
      .order-headers {
        display: none; } }
  .account-headers > span,
  .order-headers > span {
    font-size: 13px;
    font-size: 1.3rem;
    color: black; }
  .account-headers .grid-item, .account-headers [class*="grid-item"],
  .order-headers .grid-item,
  .order-headers [class*="grid-item"] {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px; }
    .account-headers .grid-item:last-child, .account-headers [class*="grid-item"]:last-child,
    .order-headers .grid-item:last-child,
    .order-headers [class*="grid-item"]:last-child {
      text-align: right; }

.account-header {
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff6600; }

@media (max-width: 960px) {
  .account-sidebar {
    width: 100%;
    margin-top: 50px; } }
@media (max-width: 960px) {
  .account-sidebar {
    margin-top: 30px; } }
.account-sidebar h4 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
  font-family: "PT Sans";
  font-weight: 700; }

.order-status {
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  font-size: 0; }
  @media (max-width: 720px) {
    .order-status {
      margin-bottom: 30px; } }
  .order-status .account-header {
    margin-right: 10px;
    margin-left: 10px; }

.order-status-item {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }
  .order-status-item > * {
    display: block; }
  @media (max-width: 500px) {
    .order-status-item {
      display: block;
      width: 100%;
      margin-bottom: 20px; } }

.order-status-cancelled {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ff6600; }
  .order-status-cancelled > span {
    display: block; }

@media (max-width: 720px) {
  .order-details {
    margin-bottom: 20px; } }

@media (max-width: 720px) {
  .account-orders,
  .order-details {
    margin-right: -10px;
    margin-left: -10px; } }
.account-orders .grid-item, .account-orders [class*="grid-item"],
.order-details .grid-item,
.order-details [class*="grid-item"] {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px; }
  .account-orders .grid-item:last-child, .account-orders [class*="grid-item"]:last-child,
  .order-details .grid-item:last-child,
  .order-details [class*="grid-item"]:last-child {
    text-align: right; }
  @media (max-width: 720px) {
    .account-orders .grid-item, .account-orders [class*="grid-item"],
    .order-details .grid-item,
    .order-details [class*="grid-item"] {
      width: 25%;
      padding-top: 0;
      padding-bottom: 0; }
      .account-orders .grid-item:last-child, .account-orders [class*="grid-item"]:last-child,
      .order-details .grid-item:last-child,
      .order-details [class*="grid-item"]:last-child {
        text-align: left; }
      .account-orders .grid-item:before, .account-orders [class*="grid-item"]:before,
      .order-details .grid-item:before,
      .order-details [class*="grid-item"]:before {
        content: attr(data-label);
        display: block; }
      .account-orders .grid-item:first-child, .account-orders [class*="grid-item"]:first-child,
      .order-details .grid-item:first-child,
      .order-details [class*="grid-item"]:first-child {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px; }
        .account-orders .grid-item:first-child:before, .account-orders [class*="grid-item"]:first-child:before,
        .order-details .grid-item:first-child:before,
        .order-details [class*="grid-item"]:first-child:before {
          display: none; }
      .account-orders .grid-item:nth-child(2), .account-orders [class*="grid-item"]:nth-child(2),
      .order-details .grid-item:nth-child(2),
      .order-details [class*="grid-item"]:nth-child(2) {
        padding-left: 10px; } }
  @media (max-width: 500px) {
    .account-orders .grid-item, .account-orders [class*="grid-item"],
    .order-details .grid-item,
    .order-details [class*="grid-item"] {
      width: 100%;
      margin-bottom: 10px;
      padding-left: 10px; } }

.order-totals {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
  text-align: right; }
  @media (max-width: 720px) {
    .order-totals {
      text-align: left; }
      .order-totals > div {
        margin-bottom: 10px; }
        .order-totals > div:last-child {
          margin-bottom: 0; }
      .order-totals .grid-item-15 {
        width: 100%; } }
  .order-totals .grid-item-75 {
    font-size: 13px;
    font-size: 1.3rem; }
    @media (max-width: 720px) {
      .order-totals .grid-item-75 {
        display: block;
        width: 100%; } }

.order-sidebar {
  font-size: 0; }
  @media (max-width: 960px) {
    .order-sidebar {
      width: 100%;
      margin-top: 50px; } }
  @media (max-width: 720px) {
    .order-sidebar {
      margin-top: 40px; } }

.order-billing-address,
.order-shipping-address {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0; }
  @media (max-width: 960px) {
    .order-billing-address,
    .order-shipping-address {
      display: inline-block;
      width: 50%; } }
  @media (max-width: 500px) {
    .order-billing-address,
    .order-shipping-address {
      display: block;
      width: 100%; } }
  .order-billing-address span,
  .order-shipping-address span {
    display: block;
    margin-top: 10px; }

.order-billing-address {
  margin-bottom: 50px; }
  @media (max-width: 960px) {
    .order-billing-address {
      padding-right: 10px;
      margin-bottom: 0; } }
  @media (max-width: 500px) {
    .order-billing-address {
      padding-right: 0;
      margin-bottom: 30px; } }

@media (max-width: 960px) {
  .order-shipping-address {
    padding-left: 10px; } }
@media (max-width: 500px) {
  .order-shipping-address {
    padding-left: 0; } }

/*
 * Login / Create Account
 */
.account-login-wrapper,
.account-recover-password-wrapper,
.account-create-account-wrapper {
  display: none;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .account-login-wrapper.visible,
  .account-recover-password-wrapper.visible,
  .account-create-account-wrapper.visible {
    display: block; }
  .account-login-wrapper .form-field, .account-login-wrapper .selector-wrapper,
  .account-recover-password-wrapper .form-field,
  .account-recover-password-wrapper .selector-wrapper,
  .account-create-account-wrapper .form-field,
  .account-create-account-wrapper .selector-wrapper {
    margin-bottom: 15px; }

.account-guest-checkout,
.account-create-account {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ff6600; }

/*
 * Addresses
 */
.addresses-wrapper {
  margin-bottom: 20px; }

.address-items-wrapper {
  margin-right: -10px;
  margin-left: -10px; }

.address-item {
  margin-bottom: 30px; }
  @media (max-width: 960px) {
    .address-item {
      width: 50%; } }
  @media (max-width: 600px) {
    .address-item {
      width: 100%; } }

.address-name {
  margin-top: 0; }
  .address-name span {
    font-size: 12px;
    font-size: 1.2rem;
    float: right;
    font-family: "PT Sans";
    font-weight: 400;
    color: #848487; }

.address-details {
  margin-top: 0;
  margin-bottom: 20px; }

.address-new:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  background: #ff6600; }

.address-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 500px) {
    .address-form .grid-item, .address-form [class*="grid-item"] {
      width: 100%; } }
  .address-form .form-field, .address-form .selector-wrapper {
    margin-bottom: 15px; }

.address-edit-form,
[data-addresses],
[data-addresses-edit],
[data-addresses-new] {
  display: none; }
  .address-edit-form.visible,
  [data-addresses].visible,
  [data-addresses-edit].visible,
  [data-addresses-new].visible {
    display: block; }

[data-addresses-edit],
[data-addresses-new] {
  padding-right: 5px;
  padding-left: 5px; }

/*
 * Reset Password / Activate Account
 */
.account-activate-account-wrapper,
.account-reset-password-wrapper {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.template-gift_card .page-header-wrapper {
  text-align: center; }
  .template-gift_card .page-header-wrapper em {
    display: block;
    margin-top: 1em; }
.template-gift_card .page-wrapper .grid {
  margin-right: -10px;
  margin-left: -10px; }
.template-gift_card .grid-item-66 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 960px) {
    .template-gift_card .grid-item-66 {
      width: 75%; } }
  @media (max-width: 720px) {
    .template-gift_card .grid-item-66 {
      width: 100%; } }

.gift-card-image {
  position: relative; }
  .gift-card-image strong {
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    color: #e6e4e4;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 720px) {
      .gift-card-image strong {
        font-size: 30px;
        font-size: 3rem; } }
    @media (max-width: 500px) {
      .gift-card-image strong {
        font-size: 20px;
        font-size: 2rem;
        top: 10px;
        right: 10px; } }
  .gift-card-image .form-field, .gift-card-image .selector-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 500px) {
      .gift-card-image .form-field, .gift-card-image .selector-wrapper {
        right: 20px;
        bottom: 10px;
        left: 20px;
        transform: translateX(0); } }
  .gift-card-image .form-input, .gift-card-image .form-select-wrapper {
    font-size: 30px;
    font-size: 3rem;
    padding: 10px 18px;
    max-width: none;
    min-width: 400px;
    height: auto;
    text-align: center; }
    @media (max-width: 720px) {
      .gift-card-image .form-input, .gift-card-image .form-select-wrapper {
        font-size: 22px;
        font-size: 2.2rem;
        min-width: 350px; } }
    @media (max-width: 500px) {
      .gift-card-image .form-input, .gift-card-image .form-select-wrapper {
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 0; } }

.gift-card-qr {
  margin-top: 20px; }
  .gift-card-qr img {
    margin-right: auto;
    margin-left: auto; }

.index-wrapper {
  overflow: hidden; }
  .index-wrapper .shopify-section:last-child .featured-content {
    margin-bottom: 20px; }

.index-header {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  text-align: left; }
  .index-header h2, .index-header .department-item figcaption h3, .department-item figcaption .index-header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0; }
  .index-header > span {
    float: right; }

.collection-item {
  margin-bottom: 20px; }
  @media (max-width: 720px) {
    .collection-item {
      width: 50%; } }
  @media (max-width: 500px) {
    .collection-item {
      width: 100%; } }
  .collection-item h3 {
    margin-bottom: 10px; }
    .collection-item h3 a, .collection-item h3 .cart-item-quantity-edit {
      color: black; }
  .collection-item ul {
    padding-left: 10px;
    margin-top: 10px;
    list-style: none; }
    .collection-item ul a, .collection-item ul .cart-item-quantity-edit {
      font-size: 13px;
      font-size: 1.3rem; }

.collection-item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; }
  .collection-item-image::after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 140%; }
  .collection-item-image img {
    display: none; }

.collection-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.page {
  margin-bottom: 40px; }
  .page .grid-item-66 {
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
    font-size: 1.3rem; }
    @media (max-width: 720px) {
      .page .grid-item-66 {
        width: 75%; } }
    @media (max-width: 500px) {
      .page .grid-item-66 {
        width: 100%; } }

.page-contact-form {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 720px) {
    .page-contact-form {
      margin-top: 20px; } }
  @media (max-width: 400px) {
    .page-contact-form .grid-item-50 {
      display: block;
      width: 100%; } }
  .page-contact-form .form-field, .page-contact-form .selector-wrapper {
    margin-bottom: 15px; }

.page-contact-success {
  font-size: 13px;
  font-size: 1.3rem; }

.password {
  display: flex;
  height: 100vh;
  align-items: center; }
  .no-flexbox .password {
    display: block; }
  .password.has-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .password.has-image .page-header,
    .password.has-image .password-message,
    .password.has-image .form-field-title,
    .password.has-image .selector-wrapper label,
    .selector-wrapper .password.has-image label,
    .password.has-image .sidekick,
    .password.has-image .section-title {
      color: #e6e4e4; }
  .password .page-header {
    margin-top: 0; }
  .password .password-message {
    font-size: 20px;
    font-size: 2rem;
    text-align: center; }
  .password .grid-item-66 {
    display: block;
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 960px) {
      .password .grid-item-66 {
        width: 75%; } }
    @media (max-width: 720px) {
      .password .grid-item-66 {
        width: 90%; } }
  .password .form-success {
    text-align: center; }

.password-logo {
  margin-top: 0;
  text-align: center; }

.password-form-wrapper {
  display: none; }
  .password-form-wrapper.visible {
    display: block; }

.product-wrapper {
  margin: 35px -10px 40px; }
  @media (max-width: 960px) {
    .product-wrapper {
      display: flex;
      flex-direction: row-reverse; } }
  @media (max-width: 600px) {
    .product-wrapper {
      display: block;
      margin-top: 18px; } }
  .product-wrapper .product-title,
  .product-wrapper .product-type-vendor,
  .product-wrapper .product-price,
  .product-wrapper .product-description,
  .product-wrapper .share-wrapper {
    display: none; }
    @media (max-width: 600px) {
      .product-wrapper .product-title.small,
      .product-wrapper .product-type-vendor.small,
      .product-wrapper .product-price.small,
      .product-wrapper .product-description.small,
      .product-wrapper .share-wrapper.small {
        display: block; } }
    @media screen and (max-width: 960px) and (min-width: 601px) {
      .product-wrapper .product-title.medium,
      .product-wrapper .product-type-vendor.medium,
      .product-wrapper .product-price.medium,
      .product-wrapper .product-description.medium,
      .product-wrapper .share-wrapper.medium {
        display: block; } }
    @media (min-width: 961px) {
      .product-wrapper .product-title.large,
      .product-wrapper .product-type-vendor.large,
      .product-wrapper .product-price.large,
      .product-wrapper .product-description.large,
      .product-wrapper .share-wrapper.large {
        display: block; } }

@media (max-width: 960px) {
  #product-column1 {
    display: none; } }

@media (max-width: 960px) {
  #product-column2 {
    width: 50%; } }
@media (max-width: 600px) {
  #product-column2 {
    width: 100%; } }

@media (max-width: 960px) {
  #product-column3 {
    width: 50%; } }
@media (max-width: 600px) {
  #product-column3 {
    width: 100%; } }

.product-images {
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 600px) {
    .product-images {
      display: block;
      max-width: 400px;
      width: 100%;
      margin-top: 25px;
      margin-right: auto;
      margin-left: auto; }
      .product-images .product-images {
        margin-top: 0; } }
  .product-images img {
    display: block;
    max-width: 100%;
    outline: 0; }
    .js .product-images img {
      cursor: zoom-in; }
    .no-js .product-images img {
      margin-right: auto;
      margin-bottom: 10px;
      margin-left: auto; }
      .no-js .product-images img:last-child {
        margin-bottom: 0; }
  .product-images svg {
    background-color: #edbe9f; }

.product-images-inner {
  display: flex;
  flex-direction: column; }
  @media (max-width: 600px) {
    .product-images-inner {
      flex-direction: column-reverse; } }
  .no-flexbox .product-images-inner {
    position: relative;
    z-index: 0;
    display: inline; }

@media (max-width: 960px) {
  .product-description {
    margin-top: 20px; } }

.product-thumbnails {
  margin-top: 15px;
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
  text-align: center; }
  .product-thumbnails img {
    display: inline; }

.product-thumbnail {
  max-height: 50px;
  padding: 0 5px;
  margin-bottom: 10px;
  opacity: 0.8;
  outline: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden; }
  .js .product-thumbnail {
    cursor: pointer !important; }
    .js .product-thumbnail:hover, .js .product-thumbnail.slick-current {
      opacity: 1; }

.product-details {
  margin-top: 20px; }

.product-options {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 960px) {
    .product-options {
      width: 50%;
      margin-top: 0;
      text-align: center; } }
  @media (max-width: 600px) {
    .product-options {
      width: 100%; } }

.product-wrapper .page-header {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700; }
  @media (max-width: 960px) {
    .product-wrapper .page-header {
      margin-bottom: 0;
      text-align: center; } }
  @media (max-width: 720px) {
    .product-wrapper .page-header {
      font-size: 18px;
      font-size: 1.8rem; } }

.product-options-toggle svg {
  top: calc(50% - 8px);
  left: calc(50% - 9px); }

.product-options-inner {
  width: 100%; }
  @media (min-width: 961px) {
    .product-options-inner.sticky {
      position: fixed;
      top: 30px;
      width: calc(41.666% - 43px); }
    .product-options-inner.sticky-bottom {
      position: absolute;
      top: auto;
      bottom: 20px; } }
  @media (max-width: 720px) {
    .product-options-inner {
      position: static !important;
      width: 100% !important; } }

.product-brand {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400; }
  .product-brand a, .product-brand .cart-item-quantity-edit {
    color: black; }

.product-price {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: black; }
  @media (max-width: 600px) {
    .product-price {
      margin-bottom: 25px;
      text-align: center; } }
  @media (max-width: 720px) {
    .product-price {
      font-size: 18px;
      font-size: 1.8rem; } }

.product-price-compare {
  margin-left: 3px;
  font-weight: 400;
  text-decoration: line-through; }

.product-type-vendor {
  margin-top: 2px;
  color: #848487; }
  @media (max-width: 960px) {
    .product-type-vendor {
      margin-bottom: 10px; } }

.product-form {
  margin-top: 20px; }
  .product-form .form-field, .product-form .selector-wrapper,
  .product-form .selector-wrapper {
    margin-bottom: 20px; }
  .product-form .form-actions .button {
    position: relative; }
    .product-form .form-actions .button .spinner {
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      animation: spinner 0.75s linear infinite;
      opacity: 0; }
      .product-form .form-actions .button .spinner span {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .product-form .form-actions .button .spinner .spinner-inner-1 {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(230, 228, 228, 0) 0%, rgba(230, 228, 228, 0) 50%, #e6e4e4 51%); }
      .product-form .form-actions .button .spinner .spinner-inner-2 {
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(255, 51, 0, 0) 0%, #ff3300 100%);
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .product-form .form-actions .button .spinner .spinner-inner-3 {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #ff3300;
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-form .form-actions .button:hover .spinner {
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      width: 20px;
      height: 20px;
      animation: spinner 0.75s linear infinite; }
      .product-form .form-actions .button:hover .spinner span {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .product-form .form-actions .button:hover .spinner .spinner-inner-1 {
        top: 0;
        left: 0;
        background: linear-gradient(to right, rgba(230, 228, 228, 0) 0%, rgba(230, 228, 228, 0) 50%, #e6e4e4 51%); }
      .product-form .form-actions .button:hover .spinner .spinner-inner-2 {
        top: 0;
        left: 0;
        background: linear-gradient(to top, rgba(242, 120, 90, 0) 0%, #f2785a 100%);
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .product-form .form-actions .button:hover .spinner .spinner-inner-3 {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        background: #f2785a;
        transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-form .form-actions .button.active {
      color: transparent; }
    .product-form .form-actions .button.loading .spinner {
      opacity: 1; }

.product-swatches {
  display: none; }
  .js .product-swatches {
    display: block; }

.product-select-simple-wrapper {
  display: none; }
  .no-js .product-select-simple-wrapper {
    display: block; }

.product-select-simple {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.product-variants {
  display: none; }

.selector-wrapper .form-select-wrapper {
  text-align: left; }

.product-quantity {
  text-align: center; }
  .product-quantity .form-input, .product-quantity .form-select-wrapper {
    max-width: 40px;
    text-align: center; }

.product-stock {
  max-width: 250px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .product-stock.form-field, .product-stock.selector-wrapper {
    margin-bottom: 10px; }
  .product-stock .form-field-title span, .product-stock .selector-wrapper label span, .selector-wrapper .product-stock label span {
    position: relative;
    top: 2px;
    float: right;
    font-family: "PT Sans";
    font-weight: 400;
    font-style: italic;
    color: #848487; }

.product-stock-count {
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
  margin-top: 3px;
  text-align: right;
  font-style: italic;
  color: #848487; }
  .product-stock-count.visible {
    display: block; }

.product-stock-level {
  position: relative;
  display: block;
  height: 5px;
  width: 100%;
  background-color: #ff6600; }
  .product-stock-level span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ff3300;
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: ""; }

.product-message {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 10px 20px;
  color: #e6e4e4;
  background-color: #ff3300;
  text-align: center; }
  .product-message.error {
    background-color: #ff1a1a; }
  .product-message.animating {
    display: block;
    transform: translateY(100%);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-message.visible {
    display: block;
    transform: translateY(0); }
  .product-message a, .product-message .cart-item-quantity-edit {
    color: #e6e4e4; }

.product-images-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  align-items: center;
  display: none;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.7); }
  .product-images-lightbox.animating {
    display: flex;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .no-flexbox .product-images-lightbox.animating {
      display: block; }
  .product-images-lightbox.visible {
    display: flex;
    opacity: 1; }
    .no-flexbox .product-images-lightbox.visible {
      display: block; }
  .product-images-lightbox > div {
    position: relative;
    max-width: 800px;
    width: auto;
    max-height: 90vh;
    padding: 30px;
    background-color: #e6e4e4; }
  .product-images-lightbox img {
    max-height: calc(90vh - 60px);
    cursor: default !important; }
    .no-flexbox .product-images-lightbox img {
      display: block;
      margin-right: auto;
      margin-left: auto; }

.product-images-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 37px;
  border: 0;
  outline: 0;
  background-color: transparent; }
  .product-images-lightbox-close svg {
    width: 15px;
    height: 15px;
    color: black; }

.products-related, .products-recent {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #ff6600; }
  .products-related h2, .products-recent h2, .products-related .department-item figcaption h3, .department-item figcaption .products-related h3, .products-recent .department-item figcaption h3, .department-item figcaption .products-recent h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 25px; }
  .products-related .grid, .products-recent .grid {
    margin-right: -10px;
    margin-left: -10px; }

.products-recent {
  display: none; }
  .products-recent.visible {
    display: block; }

.search-departments,
.search-empty {
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 370px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto; }

.search-empty {
  text-align: center; }

.search-departments {
  margin-bottom: 40px; }
  @media (max-width: 720px) {
    .search-departments {
      margin-bottom: 25px; } }

#shopify-section-navigation {
  position: relative;
  z-index: 1;
  background-color: white;
  border-bottom: 1px solid #ff6600; }

.collection-custom-content {
  margin-top: 30px;
  margin-bottom: 30px; }

.alert-warning {
  color: #a94442;
  background-color: #dedede;
  border-color: #ebccd1;
  padding: 6px; }

.alert-warning img {
  margin-top: -10px;
  float: left; }

.next_logo {
  display: none; }

@media (max-width: 720px) {
  .main-header .ist_logo {
    display: none; }
  .main-header .next_logo {
    width: auto;
    display: block; }
  .main-header .header-logo.next_logo img {
    display: inline-block; }
  .main-header .header-search-form-wrapper {
    display: block;
    max-width: 100%; }
  .main-header .header-tools {
    width: 100%; }
  .main-header .header-search-form .form-input, .main-header .header-search-form .form-select-wrapper {
    font-size: 14px; }
  .main-header .header-cart {
    margin-left: 10px; } }

.cell_no {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #FF6600; }

.cell_no a, .cell_no .cart-item-quantity-edit {
  display: inline-block;
  color: #FF6600; }

.cell_no:hover {
  color: #FF3300; }

.cell_no a:hover, .cell_no .cart-item-quantity-edit:hover {
  color: #FF3300; }

.cell_no.next_logo {
  margin: 0px; }
