/** Shopify CDN: Minification failed

Line 569:2 Expected identifier but found "*"
Line 665:2 Expected identifier but found "*"
Line 1263:2 Expected identifier but found "*"
Line 2359:2 Expected identifier but found "*"
Line 2360:2 Expected identifier but found "*"
Line 9613:0 Unexpected "{"

**/
@charset "UTF-8";
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=0bd09fbf-a4ac-4ef3-b5ae-09672e228db3&fontids=6149645,6149660,6149670,6383928,6383970");
@font-face {
  font-family: "AvenirNext";
  src: url("an-bold.woff2") format("woff2"), url("an-bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("an-regular.woff2") format("woff2"), url("an-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("an-medium.woff2") format("woff2"), url("an-medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("an-light.woff2") format("woff2"), url("an-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("an-ultra-light.woff2") format("woff2"), url("an-ultra-light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
svg.nl path {
  fill: var(--colorIcons) !important;
}

/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: var(--colorBtnPrimary);
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a:focus {
  color: inherit;
}

img {
  max-width: 100%;
}

/*================ Form element helpers ================*/
form {
  margin: 0;
}

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
button,
input[type=submit],
label[for] {
  cursor: pointer;
}

optgroup {
  font-weight: 800;
}

option {
  color: var(--colorBtnPrimary);
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none;
}

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role=button],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

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

.supports-no-cookies:not(html) {
  display: none;
}
html.supports-no-cookies .supports-no-cookies:not(html) {
  display: block;
}

html.supports-no-cookies .supports-cookies {
  display: none;
}

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  background-color: #fff;
  padding: 15px;
  z-index: 10000;
  -webkit-transition: none;
  transition: none;
}

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}
.grid::after {
  content: "";
  display: table;
  clear: both;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.grid__item[class*="--push"] {
  position: relative;
}

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
  float: right;
}

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.3333333333%;
}

.two-thirds {
  width: 66.6666666667%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.6666666667%;
}

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.3333333333%;
}

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
  }
  /* Halves */
  .small--one-half {
    width: 50%;
  }
  /* Thirds */
  .small--one-third {
    width: 33.3333333333%;
  }
  .small--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .small--one-sixth {
    width: 16.6666666667%;
  }
  .small--two-sixths {
    width: 33.3333333333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.6666666667%;
  }
  .small--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }
  .small--two-eighths {
    width: 25%;
  }
  .small--three-eighths {
    width: 37.5%;
  }
  .small--four-eighths {
    width: 50%;
  }
  .small--five-eighths {
    width: 62.5%;
  }
  .small--six-eighths {
    width: 75%;
  }
  .small--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }
  .small--two-tenths {
    width: 20%;
  }
  .small--three-tenths {
    width: 30%;
  }
  .small--four-tenths {
    width: 40%;
  }
  .small--five-tenths {
    width: 50%;
  }
  .small--six-tenths {
    width: 60%;
  }
  .small--seven-tenths {
    width: 70%;
  }
  .small--eight-tenths {
    width: 80%;
  }
  .small--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .small--one-twelfth {
    width: 8.3333333333%;
  }
  .small--two-twelfths {
    width: 16.6666666667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.3333333333%;
  }
  .small--five-twelfths {
    width: 41.6666666667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.3333333333%;
  }
  .small--eight-twelfths {
    width: 66.6666666667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.3333333333%;
  }
  .small--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--text-left {
    text-align: left !important;
  }
  .small--text-right {
    text-align: right !important;
  }
  .small--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
  }
  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }
  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%;
  }
  .medium-up--two-thirds {
    width: 66.6666666667%;
  }
  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%;
  }
  .medium-up--two-sixths {
    width: 33.3333333333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.6666666667%;
  }
  .medium-up--five-sixths {
    width: 83.3333333333%;
  }
  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }
  .medium-up--two-eighths {
    width: 25%;
  }
  .medium-up--three-eighths {
    width: 37.5%;
  }
  .medium-up--four-eighths {
    width: 50%;
  }
  .medium-up--five-eighths {
    width: 62.5%;
  }
  .medium-up--six-eighths {
    width: 75%;
  }
  .medium-up--seven-eighths {
    width: 87.5%;
  }
  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }
  .medium-up--two-tenths {
    width: 20%;
  }
  .medium-up--three-tenths {
    width: 30%;
  }
  .medium-up--four-tenths {
    width: 40%;
  }
  .medium-up--five-tenths {
    width: 50%;
  }
  .medium-up--six-tenths {
    width: 60%;
  }
  .medium-up--seven-tenths {
    width: 70%;
  }
  .medium-up--eight-tenths {
    width: 80%;
  }
  .medium-up--nine-tenths {
    width: 90%;
  }
  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%;
  }
  .medium-up--two-twelfths {
    width: 16.6666666667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.3333333333%;
  }
  .medium-up--five-twelfths {
    width: 41.6666666667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.3333333333%;
  }
  .medium-up--eight-twelfths {
    width: 66.6666666667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.3333333333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.6666666667%;
  }
  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--text-left {
    text-align: left !important;
  }
  .medium-up--text-right {
    text-align: right !important;
  }
  .medium-up--text-center {
    text-align: center !important;
  }
}
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: #fff;
}

.page-width {
  *zoom: 1;
  max-width: 1600px;
  padding: 0 30px;
  margin: 0 auto;
}
.page-width::after {
  content: "";
  display: table;
  clear: both;
}

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  fill: #AAAAAA;
}
.no-svg .icon {
  display: none;
}

.icon--wide {
  width: 40px;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.no-svg .icon-fallback-text {
  position: static !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default;
}

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 61.7142857143px;
  height: 18px;
}

/*================ Rich Text Editor ================*/
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ul,
.rte ol {
  margin: 0 0 15px 30px;
}
.rte ul {
  list-style: disc outside;
}
.rte ul ul {
  list-style: circle outside;
}
.rte ul ul ul {
  list-style: square outside;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.rte__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 767px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    display: block;
  }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%;
  }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 15px;
    margin: 0;
  }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    padding-right: 10px;
  }
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px;
  }
  .responsive-table-row + .responsive-table-row::after,
  tfoot > .responsive-table-row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #000000;
  }
}
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
}

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #000000;
  border-radius: 0;
  max-width: 100%;
}
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: #000;
  border-color: #000;
}

textarea {
  min-height: 100px;
}

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("ico-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/
}
.ie9 select {
  padding-right: 10px;
  background-image: none;
}

select::-ms-expand {
  display: none;
}

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #000;
  background-color: #000;
  color: #000;
}

.placeholder-svg {
  display: block;
  fill: rgba(var(--colorBtnPrimary), 0.35);
  background-color: rgba(var(--colorBtnPrimary), 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(var(--colorBtnPrimary), 0.2);
}

.placeholder-svg--small {
  width: 480px;
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.placeholder-background .icon {
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
  max-width: inherit;
  width: 100%;
}
.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;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: var(--colorBtnPrimary);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 3px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body .algolia-autocomplete {
  left: 0 !important;
  width: 100% !important;
  border: 0px;
}
@media only screen and (max-width: 767px) {
  body .algolia-autocomplete {
    top: 91px !important;
  }
}
body .algolia-autocomplete .aa-products-empty {
  max-width: 1344px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #868686;
  font-size: 14px;
}
body .algolia-autocomplete .aa-dataset-products {
  padding: 0px;
  border-bottom: 14px solid #f1f1f1;
}
@media only screen and (min-width: 768px) {
  body .algolia-autocomplete .aa-dataset-products:before {
    content: "SUGGESTIONS...";
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #868686;
    font-size: 14px;
    padding-left: 18px;
    max-width: 1374px;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: 24px;
    margin-top: 21px;
  }
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1344px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body .algolia-autocomplete .aa-dataset-products .aa-suggestions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  body .algolia-autocomplete .aa-dataset-products .aa-suggestions {
    border-top: 14px solid #f1f1f1;
  }
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion {
  width: 20%;
  background-color: inherit !important;
}
@media only screen and (max-width: 767px) {
  body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion {
    width: 50%;
  }
  body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion:nth-child(5) {
    display: none;
  }
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-picture {
  position: relative;
  width: 60%;
  padding-top: 100%;
  margin: 0 auto;
  left: inherit;
  top: 0px;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text {
  margin-left: 0px;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-title, body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-price {
  white-space: inherit;
  overflow: visible;
  text-overflow: inherit;
  line-height: 2;
  text-align: center;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-title {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #868686;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-title {
    display: none;
  }
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-price {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #868686;
  font-size: 14px;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text .aa-product-info {
  display: none;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions .aa-suggestion .aa-product .aa-product-text > div {
  text-align: center;
}
body .algolia-autocomplete .aa-dataset-products .aa-suggestions::after {
  display: none !important;
}

.hero-prev, .hero-next {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  cursor: pointer;
  top: 50%;
  padding: 0;
  display: inline-block;
  padding: 10px;
  padding-top: 19px;
  margin-top: -47px;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-prev svg, .hero-next svg {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 767px) {
  .hero-prev, .hero-next {
    top: 63%;
    padding: 4px;
    padding-top: 8px;
    margin-top: -102px;
  }
}

.hero-prev {
  left: 35px;
  z-index: 99;
  background-image: url("ico-arr.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .hero-prev {
    left: 10px;
  }
}

.hero-next {
  right: 35px;
  background-image: url("ico-arr.svg");
}
@media only screen and (max-width: 767px) {
  .hero-next {
    right: 10px;
  }
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 15px;
  padding: 0px;
  margin: 2px;
}
.slick-dots li button {
  border-radius: 26px;
  border: 2px solid #989898;
  height: 14px;
  width: 14px;
}
.slick-dots li button::before {
  content: "";
  display: none;
}
.slick-dots li.slick-active button {
  background-color: black;
  border: white;
}

body {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 11px;
  }
}

a img {
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.8;
}

body.test #admin-bar-iframe {
  display: none !important;
}

.maxwidth {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

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

input.txtbox {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  padding: 9px;
}

button, .new-btn {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 11px;
  border: none;
  padding: 6px 40px;
  letter-spacing: inherit;
  background-color: #575757;
  height: 33px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .new-btn:hover {
  background-color: var(--colorIcons);
}

input:focus, select:focus, textarea:focus, form:focus, button:focus {
  outline: 0;
}

h2.title, h2 {
  margin: 0 auto;
  padding: 20px 0px 20px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}

h3 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}

h1 {
  text-align: center;
  padding: 23px;
  text-transform: uppercase;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  margin: 20px 0px 0px;
}

nav.breadcrumb {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #595959;
  padding: 32px 63px 0px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  nav.breadcrumb {
    padding: 32px 20px 0;
  }
}
nav.breadcrumb a {
  text-decoration: none;
}
nav.breadcrumb .b-wrap {
  display: inline-block;
  text-align: left;
  padding: 0px;
  text-transform: uppercase;
}
nav.breadcrumb .b-wrap span:last-child {
  font-weight: 600;
}
nav.breadcrumb .b-wrap .arr {
  padding: 0 5px;
}

select.collection-sort__input {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px;
  width: 229px;
  background-size: 14px;
  background-position: 199px 21px;
}

.ac-title::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
  background-image: url("ico-arronew.svg");
  display: block;
  width: 17px;
  height: 15px;
  background-size: cover;
  top: 19px;
  position: absolute;
  right: 23px;
}
.ac-title.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.white-btn {
  font-size: 20px;
  background-color: #FFFFFF;
  padding: 16px;
  width: 91%;
  border: 1px solid #000000;
  margin: 0 auto;
  color: var(--colorBtnPrimary);
  display: block;
  text-align: center;
  text-decoration: none !important;
}
@media only screen and (max-width: 1279px) {
  .white-btn {
    padding: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .white-btn {
    padding: 9px;
  }
}

.easyzoom-flyout img {
  min-width: 100%;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  line-height: 2;
  font-size: 10px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #E3E3E3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #7B7B7B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-button {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 1px solid black;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: black;
  display: inline-block;
  width: 290px;
  padding: 10px 10px;
  max-width: 100%;
}
.cta-button:not(last-child) {
  margin-bottom: 10px;
}

.main-logo-desk h1 {
  font: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-logo-desk h1 .alt-tag {
  z-index: 0;
  position: absolute;
  top: -1000px;
}

@media only screen and (min-width: 768px) {
  .cole-header {
    padding: 0 40px;
  }
}
.cole-header h1 {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0px;
  padding: 15px 21px 5px;
}
@media only screen and (min-width: 768px) {
  .cole-header h1 {
    padding: 3px 21px 5px;
  }
}

.setxt {
  font: inherit;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.object-fit {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}
.object-fit img, .object-fit video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body #sis-storelocator-wrapper.storeLocatorDefault {
  max-width: 1200px;
  margin: 40px auto 80px;
  padding: 0 20px;
}

video {
  -webkit-clip-path: inset(1px 1px);
          clip-path: inset(1px 1px);
}

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

/*! jQuery UI - v1.12.1 - 2018-06-23
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

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

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
          box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox { /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container { /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
} /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
} /* RTL direction/left-side scrollbar */
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
} /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
} /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger { /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px; /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
} /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
} /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px; /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px; /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px; /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png); /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px; /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px; /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px; /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/*================ MODULES ================*/
/*================ Site Header ================*/
.nav_fav .topbadge {
  display: none !important;
}

.admin-bar {
  display: none;
}

body .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion {
  top: -70px !important;
}

body.scroll-down .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion {
  top: -135px !important;
}

@media only screen and (max-width: 767px) {
  body .bc-sf-search-suggestion-wrapper {
    top: 197px !important;
  }
}

#header {
  position: fixed;
  top: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 5555;
}
@media only screen and (max-width: 767px) {
  #header {
    -webkit-box-shadow: 0 -1px 0px 0 rgba(0, 0, 0, 0.1), 0 -7px 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 0px 0 rgba(0, 0, 0, 0.1), 0 -7px 20px 0 rgba(0, 0, 0, 0.15);
  }
}
#header #header-nav {
  top: 0;
  position: relative;
  margin-top: 37px;
  background-color: white;
  padding: 26px 0px 0px;
}
@media only screen and (max-width: 1279px) {
  #header #header-nav {
    padding: 26px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  #header #header-nav {
    padding: 0px 0px 0px;
  }
}
#header .offer-line {
  width: 100%;
  text-align: center;
  background-color: var(--colorBackgrounds);
  height: 35px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: 1;
  top: 0px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}
#header .offer-line p {
  padding: 8px;
  margin: 0px;
}
#header .offer-line p {
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#header .offer-line p a {
  text-decoration: underline;
}
#header .offer-line.mutiple p:not(:first-child) {
  top: 34px;
}
#header .offer-line > *:first-child p {
  opacity: 1;
  top: 0px;
}
#header .offer-line p {
  padding: 8px;
  margin: 0px;
}
#header .offer-line p strong {
  font-weight: 800;
}
#header .desktop.search-mob-open .close {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header .search-mob-open .top_desktop .main-left-mob, #header .search-mob-open .top_desktop .main-right {
    display: none;
  }
  #header .search-mob-open .top_desktop .main-left form input#Search {
    display: block;
  }
}
#header .top_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 0px 40px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 989px) {
  #header .top_desktop {
    padding: 0px;
  }
}
#header .top_desktop .main-logo-desk {
  position: absolute;
  left: calc(50% - 93px);
  text-align: center;
}
#header .top_desktop .main-logo-desk a {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 186px;
  margin: 0 auto;
}
.short-nav #header .top_desktop .main-logo-desk a {
  margin-top: -32px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #header .top_desktop .main-logo-desk a {
    margin: 0;
  }
}
#header .top_desktop .main-logo-desk a svg {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: inherit;
}
#header .top_desktop .main-logo-desk a svg .cls-1 {
  fill: black;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-logo-desk {
    left: calc(50% - 77px);
    top: 6px;
  }
  #header .top_desktop .main-logo-desk a {
    max-width: 154px;
  }
}
#header .top_desktop .main-left-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 83px;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-left-mob {
    height: 63px;
  }
}
#header .top_desktop .main-left-mob .flyout {
  padding: 26px 4px 20px 11px;
  float: right;
  width: 50px;
  cursor: pointer;
  z-index: 5001;
}
#header .top_desktop .main-left-mob .flyout a {
  font-size: 2em;
  line-height: 1;
  float: right;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
}
#header .top_desktop .main-left-mob .flyout a .lines {
  float: left;
  width: 33px;
  height: 30px;
  text-align: center;
}
#header .top_desktop .main-left-mob .flyout a .lines .line {
  background: #000d47;
  width: 16px;
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(1) {
  top: 0;
  right: 0;
}
.mob-open #header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}
#header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(2) {
  top: 6px;
  z-index: 1;
}
.mob-open #header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(2) {
  opacity: 0;
}
#header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(3) {
  top: 12px;
  z-index: 3;
}
.mob-open #header .top_desktop .main-left-mob .flyout a .lines .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
#header .top_desktop .main-left-mob .flyout a .text {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  float: left;
  width: 100%;
  text-align: center;
}
#header .top_desktop .main-left-mob .search-mob {
  width: 34px;
  height: 64px;
  padding: 17px 3px 17px 8px;
  cursor: pointer;
}
#header .top_desktop .main-left-mob .search-mob svg {
  width: 100%;
}
#header .top_desktop .main-left {
  width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #header .top_desktop .main-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-left {
    width: 100%;
    position: absolute;
  }
}
#header .top_desktop .main-search {
  position: absolute;
  background-color: white;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5010;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#header .top_desktop .main-search .search-wrap {
  width: 8%;
  max-width: 712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  top: -13px;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.scroll-down #header .top_desktop .main-search .search-wrap {
  top: 1px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-search .search-wrap {
    top: 0;
  }
}
#header .top_desktop .main-search .search-wrap .close {
  width: 45px;
  height: 45px;
  padding: 14px;
  margin-right: 15px;
  cursor: pointer;
}
#header .top_desktop .main-search .search-wrap .close svg {
  width: 100%;
}
#header .top_desktop .main-search .search-wrap .form {
  border: 1px solid #D9D9D9;
  width: 100%;
  padding: 19px 36px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 12px;
}
body.scroll-down #header .top_desktop .main-search .search-wrap .form {
  padding: 11px 36px;
}
#header .top_desktop .main-search .search-wrap .form label {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-search .search-wrap .form label {
    display: none;
  }
}
#header .top_desktop .main-search .search-wrap .form input.tbox {
  border: 0px;
  background-color: transparent;
  margin-left: 10px;
  width: calc(100% - 159px) !important;
  font-size: 11px;
  font-weight: 300;
}
#header .top_desktop .main-search .search-wrap .form input.tbox:focus {
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-search .search-wrap .form input.tbox {
    width: 100% !important;
    font-size: 11px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-search .search-wrap .form {
    height: 44px;
    width: 100%;
    padding: 14px 16px;
    font-size: 12px;
  }
}
#header .top_desktop .main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .top_desktop .main-right .nico {
  width: 40px;
  height: 40px;
  padding: 3px 10px 10px;
  padding: 0;
}
#header .top_desktop .main-right .nico.aa-DetachedSearchButton {
  background-color: transparent;
}
#header .top_desktop .main-right .nico a, #header .top_desktop .main-right .nico span {
  display: block;
  padding: 14px 10px 10px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .nico a, #header .top_desktop .main-right .nico span {
    padding: 0;
  }
}
#header .top_desktop .main-right .nico svg path {
  fill: var(--colorIcons) !important;
}
#header .top_desktop .main-right .nico img, #header .top_desktop .main-right .nico svg {
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .nico {
    width: 35px;
  }
}
#header .top_desktop .main-right .need-help {
  position: absolute;
  right: 21px;
  top: 15%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .need-help {
    display: none;
  }
}
#header .top_desktop .main-right .need-help .text {
  text-align: right;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 17px;
  cursor: pointer;
}
#header .top_desktop .main-right .need-help:hover .hover {
  visibility: visible;
  opacity: 1;
  top: 18px;
}
#header .top_desktop .main-right .need-help .hover {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  right: 10px;
  width: 233px;
  top: 21px;
}
#header .top_desktop .main-right .need-help .hover .hover-wrap {
  background-color: rgba(238, 236, 236, 0.9098039216);
  padding: 20px;
}
#header .top_desktop .main-right .need-help .hover .hover-wrap > div {
  padding: 2px 0px;
}
#header .top_desktop .main-right .need-help .hover .hover-wrap > div:last-child {
  text-decoration: underline;
}
#header .top_desktop .main-right .need-help .hover .arrow {
  height: 10px;
}
#header .top_desktop .main-right .need-help .hover .arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
  height: 19px;
  display: block;
  background-color: rgba(238, 236, 236, 0.9098039216);
  content: "";
  position: absolute;
  right: 15px;
  top: 3px;
}
#header .top_desktop .main-right .cselect {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 17px;
  position: relative;
  cursor: pointer;
  margin-top: -3px;
}
#header .top_desktop .main-right .cselect .cur {
  padding: 0px 2px 10px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .cselect .cur {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #header .top_desktop .main-right .cselect:hover .flags {
    visibility: visible;
    opacity: 1;
    top: 21px;
  }
}
#header .top_desktop .main-right .cselect .flags {
  position: absolute;
  right: -15px;
  visibility: hidden;
  top: 25px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .cselect .flags {
    padding-right: 0px;
    visibility: visible;
    opacity: 1;
  }
}
#header .top_desktop .main-right .cselect .flags .top-arrow {
  height: 18px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .cselect .flags .top-arrow {
    display: none;
  }
}
#header .top_desktop .main-right .cselect .flags .top-arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
  height: 19px;
  display: block;
  background-color: #f2edea;
  content: "";
  position: absolute;
  right: 27px;
  top: 10px;
}
#header .top_desktop .main-right .cselect .flags .flag-wrap {
  background-color: #f2edea;
  width: 106px;
  padding: 9px;
}
#header .top_desktop .main-right .cselect .flags .flag-wrap .flag img {
  width: 48px;
  max-width: inherit;
  float: left;
}
#header .top_desktop .main-right .cselect .flags .flag-wrap .flag div {
  height: 48px;
  padding: 7px 0px 0px 53px;
}
#header .top_desktop .main-right .cselect .flags .flag-wrap .flag:last-child div {
  height: 32px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .cselect .flags {
    z-index: 1;
    top: inherit;
    bottom: 50px;
    position: fixed;
    right: -88px;
    display: none;
  }
  .mob-open #header .top_desktop .main-right .cselect .flags {
    display: block;
  }
  #header .top_desktop .main-right .cselect .flags.opens {
    right: 4px;
  }
  #header .top_desktop .main-right .cselect .flags .flag-wrap {
    background-color: #000000;
    width: 73px;
    padding: 2px;
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #ffffff;
    font-size: 11px;
  }
  #header .top_desktop .main-right .cselect .flags .flag-wrap .flags {
    padding-right: 0px;
  }
  #header .top_desktop .main-right .cselect .flags .flag-wrap .flag img {
    width: 31px;
  }
  #header .top_desktop .main-right .cselect .flags .flag-wrap .flag div {
    height: 31px;
    padding: 4px 0px 0px 40px;
  }
  #header .top_desktop .main-right .cselect .flags .flag-wrap .flag:last-child div {
    height: 32px;
  }
}
#header .top_desktop .main-right .nav_cart a {
  position: relative;
}
#header .top_desktop .main-right .nav_cart a span {
  position: absolute;
  border-radius: 20px;
  width: 14px;
  text-align: center;
  height: 14px;
  padding-top: 2px;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  font-size: 10px;
  letter-spacing: 0;
  top: 19px;
  right: 13px;
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right .nav_cart {
    height: 50px;
    width: 35px;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  #header .top_desktop .main-right {
    width: 83px;
    height: 45px;
  }
  #header .top_desktop .main-right .nav_login {
    display: none;
  }
  #header .top_desktop .main-right .nico {
    padding: 11px 6px 4px 8px;
    width: 32px;
    margin-top: 20px;
    height: 38px;
  }
  #header .top_desktop .main-right .nico.nav_fav {
    display: none;
  }
  #header .top_desktop .main-right .nico img {
    width: 88%;
  }
}

#MainContent {
  padding-top: 127px;
}
@media only screen and (max-width: 767px) {
  #MainContent {
    padding-top: 100px;
  }
}

body.no-ol #MainContent {
  padding-top: 167px;
}
@media only screen and (max-width: 767px) {
  body.no-ol #MainContent {
    padding-top: 53px;
  }
}

body.se-st #header .top_desktop .main-search {
  display: block;
}

body.se #header .top_desktop .main-search {
  opacity: 1;
}
body.se #header .top_desktop .main-search .search-wrap {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  body.se #header .top_desktop .main-search .search-wrap {
    width: 90%;
  }
}
.bc-sf-search-suggestion {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-top: none !important;
}

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto;
}

.apple-wallet-image {
  display: block;
  margin: 0 auto;
}

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  html,
  body {
    background-color: #fff;
  }
  .print-giftcard,
  .apple-wallet {
    display: none;
  }
}
body #header {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

body.no-ol .offer-line {
  display: none;
}

.nav-wrapper {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.mainnavi-desk {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainnavi-desk h3 {
  margin: inherit;
  font: inherit;
  color: inherit;
}
.mainnavi-desk .scroll-logo {
  padding: 14px 6px 2px 25px;
  width: 276px;
  display: none;
}
.mainnavi-desk .scroll-logo img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
.mainnavi-desk .scroll-icon {
  width: 276px;
  display: none;
}
@media only screen and (max-width: 1279px) {
  .mainnavi-desk .scroll-icon {
    display: none;
  }
}
.mainnavi-desk .nav {
  width: 100%;
}
.mainnavi-desk .nav ul.first-ul {
    /*nav*/
  margin: 0 auto;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  padding: 0px;
  width: 100%;
  font-size: 11px;
  color: #000000;
  letter-spacing: 0.13em;
  font-weight: 600;
}
.mainnavi-desk .nav ul.first-ul > li.roll-nav:hover .mainMenuNavSub {
  display: block;
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
.mainnavi-desk .nav ul.first-ul > li.roll-nav:first-child:hover > a::before {
  margin-left: -40px;
}
.mainnavi-desk .nav ul.first-ul > li.roll-nav:last-child:hover > a::before {
  margin-left: 10px;
}
.mainnavi-desk .nav ul.first-ul > li > a {
    /*nav*/
  position: relative;
  outline: 0;
  float: left;
  width: 100%;
  text-align: center;
  padding: 28px 15px 23px 21px;
  text-decoration: none;
}
@media only screen and (max-width: 989px) {
  .mainnavi-desk .nav ul.first-ul > li > a {
    padding: 28px 0px 23px 15px;
  }
}
.mainnavi-desk .nav ul.first-ul > li:last-child > a {
  text-align: right;
}
.mainnavi-desk .nav ul.first-ul > li:last-child::after {
  display: none;
}
.mainnavi-desk .nav ul.first-ul > li:last-child .mainMenuNavSub {
  right: 0;
  left: auto;
}
.mainnavi-desk .nav ul.first-ul > li:first-child > a {
  text-align: left;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  white-space: normal;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 60px 52px;
  max-width: 2000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child {
  list-style: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li {
  /*nav*/
    display: block;
  line-height: 20px;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li .grand {
  padding: 0;
  margin: 0;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li a {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li.sub-head {
  text-transform: capitalize;
  margin-bottom: 24px;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li.sub-head > a {
  font-weight: 600;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li .child-sub-head {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child li .child-sub-head a {
    /*nav*/
  font-weight: 400;
}
.mainnavi-desk .nav ul.first-ul > li .mainMenuNavSub .innerMenu .innerMenuContainer .child .col-break {
  padding-left: 8px;
  margin-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  body.mob-open {
    overflow: hidden;
  }
  body.mob-open .nav-mob-wrapper {
    left: 0px;
  }
}

body.scroll-down #header {
  top: -65px;
}
@media only screen and (max-width: 767px) {
  body.scroll-down #header {
    top: -38px;
  }
}
body.scroll-down #header .offer-line {
  top: -50px;
}
body.scroll-down.short-nav .main-logo-desk {
  opacity: 0;
}

.nav-mob-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  left: -100%;
  top: 0;
  z-index: 1111111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-mob-wrapper ul {
  list-style: none;
  padding: 14px 0;
  margin: 0px;
}
.nav-mob-wrapper ul a {
  text-decoration: none;
}
.nav-mob-wrapper .first-ul {
    /*nav*/
  font-size: 12px;
  letter-spacing: 0.13em;
    color: #000000;
    font-weight: 400;
}
.nav-mob-wrapper .first-ul .a-title {
  position: relative;
}
.nav-mob-wrapper .first-ul .a-title::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
  background-image: url("ico-arronew.svg");
  display: block;
  width: 10px;
  height: 6px;
  background-size: cover;
  top: 22px;
  position: absolute;
  right: 23px;
}
.nav-mob-wrapper .first-ul .a-title.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nav-mob-wrapper .first-ul .sub-head {
  text-transform: capitalize;
}
.nav-mob-wrapper .first-ul .sub-head .a-title {
  position: relative;
}
.nav-mob-wrapper .first-ul .sub-head .a-title::before {
  top: 17px;
}
.nav-mob-wrapper .first-ul > li {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nav-mob-wrapper .first-ul > li > a {
    /*nav*/
  width: 100%;
  display: block;
  padding: 18px 30px;
  position: relative;
}
.nav-mob-wrapper .first-ul > li .innerMenuContainer {
  width: 100%;
}
.nav-mob-wrapper .first-ul > li.closed .innerMenuContainer {
  height: 0 !important;
}
.nav-mob-wrapper .first-ul > li.closed > a .arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.nav-mob-wrapper .first-ul > li.extra {
  border-bottom: none;
}
.nav-mob-wrapper .first-ul > li.extra:first-child {
  padding-top: 10px;
}
.nav-mob-wrapper .first-ul > li.extra > a {
    /*nav*/
  color: #757575;
  padding: 12px 20px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.13em;
}
.nav-mob-wrapper .first-ul > li .sub-head:first-child {
  margin-top: -14px;
}
.nav-mob-wrapper .first-ul > li .sub-head a {
  width: 100%;
  display: block;
  padding: 12px 31px 12px 44px;
}
.nav-mob-wrapper .first-ul > li .sub-head a.subs {
  padding: 12px 31px 12px 36px;
}
.nav-mob-wrapper .close-tab {
  height: 71px;
  position: absolute;
  width: 100%;
  right: 0px;
  padding-top: 9px;
  z-index: 1;
  text-align: center;
  background-color: white;
  border-bottom: 1px solid #E3E3E3;
}
.nav-mob-wrapper .close-tab .close {
  width: 40px;
  height: 16px;
  top: 0px;
  margin: 8px auto;
  cursor: pointer;
  display: block;
}
.nav-mob-wrapper .close-tab .close svg {
  width: 18px;
  padding: 4px;
}
.nav-mob-wrapper .close-tab .close:after {
  content: "MENU";
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
.nav-mob-wrapper .mainnavi-mob {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.nav-mob-wrapper .mainnavi-mob .first-ul {
  padding: 0px;
  margin: 85px 0px 0px;
}
.nav-mob-wrapper .mainnavi-mob .first-ul.extra {
  margin: 20px 0px 50px;
  border-top: 1px #E3E3E3 solid;
  padding: 10px 10px 20px;
}
.nav-mob-wrapper .mainnavi-mob .first-ul.extra .topbadge {
  background-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  vertical-align: inherit !important;
  font: inherit !important;
}
.nav-mob-wrapper .mainnavi-mob .first-ul.extra .topbadge:after {
  content: ")";
}
.nav-mob-wrapper .mainnavi-mob .first-ul.extra .topbadge:before {
  content: "(";
}
.nav-mob-wrapper .mob-nav-bot {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000000;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  position: relative;
  border-top: 1px solid #E3E3E3;
  background-color: #F8F8F8;
}
.nav-mob-wrapper .mob-nav-bot a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-mob-wrapper .mob-nav-bot > div {
  padding: 0px;
  width: 50%;
}
.nav-mob-wrapper .mob-nav-bot span {
  margin-top: 0px;
  position: relative;
  padding: 10px 0 10px 18px;
  display: block;
}
.nav-mob-wrapper .mob-nav-bot svg {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  overflow: hidden;
  top: 2px;
}
.nav-mob-wrapper .mob-nav-bot .topbadge {
  display: none;
}
.nav-mob-wrapper .mob-nav-bot .myaccount {
  border-right: 1px solid #E3E3E3;
}

.currency-picker__wrapper {
  overflow: hidden;
  display: block;
  width: 0px;
  height: 0px;
}

/*
.first-li:nth-child(-n+4) .mainMenuNavSub- {

  display: block !important;
  z-index: 1000 !important;
  visibility: visible !important;
  opacity: 1 !important;
}*/
.mainMenuNavSub .innerMenuContainer.limage {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.mainMenuNavSub .innerMenuContainer.limage .child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mainMenuNavSub .innerMenuContainer.limage .image-blocks {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding-right: 50px;
}
.mainMenuNavSub .innerMenuContainer.limage .image-blocks .imagelink .text {
  text-align: left;
}
.mainMenuNavSub .innerMenuContainer .child {
  min-width: 400px;
}
.lcount-4 .mainMenuNavSub .innerMenuContainer .child {
  min-width: 800px;
}
.lcount-3 .mainMenuNavSub .innerMenuContainer .child {
  min-width: 600px;
}
.mainMenuNavSub .innerMenuContainer .image-blocks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.mainMenuNavSub .innerMenuContainer .image-blocks .imagelink {
  width: 445px;
  display: block;
}
.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink {
  width: 220px;
}
@media only screen and (max-width: 1318px) {
  .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink {
    width: 220px;
  }
}
.mainMenuNavSub .innerMenuContainer .image-blocks .imagelink:not(:last-child) {
  margin-right: 20px;
}
.mainMenuNavSub .innerMenuContainer .image-blocks .imagelink .image {
  padding-top: 80%;
}
@media only screen and (max-width: 1318px) {
  .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink .image {
    padding-top: 140%;
  }
}
.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink .image {
  padding-top: 140%;
}
.mainMenuNavSub .innerMenuContainer .image-blocks .imagelink .text {
    /*nav*/
  text-align: right;
  padding: 12px 0 0;
    font-weight: 400;
}
@media only screen and (max-width: 100px) {
  .lcount-1.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .lcount-1 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im2 {
    display: none;
  }
}
@media only screen and (max-width: 1175px) {
  .lcount-1 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im3 {
    display: none;
  }
}
@media only screen and (max-width: 933px) {
  .lcount-1.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 770px) {
  .lcount-2.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 944px) {
  .lcount-2 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im2 {
    display: none;
  }
}
@media only screen and (max-width: 1180px) {
  .lcount-2 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im3 {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .lcount-2.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 888px) {
  .lcount-3.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 1120px) {
  .lcount-3 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im2 {
    display: none;
  }
}
@media only screen and (max-width: 1360px) {
  .lcount-3 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im3 {
    display: none;
  }
}
@media only screen and (max-width: 1135px) {
  .lcount-3.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 1104px) {
  .lcount-4.extraimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
@media only screen and (max-width: 1348px) {
  .lcount-4 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im2 {
    display: none;
  }
}
@media only screen and (max-width: 1580px) {
  .lcount-4 .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im3 {
    display: none;
  }
}
@media only screen and (max-width: 1336px) {
  .lcount-4.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink.im1 {
    display: none;
  }
}
.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink {
  width: 445px !important;
}
.oneimg .mainMenuNavSub .innerMenuContainer .image-blocks .imagelink .image {
  padding-top: 80% !important;
}

.navimage-blocks-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navimage-blocks-mob .imagelink {
  width: 100%;
  display: block;
}
.extraimg .navimage-blocks-mob .imagelink {
  width: calc(50% - 10px);
}
.navimage-blocks-mob .imagelink .image {
  padding-top: 60%;
}
.extraimg .navimage-blocks-mob .imagelink .image {
  padding-top: 120%;
}
.navimage-blocks-mob .imagelink .text {
  text-align: right;
  padding: 8px;
}

html {
  padding-bottom: 0 !important;
}

#MainContent .shopify-challenge__container {
  margin-top: 60px;
}

.shopify-challenge__button.btn {
  background-color: black;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  padding: 13px 31px;
}

footer {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 24px;
  }
}
footer .nl-wrap {
  width: 100%;
}
footer .nl-wrap .news-letter-footer {
  background-color: #f3f2eb;
  margin: 0 0;
  padding: 8px 10px;
}
footer .nl-wrap .news-letter-footer > div {
  max-width: 822px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer {
    margin: 0px 0px;
    padding: 10px 10px;
  }
}
footer .nl-wrap .news-letter-footer .nl-text-sent {
  text-align: center;
}
footer .nl-wrap .news-letter-footer .nl-in {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in {
    display: block;
    padding: 0 10px;
  }
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 330px);
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-form {
    width: 100%;
  }
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input {
  width: calc(100% - 127px);
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input {
    width: calc(100% - 113px);
  }
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input input.txtbox {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  padding: 15px 26px 14px;
  letter-spacing: 0.2em;
  border: none;
  width: 100%;
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input input.txtbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
  color: var(--colorBtnPrimary);
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input input.txtbox::-webkit-input-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-input input.txtbox {
    padding: 7px 26px 10px;
  }
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-btn {
  padding-left: 16px;
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-btn button {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  background-color: transparent;
  border: 1px solid var(--colorBtnPrimary);
  padding: 15px 17px;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-btn button {
    padding: 9px 16px;
    font-size: 10px;
    height: 33px;
  }
}
footer .nl-wrap .news-letter-footer .nl-in .nl-form .nl-form-btn button:hover {
  background-color: var(--colorIcons);
  color: white;
}
footer .nl-wrap .news-letter-footer .nl-in .nl-text {
  width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 0 0;
}
@media only screen and (max-width: 767px) {
  footer .nl-wrap .news-letter-footer .nl-in .nl-text {
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  footer .nl-wrap .news-letter-footer .nl-in .nl-text span {
    width: 100%;
    text-align: center;
  }
}
footer .pr-text {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
footer .pr-text a {
  text-decoration: underline;
}
footer .footer-wrap {
  padding-top: 40px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap {
    padding-top: 0px;
  }
}
footer .footer-wrap .footer-main ul {
  list-style: none;
  padding: 0px;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}
footer .footer-wrap .footer-main ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
footer .footer-wrap .footer-main.footer-footer {
  width: 92%;
  padding-bottom: 85px;
  margin: 9px auto 35px;
  max-width: 1480px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer {
    width: 100%;
    margin: 0px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links-wrp {
    display: inline-block;
    margin-top: 24px;
  }
}
footer .footer-wrap .footer-main.footer-footer .connect-wrap {
  margin-top: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .connect-wrap {
    margin-top: 24px;
  }
}
footer .footer-wrap .footer-main.footer-footer .connect-wrap .aoc {
  padding: 10px 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  letter-spacing: 0.13em;
  max-width: 720px;
  margin: 0 auto;
}
footer .footer-wrap .footer-main.footer-footer .connect-wrap .aoc p {
  font: inherit;
}
footer .footer-wrap .footer-main.footer-footer .connect-wrap .footer-connect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-wrap .footer-main.footer-footer .connect-wrap .footer-connect ul li {
  margin: 0 10px;
}
footer .footer-wrap .footer-main.footer-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 5px;
}
@media only screen and (max-width: 1380px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 3;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links {
    display: block;
  }
    /*nav*/
    footer .footer-wrap .footer-main.footer-footer .footer-links h4 {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.13em;
    }
}
footer .footer-wrap .footer-main.footer-footer .footer-links > li {
  width: auto;
  margin: 0px 10px;
}
footer .footer-wrap .footer-main.footer-footer .footer-links > li h4 {
    /*nav*/
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
    footer .footer-wrap .footer-main.footer-footer .footer-links > li h4 {
        /*nav*/
       font-size: 12px;
    }
  footer .footer-wrap .footer-main.footer-footer .footer-links > li {
    width: 100%;
    text-align: left;
    font-size: 11px;
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links > li.submenu {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links > li.submenu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links > li.submenu a {
    padding: 10px 28px;
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links > li.ends {
  width: 46%;
  min-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links > li.ends {
    min-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links > li.ends {
    min-width: inherit;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 {
    width: 100%;
    max-width: inherit;
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links .level1 a {
  text-decoration: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > a {
    padding: 18px;
    display: block;
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 800;
    color: #0A193B;
    font-size: 14px;
    text-transform: uppercase;
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > a:after, footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > a:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    background-color: black;
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > a:after {
    top: 9px;
    right: 38px;
    width: 3px;
    height: 13px;
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > a:before {
    top: 14px;
    right: 33px;
    width: 13px;
    height: 3px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1.nel {
    padding-top: 20px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1.nel {
    padding-top: 0px;
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > ul {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1 > ul {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1.closed > ul {
    height: 0px !important;
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1:not(.closed) > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  footer .footer-wrap .footer-main.footer-footer .footer-links .level1:not(.closed) > a:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links .level2 {
  padding-top: 20px;
}
footer .footer-wrap .footer-main.footer-footer .footer-links .level2:first-child {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level2 {
    padding-top: 0px;
  }
}
footer .footer-wrap .footer-main.footer-footer .footer-links .level2 > a {
  color: var(--colorBtnPrimary);
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap .footer-main.footer-footer .footer-links .level2 > a {
    padding: 6px 20px;
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #0A193B;
    font-size: 14px;
    text-transform: uppercase;
  }
}
footer .nel form .news-letter-footer .nl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  footer .nel form .news-letter-footer .nl-form #Subscribe {
    font-size: 12px;
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer .nel form .news-letter-footer .nl-form {
    margin: 2%;
    width: 96%;
    padding: 6px !important;
  }
}
footer .nel form .news-letter-footer .nl-form #Email {
  width: 98%;
  margin-right: 7px;
  border: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  footer .nel form .news-letter-footer .nl-form #Email {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .nel form .news-letter-footer .nl-form #Email {
    width: 100%;
    margin-right: inherit;
    font-size: 12px;
    padding: 6px;
  }
}
footer .payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .payment-icons .payment-icon {
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  .privy-element.privy-text-element span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .privy-element-wrapper.privy-button-element-wrapper button {
    margin-bottom: 20px;
  }
}

.slider-home {
  margin-bottom: 20px;
}
.slider-home .slick-dots {
  bottom: 20px;
}
.slider-home .slick-dots li button {
  border-radius: 26px;
  border: 1px solid #ffffff;
  height: 11px;
  width: 11px;
  background-color: rgba(255, 255, 255, 0.6);
}
.slider-home .slick-dots li.slick-active button {
  background-color: white;
}
.slider-home .hero-slider {
  line-height: 0;
}
.slider-home .hero-slider .sli img {
  width: 100%;
}
.slider-home .hero-slider .sli:not(:first-child) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .slider-home {
    margin-bottom: 8px;
  }
}
.slider-home:hover .hero-prev svg, .slider-home:hover .hero-next svg {
  opacity: 1;
}
.slider-home .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slider-home .slider.video video {
  width: 100%;
}
.slider-home .slider video {
  top: -1px;
}
.slider-home .sli {
  color: white;
  border-color: white;
}
.slider-home .sli .sli-in {
  letter-spacing: 0.3em;
  position: relative;
  display: block;
}
.slider-home .sli .sli-in .cta {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
.slider-home .sli .sli-in .cta .header-text {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  color: inherit;
  line-height: 1;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .slider-home .sli .sli-in .cta .header-text {
    font-size: 14px;
    margin: 0 auto 10px;
  }
}
.slider-home .sli .sli-in .cta .text-text {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  max-width: 349px;
  margin: 0 auto 15px;
  line-height: 1;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .slider-home .sli .sli-in .cta .text-text {
    font-size: 10px;
  }
}
.slider-home .hero-prev svg, .slider-home .hero-next svg {
  opacity: 0;
}

.cta-btn {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 11px;
  width: auto;
  padding: 11px 15px;
  border: 1px solid white;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: inherit;
  border-color: inherit;
  margin: 0 7px;
}
.cta-btn:hover {
  color: #545454 !important;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .cta-btn {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.fe-title {
  text-align: center;
  padding: 5px 20px 0;
}
.fe-title h2 {
  font-size: 24px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fe-title h2 {
    font-size: 16px;
  }
}

.featured-slider {
  margin-top: 36px;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .featured-slider {
    padding: 0 0;
    margin-top: 20px;
  }
}
.featured-slider .pro-slide {
  padding: 0px 10px;
}
@media only screen and (max-width: 767px) {
  .featured-slider .pro-slide {
    padding: 0 20px 0 0;
  }
}
.featured-slider.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-slider.stack .pro-slide {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .featured-slider.stack .pro-slide {
    width: calc(50% - 8px);
    padding-right: 0;
  }
}

.pro-slide {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.pro-slide h2 {
  font: inherit;
  margin: 0;
  padding: 0;
}
.pro-slide:nth-child(-n+2):not(.banner) {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media only screen and (min-width: 768px) {
  .forcol .pro-slide:nth-child(-n+8):not(.banner) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.pro-slide .title {
  font-size: 12px;
  letter-spacing: 0.13em;
  text-align: left;
}
.pro-slide.banner {
  display: block;
}
.pro-slide.banner img {
  max-width: inherit;
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .dbl .pro-slide {
    font-size: 14px;
  }
}
.pro-slide .im-wrap {
  position: relative;
  overflow: hidden;
}
.pro-slide .bc-sf-filter-product-item-label .sale {
  color: var(--colorBtnPrimary) !important;
}
.pro-slide .bc-sf-filter-product-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  padding: 10px 10px;
  opacity: 0.6;
}
.pro-slide .bc-sf-filter-product-item-label span {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .pro-slide .bc-sf-filter-product-item-label {
    font-size: 10px;
  }
}
.pro-slide .bc-sf-filter-product-item-label .tag.bc-sf-filter-label {
  color: var(--colorBtnPrimary) !important;
  background-color: inherit;
  border: none;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  letter-spacing: 0.2em !important;
}
@media only screen and (max-width: 767px) {
  .pro-slide .bc-sf-filter-product-item-label .tag.bc-sf-filter-label {
    font-size: 8px;
  }
}
.pro-slide .discount-code {
  color: var(--colorBtnPrimary);
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  margin-top: 10px;
}
.pro-slide img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .pro-slide {
    padding: 0px 0%;
    width: 50%;
    float: left;
  }
}
.pro-slide .size-var {
  text-transform: uppercase;
  background-color: white;
}
.pro-slide .size-var.XXS, .pro-slide .size-var.xxs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pro-slide .size-var.XS, .pro-slide .size-var.xs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pro-slide .size-var.S, .pro-slide .size-var.s {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pro-slide .size-var.M, .pro-slide .size-var.m {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.pro-slide .size-var.L, .pro-slide .size-var.l {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.pro-slide .size-var.XL, .pro-slide .size-var.xl {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.pro-slide .size-var.XXL, .pro-slide .size-var.xxl {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.pro-slide .size-var.XXXL, .pro-slide .size-var.xxxl {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.pro-slide .size-var.selected {
  font-weight: 800;
}
.pro-slide .title {
  width: 100%;
  padding: 18px 2px 20px;
  min-height: 50px;
  font-size: 12px;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .featured-slider .pro-slide .title {
    padding-left: 10px;
  }
}
.pro-slide .title a {
  display: block;
}
.pro-slide .title .name {
  width: 100%;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.pro-slide .title .price {
  width: 100%;
  font-weight: 200;
}
@media only screen and (min-width: 1280px) {
  .dbl .pro-slide .title .price {
    font-size: 14px;
  }
}
.pro-slide .title .price .compare {
  text-decoration: line-through;
  font-weight: 400;
  color: #595959;
}
.pro-slide .title .price .sale {
  color: var(--colorBtnPrimary);
}
.pro-slide .inside {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pro-slide .inside button {
  background-color: inherit;
}
.pro-slide .inside a {
  width: 100%;
  display: block;
  position: relative;
}
.pro-slide .inside a img {
  max-width: none;
  width: 100%;
  line-height: 0;
}
.pro-slide .inside a .video {
  height: 100%;
}
.pro-slide .inside a video {
  width: 100%;
  height: 100%;
}
.pro-slide .inside a .video-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("nlloader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.pro-slide .inside a .hovers {
  position: absolute;
  width: 100%;
  top: 0px;
  overflow: hidden;
}
.pro-slide .inside a .hovers img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pro-slide .inside .swym-button {
    opacity: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.pro-slide .inside .quick-add {
  z-index: 2;
  padding: 11px 9px 14px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
@media only screen and (min-width: 1280px) {
  .dbl .pro-slide .inside .quick-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px !important;
  }
  .dbl .pro-slide .inside .quick-add .qtext {
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 800;
    color: var(--colorBtnPrimary);
    font-size: 14px;
    border: none;
    width: 150px;
    margin: 0;
  }
  .dbl .pro-slide .inside .quick-add .qvalue {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding: 12px 0 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .pro-slide .inside .quick-add {
    opacity: 1;
    font-size: 10px;
    padding: 3px;
    bottom: 0px;
    display: none;
  }
  .complete-look .pro-slide .inside .quick-add {
    display: block;
  }
}
.complete-look .pro-slide .inside .quick-add {
  opacity: 1;
  bottom: 0px;
}
.pro-slide .inside .quick-add .qtext {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #74736D;
  padding: 13px;
  background-color: black;
  color: white;
}
.pro-slide .inside .quick-add .qvalue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-slide .inside .quick-add .qvalue.sp-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro-slide .inside .quick-add .qvalue.sp-b > div {
  margin: 5px 0px 9px 0px;
}
.pro-slide .inside .quick-add .qvalue > div {
  margin: 5px 0px 9px 0px;
  width: auto;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 8px 0px 0 0px;
  border: 1px solid #ACACAC;
  cursor: pointer;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  letter-spacing: 0;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  max-width: calc(14% - 1px) !important;
}
@media only screen and (max-width: 767px) {
  .pro-slide .inside .quick-add .qvalue > div {
    font-size: 12px;
    min-width: inherit;
  }
}
@media only screen and (min-width: 1280px) {
  .pro-slide .inside .quick-add .qvalue > div {
    width: 40px;
    height: 40px;
    padding: 14px 0px 0 0px;
  }
}
.pro-slide .inside .quick-add .qvalue > div.gift {
  width: 95px;
}
.pro-slide .inside .quick-add .qvalue > div.active {
  background-color: black;
  border-color: black;
  color: white;
}
.pro-slide .inside .quick-add .qvalue > div.active.oos {
  color: black;
}
.pro-slide .inside .quick-add .qvalue > div.oos {
  cursor: default;
  pointer-events: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
.pro-slide.rolls .inside .quick-add {
  bottom: 0px;
  opacity: 1;
}
.pro-slide.rolls .inside .swym-button {
  opacity: 1;
}
.pro-slide .swym-button.swym-add-to-wishlist-view-product {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 21px;
}
@media only screen and (max-width: 767px) {
  .pro-slide .swym-button.swym-add-to-wishlist-view-product {
    width: 33px;
    height: 36px;
    top: 0px;
    right: 0px;
  }
}
.pro-slide .swym-button.swym-add-to-wishlist-view-product .swym-tooltip {
  background-color: yellow;
}
.pro-slide .swym-button.swym-add-to-wishlist-view-product .swym-tooltip::after {
  color: var(--colorBtnPrimary) !important;
  font-size: 37px;
}
.pro-slide .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .pro-slide .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
    font-size: 18px;
  }
}
.bc-sf-filter-product-item-label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 10px;
  margin: 0;
  letter-spacing: 0;
}

body #bc-sf-filter-load-more-loading-icon, body #bc-sf-filter-loading {
  background: url("nlloader.gif") center no-repeat #fff !important;
  border: none !important;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 9999999999;
  overflow: hidden;
  text-indent: -999em;
  display: none !important;
}

@media only screen and (max-width: 767px) {
  body.template-collection h1.n-seo, body.template-search h1.n-seo {
    margin: 60px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.template-collection .seo-main, body.template-search .seo-main {
    margin-top: 0;
  }
}
body.template-collection .seo-main img, body.template-search .seo-main img {
  max-width: inherit;
  width: 100%;
}
body.template-collection .seo-main-wrap, body.template-search .seo-main-wrap {
  max-width: inherit;
  padding: 0 63px;
}
@media only screen and (max-width: 767px) {
  body.template-collection .seo-main-wrap, body.template-search .seo-main-wrap {
    padding: 0 0;
  }
  body.template-collection .seo-main-wrap h1, body.template-search .seo-main-wrap h1 {
    text-align: left;
  }
}
body.template-collection .bc-sf-search-container, body.template-search .bc-sf-search-container {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter, body.template-search #MainContent #shopify-section-collection, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter {
    margin-top: 50px;
  }
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar {
  margin: 0 auto;
  border: none;
  text-align: left;
  margin-top: 20px;
  position: relative;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col {
  position: absolute;
  right: 68px;
  top: 7px;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col {
    display: none;
  }
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a svg.icon, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a svg.icon, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a svg.icon, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a svg.icon {
  top: 6px;
  position: relative;
  left: 7px;
  fill: var(--colorIcons);
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a.is-active, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a.is-active, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .toggle-col a.is-active, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .toggle-col a.is-active {
  border-color: var(--colorIcons);
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar {
    margin-top: 0px;
  }
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0px 63px;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  min-height: 55px;
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
    min-height: inherit;
  }
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons {
  display: none;
  width: 55px;
  margin: 10px 23px 0px 0px;
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons {
    width: 30px;
    margin: 11px 10px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons img, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons img, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons img, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter .icons img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .desk-filter {
    display: none;
  }
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h {
  margin-bottom: 2px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-select-button, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-select-button, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-select-button, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-select-button {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block {
  margin-top: 3px;
  position: static;
  margin-bottom: 6px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  text-transform: uppercase;
  border: 0px;
  padding: 9px 40px 5px 0px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a:before {
  background: url("ico-arronew.svg") center no-repeat #fff !important;
  width: 12px;
  height: 12px;
  border: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-top: -4px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div {
  display: none;
  background-color: white;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: none;
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  top: 35px;
  left: calc(100% - 20px);
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content {
  top: 10px;
  width: calc(100vw - 140px);
  left: 0;
  border: 0;
  padding-bottom: 80px;
  margin-top: -1px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-value {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 14px;
  display: block;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .selected .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .selected .bc-sf-filter-option-value {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-amount, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-amount, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-amount, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-amount {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner {
  padding: 10px 0px 15px;
  max-width: 760px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-single-list li, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-single-list li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-single-list li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-single-list li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-block-content-inner .bc-sf-filter-option-swatch li {
  width: 100%;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content a.bc-sf-filter-clear, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content a.bc-sf-filter-clear, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content a.bc-sf-filter-clear, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content a.bc-sf-filter-clear {
  margin: 0px;
  width: 100%;
  text-align: right;
  padding-right: 6px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li a span, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li a span, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li a span, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li a span, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li a span, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li a span, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-grid li a span, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content .bc-sf-filter-option-swatch.circle-list li a span {
  border-radius: 0px;
  width: 41px;
  height: 35px;
  padding: 0px;
  margin: 0px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch .bc-sf-filter-option-value {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li {
  width: inherit;
  margin: 2px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a {
  display: inline-block;
  border: 1px solid white !important;
  border-radius: 33px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image {
  border-radius: 33px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-position: center center;
  background-size: 110% 110%;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 0.5px 2.3px rgba(0, 0, 0, 0.18);
  border: none !important;
  margin: 7px !important;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a span.bc-sf-filter-option-swatch-image:before {
  content: none !important;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a.selected, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a:hover, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a.selected, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a:hover, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a.selected, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a:hover, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a.selected, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-colour .bc-sf-filter-option-swatch li a:hover {
  border: 1px solid #ACACAC !important;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-block-content-inner, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-block-content-inner, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-block-content-inner, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-block-content-inner {
  padding: 10px 0px 14px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box .bc-sf-filter-option-value {
  text-align: center;
  padding: 8px 0px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li {
  min-width: 44px;
  margin: 6px 0 0;
  border: 1px solid #f1f1f1;
  width: auto;
  padding: 0 10px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a:hover .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a:hover .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a:hover .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-size .bc-sf-filter-option-box li a:hover .bc-sf-filter-option-value {
  color: white;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage {
  width: 200px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch .bc-sf-filter-option-value, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box .bc-sf-filter-option-value {
  padding: 5px 16px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li {
  margin-left: 13px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a .bc-sf-filter-option-swatch-image, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a .bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a .bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a .bc-sf-filter-option-swatch-image {
  border: none !important;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:nth-child(2), body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:nth-child(2), body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:nth-child(2), body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:nth-child(2), body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:nth-child(2), body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:nth-child(2), body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:nth-child(2), body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:nth-child(2) {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:before, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-swatch li a span:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner #bc-sf-filter-tree-h .bc-sf-filter-block-content#bc-sf-filter-block-content-coverage .bc-sf-filter-option-box li a span:before {
  border: none !important;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  text-transform: uppercase;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > span, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > span, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > span, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > span {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper > a {
  font-size: 10px;
  background-color: #F1F1F1;
  padding: 0px 6px;
  font-size: 10px;
  height: 21px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item {
  margin-right: 10px;
  margin-bottom: 12px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item > a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item > a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item > a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item > a {
  background-color: #F1F1F1;
  padding: 0px 6px;
  font-size: 10px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span {
  font-size: 10px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after {
  background-color: #A7A7A7;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:before {
  width: 10px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-pc.bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items span.bc-sf-filter-clear:after {
  width: 10px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting {
  text-transform: uppercase;
  min-width: inherit;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label {
  padding-top: 12px;
  text-transform: uppercase;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  max-width: inherit;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span:after, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span:after, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span:after, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting label span:after {
  background: url("ico-arronew.svg") center no-repeat #fff !important;
  width: 12px;
  height: 12px;
  border: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown {
  padding-left: 43px;
  padding-right: 0px;
  text-transform: uppercase;
  width: 240px;
  border: 0;
  left: -35px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li {
  padding: 0px 0px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  position: relative;
  padding: 10px 0px;
  display: block;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a.active:before, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a.active:before, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a.active:before, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li a.active:before {
  content: "√";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -22px;
  top: 11px;
  font-weight: bold;
  font-family: fantasy;
  font-size: 12px;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li.empty, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li.empty, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li.empty, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting ul.bc-sf-filter-filter-dropdown li.empty {
  display: none;
}
body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting.bc-sf-filter-sort-active label span:after, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting.bc-sf-filter-sort-active label span:after, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting.bc-sf-filter-sort-active label span:after, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-default-toolbar .bc-sf-filter-toolbar-item.bc-sf-filter-custom-sorting.bc-sf-filter-sort-active label span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap {
    padding-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    z-index: 3;
    background-color: white;
    width: 100%;
    top: 100px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper {
    text-transform: uppercase;
    padding: 40px 20px 10px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper h3, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper h3, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper h3, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap .bc-sf-filter-selection-wrapper h3 {
    font-family: "AvenirNext", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: var(--colorBtnPrimary);
    font-size: 12px;
  }
  .scroll-down body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap, .scroll-down body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap, .scroll-down body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap, .scroll-down body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap {
    top: 43px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap h1, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap h1, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap h1, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap h1 {
    width: 100%;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile {
    width: 50%;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom {
    background-color: white;
    width: 58px;
    padding: 9px 5px 9px 24px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom img, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom img, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom img, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #filter-tree-mobile #bc-sf-filter-tree-mobile-button-custom img {
    width: 100%;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile {
    width: 50%;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label {
    text-align: right;
    border: none;
    font-size: 12px;
    margin: 0px;
    padding: 13px 41px 7px;
    text-transform: uppercase;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label span::after, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label span::after, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label span::after, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile label span::after {
    font-size: 9px;
    top: -2px;
    right: -16px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul {
    margin-top: 0px;
    width: 200%;
    left: -100%;
    border: 0px;
    font-size: 12px;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 23px 22px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li {
    padding: 6px;
    text-transform: uppercase;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li.empty, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li.empty, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li.empty, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-top-sorting-mobile ul li.empty {
    display: none;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-tree, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-tree, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-tree, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .mob-filter-wrap #bc-sf-filter-tree {
    width: 100%;
    display: block;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .ais-Hits-list, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .ais-Hits-list, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .ais-Hits-list, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .ais-Hits-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }
  body.template-collection #MainContent #shopify-section-collection #bc-sf-filter-wrapper .ais-Hits-list .coles, body.template-collection #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .ais-Hits-list .coles, body.template-search #MainContent #shopify-section-collection #bc-sf-filter-wrapper .ais-Hits-list .coles, body.template-search #MainContent #shopify-section-search-template-bc-sf-filter #bc-sf-filter-wrapper .ais-Hits-list .coles {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 767px) {
  body.template-collection.scroll-down .mob-filter-wrap, body.template-search.scroll-down .mob-filter-wrap {
    top: 60px !important;
  }
}
body.template-collection .mob-filter-wrap, body.template-search .mob-filter-wrap {
  display: none;
}
body.template-collection nav.breadcrumb, body.template-search nav.breadcrumb {
  padding: 32px 64px;
  max-width: inherit;
}
@media only screen and (max-width: 767px) {
  body.template-collection nav.breadcrumb, body.template-search nav.breadcrumb {
    padding: 32px 20px 0;
  }
}

.ais-Hits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 63px;
}
@media only screen and (max-width: 767px) {
  .ais-Hits-list {
    padding: 0 20px;
  }
}
.ais-Hits-list .coles {
  width: calc(50% - 12.5px);
  min-height: 200px;
}
@media only screen and (min-width: 1040px) {
  .forcol .ais-Hits-list .coles {
    width: calc(33.33% - 12.5px);
  }
}
@media only screen and (min-width: 1538px) {
  .forcol .ais-Hits-list .coles {
    width: calc(25% - 9px);
  }
}
body.filter-open {
  overflow: hidden;
}
body.filter-open .mob-filter-tree {
  top: 93px;
}
body.filter-open.scroll-down .mob-filter-tree {
  top: 110px;
}

.mob-filter-tree {
  position: fixed;
  background-color: white;
  height: 50%;
  min-height: 333px;
  top: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
}
.mob-filter-tree .mob-filter-close {
  height: 53px;
  position: absolute;
  width: 50px;
  right: 0px;
  padding-top: 9px;
  z-index: 1;
}
.mob-filter-tree .mob-filter-close .close {
  width: 16px;
  height: 16px;
  right: 0px;
  top: 0px;
  position: absolute;
  margin: 16px 15px;
  cursor: pointer;
  padding: 2px;
}
.mob-filter-tree .mob-filter-apply {
  text-align: center;
  padding: 18px 0 0;
  background-color: white;
}
.mob-filter-tree #bc-sf-filter-tree {
  height: calc(100% - 60px);
  overflow-y: scroll;
}
.mob-filter-tree #bc-sf-filter-tree .bc-sf-filter-clear {
  display: none;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper {
  margin-top: 10px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-grid li, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-list li {
  margin: 0;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-grid li a, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-list li a {
  width: 48px;
  height: 48px;
  margin: 0px;
  overflow: hidden;
  border-radius: 48px;
  position: relative;
  padding: 7px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-grid li a.selected, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-list li a.selected {
  border: 1px #ACACAC solid !important;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-grid li a span, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-list li a span {
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px 0.5px 2.3px rgba(0, 0, 0, 0.18);
  border: none !important;
  width: 100%;
  height: 100%;
  border-radius: 48px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-grid li a span:before, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-swatch.circle-list li a span:before {
  border: 0 !important;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block {
  padding: 0px;
  width: 100%;
  border: 0px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title {
  line-height: 0px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title .h3 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  line-height: 18px;
  padding: 15px 30px 15px 22px;
  margin: 0px;
  text-transform: uppercase;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title .h3 span {
  position: relative;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span::before, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title .h3 span::before {
  content: none;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span::after, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title .h3 span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: -4px;
  right: -15px;
  left: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 8px;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span.up::after, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-title .h3 span.up::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 9px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content {
  padding: 0px 22px;
  margin: 0px 0px 0px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-single-list li {
  font-size: 11px;
  margin-left: 7px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-single-list li a {
  padding: 4px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-single-list li a.selected {
  font-weight: inherit;
  border: 1px solid black;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-colour .bc-sf-filter-option-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-colour .bc-sf-filter-option-swatch .bc-sf-filter-option-value {
  display: none;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-colour .bc-sf-filter-option-swatch li {
  width: inherit;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-colour .bc-sf-filter-option-swatch li a {
  margin-bottom: 0px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-block-content-inner {
  padding: 0px 14px 11px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box {
  margin-bottom: 6px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch .bc-sf-filter-option-value, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box .bc-sf-filter-option-value {
  text-align: center;
  padding: 0px 0px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch li, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box li {
  min-width: 40px;
  float: left;
  padding: 0px;
  height: 31px;
  margin: 5px 10px;
  border: 1px solid #F1F1F1;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch li a, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box li a {
  padding: 7px 0;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-value, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-swatch li a:hover .bc-sf-filter-option-value, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-value, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-size .bc-sf-filter-option-box li a:hover .bc-sf-filter-option-value {
  color: white;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch .bc-sf-filter-option-value, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box .bc-sf-filter-option-value {
  padding: 12px 16px;
  font-size: 11px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li {
  margin-left: 13px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 146px;
  padding: 0px;
  border: 1px solid #F1F1F1;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a .bc-sf-filter-option-swatch-image, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a .bc-sf-filter-option-swatch-image {
  width: 33px;
  height: 33px;
  margin: 5px 0px 1px 11px;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a.selected, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a.selected {
  border: 2px solid black;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a.selected .bc-sf-filter-option-swatch-image, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a.selected .bc-sf-filter-option-swatch-image {
  border: none !important;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a span, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a span {
  border: none !important;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a span:nth-child(2), .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a span:nth-child(2) {
  display: none;
}
.mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-swatch li a span:before, .mob-filter-tree #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block-coverage .bc-sf-filter-option-box li a span:before {
  border: none !important;
}

.bc-sf-filter-option-block-size .bc-sf-filter-option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bc-sf-filter-option-block-size[data-collapse-mobile] .bc-sf-filter-option-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bc-sf-filter-bottom-pagination {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .template-product .breadcrumb {
    display: none;
  }
}

.pdp {
  margin: 0 auto;
  width: 100%;
  max-width: 1596px;
  padding: 0 60px;
  letter-spacing: 0.13em;
  color: #575757;
}
.pdp h1, .pdp .h1 {
  line-height: inherit;
  text-align: left;
  padding: 0px 23px 10px 0;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .pdp {
    padding: 0;
  }
}
.pdp .spe-tags {
  position: absolute;
  right: 70px;
  top: 20px;
  z-index: 20;
  text-align: right;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .pdp .spe-tags {
    font-size: 12px;
    right: 10px;
    top: 10px;
  }
}
.pdp .spe-tags span {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.pdp .discount-code {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pdp .discount-code {
    text-align: right;
    padding-top: 5px;
  }
}
.pdp .slick-dots {
  bottom: 0px;
}
.pdp .slick-dots li {
  width: 15px;
  padding: 0px;
  margin: 2px;
}
.pdp .slick-dots li button {
  border-radius: 26px;
  border: 1px solid #989898;
  background-color: rgba(152, 152, 152, 0.4);
  height: 10px;
  width: 10px;
  padding: 3px;
}
.pdp .slick-dots li button::before {
  content: "";
  display: none;
}
.pdp .slick-dots li.slick-active button {
  background-color: #989898;
}
@media only screen and (min-width: 768px) {
  .pdp .slick-dots {
    bottom: 12px;
  }
  .pdp .slick-dots li {
    margin: 10px;
  }
  .pdp .slick-dots li button {
    padding: 7px;
  }
}
.pdp .product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px;
  }
}
.pdp .product-top .gallery-wrap {
  display: block;
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 50px;
}
@media only screen and (max-width: 1300px) {
  .pdp .product-top .gallery-wrap {
    width: calc(100% - 380px);
  }
}
@media only screen and (max-width: 989px) {
  .pdp .product-top .gallery-wrap {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.pdp .product-top .gallery-wrap video, .pdp .product-top .gallery-wrap img {
  width: 100%;
  height: auto;
}
.pdp .product-top .gallery-wrap .gallery {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdp .product-top .gallery-wrap .gallery figure {
  width: 100%;
}
.pdp .product-top .gallery-wrap .gallery figure > img {
  max-width: inherit !important;
  max-height: inherit !important;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .slick-dots {
    bottom: 0px;
  }
}
.pdp .product-top .gallery-wrap .gallery .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .image {
    padding-bottom: 0px;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-thumb {
  width: 13%;
  margin-right: 10px;
}
@media only screen and (max-width: 1000px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-thumb {
    display: none;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-thumb .img {
  margin-bottom: 6px;
  line-height: 0;
  padding: 2px;
  border: 1px solid white;
  position: relative;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-thumb .img.active {
  border: 1px solid #acacac;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-thumb .img img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-thumb .img.vid:after {
  content: "";
  width: 12px;
  height: 16px;
  border-top: 8px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.8);
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translate(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big {
  margin: 0 auto;
  margin-top: 0px;
  width: 87%;
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1000px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big {
    width: 100%;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-next {
    right: 5px;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-prev {
    left: 5px;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-prev, .pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-next {
  margin-top: -18px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-prev, .pdp .product-top .gallery-wrap .gallery .image .gallery-big .hero-next {
    width: 60px;
    height: 60px;
    background-size: 50%;
    background-position: center;
  }
}
@media only screen and (min-width: 768px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big .slick-dots {
    opacity: 0;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .slide {
  width: 100%;
  position: relative;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .img:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("ico-zoomn.svg");
  bottom: 10px;
  right: 10px;
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big .img:after {
    display: none;
  }
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big .img a {
  display: block;
  width: 100%;
}
.pdp .product-top .gallery-wrap .gallery .image .gallery-big img.main-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .gallery-wrap .gallery .image .gallery-big {
    margin-top: 0px;
  }
}
.pdp .product-top .details-wrap {
  width: 30%;
  min-width: 380px;
  padding: 0 0 0 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .details-wrap {
    width: 100%;
    padding: 20px 20px;
  }
}
.pdp .product-top .details-wrap #smartwishlist {
  position: absolute;
  right: 0;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .details-wrap #smartwishlist {
    right: 20px;
    top: 18px;
  }
}
.pdp .product-top .details-wrap .sp-msg {
  color: #595959;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pdp .product-top .details-wrap .hmob-color {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .details-wrap .hmob-color {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 3px;
    font-size: 12px;
  }
}
.pdp .product-top .details-wrap h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
}
.pdp .product-top .details-wrap .price-wrap {
  width: 100%;
  text-align: left;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DCDBD4;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
}
.pdp .product-top .details-wrap .price-wrap .price-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdp .product-top .details-wrap .price-wrap s {
  color: #595959;
  padding-right: 6px;
}
.pdp .product-top .details-wrap .price-wrap [data-product-price] {
  display: block;
  margin-bottom: 10px;
}
.pdp .product-top .details-wrap .afterpay-paragraph {
  text-transform: uppercase;
  padding: 0px 0px 0;
  max-width: 500px;
  text-align: left;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
.pdp .product-top .details-wrap form.carts {
  text-align: center;
  padding-bottom: 24px;
}
.pdp .product-top .details-wrap .select-wrap {
  margin: 0 auto 30px;
  position: relative;
}
.pdp .product-top .details-wrap .select-wrap .selector-wrapper {
  position: relative;
}
.pdp .product-top .details-wrap .select-wrap .colour-select #colourLinkedItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 7px 0px 0px;
}
.pdp .product-top .details-wrap .select-wrap .colour-select #colourLinkedItems > div {
  margin: 0px 14px 14px 0px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-size: 110%;
  background-position: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 3px;
          box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 3px;
  position: relative;
}
.pdp .product-top .details-wrap .select-wrap .colour-select #colourLinkedItems > div.active:before {
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #ACACAC;
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
}
.pdp .product-top .details-wrap .select-wrap .colour-select #colourLinkedItems > div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
}
.pdp .product-top .details-wrap .select-wrap .colour-select .main-color {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000000;
}
.pdp .product-top .details-wrap .select-wrap .colour-select .main-color span {
  font-weight: 600;
}
.pdp .product-top .details-wrap .select-wrap .size-select {
  margin-bottom: 4px;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.pdp .product-top .details-wrap .select-wrap .size-select .sizes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-head {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 14px;
  text-align: left;
  margin: 10px 0px 4px;
  letter-spacing: 0.05em;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-head span:first-child {
  font-weight: 600;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div {
  margin: 5px 10px 5px 0px;
  width: auto;
  min-width: 42px;
  height: 42px;
  line-height: 21px;
  text-align: center;
  padding: 8px 0 8px 0;
  border: 1px solid #ACACAC;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  letter-spacing: 0;
}
@media only screen and (max-width: 402px) {
  .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div {
    min-width: 38px;
    height: 38px;
  }
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.gift {
  width: 95px;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.active {
  background-color: black;
  border-color: black;
  color: white;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.active.oos {
  color: black;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.XXS, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.xxs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.XS, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.xs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.S, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.s {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.M, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.m {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.L, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.l {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.XL, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.xl {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.XXL, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.xxl {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.XXXL, .pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.xxxl {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.pdp .product-top .details-wrap .select-wrap .size-select .size-select-div > div.oos {
  cursor: default;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
}
.pdp .product-top .details-wrap .select-wrap .size-select .selector-wrapper {
  visibility: hidden;
  overflow: hidden;
  display: block;
  height: 0px;
}
.pdp .product-top .details-wrap .select-wrap .size-select .sizes {
  text-align: left;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .pdp .product-top .details-wrap .select-wrap .size-select .sizes {
    text-align: center;
  }
}
.pdp .product-top .details-wrap .select-wrap .size-select .sizes .size-btn {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
}
.pdp .product-top .details-wrap .select-wrap .size-warning {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  bottom: -10px;
}
.pdp .product-top .details-wrap .select-wrap .only-left {
  color: #DB0000;
  text-align: left;
  position: absolute;
  bottom: -12px;
}
.pdp .product-top .details-wrap .select-wrap .only-left:empty {
  display: none;
  margin-top: 5px;
}
.pdp .product-top .details-wrap .quantity-wrap {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.pdp .product-top .details-wrap button.atc, .pdp .product-top .details-wrap a.atc {
  padding: 6px 60px;
  width: 100%;
  background-color: black;
  font-size: 16px;
  height: 47px;
  cursor: pointer;
}
.pdp .product-top .details-wrap button.atc:hover, .pdp .product-top .details-wrap a.atc:hover {
  background-color: #575757;
}
.pdp .product-top .details-wrap button.atc[disabled], .pdp .product-top .details-wrap a.atc[disabled] {
  background-color: #EBEBEB;
  color: #817F7F;
  cursor: inherit;
}
.pdp .product-top .details-wrap button.atc.cartnewclick, .pdp .product-top .details-wrap button.atc.cartnewclick-bun, .pdp .product-top .details-wrap a.atc.cartnewclick, .pdp .product-top .details-wrap a.atc.cartnewclick-bun {
  /*background-color: #EBEBEB;*/
  /*color: #817F7F;*/
}
.pdp .product-top .details-wrap .cart-main-btn {
  width: 100%;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 0;
}
.pdp .product-top .details-wrap .productDeliveryWrap {
  margin: 0 0 52px;
}
.pdp .product-top .details-wrap .productDeliveryWrap .freeDelivery {
  float: left;
  font-size: 14px;
  color: #9196ae;
  text-transform: uppercase;
  width: 75%;
  padding-right: 10px;
}
.pdp .product-top .details-wrap .productDeliveryWrap a {
  float: right;
  text-decoration: underline;
  width: 25%;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}
.pdp .product-top .details-wrap .product-des {
  line-height: 1.5em;
  border-bottom: 1px solid #DCDBD4;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
}
.pdp .product-top .details-wrap .product-des ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: disc inside;
}
.pdp .product-top .details-wrap .product-des p, .pdp .product-top .details-wrap .product-des span {
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
}
.pdp .product-top .details-wrap .product-des .ac-title {
  border-top: 1px solid #DCDBD4;
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
}
.pdp .product-top .details-wrap .product-des .ac-title:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("ico-newarrow.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pdp .product-top .details-wrap .product-des .ac-title.active:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pdp .product-top .details-wrap .product-des .ac-des {
  padding: 0 0 30px;
}
.pdp .product-top .details-wrap .product-des .ac-des strong {
  font-weight: 600;
}
.pdp .product-top .details-wrap .product-des-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px;
}
.pdp .product-top .details-wrap .product-des-icons .p-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.pdp .product-top .details-wrap .product-des-icons .p-icon .text {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: black;
}
.pdp .product-top .details-wrap .product-des-icons .p-icon .text p {
  margin: 0;
}
.pdp .product-top .details-wrap .product-des-icons .p-icon .text strong {
  font-weight: normal;
}
.pdp .product-top .details-wrap .enq-wrap {
  padding-top: 6px;
}
.pdp .reviews {
  width: 100%;
  display: block;
  clear: both;
}
.pdp .left-items {
  width: 82%;
  margin: 37px auto;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1279px) {
  .pdp .left-items {
    margin: 10px auto 0px;
  }
}
.pdp .left-items.active {
  display: block;
}
.pdp .left-items .bar {
  width: 100%;
  height: 16px;
  border: 3px #B9B6B6 solid;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .pdp .left-items .bar {
    height: 10px;
    border: 2px #B9B6B6 solid;
  }
}
.pdp .left-items .bar-color {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, right top, left top, from(red), to(yellow));
  background-image: linear-gradient(-90deg, red, yellow);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.pdp .left-items .bar-text {
  padding: 20px 0px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 22px;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .pdp .left-items .bar-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pdp .left-items .bar-text {
    font-size: 10px;
  }
}
.pdp .laybuy-paragraph {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  margin: 2px 0 0;
}
@media only screen and (max-width: 767px) {
  .pdp .laybuy-paragraph {
    font-size: 8px;
  }
  .pdp .laybuy-paragraph img {
    width: 60px !important;
  }
  .pdp .laybuy-paragraph span.laybuy-money {
    font-size: 8px;
  }
}
.pdp .laybuy-paragraph .laybuy-link-inner {
  font-size: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pdp .laybuy-paragraph .laybuy-link-inner {
    display: none;
  }
}
.pdp .sticky-add-cart {
  position: fixed;
  bottom: -100;
  width: 100%;
  left: 0;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.79);
  z-index: 10;
  border-top: 1px solid #DCDBD4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .pdp .sticky-add-cart {
    display: none;
  }
}
.sticky-cart .pdp .sticky-add-cart {
  bottom: 0;
}
.pdp #smartwishlist.novar div[role] {
  pointer-events: none;
}
.pdp .sp-tag-note {
  text-align: left;
  margin: 9px 0 0 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .product-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .template-product .tooltipster-base {
    display: none !important;
  }
}

.klaviyo-bis-trigger, .klaviyo-bis-trigger:hover, .klaviyo-bis-trigger:focus {
  background-color: #BABABA;
  width: 100% !important;
  color: #BABABA;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px auto 0px 0 !important;
  padding: 12px;
  display: block;
  content: "";
}
.klaviyo-bis-trigger::before, .klaviyo-bis-trigger:hover::before, .klaviyo-bis-trigger:focus::before {
  display: block;
  content: "Sign up for restock notifications!";
  color: #000;
  text-transform: initial;
  font-size: 14px;
}
.klaviyo-bis-trigger::after, .klaviyo-bis-trigger:hover::after, .klaviyo-bis-trigger:focus::after {
  display: block;
  content: "Notify Me";
  background-color: black;
  color: white;
  width: 100%;
  padding: 12px;
  margin: 0 auto;
  max-width: 300px;
}

#smartwishlist #wishlist_icon:before {
  content: "";
  background-image: url("ico-fav.svg");
  width: 20px;
  height: 20px;
  display: block;
}
#smartwishlist .bookmarked #wishlist_icon:before {
  background-image: url("ico-fav-on.svg");
}

#section-product .mz-hint-message {
  display: none !important;
}
#section-product .afterpay-paragraph img {
  width: 75px;
  height: auto;
  position: relative;
  top: -1.5px;
}

.complete-look {
  position: relative;
  max-width: 1536px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .complete-look {
    padding: 20px 30px 30px;
  }
}
.complete-look .slick-track {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .complete-look .comp-slider {
    padding: 0px 20px 0px 12px;
  }
}
.complete-look .hero-btn {
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-image: url("ico-newarrow.svg");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 20px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .complete-look .hero-btn {
    margin: 0px;
    top: 40%;
  }
}
.complete-look .hero-next {
  right: 22px;
}
.complete-look .hero-prev {
  left: 22px;
}
.complete-look .img-f {
  padding: 0 8px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .complete-look .img-f {
    padding: 0 20px 20px;
  }
}
.complete-look .img-f .dis-img {
  height: 0;
  padding-top: 170%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .complete-look .img-f .dis-img {
    padding-top: 150%;
  }
}
.complete-look .img-f img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  left: -5%;
  height: auto;
  -webkit-transform: translate3d(0px, 0px, 0.1px);
          transform: translate3d(0px, 0px, 0.1px);
}
@media only screen and (max-width: 767px) {
  .complete-look .img-f img {
    left: 0;
  }
}
.complete-look .quick-add-open {
  position: absolute;
  display: block;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  background-image: url("ico-cart-n.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.complete-look .pro-slide {
  padding: 0 8px;
  text-align: left;
}
.complete-look .pro-slide.cart-open .quick-add-open {
  bottom: -60px;
}
.complete-look .pro-slide.cart-open .quick-add {
  bottom: 0 !important;
}
.complete-look .pro-slide .title {
  margin: 0;
  padding: 10px 0 0 0;
  min-height: inherit;
  color: black;
}
.complete-look .pro-slide .title .name {
  margin-bottom: 5px;
}
.complete-look .pro-slide .title a {
  text-align: left;
}
.complete-look .pro-slide .title .price {
  text-align: left;
}
.complete-look .pro-slide .inside .price {
  text-align: left;
}
.complete-look .pro-slide .inside .price .compare {
  color: #595959;
}
.complete-look .pro-slide .inside .qvalue {
  margin: 0;
  padding: 0;
}
.complete-look .pro-slide .inside .qvalue > div {
  min-width: 32px;
}
.complete-look .pro-slide .inside .add-carts {
  display: block !important;
  max-width: inherit;
  width: 100%;
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.complete-look .pro-slide .inside .quick-add {
  padding: 30px 20px 20px;
  bottom: -100%;
}
.complete-look .pro-slide .inside .quick-add .qvalue:after, .featured-slider .pro-slide .inside .quick-add .qvalue:after
{
  margin-bottom: 10px;
}
{

}
.complete-look .pro-slide .inside .quick-add .close-btn {
  display: block;
  z-index: 1;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("ico-close-b.svg");
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center center;
}
.complete-look .pro-slide .inside .quick-add .size-var {
  background-color: white;
  margin: 5px 6px 9px 0px;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .complete-look .pro-slide .inside .quick-add .size-var {
    margin: 5px 4px 9px 0px;
  }
}
.complete-look .pro-slide .inside .quick-add .size-var.oos {
  cursor: default;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='1'/><path d='M0 0 L100 100 ' stroke='black' stroke-width='1'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, auto;
  pointer-events: none;
}
.complete-look .quick-add {
  padding: 12px 9px 12px;
}

.related-section {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 16px 30px;
}
@media only screen and (min-width: 768px) {
  .related-section {
    padding: 0 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .related-section .title-c {
    padding: 0 3px;
  }
}

.related-wrap {
  position: relative;
}
.related-wrap .title {
  text-align: left;
  padding: 11px 0;
}
@media only screen and (min-width: 768px) {
  .related-wrap .title {
    padding: 20px 0;
  }
}
.related-wrap .title a {
  text-align: left;
}
.related-wrap .title .price {
  text-align: left;
}
.related-wrap .rec-wrap .pro-slide {
  padding: 0 4px;
  font-size: 12px;
  letter-spacing: 0.13em;
}
.related-wrap .rec-wrap .pro-slide .inside {
  width: 100%;
}
.related-wrap .rec-wrap .pro-slide .quick-add {
  display: none;
}
.related-wrap .rec-wrap .pro-slide .name {
  margin-bottom: 5px;
}
.related-wrap .slick-track {
  margin-left: 0;
}
.related-wrap .hero-btn {
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-image: url("ico-newarrow.svg");
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 20px;
  border-radius: 50px;
  top: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .related-wrap .hero-btn {
    width: 24px;
    height: 24px;
    top: calc(50% - 50px);
  }
}
.related-wrap .hero-next {
  right: 5px;
}
@media only screen and (max-width: 767px) {
  .related-wrap .hero-next {
    right: -24px;
  }
}
.related-wrap .hero-prev {
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .related-wrap .hero-prev {
    left: -24px;
  }
}

.title-c {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  margin: 0px 0px 20px;
  padding: 0 10px;
  letter-spacing: 0.05em;
  color: black;
}
@media only screen and (max-width: 767px) {
  .title-c {
    padding: 0 20px;
  }
}

.title-wraps {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 16px 0px;
}
@media only screen and (min-width: 768px) {
  .title-wraps {
    padding: 0 30px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .title-wraps.ins .title-c {
    padding-left: 0px;
  }
}

.breadcrumb {
  max-width: 1605px;
  margin: 0 auto;
  padding: 0 16px 0px;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0 30px 0px;
  }
}

@media only screen and (max-width: 767px) {
  body.sticky-cart > div > div > iframe {
    bottom: 86px !important;
  }
}

.bundle-price-save-amount {
  color: #595959;
  margin-left: 10px;
}

#bundled-items-wrap .bundled-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}
#bundled-items-wrap .bundled-items .bundle-item {
  width: calc(50% - 10px);
}
#bundled-items-wrap .bundled-items .bundle-product-title {
  padding: 13px 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
  min-height: 44px;
}
#bundled-items-wrap .bundled-items .bundle-item-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1590px) {
  #bundled-items-wrap .bundled-items .size-select-div > div {
    min-width: 38px;
    height: 38px;
    margin: 5px 4px 0px 0px;
  }
}
#bundled-items-wrap .bundle-product-size-error {
  height: 25px;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #000;
}
#bundled-items-wrap .main-color {
  margin: 5px 0;
}
#bundled-items-wrap .oos {
  pointer-events: none;
}

.bund-pop-link {
  margin-top: 10px;
  display: block;
  background-color: #acacac !important;
  padding: 15px 0 !important;
}
.bund-pop-link span {
  color: white;
}

body.bun-pops, html.bun-pops {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.bundle-popup {
  position: fixed;
  z-index: 10000;
  visibility: hidden;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.bun-pops .bundle-popup {
  visibility: visible;
}
.bundle-popup .bundle-addtocart {
  max-width: 400px;
  margin-bottom: 30px;
}
.bundle-popup .price-wrap {
  border: none !important;
  margin-bottom: 5px !important;
  padding-bottom: 0 !important;
}
.bundle-popup .bundled-items {
  margin-top: 0 !important;
}
.bundle-popup .pop-b {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.bundle-popup .bundle-popup-content {
  width: 93%;
  max-width: 990px;
  height: 100%;
  right: -100%;
  top: 0;
  position: absolute;
  background-color: white;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bun-pops .bundle-popup .bundle-popup-content {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .bundle-popup .bundle-popup-content .bundle-item-size {
    min-width: 37px !important;
    height: 37px !important;
  }
}
.bundle-popup .bundle-popup-content #bundled-items-wrap {
  overflow: scroll;
  height: 100%;
  width: 100%;
  padding: 100px 20px 100px;
}
@media only screen and (min-width: 1200px) {
  .bundle-popup .bundle-popup-content #bundled-items-wrap {
    padding: 100px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .bundle-popup .bundle-popup-content #bundled-items-wrap .bundle-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bundle-popup .bundle-popup-content #bundled-items-wrap .bundle-item > div {
    width: 50%;
  }
  .bundle-popup .bundle-popup-content #bundled-items-wrap .bundle-item .bundle-item-content {
    padding: 0 10px;
  }
}
.bundle-popup .bundle-popup-content .bun-pop-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-bottom: 1px solid #DCDBD4;
  cursor: pointer;
  z-index: 5;
  background-color: white;
  margin: 0;
  text-align: center;
  font-family: AvenirNext, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 14px;
}
.bundle-popup .bundle-popup-content .bun-pop-header span {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 22px;
}
.bundle-popup .bundle-popup-content .bun-pop-header span svg {
  width: 100%;
}

.sp-tag-note {
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
}
.sp-tag-note:before {
  margin: 9px 0 0 0;
  position: relative;
  display: block;
}
.sp-tag-note.carttag:before {
  margin: 0 0 9px 0;
}

.fix-pop-back {
  z-index: 5570;
  position: fixed;
  background-color: white;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body.pop-open .fix-pop-back {
  opacity: 0.7;
}

.fix-popup {
  z-index: 5600;
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 800px;
  background-color: #ffffff;
  top: 0px;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 4px solid black;
}
.fix-popup.middle {
  width: 760px;
  height: 640px;
  left: calc(-100% - 760px);
  top: calc(50% - 320px);
}
@media only screen and (max-width: 767px) {
  .fix-popup.middle {
    width: 90%;
    height: 90%;
  }
}
.fix-popup.middle.active {
  left: calc(50% - 380px);
}
@media only screen and (max-width: 767px) {
  .fix-popup.middle.active {
    left: 5%;
    top: 5%;
  }
}
.fix-popup.active {
  left: 0px;
}
.fix-popup .close-wrap {
  display: block;
  height: 20px;
}
.fix-popup .close-wrap .close {
  display: block;
  background-image: url("ico-close.svg");
  width: 24px;
  height: 24px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  float: right;
  right: 0px;
  top: 0px;
  cursor: pointer;
  padding: 25px;
  position: absolute;
  z-index: 3;
}
.fix-popup h3 {
  padding: 0px;
  margin: 2px 10px 10px;
  text-align: center;
  line-height: 28px;
  font-size: 30px;
}
.fix-popup .content-pop {
  width: 100%;
  overflow-y: auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0 3% 3%;
  height: 100%;
}
.fix-popup .line {
  height: 40px;
  width: 91%;
  border-bottom: 1px solid #E3E3E3;
  margin: 5px auto;
}
.fix-popup p {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  text-align: left;
  width: 90%;
  margin: 14px auto;
  padding-left: 4%;
  padding: 10px 4%;
  line-height: 16px;
}
.fix-popup .enq-form {
  margin: 0 auto;
  width: 90%;
  padding-top: 6px;
}
.fix-popup .enq-form input, .fix-popup .enq-form textarea {
  width: 100%;
  padding: 10px !important;
  margin-bottom: 9px !important;
  border: solid 1px #E3E3E3 !important;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 13px;
  border-radius: 0px !important;
  font-size: 13px !important;
  height: inherit !important;
  line-height: inherit !important;
}
.fix-popup .enq-form input.check-box, .fix-popup .enq-form textarea.check-box {
  width: 20px;
}
.fix-popup .enq-form .hidden-input {
  overflow: hidden;
  display: block;
  width: 0px;
  height: 0px;
}
.fix-popup .enq-form .btn {
  background-color: black !important;
  border: none !important;
  color: white !important;
  margin-top: 23px !important;
  padding: 16px !important;
  margin-bottom: 30px !important;
  width: 100%;
}
.fix-popup .enq-form label {
  display: block;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  text-align: left;
  margin: 12px 0px 9px;
}
.fix-popup .enq-form label.container {
  line-height: 2;
}
.fix-popup .enq-form .klaviyo_styling {
  max-width: inherit;
}

.size-pop {
  text-align: center;
}
.size-pop.middle {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .size-pop.middle {
    height: 445px;
  }
}
.size-pop table {
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  width: 91%;
  table-layout: fixed;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .size-pop table {
    margin-bottom: 20px;
    table-layout: auto;
  }
}
.size-pop th {
  width: 16%;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  padding: 6px;
}
.size-pop th span {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .size-pop th {
    font-size: 12px;
  }
}
.size-pop td {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  padding: 7px;
}
@media only screen and (max-width: 767px) {
  .size-pop td {
    font-size: 12px;
  }
}
.size-pop [data-label=Size] {
  font-weight: 400;
}

.enq-pop .num {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 34px;
  width: 50px;
  height: 50px;
  border-radius: 420px;
  border: 1px solid black;
  text-align: center;
  padding: 5px 0px 0px 6px;
  margin: 0px auto 20px;
}
.enq-pop #find-my-size {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.enq-pop #find-my-size .image {
  width: 100%;
  max-width: 560px;
  margin: 10px auto;
}
.enq-pop #find-my-size p {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .enq-pop #find-my-size p {
    font-size: 14px;
  }
}
.enq-pop #find-my-size button {
  font-size: 18px;
  padding: 12px 77px;
}
.enq-pop #ff-first--wrapper {
  padding-top: 46px;
}
.enq-pop #ff-first--wrapper .logo {
  max-width: 480px;
  width: 100%;
}
.enq-pop #ff-results--wrapper, .enq-pop #ff-select--wrapper {
  position: absolute;
  top: 0px;
  background-color: white;
  height: 100%;
  width: 100%;
  padding-top: 47px;
}
.enq-pop #ff-results--wrapper .find-my-size--submit, .enq-pop #ff-select--wrapper .find-my-size--submit {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .enq-pop #ff-results--wrapper .find-my-size--submit, .enq-pop #ff-select--wrapper .find-my-size--submit {
    margin-top: 81px;
  }
}
.enq-pop .unit-selectors {
  padding: 1%;
  margin-top: 50px;
  margin-right: 10px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 15px;
}
.enq-pop .unit-selectors a.active {
  text-decoration: underline;
}
.enq-pop .form-group {
  font-size: 25px;
}
.enq-pop select {
  width: 68%;
  background-color: white;
  margin: 0px 0 30px;
  padding: 2%;
  text-transform: uppercase;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 23px;
  background-size: 18px;
  background-position-x: 94%;
}
@media only screen and (max-width: 767px) {
  .enq-pop select {
    font-size: 16px;
  }
}
.enq-pop select.error {
  border: #e11409 1px solid;
}
.enq-pop select option {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 15px;
  background-color: #EFEFEF;
  padding: 10px;
}
.enq-pop select option:checked,
.enq-pop select option:hover {
  -webkit-box-shadow: 0 0 10px 100px #000 inset;
          box-shadow: 0 0 10px 100px #000 inset;
}
.enq-pop label {
  width: 28%;
  display: inline-block;
  padding: 3%;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .enq-pop label {
    font-size: 16px;
  }
}
.enq-pop .btn {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  width: 100%;
  padding: 25px;
  max-width: 361px;
  background-color: black;
  margin: 40px 0px;
}
.enq-pop h4.ff-result {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  font-size: 180px;
  padding: 0px;
  margin: 19px 16px 73px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .enq-pop h4.ff-result {
    margin: 19px 16px 29px;
  }
}
.enq-pop #ff-select {
  margin: 20px auto;
  max-width: 620px;
}
.enq-pop #ff-select button {
  margin-top: 40px;
}

.template-article {
  text-align: center;
}
.template-article article {
  max-width: 1024px;
  padding: 20px 3%;
  margin: 0 auto;
}
.template-article article .social-sharing {
  margin: 20px 10px;
}

.template-blog .tjblog {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.template-blog .tjblog .first-blog {
  margin-top: 50px;
}
.template-blog .tjblog .first-blog .blog-item {
  margin-bottom: 50px;
}
.template-blog .tjblog .first-blog .blog-item img, .template-blog .tjblog .first-blog .blog-item picture {
  max-width: inherit;
  width: 100%;
}
.template-blog .tjblog .first-blog .blog-list-detail {
  text-transform: uppercase;
}
.template-blog .tjblog .first-blog .blog-list-detail .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.template-blog .tjblog .first-blog .blog-list-detail .texts {
  padding: 0 10%;
}
.template-blog .tjblog .first-blog .blog-list-detail .texts a {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
.template-blog .pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.template-blog .pagi a {
  text-decoration: underline;
  padding: 10px;
}

.search-box {
  border: 1px solid black;
  width: 350px;
  background-color: white;
  z-index: 10;
  text-align: left;
  border-bottom: none;
  margin: 20px auto 20px;
  position: relative;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
.search-box .results {
  padding: 5px 0;
  position: absolute;
  width: 100%;
  background-color: white;
}
.search-box .results .result-inside {
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .search-box .results .result-inside {
    max-height: 540px;
  }
}
.search-box .s-more {
  text-align: center;
  padding: 20px;
  display: block;
  width: 100%;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: white;
  font-size: 16px;
  background-color: var(--colorBackgrounds);
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.search-box .sorry {
  text-align: center;
  padding: 12px;
  display: block;
  width: 100%;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 12px;
  background-color: var(--colorBackgrounds);
  border-bottom: 1px solid black;
}
.search-box .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-box .search-item .image {
  width: 60px;
  height: 60px;
  background-size: cover;
}
.search-box .search-item .text {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-box input:focus {
  outline: none;
}
.search-box .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-bottom: 1px solid black;
}
.search-box .search-input input {
  width: calc(100% - 20px);
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  padding: 2px;
  outline: none;
  border: 0;
}
.search-box .search-input .close {
  width: 15px;
  padding: 0px;
  cursor: pointer;
  padding: 5px;
}
.search-box .search-input .close svg {
  width: 15px;
  height: 15px;
}

.pdp .reviews {
  padding: 0 0.5%;
}
.pdp .reviews .line-behind {
  border-bottom: 1px solid black;
  height: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pdp .reviews .line-behind {
    border-bottom: none;
    height: 40px;
  }
}
.pdp .reviews .line-behind h2 {
  font-size: 31px;
  background-color: #ffffff;
  display: inline-block;
  padding: 33px 80px 0px;
}
@media only screen and (max-width: 767px) {
  .pdp .reviews .line-behind h2 {
    font-size: 19px;
    padding: 17px 9px;
    margin-top: 0px;
  }
}
.pdp .reviews div.stamped-container[data-widget-style], .pdp .reviews div[data-widget-style] div.stamped-container {
  max-width: inherit;
}
.pdp .reviews .stamped-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdp .reviews .stamped-reviews .stamped-review {
  width: 48%;
  padding: 2%;
  border: 1px solid #E6E6E6;
  margin: 1%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .pdp .reviews .stamped-reviews .stamped-review {
    width: 98%;
  }
}
.pdp .reviews .stamped-reviews .stamped-pagination {
  width: 100%;
}
.pdp .reviews div[data-widget-style=standard] .stamped-review:first-child {
  margin-top: 1% !important;
}
.pdp .reviews .fa-star, .pdp .reviews .fa-star-checked, .pdp .reviews .fa-star-half-o, .pdp .reviews .fa-star-o, .pdp .reviews .stamped-fa-star, .pdp .reviews .stamped-fa-star-checked, .pdp .reviews .stamped-fa-star-half-o, .pdp .reviews .stamped-fa-star-o {
  color: var(--colorBtnPrimary);
  padding: 0;
}
.pdp .reviews .stamped-tab-container, .pdp .reviews .stamped-summary-recommend {
  display: none;
}
.pdp .reviews .summary-overview, .pdp .reviews .stamped-summary-ratings, .pdp .reviews .stamped-summary-photos {
  width: 31% !important;
  margin: 0px 2% !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pdp .reviews .summary-overview, .pdp .reviews .stamped-summary-ratings, .pdp .reviews .stamped-summary-photos {
    width: 96% !important;
  }
}

.mini-cart-back {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 5800;
  display: none;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

html.mini-cart {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
html.mini-cart .mini-cart-back {
  display: block;
  opacity: 0.5;
}

#mini-cart {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 380px;
  background-color: white;
  height: 100%;
  right: -556px;
  top: 0px;
  z-index: 5900;
  letter-spacing: 0.13em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mini-cart #mini-cart {
  right: 0;
}
#mini-cart .cross-title {
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  padding: 10px;
  background-color: #f8f8f8;
}
#mini-cart .ajax_place {
  height: 100%;
}
#mini-cart .ajax_place form {
  height: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#mini-cart .ajax_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.52);
  left: 0;
  top: 0;
  display: none;
  z-index: 1;
}
#mini-cart .ajax_loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
}
#mini-cart.loading .ajax_loader {
  display: block;
}
#mini-cart.loading .progress-bar span {
  width: 0 !important;
}
#mini-cart .progress-bar span {
  width: 0;
}
#mini-cart .cart-name {
  padding: 27px 0px 26px;
  border-bottom: 1px solid #E6E6E6;
  width: 100%;
}
#mini-cart .cart-name h3, #mini-cart .cart-name .h3 {
  margin: 0px;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 14px;
}
#mini-cart .close-wrap {
  display: block;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 15px;
  width: 40px;
}
#mini-cart .close-wrap .close {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  padding: 13px;
}
#mini-cart .scroll-cart {
  overflow-y: auto;
  height: 100vh;
}
#mini-cart .cross-slide {
  width: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 15px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  background-color: #f8f8f8;
}
#mini-cart .cross-slide .image {
  width: 64px;
  height: 96px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  background-size: cover;
}
#mini-cart .cross-slide .details {
  width: calc(100% - 119px);
  position: relative;
  padding: 0px 10px 0 22px;
}
#mini-cart .cross-slide .details .sub-title {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
}
#mini-cart .cross-slide .details .price {
  margin-bottom: 6px;
}
#mini-cart .cross-slide .details .price strike {
  color: #595959;
  padding-right: 5px;
}
#mini-cart .cross-slide .details .extra {
  font-size: 8px;
  margin-top: 3px;
}
#mini-cart .cross-slide .details .extra span {
  font-weight: 800;
}
#mini-cart .cross-slide .details .select-s {
  margin: 3px 0 2px;
  font-size: 10px;
}
#mini-cart .cross-slide .details .size-u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 767px) {
  #mini-cart .cross-slide .details .size-u {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mini-cart .cross-slide .details .size-u > div {
  margin: 0px 4px 2px 0px;
  width: auto;
  text-align: center;
  padding: 3px 3px;
  border: 1px solid #ACACAC;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 10px;
}
#mini-cart .cross-slide .details .size-u > div.active {
  border: 1px black solid;
  background-color: #EDEDED;
}
#mini-cart .cross-slide .details .size-u > div.XXS, #mini-cart .cross-slide .details .size-u > div.xxs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#mini-cart .cross-slide .details .size-u > div.XS, #mini-cart .cross-slide .details .size-u > div.xs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#mini-cart .cross-slide .details .size-u > div.S, #mini-cart .cross-slide .details .size-u > div.s {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#mini-cart .cross-slide .details .size-u > div.M, #mini-cart .cross-slide .details .size-u > div.m {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#mini-cart .cross-slide .details .size-u > div.L, #mini-cart .cross-slide .details .size-u > div.l {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#mini-cart .cross-slide .details .size-u > div.XL, #mini-cart .cross-slide .details .size-u > div.xl {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#mini-cart .cross-slide .details .size-u > div.XXL, #mini-cart .cross-slide .details .size-u > div.xxl {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
#mini-cart .cross-slide .details .size-u > div.XXXL, #mini-cart .cross-slide .details .size-u > div.xxxl {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
#mini-cart .cross-slide .quick-buy {
  margin-top: 12px;
}
#mini-cart .cross-slide .quick-buy a {
  background-color: black;
  color: white;
  padding: 11px 16px;
  letter-spacing: 0;
}
#mini-cart .cross-slide .quick-buy a:hover {
  background-color: #575757;
}
#mini-cart .cart-item {
  width: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 15px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 10px;
}
#mini-cart .cart-item .uptitle {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  z-index: 3;
}
#mini-cart .cart-item .image {
  width: 64px;
  height: 96px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
#mini-cart .cart-item .image a img {
  width: 100%;
}
#mini-cart .cart-item .details {
  width: calc(100% - 144px);
  position: relative;
  padding: 0px 10px 0 22px;
}
#mini-cart .cart-item .details .sub-title {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
}
#mini-cart .cart-item .details .size span {
  font-weight: 800;
  margin-left: 8px;
}
#mini-cart .cart-item .details .p-color {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  margin-bottom: 12px;
}
#mini-cart .cart-item .details .color {
  font-size: 11px;
}
#mini-cart .cart-item .details .size-u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 13px 0px 0px;
}
#mini-cart .cart-item .details .size-u .size-var {
  cursor: pointer;
  padding: 2px 4px;
}
#mini-cart .cart-item .details .size-u .size-var:hover {
  background-color: black;
  color: white;
}
#mini-cart .cart-item .details .qty-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E6E6E6;
  margin-top: 10px;
  width: 90px;
  padding: 2px 0px;
}
#mini-cart .cart-item .details .qty-step > a {
  display: block;
  width: 30px;
  padding: 7px 10px;
}
#mini-cart .cart-item .details .qty-step > a svg {
  width: 100%;
}
#mini-cart .cart-item .details .qty-step .qty-step-count {
  padding: 6px 0 0 0;
  width: 35px;
  text-align: center;
  font-weight: 600;
}
#mini-cart .cart-item .price-wrap {
  width: 80px;
  text-align: right;
  position: relative;
}
#mini-cart .cart-item .price-wrap strike {
  color: #595959;
  margin-bottom: 4px;
  display: block;
}
#mini-cart .cart-item .remove {
  text-decoration: underline;
}
#mini-cart .cart-item .prize {
  margin-bottom: 20px;
}
#mini-cart .checkout-se {
  padding: 34px 24px;
  border-top: 1px solid #E6E6E6;
  position: sticky;
  bottom: 0;
}
#mini-cart .checkout-se button {
  width: 100%;
  background-color: black;
}
#mini-cart .checkout-se button:hover {
  background-color: #575757;
}
#mini-cart .checkout-se .check-text {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #656565;
  font-size: 10px;
  text-align: center;
  margin-top: 14px;
}
#mini-cart .checkout-se .shop_pay {
  background-color: #5a31f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: none;
  font-size: 12px;
  text-transform: none;
  font-family: Inter, Trade Gothic, sans-serif;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
}
#mini-cart .progress-bar {
  width: 100%;
  background-color: #F2F2F2;
  height: 14px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 10px 0 6px 0px;
}
#mini-cart .progress-bar span {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  background-color: black;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#mini-cart .progress-bar.gift span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#mini-cart .progress-bar.full span {
  background-color: black;
}
#mini-cart .sell-note {
  padding: 0 0px;
  text-transform: uppercase;
}
#mini-cart .sell-note .sell-note-wrap {
  padding: 10px 15px;
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: black;
  font-size: 10px;
}
#mini-cart .sell-note .sell-note-wrap.fullshipping, #mini-cart .sell-note .sell-note-wrap.congrats {
  background-color: var(--colorBackgrounds);
}
#mini-cart .free-block {
  padding: 0px 0px;
}
#mini-cart .free-block .gift-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
}
#mini-cart .free-block .gift-details .image {
  display: inline-block;
  width: 64px;
  height: 96px;
  background-size: cover;
  background-position: top center;
}
#mini-cart .free-block .gift-details .details {
  width: calc(100% - 64px);
  padding: 10px 0 0 20px;
  text-align: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#mini-cart .free-block .gift-details .details p {
  line-height: 1.4;
}
#mini-cart .free-block.all .details {
  padding: 5px 0 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mini-cart .free-block .new-btn {
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  background: black;
}

.all-forms {
  max-width: 1314px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
.all-forms .group-ver {
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .all-forms .group-ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .all-forms .group-ver > div {
    width: 48.5%;
  }
  .all-forms .group-ver > div:first-child {
    margin-right: 3%;
  }
}
.all-forms input, .all-forms textarea, .all-forms select {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #9E9E9E;
  font-size: 14px;
  padding: 10px 10px 20px 0;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  width: 100%;
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .all-forms input, .all-forms textarea, .all-forms select {
    font-size: 12px;
    padding: 9px;
  }
}
.all-forms textarea {
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .all-forms textarea {
    height: 150px;
  }
}
.all-forms label {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 30px;
  margin: 20px 0px 26px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 767px) {
  .all-forms label {
    font-size: 13px;
    margin: 2% 0px 1%;
  }
}
.all-forms .sub-btn {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  border: 1px solid black;
  padding: 16px 0px;
  margin-top: 50px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  text-decoration: none;
}
.all-forms .address-new-toggle {
  margin-bottom: 20px;
}
.all-forms .check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-forms .check-box input[type=checkbox] {
  width: 50px;
  margin-top: 37px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .all-forms .check-box input[type=checkbox] {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts .all-forms .sub-btn {
    width: 100%;
  }
}

.common {
  padding: 0px 6%;
  max-width: 1300px;
  margin: 0 auto;
}
.common .box p a {
  text-decoration: underline;
}
.common a {
  text-decoration: underline;
}
.common p, .common li {
  text-align: center;
  margin: 0 auto;
  line-height: 1.8;
  padding: 0 0 2%;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .common p, .common li {
    font-size: 11px;
  }
}
.common.left-align p {
  text-align: left;
}
.common ul {
  padding: 0 5%;
  margin: 0 0 2%;
}
.common li {
  text-align: left;
  padding: 0.5% 0px;
}
.common h1 {
  margin: 30px 10px 10px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}
.common h2 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}
.common h4 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .common h4 {
    font-size: 11px;
    line-height: 2;
  }
}
.common h5 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .common h5 {
    font-size: 11px;
    line-height: 2;
  }
}
.common .cen {
  text-align: center;
}

.back-products {
  position: relative;
}
.back-products .product-back-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.back-products .product-back-screen .slide {
  width: 25%;
  padding: 1%;
}
.back-products .product-front-screen {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.title-block {
  text-align: center;
}
.title-block h2, .title-block p {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .title-block h2, .title-block p {
    font-size: 11px;
    margin-top: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.common .all-forms {
  margin: 50px 0 100px;
}
.common .all-forms .chb {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.common .all-forms .chb .txt {
  margin: 0 10px;
  font-size: 11px;
}
.common .all-forms .chb input {
  margin-top: 4px;
}
.common .all-forms input {
  font-size: 16px;
}
.common .form-split {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .common .form-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .common .form-split:after {
    content: "";
    border-right: 1px solid #a3a3a3;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 50px;
    height: calc(100% - 0px);
  }
}
@media only screen and (min-width: 768px) {
  .common .form-split > div {
    width: 41%;
  }
}
@media only screen and (min-width: 768px) {
  .common .form-split-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.common .passw {
  position: relative;
}
.common [data-show-password] {
  display: inline-block;
  opacity: 0.7;
  width: 22px;
  height: 28px;
  position: absolute;
  bottom: 10px;
  right: 3px;
  background-image: url("ico-eye-hides.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.common [data-show-password].show {
  background-image: url("ico-eye.svg");
}

.wishlistpage {
  text-transform: uppercase;
}
.wishlistpage h1.titletext {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 14px;
}
.wishlistpage #heading-breadcrumbs {
  text-align: center !important;
}
.wishlistpage #heading-breadcrumbs .allbuttons {
  width: 100%;
}
.wishlistpage #heading-breadcrumbs .col-md-6 {
  width: 100%;
}
.wishlistpage #heading-breadcrumbs .allbuttons {
  text-align: center;
}
.wishlistpage #heading-breadcrumbs .allbuttons a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 10px;
  background-color: white !important;
  border-radius: 0;
  min-width: 220px;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wishlistpage #heading-breadcrumbs .allbuttons a:hover {
  background-color: var(--colorIcons);
  color: white;
}
.wishlistpage #heading-breadcrumbs .alert-info {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
}
.wishlistpage .container-fluid .col-md-4 {
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  .wishlistpage .container-fluid .col-md-4 {
    width: 50% !important;
  }
}
.wishlistpage .container-fluid .col-md-4 .product .image a img {
  height: auto;
  width: calc(100% - 10px);
}
.wishlistpage .container-fluid .col-md-4 .product .product_title, .wishlistpage .container-fluid .col-md-4 .product .variant_title, .wishlistpage .container-fluid .col-md-4 .product .price {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.wishlistpage .container-fluid .col-md-4 .product h3 {
  height: auto;
}
.wishlistpage .container-fluid .col-md-4 .product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.wishlistpage .container-fluid .col-md-4 .product .buttons a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 10px;
  background-color: white !important;
  border-radius: 0;
  min-width: 220px;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 12px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.wishlistpage .container-fluid .col-md-4 .product .buttons a:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wishlistpage .container-fluid .col-md-4 .product .buttons a:last-child {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  background-color: #575757 !important;
  color: white;
}
.wishlistpage .container-fluid .col-md-4 .product .buttons a:last-child .fa-shopping-cart {
  display: none;
}

.career-listing {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .career-listing {
    padding: 0 20px;
  }
}
.career-listing .maintext {
  text-align: center;
}
.career-listing .maintext .cont {
  max-width: 600px;
  margin: 0 auto 40px;
}
.career-listing .list {
  max-width: 600px;
  margin: 50px auto 40px;
}
.career-listing .list .cont {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 12px;
}
.career-listing .list .block {
  margin-bottom: 30px;
}
.career-listing .list h3 {
  font-size: 11px;
  text-transform: uppercase;
}

.career-items {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .career-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .career-items .back-link {
    width: 200px;
  }
  .career-items .item {
    width: calc(100% - 200px);
  }
}
.career-items strong {
  font-weight: 600;
}
.career-items .back-link {
  text-transform: uppercase;
  padding-top: 14px;
}
.career-items .back-link a {
  border-bottom: 1px solid #dddad7;
}
.career-items .back-link svg {
  width: 13px;
  height: 11px;
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.text-image-split {
  margin: 0 auto;
  width: 100%;
  text-transform: uppercase;
}
.text-image-split .cont {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 20px;
}
.text-image-split .ti-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.text-image-split .ti-block > div {
  width: 100%;
  display: block;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .text-image-split .ti-block > div {
    width: 50%;
  }
}
.text-image-split .ti-block .image {
  padding-top: 100%;
}
@media only screen and (min-width: 768px) {
  .text-image-split .ti-block .image {
    padding-top: 50%;
  }
  .page-meet-the-makers .text-image-split .ti-block .image {
    width: 60%;
  }
}
.text-image-split .ti-block .text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-meet-the-makers .text-image-split .ti-block .text {
    width: 40%;
  }
}
.text-image-split .ti-block .text .content {
  width: 100%;
  max-width: 630px;
  text-align: center;
  padding: 20px 40px;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
}
.page-meet-the-makers .text-image-split .ti-block .text .content {
  max-width: inherit;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .text-image-split .ti-block .text .content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
}
.page-meet-the-makers .text-image-split .ti-block .text .content {
  text-align: left;
}
.page-meet-the-makers .text-image-split .ti-block .text .content h2 {
  font-style: italic;
  padding: 0;
}
.page-meet-the-makers .text-image-split .ti-block .text .content > div {
  padding-left: 50px;
}
.text-image-split .ti-block.flip .text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.text-image-split .ti-block.flip .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .text-image-split .ti-block.flip .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.text-image-split .ti-block.full {
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .text-image-split .ti-block.full {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .text-image-split .ti-block.full .image {
    background-image: none !important;
  }
}
.text-image-split .extra-text {
  max-width: 1290px;
  width: 80%;
  padding: 0px 0 40px 10%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .text-image-split .extra-text {
    width: 100%;
    padding: 0 40px 20px;
  }
}

#shopify-section-collection-list {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  #shopify-section-collection-list {
    margin-top: 0px;
  }
}

.collection-set {
  letter-spacing: 0.3em;
}
.collection-set .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 17px;
}
.collection-set .set.count-2 {
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-2:not(.mobnowrap) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.collection-set .set.count-2 .col-slide {
  width: 50%;
  margin: 0px 0 20px 10px;
}
.collection-set .set.count-2 .col-slide:nth-child(odd) {
  margin: 0px 10px 20px 0;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-2 .col-slide.mob50 {
    width: 50%;
    margin: 0px 0px 8px 4px;
  }
  .collection-set .set.count-2 .col-slide.mob50:nth-child(odd) {
    margin: 0px 4px 8px 0px;
  }
  .collection-set .set.count-2 .col-slide:not(.mob50) {
    width: 100%;
    margin: 0px 0px 8px 0px;
  }
}
.collection-set .set.count-4 {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.collection-set .set.count-4 .col-slide {
  width: 25%;
  margin: 0px 20px 20px 0px;
}
.collection-set .set.count-4 .col-slide:last-child {
  margin: 0px 0px 20px 0;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-4 .col-slide {
    width: calc(50% - 4px);
    margin: 0px 4px 8px 0px;
  }
  .collection-set .set.count-4 .col-slide:nth-child(even) {
    width: calc(50% - 4px);
    margin: 0px 0px 8px 4px;
  }
}
.collection-set .set.count-1 {
  margin: 0px auto;
}
.collection-set .set.count-1 .col-slide {
  width: 100%;
  margin: 0px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-1 .col-slide {
    margin: 0 0 8px 0;
  }
}
.collection-set .set.count-3 {
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.collection-set .set.count-3 .col-slide {
  width: 33.33%;
  margin: 0px 10px 20px 10px;
}
.collection-set .set.count-3 .col-slide:first-child {
  margin-left: 0;
}
.collection-set .set.count-3 .col-slide:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .collection-set .set.count-3 .col-slide {
    width: calc(50% - 4px);
    margin: 0px 0px 8px 0px;
  }
  .collection-set .set.count-3 .col-slide:first-child {
    margin: 0px 4px 8px 0px;
  }
  .collection-set .set.count-3 .col-slide:nth-child(2) {
    margin: 0px 0px 8px 4px;
  }
  .collection-set .set.count-3 .col-slide:last-child {
    width: 100%;
  }
}
.collection-set .set .col-slide {
  margin: 1%;
  width: 25%;
}
.collection-set .set .col-slide img {
  width: 100%;
  max-width: inherit;
}
.collection-set .set .col-slide a {
  position: relative;
  overflow: hidden;
  display: block;
}
.collection-set .set .col-slide .second {
  position: absolute;
  opacity: 0;
  top: -2%;
  left: -2%;
  width: 104%;
  max-width: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.collection-set .set .col-slide .txt-box {
  ms-transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
}
.collection-set .set .col-slide .txt-box .dec {
  margin-bottom: 20px;
}
.collection-set .set .col-slide h3 {
  z-index: 1;
  text-align: center;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.7em;
  width: auto;
  margin: 0 auto 12px;
  padding: 5px 10px;
}
.collection-set .set .col-slide .col-des {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding: 9px 15px;
}
.collection-set .set .col-slide:hover .second {
  opacity: 1;
  top: 0;
  left: 0%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .collection-set .set .col-slide {
    float: left;
    margin: 0px;
    width: 50%;
  }
  .collection-set .set .col-slide img {
    width: 100%;
    height: auto;
  }
  .collection-set .set .col-slide a {
    display: -ms-grid;
    display: grid;
  }
  .collection-set .set .col-slide h3 {
    top: 50%;
    font-size: 14px;
  }
  .collection-set .set .col-slide:hover .second {
    display: none;
  }
}

.gallery-list {
  margin-bottom: 20px;
}
.gallery-list .gal-wrap .gal-item {
  position: relative;
}
.gallery-list .gal-wrap .gal-item.first {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-list .gal-wrap .gal-item .txt-box {
  position: absolute;
  text-align: center;
}
.gallery-list .gal-wrap .gal-item .txt-box h3 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .gallery-list .gal-wrap .gal-item .txt-box h3 {
    color: black !important;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-list .gal-wrap .gal-item .txt-box .col-des {
    color: black !important;
    border-color: black !important;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-list .gal-wrap .gal-item .txt-box {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .gallery-list .gal-wrap .gal-item .txt-box {
    position: relative;
  }
}
.gallery-list .gal-wrap .gal-item .video-gal video {
  width: 100%;
}
.gallery-list .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .gallery-list .slick-slide {
    margin: 0 0px;
  }
}
.gallery-list .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .gallery-list .slick-list {
    margin: 0 0px;
  }
}
.gallery-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery-list .slick-slide {
  height: inherit !important;
}
.gallery-list .slick-slide > div {
  height: 100%;
  position: relative;
}
.gallery-list .main-box {
  text-align: center;
}
.gallery-list .main-box h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .gallery-list .main-box h3 {
    margin: 34px 0 21px;
  }
}
.gallery-list .main-box a {
  background-color: black;
  color: white;
  padding: 7px 33px;
}
.gallery-list .main-box.bot {
  margin: 30px 0 30px;
}
@media only screen and (min-width: 768px) {
  .gallery-list .main-box.small {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-list .hero-prev, .gallery-list .hero-next {
    width: 20px;
    height: 20px;
    top: 73%;
  }
}

.twovideos {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .twovideos {
    margin-bottom: 8px;
  }
}
.twovideos .videos-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.twovideos .videos-wrap .set-1 {
  width: calc(64% - 10px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .set-1 {
    width: 100%;
    margin-bottom: 8px;
  }
}
.twovideos .videos-wrap .set-1 .inside {
  padding-top: 100%;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .set-1 .inside {
    padding-top: inherit;
    height: auto;
  }
}
.twovideos .videos-wrap .set-2 {
  width: calc(36% - 10px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .set-2 {
    width: 100%;
  }
}
.twovideos .videos-wrap .set-2 .inside {
  height: 100%;
}
.twovideos .videos-wrap .inside {
  overflow: hidden;
  position: relative;
}
.twovideos .videos-wrap .slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .slider {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.twovideos .videos-wrap video {
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap video {
    width: 100%;
    height: auto;
    min-width: inherit;
    min-height: inherit;
  }
}
.twovideos .videos-wrap .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .image-wrap {
    position: relative;
  }
}
.twovideos .videos-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  min-width: inherit;
}
@media only screen and (max-width: 767px) {
  .twovideos .videos-wrap .image-wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.twovideos .videos-wrap .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.twovideos .videos-wrap .txt-box h3 {
  font-size: 24px;
}
.twovideos .videos-wrap .txt-box .dec {
  margin-bottom: 22px;
}

.insta-set-wrap {
  margin: 30px auto 19px;
}
@media only screen and (max-width: 767px) {
  .insta-set-wrap {
    margin: 20px auto 0px;
  }
}
.insta-set-wrap .insta-set {
  margin: 0 0;
}
@media only screen and (max-width: 767px) {
  .insta-set-wrap .insta-set {
    margin: 0 0px;
  }
}

.fs-wrapper div.fs-timeline-entry {
  margin: 0 !important;
}

.insta-set, .insta-pdp {
  /* the parent */
}
.insta-set .fs-next-button, .insta-pdp .fs-next-button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .insta-set, .insta-pdp {
    margin: 0px 24px;
  }
  .insta-set h2.title, .insta-pdp h2.title {
    padding-bottom: 19px;
  }
}
.insta-set .slick-slide, .insta-pdp .slick-slide {
  margin: 0 25px;
}
.insta-set .slick-list, .insta-pdp .slick-list {
  margin: 0 -25px;
}
.insta-set .sub, .insta-pdp .sub {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 19px;
  margin: 0px 0px 47px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .insta-set .sub, .insta-pdp .sub {
    font-size: 14px;
    margin: 0px 0px 26px;
  }
}
.insta-set .fs-wrapper .fs-timeline, .insta-pdp .fs-wrapper .fs-timeline {
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .insta-set .fs-wrapper .fs-timeline, .insta-pdp .fs-wrapper .fs-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .insta-set .fs-wrapper .fs-timeline .fs-entry-container .fs-timeline-entry, .insta-pdp .fs-wrapper .fs-timeline .fs-entry-container .fs-timeline-entry {
    margin: 0px;
  }
}
.insta-set .fs-wrapper .fs-timeline.slickadded, .insta-pdp .fs-wrapper .fs-timeline.slickadded {
  visibility: visible;
}
.insta-set .fs-wrapper .fs-timeline.slickadded .fs-entry-container, .insta-pdp .fs-wrapper .fs-timeline.slickadded .fs-entry-container {
  padding-top: 100%;
}
@media only screen and (max-width: 767px) {
  .insta-set .fs-wrapper .fs-timeline.slickadded .fs-entry-container, .insta-pdp .fs-wrapper .fs-timeline.slickadded .fs-entry-container {
    padding-top: 50%;
  }
}
.insta-set .fs-wrapper .fs-timeline.slickadded .fs-entry-container:nth-child(1n+9), .insta-pdp .fs-wrapper .fs-timeline.slickadded .fs-entry-container:nth-child(1n+9) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .insta-set-pdp .fs-wrapper .fs-timeline {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .insta-set-pdp .fs-wrapper .fs-timeline.slickadded .fs-entry-container {
    padding-top: 100%;
  }
}

.template-collection .insta-set {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .template-collection .insta-set {
    margin-top: 25px;
  }
}

.bc-sf-search-suggestion-wrapper {
  width: 100% !important;
  position: fixed !important;
  top: 197px !important;
  left: 0px !important;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion-popover {
  display: none !important;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion {
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li {
  float: left;
  width: 23%;
  margin: 1%;
  clear: inherit;
  display: none;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li {
    width: 50%;
    margin: 0%;
    border: none;
    background-color: transparent;
    padding: 0% 1%;
  }
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li:hover {
  background-color: inherit;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li.bc-sf-search-suggestion-item-product {
  display: block;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-left {
  width: 100%;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-left img {
  width: 100%;
  max-height: inherit;
  max-width: inherit;
  display: block;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-right {
  width: 100%;
  padding: 10px 2px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-right {
    padding: 5px 2px 0px;
  }
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-right .bc-sf-search-suggestion-product-title {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 10px;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-right .bc-sf-search-suggestion-product-title {
    margin-top: 0px;
  }
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li a .bc-sf-search-suggestion-right .bc-sf-search-suggestion-product-price {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 10px;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul > li:first-child {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-group > ul {
    background-color: transparent;
  }
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-header-view-all .ui-menu-item-wrapper {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 40px;
  border: none;
  background-color: #000000 !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  max-width: 428px;
  margin: 0 auto 16px !important;
}
.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-header-view-all:hover {
  background: inherit !important;
}

/*
@include media-query($small) {
  body {

    .bc-sf-search-suggestion-wrapper {
      background-color: #f5f5f5e6 !important;
    }
    .bc-sf-search-btn-clear-suggestion {
      display: none !important;
    }

    .bc-sf-search-suggestion-mobile-top-panel {

      form {
        height: 92px !important;
      }
      button.bc-sf-search-btn-close-suggestion {
        border-right: none;
        padding: 10px 32px;
        width: 10px;

        &:after, &:before {
          content: "";
          position: absolute;
          @include prefix(transition, all 0.5s, webkit spec);
          border: none;
          background-color: black;
          width: 2px;
          height: 20px;
        }
        &:after {
          top: 34px;
          left: 33px;
          transform: rotate(-45deg);

        }
        &:before {
          top: 34px;
          left: 33px;
          transform: rotate(45deg);
        }
      }

      #bc-sf-search-box-mobile.bc-sf-search-box {
        border-radius: 0px;
        border: 1px solid #707070;
        height: 53px;
        width: calc(100% - 90px);
        padding: 8px 19px;
        margin-top: 18px;
        @include font-med($color-primary, 12px);
      }
    }

    .bc-sf-search-suggestion-wrapper.bc-sf-search-suggestion-mobile {
      top: 84px !important;
      border: none;
      @include media-query($small) {
        background-color: white !important;
      }
      .bc-sf-search-suggestion-product-price s
      {
        display: none !important;
      }
    }

    .bc-sf-search-suggestion-mobile .bc-sf-search-suggestion {
      background-color: transparent !important;
    }

    .bc-sf-search-suggestion-item.bc-sf-search-suggestion-item-product.ui-menu-item:nth-child(3n+1) {
      @include media-query($medium-up) {
        display: none !important;
      }
    }

    .bc-sf-search-suggestion-mobile .bc-sf-search-suggestion-header-view-all {
      background-color: inherit;
    }
    .bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion .bc-sf-search-suggestion-header-view-all .ui-menu-item-wrapper
    {
      padding: 11px 17px;
      display: inline-block;
      font-size: 13px;
    }

  }

}


.template-search
{
  .bc-sf-search-container
  {
    @include media-query($small) {
      margin-bottom: 0px;
    }
  }
  #bc-sf-filter-default-toolbar
  {
    display: none;
  }
  #bc-sf-filter-tree-h
  {
    padding: 0 20px;
  }

  #bc-sf-filter-products
  {
    padding: 0 10px;
    width: 100%;
    .pro-slide
    {
      width: 25%;
      padding: 0 10px;
      @include media-query($small) {
        width: 50%;
      }
    }

  }

}
*/
.faq {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.faq h1 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .faq h1 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .all-forms {
    padding: 0px 3%;
  }
}
.faq h2 {
  text-transform: uppercase;
  width: 106%;
  margin-left: -3%;
  padding: 2%;
  text-align: left;
}
.faq .faq-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .faq-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq .faq-body .faq-links {
  width: 33%;
  max-width: 275px;
  z-index: 1;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-links {
    width: 100%;
    background-color: white;
    max-width: inherit;
  }
}
.faq .faq-body .faq-links .faq-links-in {
  position: fixed;
  width: 25%;
  background-color: white;
  border-radius: 10px;
  max-width: 275px;
  margin-top: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-links .faq-links-in {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: inherit;
    text-align: center;
  }
}
.faq .faq-body .faq-links .faq-links-in .faq-l {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 10px 0px 15px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-links .faq-links-in .faq-l {
    width: 33.33%;
    text-align: center;
  }
  .faq .faq-body .faq-links .faq-links-in .faq-l:last-child {
    display: none;
  }
}
.faq .faq-body .faq-links .faq-links-in .faq-l svg {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.faq .faq-body .faq-links .faq-links-in .faq-l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq .faq-body .faq-links .faq-links-in .faq-l a .faqicon {
  width: 45px;
  margin: 11px 18px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-links .faq-links-in .faq-l a {
    display: block;
  }
  .faq .faq-body .faq-links .faq-links-in .faq-l a .faqicon {
    width: 30px;
    margin: 0 auto;
  }
  .faq .faq-body .faq-links .faq-links-in .faq-l a .faqicon svg {
    width: 52px;
  }
  .faq .faq-body .faq-links .faq-links-in .faq-l a .text {
    margin: 25px 10px 23px;
    font-size: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .faq .faq-body .faq-links .faq-links-in .faq-l a .text {
    font-size: 12px;
  }
}
.faq .faq-body .faq-links .faq-links-in .faq-l a .text {
  margin: 15px 10px;
}
.faq .faq-body .faq-links .faq-links-in .faq-l.active {
  font-weight: 600;
}
.faq .faq-body .faq-sections {
  width: 67%;
  min-width: calc(100% - 275px);
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-sections {
    width: 100%;
    padding: 0;
  }
}
.faq .faq-body .faq-sections .faq-section .faq-title {
  opacity: 0;
}
.faq .faq-body .faq-sections .faq-section .faq-title .faqicon {
  display: none;
}
.faq .faq-body .faq-sections .faq-section .faq-group {
  margin: 20px 0px;
}
.faq .faq-body .faq-sections .faq-section .faq-group:first-child {
  margin-top: 0;
}
.faq .faq-body .faq-sections .faq-section .faq-cont {
  margin-top: 40px;
}
.faq .faq-body .faq-sections .faq-section .faq-cont a {
  text-decoration: underline;
}
.faq .faq-body .faq-sections .faq-section .faq-item-title {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--colorBtnPrimary);
  padding: 13px 83px 13px 0px;
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-sections .faq-section .faq-item-title {
    padding: 6px 38px 6px 13px;
  }
}
.faq .faq-body .faq-sections .faq-section .faq-item-title:after, .faq .faq-body .faq-sections .faq-section .faq-item-title:before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  background-color: #8E8E8E;
}
.faq .faq-body .faq-sections .faq-section .faq-item-title:after {
  top: 17px;
  right: 18px;
  width: 1px;
  height: 9px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-sections .faq-section .faq-item-title:after {
    top: 9px;
    right: 15px;
  }
}
.faq .faq-body .faq-sections .faq-section .faq-item-title:before {
  top: 21px;
  right: 14px;
  width: 9px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .faq .faq-body .faq-sections .faq-section .faq-item-title:before {
    top: 13px;
    right: 11px;
  }
}
.faq .faq-body .faq-sections .faq-section .faq-item-title.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .faq-body .faq-sections .faq-section .faq-item-title.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-body .faq-sections .faq-section .faq-item-wrap {
  padding: 2%;
  display: none;
  line-height: 2;
  margin: 0px;
}
.faq .faq-body .faq-sections .faq-section .faq-item-wrap a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  body.mobfaq .faq-links {
    position: fixed;
    top: 47px;
  }
  body.mobfaq .faq-sections {
    margin-top: 147px;
  }
}

.about-us {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
  text-transform: uppercase;
}
.about-us img {
  max-width: inherit;
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
}
.about-us a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px 10px;
  min-width: 220px;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.about-us a:hover {
  background-color: var(--colorIcons);
  color: white;
}

.sizing-page {
  text-align: center;
  max-width: 1200px;
  padding: 0 2%;
}
.sizing-page h1 {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .sizing-page .des {
    padding: 0px 2%;
  }
}
.sizing-page .des > img {
  width: 100%;
  max-width: 1421px;
  margin: 8% auto 5%;
}
.sizing-page .des p {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sizing-page .des p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.sizing-page .des p.contact {
  max-width: 1287px;
  margin: 9% auto 2%;
}
.sizing-page .des h3 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  margin-top: 8%;
}
@media only screen and (max-width: 767px) {
  .sizing-page .des h3 {
    font-size: 12px;
  }
}
.sizing-page .des .tb {
  border: 2px solid black;
  border-radius: 37px;
  margin: 0px 1%;
  width: 98%;
}
@media only screen and (max-width: 1279px) {
  .sizing-page .des .tb {
    border-radius: 24px;
    border: 1px solid black;
  }
}

.sizing-page table, .sizing-table table {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
}
.sizing-page table td:first-child, .sizing-table table td:first-child {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sizing-page table, .sizing-table table {
    font-size: 12px;
  }
}
.sizing-page table#tops-sizing-table td, .sizing-table table#tops-sizing-table td {
  width: 25%;
}
.sizing-page table#bottom-sizing-table td, .sizing-page table#inter-table td, .sizing-table table#bottom-sizing-table td, .sizing-table table#inter-table td {
  width: 20%;
}
.sizing-page table td, .sizing-page table th, .sizing-table table td, .sizing-table table th {
  padding: 25px 2px;
}
@media only screen and (max-width: 767px) {
  .sizing-page table td, .sizing-page table th, .sizing-table table td, .sizing-table table th {
    padding: 12px 2px;
  }
}
.sizing-page table td:first-child, .sizing-table table td:first-child {
  font-weight: 400;
}
.sizing-page table th, .sizing-table table th {
  font-weight: 400;
}
.sizing-page table tr, .sizing-table table tr {
  border-top: 0.5px solid var(--colorBtnPrimary);
}
@media only screen and (max-width: 1279px) {
  .sizing-page table tr, .sizing-table table tr {
    border-top: 0.5px solid var(--colorBtnPrimary);
  }
}
.sizing-page table tr:first-child, .sizing-table table tr:first-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .sizing-page table tr:first-child td:first-child, .sizing-table table tr:first-child td:first-child {
    width: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .template-page table {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.template-page .table-round {
  border: 2px solid black;
  border-radius: 37px;
  margin: 0px 1%;
  width: 98%;
}
@media only screen and (max-width: 1279px) {
  .template-page .table-round {
    border-radius: 24px;
    border: 1px solid black;
  }
}
.template-page .table-round table {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 18px;
  width: 100%;
  border-collapse: collapse;
}
.template-page .table-round table td, .template-page .table-round table th {
  padding: 25px 2px;
}
.template-page .table-round table td p, .template-page .table-round table th p {
  text-align: center !important;
}
.template-page .table-round table td:first-child p, .template-page .table-round table th:first-child p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .template-page .table-round table td, .template-page .table-round table th {
    padding: 12px 2px;
  }
}
.template-page .table-round table td:first-child {
  font-weight: 400;
}
.template-page .table-round table th {
  font-weight: 400;
}
.template-page .table-round table tr {
  border-top: 2px solid black;
}
@media only screen and (max-width: 1279px) {
  .template-page .table-round table tr {
    border-top: 1px solid black;
  }
}
.template-page .table-round table tr:first-child {
  border: none;
}

.splits-two {
  text-transform: uppercase;
}
.splits-two h2 {
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .splits-two h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .splits-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .splits-two > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    padding-right: 40px;
  }
  .splits-two > div:first-child {
    max-width: 500px;
    min-width: 40%;
  }
  .splits-two > div:last-child {
    width: 100%;
  }
}

.proj-popup {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.proj-popup.active-pop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.proj-popup.active-pop .proj-popup-wrap {
  margin-top: 0px;
}
.proj-popup h2.top {
  font-size: 16px !important;
}
.proj-popup .back {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.proj-popup .proj-popup-content {
  overflow: auto;
}
.proj-popup .proj-popup-wrap {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  margin: 0 10px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
  width: 90%;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .proj-popup .proj-popup-wrap {
    padding: 20px;
    width: 98%;
  }
}
.proj-popup .proj-popup-wrap iframe {
  max-width: 100%;
  max-height: 60vw;
}
.proj-popup .proj-popup-wrap.form {
  width: 100%;
  max-width: 500px;
  padding: 50px;
}
.proj-popup .proj-popup-wrap.form iframe {
  max-height: inherit;
}
.proj-popup .close-wrap {
  text-align: right;
}
.proj-popup .close {
  position: relative;
  right: 0;
  top: 0;
  padding: 3px;
  cursor: pointer;
}
.proj-popup .close svg {
  width: 18px;
  height: auto;
}

.template-cart h1 {
  font-size: 24px;
  margin: 39px 0px 46px;
}
@media only screen and (max-width: 767px) {
  .template-cart h1 {
    font-size: 18px;
    margin: 12px 15px 5px;
  }
}
.template-cart .itemWrap {
  max-width: 1340px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .template-cart .itemWrap {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .template-cart .itemWrap form {
    background-color: #f6f6f6;
  }
}
.template-cart .orderSummary {
  padding: 30px 20px 20px;
  background: #f6f6f6;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary {
    padding: 0px 10px 0px;
    margin-bottom: 20px;
  }
}
.template-cart .orderSummary h2 {
  font-weight: 400;
  font-size: 27px;
}
.template-cart .orderSummary table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.template-cart .orderSummary table tr {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #414141;
  font-size: 14px;
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.template-cart .orderSummary table tr.header {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary table tr.header {
    display: none;
  }
}
.template-cart .orderSummary table tr th {
  padding: 10px 0;
  color: var(--colorBtnPrimary);
  text-transform: uppercase;
}
.template-cart .orderSummary table tr th:first-child {
  padding-left: 0;
  text-align: left;
}
.template-cart .orderSummary table tr th:nth-child(4) {
  text-align: right;
}
.template-cart .orderSummary #bagItems td, .template-cart .orderSummary #bagItems th {
  padding: 10px 5px;
  line-height: 2;
  color: var(--colorBtnPrimary);
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .template-cart .orderSummary #bagItems td, .template-cart .orderSummary #bagItems th {
    font-size: 14px;
    padding: 0px 5px 23px;
  }
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems td, .template-cart .orderSummary #bagItems th {
    font-size: 10px;
  }
}
.template-cart .orderSummary #bagItems td.bagDescription, .template-cart .orderSummary #bagItems td:first-child, .template-cart .orderSummary #bagItems th.bagDescription, .template-cart .orderSummary #bagItems th:first-child {
  text-align: left;
}
.template-cart .orderSummary #bagItems td.bagDescription, .template-cart .orderSummary #bagItems th.bagDescription {
  width: 37%;
}
.template-cart .orderSummary #bagItems td.bagDescription a, .template-cart .orderSummary #bagItems th.bagDescription a {
  text-decoration: none;
  color: var(--colorBtnPrimary);
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems td.bagColor, .template-cart .orderSummary #bagItems th.bagColor {
    display: none;
  }
}
.template-cart .orderSummary #bagItems .bagItem {
  font-size: 12px;
  text-transform: uppercase;
}
.template-cart .orderSummary #bagItems .bagItem:nth-child(2) td {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems .bagItem {
    border-bottom: 1px solid #E3E3E3;
  }
}
.template-cart .orderSummary #bagItems .bagItem .bagCost {
  text-align: right;
}
.template-cart .orderSummary #bagItems .bagItem .bagThumb {
  padding: 22px 10px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems .bagItem .bagThumb {
    padding: 17px 0px;
  }
}
.template-cart .orderSummary #bagItems .bagItem .bagThumb .bagImageWrap {
  height: 119px;
  width: 80px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border: 1px solid #bfbfbf;
  overflow: hidden;
}
.template-cart .orderSummary #bagItems .bagItem .bagThumb .bagImageWrap img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems .bagItem .bagThumb .bagImageWrap {
    height: 71px;
    width: 48px;
  }
}
.template-cart .orderSummary #bagItems .bagItem .bagItemQuantity {
  padding: 6px 3px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 10px;
  width: 27px;
  color: var(--colorBtnPrimary);
}
@media only screen and (min-width: 768px) {
  .template-cart .orderSummary #bagItems .bagItem .bagItemQuantity {
    font-size: 12px;
    width: 35px;
  }
}
.template-cart .orderSummary #bagItems .bagItem .basketIcons a {
  width: 14px;
  height: 12px;
  display: block;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .template-cart .orderSummary #bagItems .bagItem .basketIcons a {
    top: -6px;
    position: relative;
    left: 13px;
    width: 18px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .template-cart .orderSummary #bagItems .bagUnit {
    display: none;
  }
}
.template-cart .orderSummary strike {
  color: #595959;
  display: block;
}
.template-cart .sub-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .template-cart .sub-total {
    border: none;
  }
}
.template-cart .sub-total > div {
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5px;
  font-size: 23px;
  width: 100%;
  color: #7B7B7B;
}
@media only screen and (max-width: 767px) {
  .template-cart .sub-total > div {
    font-size: 14px;
  }
}
.template-cart .sub-total > div:last-child {
  text-align: right;
}
.template-cart .sub-total > div:last-child .taxs {
  font-size: 12px;
  font-weight: 400;
  color: var(--colorBtnPrimary);
}
.template-cart .addcart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2%;
}
.template-cart .addcart-wrap .gift-note {
  width: 50%;
  text-align: left;
  position: relative;
  top: -110px;
  height: 223px;
}
@media only screen and (max-width: 767px) {
  .template-cart .addcart-wrap .gift-note {
    width: 100%;
    top: 0px;
    padding: 0 4%;
    height: auto;
  }
}
.template-cart .addcart-wrap .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-cart .addcart-wrap .check > div {
  max-width: 400px;
}
.template-cart .addcart-wrap .check > div:nth-child(1) {
  width: 50px;
  padding-right: 10px;
}
.template-cart .addcart-wrap .check > div:nth-child(1) input {
  width: 43px;
  height: 29px;
}
@media only screen and (max-width: 767px) {
  .template-cart .addcart-wrap .check > div:nth-child(1) input {
    width: 19px;
  }
}
.template-cart .addcart-wrap .check > div:nth-child(2) {
  width: 100%;
  font-size: 12px;
  line-height: 2;
  color: #7B7B7B;
}
.template-cart .addcart-wrap .check > div:nth-child(3) {
  width: 25px;
}
.template-cart .addcart-wrap .textbox {
  width: 100%;
  max-width: 479px;
  color: #7B7B7B;
}
.template-cart .addcart-wrap .textbox textarea {
  display: block;
  margin-top: 16px;
  margin-left: 4px;
  padding: 23px;
  line-height: 1.5;
  border-color: #E3E3E3;
  height: 153px;
  width: 100%;
  color: var(--colorBtnPrimary);
}
@media only screen and (max-width: 767px) {
  .template-cart .addcart-wrap .textbox textarea {
    font-size: 12px;
    height: 100px;
  }
}
.template-cart .addcart-wrap .textbox .left-text {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #B7B7B7;
  margin-top: 10px;
}
.template-cart .addcart-wrap .add-cart {
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .template-cart .addcart-wrap .add-cart {
    width: 100%;
    padding: 20px 16px;
  }
}
.template-cart .addcart-wrap .add-cart .button {
  background-color: black;
  color: white;
  padding: 20px 107px;
  width: 100%;
  text-decoration: none;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #ffffff;
  font-size: 16px;
  display: block;
  text-align: center;
  max-width: 433px;
}
@media only screen and (max-width: 767px) {
  .template-cart .addcart-wrap .add-cart .button {
    margin: 0 auto;
    font-size: 14px;
    padding: 13px;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .template-cart .addcart-wrap .add-cart .button {
    float: right;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.seo-txt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px 0px;
}
@media only screen and (max-width: 767px) {
  .seo-txt {
    padding: 30px 20px 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .template-collection .seo-txt {
    text-align: center;
  }
}
.seo-txt .tall {
  text-align: center;
}
.seo-txt .tall h1, .seo-txt .tall .ac-title {
  cursor: pointer;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  text-align: left;
  display: inline-block;
  padding: 0 40px 0px;
  margin: 0 0 0px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .seo-txt .tall h1, .seo-txt .tall .ac-title {
    font-size: 11px;
    text-align: center;
  }
}
.seo-txt .tall h1:before, .seo-txt .tall .ac-title:before {
  top: 2px;
  width: 13px;
  height: 8px;
  right: 10px;
}
.seo-txt .tall h2 {
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  text-transform: uppercase;
}
.seo-txt .tall .ac-text {
  padding: 50px 0 10px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}
.template-collection .seo-txt .tall .ac-text {
  padding: 10px 0 10px;
}
@media only screen and (max-width: 767px) {
  .seo-txt .tall .ac-text {
    padding: 20px 0;
  }
}
.seo-txt .tall .ac-text p {
  padding: 0px;
  margin: 0px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .seo-txt .tall .ac-text p {
    font-size: 10px;
  }
}
.seo-txt .tall .ac-text a {
  text-decoration: underline;
}

.seo-main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .seo-main {
    background-color: white;
  }
}
@media only screen and (max-width: 767px) {
  .seo-main {
    text-align: center;
    margin-top: 50px;
  }
}
.seo-main .seo-main-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .seo-main .seo-main-wrap {
    padding: 30px 30px 0px 30px;
  }
}
.seo-main .seo-main-wrap h1 {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--colorBtnPrimary);
  font-size: 11px;
  margin-bottom: 20px;
  text-align: left;
  padding: 10px 0px;
}
@media only screen and (max-width: 767px) {
  .seo-main .seo-main-wrap h1 {
    text-align: center;
  }
}
.seo-main .seo-main-wrap p {
  padding: 0px;
  margin: 0px;
  line-height: 1.7;
}
.seo-main .seo-main-wrap a {
  text-decoration: underline;
}
.seo-main .seo-main-wrap .deskimage {
  width: 370px;
}
.seo-main .seo-main-wrap .deskimage img {
  width: 100%;
}
.seo-main .seo-main-wrap .text-box {
  width: 100%;
  padding-bottom: 0px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .seo-main .seo-main-wrap .text-box {
    width: calc(100% - 370px);
    max-width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .seo-main .seo-main-wrap .text-box {
    padding: 0px 20px 20px;
  }
  .seo-main .seo-main-wrap .text-box h1 {
    padding: 0px;
  }
}


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