@charset "UTF-8";

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotateZ(0deg);
       transform: rotateZ(0deg);
  }

  100% {
    -o-transform: rotateZ(360deg);
       transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
         -o-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
         -o-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes loading-animation {
  0% {
    right: 100%;
  }

  25% {
    left: 0;
    right: 50%;
  }

  50% {
    left: 10%;
    right: 10%;
  }

  75% {
    left: 50%;
    right: 0;
  }

  100% {
    left: 100%;
    right: 0;
  }
}

@-o-keyframes loading-animation {
  0% {
    right: 100%;
  }

  25% {
    left: 0;
    right: 50%;
  }

  50% {
    left: 10%;
    right: 10%;
  }

  75% {
    left: 50%;
    right: 0;
  }

  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes loading-animation {
  0% {
    right: 100%;
  }

  25% {
    left: 0;
    right: 50%;
  }

  50% {
    left: 10%;
    right: 10%;
  }

  75% {
    left: 50%;
    right: 0;
  }

  100% {
    left: 100%;
    right: 0;
  }
}

/*Woocomerce custom colors*/

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*! 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: 2em;
  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: #000;
}

/**
 * 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;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */

/**
 * Shared declarations for certain elements.
 */

/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */

/* stylelint-disable selector-list-comma-newline-after */

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 22px;
}

/**
 * Consistent indentation for lists.
 */

dd,
ol,
ul {
  margin-left: 22px;
}

/* stylelint-enable selector-list-comma-newline-after */

/* ==========================================================================
   #PAGE
   ========================================================================== */

/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */

html {
  font-size: 0.875em;
  /* [1] */
  line-height: 1.57143;
  /* [1] */
  height: 100%;
  /* [2] */
}

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #E7F0F8;
  background-image: url(/app/themes/enotecaitaliana/dist/images/DSCN2254.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */

/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */

h1 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 27px;
  font-size: 1.92857rem;
  line-height: 1.62963;
  margin-top: 0;
}

h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.83333;
  margin-top: 0;
}

h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1;
  margin-top: 0;
}

h4 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.1;
  margin-top: 0;
}

h5 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.22222;
  margin-top: 0;
}

h6 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.375;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */

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

/* ==========================================================================
   #LAYOUT
   ========================================================================== */

/**
 * Grid-like layout system.
 *
 * The layout object provides us with a column-style layout system. This file
 * contains the basic structural elements, but classes should be complemented
 * with width utilities, for example:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *     <div class="o-layout__item  u-1/2">
 *     </div>
 *   </div>
 *
 * The above will create a two-column structure in which each column will
 * fluidly fill half of the width of the parent. We can have more complex
 * systems:
 *
 *   <div class="o-layout">
 *     <div class="o-layout__item  u-1/1  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *     <div class="o-layout__item  u-1/2  u-1/3@medium">
 *     </div>
 *   </div>
 *
 * The above will create a system in which the first item will be 100% width
 * until we enter our medium breakpoint, when it will become 33.333% width. The
 * second and third items will be 50% of their parent, until they also become
 * 33.333% width at the medium breakpoint.
 *
 * We can also manipulate entire layout systems by adding a series of modifiers
 * to the `.o-layout` block. For example:
 *
 *   <div class="o-layout  o-layout--reverse">
 *
 * This will reverse the displayed order of the system so that it runs in the
 * opposite order to our source, effectively flipping the system over.
 *
 *   <div class="o-layout  o-layout--[right|center]">
 *
 * This will cause the system to fill up from either the centre or the right
 * hand side. Default behaviour is to fill up the layout system from the left.
 *
 * There are plenty more options available to us: explore them below.
 */

/* Default/mandatory classes.
   ========================================================================== */

/**
 * 1. Allows us to use the layout object on any type of element.
 * 2. We need to defensively reset any box-model properties.
 * 3. Use the negative margin trick for multi-row grids:
 *    http://csswizardry.com/2011/08/building-better-grid-systems/
 */

.o-layout {
  display: block;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  list-style: none;
  /* [1] */
  margin-left: -22px;
  /* [3] */
  font-size: 0;
}

/**
   * 1. Required in order to combine fluid widths with fixed gutters.
   * 2. Allows us to manipulate grids vertically, with text-level properties,
   *    etc.
   * 3. Default item alignment is with the tops of each other, like most
   *    traditional grid/layout systems.
   * 4. By default, all layout items are full-width (mobile first).
   * 5. Gutters provided by left padding:
   *    http://csswizardry.com/2011/08/building-better-grid-systems/
   * 6. Fallback for old IEs not supporting `rem` values.
   */

.o-layout__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* [1] */
  display: inline-block;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  padding-left: 22px;
  /* [5] */
  font-size: 14px;
  /* [6] */
  font-size: 1rem;
}

/* Gutter size modifiers.
   ========================================================================== */

.o-layout--flush {
  margin-left: 0;
}

.o-layout--flush > .o-layout__item {
  padding-left: 0;
}

.o-layout--tiny {
  margin-left: -6px;
}

.o-layout--tiny > .o-layout__item {
  padding-left: 6px;
}

.o-layout--small {
  margin-left: -11px;
}

.o-layout--small > .o-layout__item {
  padding-left: 11px;
}

.o-layout--large {
  margin-left: -44px;
}

.o-layout--large > .o-layout__item {
  padding-left: 44px;
}

.o-layout--huge {
  margin-left: -88px;
}

.o-layout--huge > .o-layout__item {
  padding-left: 88px;
}

/* Vertical alignment modifiers.
   ========================================================================== */

/**
 * Align all grid items to the middles of each other.
 */

.o-layout--middle > .o-layout__item {
  vertical-align: middle;
}

/**
 * Align all grid items to the bottoms of each other.
 */

.o-layout--bottom > .o-layout__item {
  vertical-align: bottom;
}

/**
 * Stretch all grid items of each row to have an equal-height.
 * Please be aware that this modifier class doesn't take any effect in IE9 and
 * below and other older browsers due to the lack of `display: flex` support.
 */

.o-layout--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-layout--stretch > .o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Fill order modifiers.
   ========================================================================== */

/**
 * Fill up the layout system from the centre.
 */

.o-layout--center {
  text-align: center;
}

.o-layout--center > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the right-hand side.
 */

.o-layout--right {
  text-align: right;
}

.o-layout--right > .o-layout__item {
  text-align: left;
}

/**
 * Fill up the layout system from the left-hand side. This will likely only be
 * needed when using in conjunction with `.o-layout--reverse`.
 */

.o-layout--left {
  text-align: left;
}

.o-layout--left > .o-layout__item {
  text-align: left;
}

/**
 * Reverse the rendered order of the grid system.
 */

.o-layout--reverse {
  direction: rtl;
}

.o-layout--reverse > .o-layout__item {
  direction: ltr;
}

/* Auto-widths modifier.
   ========================================================================== */

/**
 * Cause layout items to take up a non-explicit amount of width.
 */

.o-layout--auto > .o-layout__item {
  width: auto;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */

/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */

.o-media {
  display: block;
}

.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 22px;
}

.o-media__img > img {
  display: block;
}

.o-media__body {
  overflow: hidden;
  display: block;
}

.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

/**
 * Modify the amount of space between our image and our text. We also have
 * reversible options for all available sizes.
 */

/* Gutterless media objects.
  ========================================================================== */

.o-media--flush > .o-media__img {
  margin-right: 0;
  margin-left: 0;
}

.o-media--tiny > .o-media__img {
  margin-right: 6px;
}

.o-media--tiny.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 6px;
}

.o-media--small > .o-media__img {
  margin-right: 11px;
}

.o-media--small.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 11px;
}

.o-media--large > .o-media__img {
  margin-right: 44px;
}

.o-media--large.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 44px;
}

.o-media--huge > .o-media__img {
  margin-right: 88px;
}

.o-media--huge.o-media--reverse > .o-media__img {
  margin-right: 0;
  margin-left: 88px;
}

/* Reversed media objects.
   ========================================================================== */

.o-media--reverse > .o-media__img {
  float: right;
  margin-right: 0;
  margin-left: 22px;
}

/* ==========================================================================
   #FLAG
   ========================================================================== */

/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 *
 * http://csswizardry.com/2013/05/the-flag-object/
 *
 * 1. Allows us to control vertical alignments.
 * 2. Force the object to be the full width of its parent. Combined with [1],
 *    this makes the object behave in a quasi-`display: block;` manner.
 * 3. Reset inherited `border-spacing` declarations.
 */

.o-flag {
  display: table;
  /* [1] */
  width: 100%;
  /* [2] */
  border-spacing: 0;
  /* [3] */
}

/**
   * Items within a flag object. There should only ever be one of each.
   *
   * 1. Default to aligning content to their middles.
   */

.o-flag__img,
.o-flag__body {
  display: table-cell;
  vertical-align: middle;
  /* [1] */
}

/**
   * Flag images have a space between them and the body of the object.
   *
   * 1. Force `.flag__img` to take up as little space as possible:
   *    https://pixelsvsbytes.com/2012/02/this-css-layout-grid-is-no-holy-grail/
   */

.o-flag__img {
  width: 1px;
  /* [1] */
  padding-right: 22px;
  /**
     * 1. Fixes problem with images disappearing.
     */
}

.o-flag__img > img {
  max-width: none;
  /* [1] */
}

/**
   * The container for the main content of the flag object.
   *
   * 1. Forces the `.flag__body` to take up all remaining space.
   */

.o-flag__body {
  width: auto;
  /* [1] */
}

.o-flag__body,
.o-flag__body > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

.o-flag--flush > .o-flag__img {
  padding-right: 0;
  padding-left: 0;
}

.o-flag--tiny > .o-flag__img {
  padding-right: 6px;
}

.o-flag--tiny.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 6px;
}

.o-flag--small > .o-flag__img {
  padding-right: 11px;
}

.o-flag--small.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 11px;
}

.o-flag--large > .o-flag__img {
  padding-right: 44px;
}

.o-flag--large.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 44px;
}

.o-flag--huge > .o-flag__img {
  padding-right: 88px;
}

.o-flag--huge.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  padding-left: 88px;
}

/* Reversed flag.
   ========================================================================== */

/**
 * 1. Swap the rendered direction of the object…
 * 2. …and reset it.
 * 3. Reassign margins to the correct sides.
 */

.o-flag--reverse {
  direction: rtl;
  /* [1] */
}

.o-flag--reverse > .o-flag__img,
.o-flag--reverse > .o-flag__body {
  direction: ltr;
  /* [2] */
}

.o-flag--reverse > .o-flag__img {
  padding-right: 0;
  /* [3] */
  padding-left: 22px;
  /* [3] */
}

/* Alignment variants.
   ========================================================================== */

/**
 * Vertically align the image- and body-content differently. Defaults to middle.
 */

.o-flag--top > .o-flag__img,
.o-flag--top > .o-flag__body {
  vertical-align: top;
}

.o-flag--bottom > .o-flag__img,
.o-flag--bottom > .o-flag__body {
  vertical-align: bottom;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */

/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */

.o-list-bare {
  list-style: none;
  margin-left: 0;
}

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */

/**
 * The list-inline object simply displays a list of items in one line.
 */

.o-list-inline {
  margin-left: 0;
  list-style: none;
}

.o-list-inline--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #BOX
   ========================================================================== */

/**
 * The box object simply boxes off content. Extend with cosmetic styles in the
 * Components layer.
 *
 * 1. So we can apply the `.o-box` class to naturally-inline elements.
 */

.o-box {
  display: block;
  /* [1] */
  padding: 22px;
}

.o-box:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-box > :last-child {
  margin-bottom: 0;
}

/* Size variants.
   ========================================================================== */

.o-box--flush {
  padding: 0;
}

.o-box--tiny {
  padding: 6px;
}

.o-box--small {
  padding: 11px;
}

.o-box--large {
  padding: 44px;
}

.o-box--huge {
  padding: 88px;
}

/* ==========================================================================
   #BLOCK
   ========================================================================== */

/**
 * Stacked image-with-text object. A simple abstraction to cover a very commonly
 * occurring design pattern.
 */

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

.o-block__img {
  margin-bottom: 22px;
  /* Size variants.
       ====================================================================== */
}

.o-block--flush > .o-block__img {
  margin-bottom: 0;
}

.o-block--tiny > .o-block__img {
  margin-bottom: 6px;
}

.o-block--small > .o-block__img {
  margin-bottom: 11px;
}

.o-block--large > .o-block__img {
  margin-bottom: 44px;
}

.o-block--huge > .o-block__img {
  margin-bottom: 88px;
}

.o-block__body {
  display: block;
}

/* Alignment variants.
   ========================================================================== */

.o-block--right {
  text-align: right;
}

.o-block--left {
  text-align: left;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */

/**
 * A simple object for manipulating the structure of HTML `table`s.
 */

.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */

/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */

.o-table--fixed {
  table-layout: fixed;
}

/* Size variants.
   ========================================================================== */

.o-table--tiny th,
.o-table--tiny td {
  padding: 6px;
}

.o-table--small th,
.o-table--small td {
  padding: 11px;
}

.o-table--large th,
.o-table--large td {
  padding: 44px;
}

.o-table--huge th,
.o-table--huge td {
  padding: 88px;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */

/**
 * Page-level constraining and wrapping elements.
 */

/* stylelint-disable */

/* stylelint-enable */

.o-wrapper {
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Size variants.
   ========================================================================== */

.o-wrapper--tiny {
  padding-right: 6px;
  padding-left: 6px;
}

.o-wrapper--small {
  padding-right: 11px;
  padding-left: 11px;
}

.o-wrapper--large {
  padding-right: 44px;
  padding-left: 44px;
}

.o-wrapper--huge {
  padding-right: 88px;
  padding-left: 88px;
}

/* ==========================================================================
   #HEADER
   ========================================================================== */

/**
 * Scuba header
 */

.c-scuba-header {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: red;
  padding: 0 0 0 250px;
  border-right: 1px solid #ddd;
  z-index: 200;
  position: relative;
}

.c-scuba-header .c-scuba-layout__section {
  width: 250px;
  z-index: 151;
  background-color: #fff;
  border-left: 1px solid #4d4d4d;
}

.s-mobile .c-scuba-header .c-scuba-layout__section {
  width: 270px;
  background: #fafafa;
}

.c-scuba-header .c-scuba-layout__section.c-scuba-header__root {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: none;
}

.c-scuba-header .c-scuba-layout__section.c-scuba-header__root.is-overflow {
  z-index: 101;
  cursor: pointer;
}

.c-scuba-header .c-scuba-layout__section.c-scuba-header__root:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  -webkit-transition: background-color 350ms ease-in-out;
  -o-transition: background-color 350ms ease-in-out;
  transition: background-color 350ms ease-in-out;
  pointer-events: none;
}

.c-scuba-header .c-scuba-layout__section.c-scuba-header__root.is-overflow:after {
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
}

.c-scuba-header .c-scuba-layout__section.c-scuba-header__root.is-half-overflow:after {
  background-color: #fff;
}

.s-mobile .c-scuba-header .c-scuba-layout__section.c-scuba-header__root:after {
  display: none;
}

.s-mobile .c-scuba-header {
  height: auto;
  width: 270px;
  padding: 0 22px;
  z-index: 2;
  overflow: auto;
  position: fixed;
  top: 60px;
  left: -270px;
  bottom: 0;
  color: #fff;
  border: none;
  background-color: #000;
  -webkit-transition: right 300ms ease-in-out;
  -o-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
}

.mobile-menu-opened.s-mobile .c-scuba-header {
  left: 0;
  -webkit-transition: left 300ms ease-in-out;
  -o-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
}

/* Toggles
   ========================================================================== */

.c-scuba-header__toggles {
  position: relative;
  z-index: 150;
}

.c-scuba-header__toggle {
  display: block;
  color: #000;
  text-decoration: none;
  width: 60px;
  height: 60px;
  z-index: 150;
  position: fixed;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.is-half-overflow ~ .c-scuba-dhead .c-scuba-header__toggles a {
  opacity: 1;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

.c-scuba-header__toggle--menu {
  top: 0;
}

.c-scuba-header__toggle--menu:after,
.c-scuba-header__toggle--menu:before {
  content: ' ';
  display: block;
  width: 22px;
  margin-top: -8px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  border-style: solid;
  border-color: #000;
}

.c-scuba-header__toggle--menu:after {
  height: 9px;
  border-width: 0 0 2px;
}

.c-scuba-header__toggle--menu:before {
  height: 16px;
  border-width: 2px 0;
}

.c-scuba-header__toggle--account {
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba-header__toggle--account svg {
  width: 22px;
  height: 22px;
}

.c-scuba-header__toggle--cart {
  bottom: 0;
  left: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba-header__toggle--cart svg {
  width: 28px;
  height: 28px;
}

.c-scuba-header__toggle__count {
  font-size: 11px;
  display: block;
  width: 20px;
  text-align: center;
  letter-spacing: 0;
  height: 20px;
  line-height: 20px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0px;
}

.c-scuba-header__toggle__count.is-animated {
  -webkit-animation: rubberBand .5s ease-in-out both;
       -o-animation: rubberBand .5s ease-in-out both;
          animation: rubberBand .5s ease-in-out both;
  -webkit-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

/* Collapsed background
   ========================================================================== */

.c-scuba-header__left-backgd {
  display: block;
  width: 60px;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-right: 1px solid #E4E8EB;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */

/**
 * Component that handles the layout
 */

/**
 * 1.
 */

.c-scuba-layout.s-desktop {
  height: 100%;
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.c-scuba-layout.s-mobile {
  width: 100%;
  overflow-x: hidden;
}

.c-scuba-layout.is-loading .c-scuba-layout__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-scuba-layout.is-loading .c-scuba-layout__wrap {
  opacity: 0;
}

/* Loader
   ========================================================================== */

.c-scuba-layout__loader {
  display: none;
  padding: 22px;
  -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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  color: #fff;
}

.c-scuba-layout__loader__logo svg {
  fill: #fff;
  width: 200px;
  height: 200px;
}

/* Wrap
   ========================================================================== */

.c-scuba-layout__wrap {
  opacity: 1;
}

.s-desktop .c-scuba-layout__wrap {
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

.s-mobile .c-scuba-layout__wrap {
  border-top: 60px solid #fff;
}

/* Main
 ========================================================================== */

.c-scuba-layout__main {
  width: 100%;
}

.s-desktop .c-scuba-layout__main {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  margin-left: -60px;
}

.s-mobile .c-scuba-layout__main {
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: margin-left 300ms ease-in-out;
  -o-transition: margin-left 300ms ease-in-out;
  transition: margin-left 300ms ease-in-out;
}

/* Page
 ========================================================================== */

.s-desktop .c-scuba-layout__page {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.s-mobile .c-scuba-layout__page {
  position: relative;
  height: 100%;
}

.s-mobile .c-scuba-layout__page.is-mobile-hidden {
  display: none;
}

.c-scuba-layout__page:last-child {
  min-width: 100%;
}

/* Section
 ========================================================================== */

.s-desktop .c-scuba-layout__section {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: normal;
  font-size: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.s-mobile .c-scuba-layout__section.c-scuba-layout__section--full-height {
  height: 100%;
}

/* ==========================================================================
   #LIST
   ========================================================================== */

/**
 * Component that handles the lists
 */

/* Settings
   ========================================================================== */

/**
 * 1.
 */

.c-scuba-list {
  height: 100%;
  position: relative;
  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;
  width: 650px;
  border-right: 1px solid #E4E8EB;
}

.c-scuba-list.has-form-left {
  padding-left: 200px;
}

.s-mobile .c-scuba-list {
  width: 100%;
  border-right: none;
}

/* Form
   ========================================================================== */

.s-desktop .c-scuba-list__form {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

/* Filters
   ========================================================================== */

.c-scuba-list__filters.is-opened > .c-scuba-list__filters__toggle {
  display: none;
}

.c-scuba-list__filters > .c-scuba-list__filters__toggle {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 50px;
  z-index: 2;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba-list__filters > .c-scuba-list__filters__toggle svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.s-desktop .c-scuba-list__filters {
  display: none;
}

.c-scuba-list__filters__toggle {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: 500;
  cursor: pointer;
  display: block;
  padding: 0 22px;
  line-height: 44px;
  height: 44px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.c-scuba-list__filters__overlay {
  display: none;
  padding: 22px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.is-opened .c-scuba-list__filters__overlay {
  display: block;
}

/* Header
   ========================================================================== */

.c-scuba__list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  padding: 0 22px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #E4E8EB;
  -webkit-box-shadow: rgba(46, 55, 62, 0.2) 0px -2px 15px 0px;
          box-shadow: rgba(46, 55, 62, 0.2) 0px -2px 15px 0px;
}

.has-scrolled-to-top .c-scuba__list__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.s-mobile .c-scuba__list__header {
  background-color: #000;
  color: #fff;
}

.c-scuba-list__count {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  line-height: 44px;
  height: 44px;
  font-weight: 300;
}

.c-scuba-list__filter {
  position: relative;
}

.c-scuba-list__filter__caret {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  opacity: .5;
  line-height: 22px;
  height: 8px;
  pointer-events: none;
}

.c-scuba-list__filter__caret svg {
  fill: currentColor;
  display: block;
  height: 100%;
}

.c-scuba-list__filter__select {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  cursor: pointer;
  color: inherit;
  width: 150px;
  line-height: 44px;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: right;
  border: none;
  position: relative;
  z-index: 1;
  height: 44px;
  font-weight: 300;
}

/* Items
   ========================================================================== */

.c-scuba-list__items {
  width: 100%;
  max-height: 100%;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.c-scuba__list__navbar {
  width: 100%;
  height: 50px;
  display: block;
  padding-top: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: rgba(46, 55, 62, 0.2) 0px 2px 15px 0px;
          box-shadow: rgba(46, 55, 62, 0.2) 0px 2px 15px 0px;
}

.has-scrolled-to-bottom .c-scuba__list__navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-scuba__list__navbar__next,
.c-scuba__list__navbar__prev {
  width: 50px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba__list__navbar__prev {
  float: left;
}

.c-scuba__list__navbar__next {
  float: right;
}

.c-scuba__list__navbar__progress {
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E4E8EB;
}

.c-scuba__list__navbar__progress__thumb {
  width: 0;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: width 300ms ease-in-out,left 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out,left 300ms ease-in-out;
  transition: width 300ms ease-in-out,left 300ms ease-in-out;
}

/* ==========================================================================
   #MOBILE HEAD
   ========================================================================== */

/**
 * Mobile only header
 */

.c-scuba-mhead {
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
}

.c-scuba-mhead__left,
.c-scuba-mhead__right,
.c-scuba-mhead__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-scuba-mhead__left,
.c-scuba-mhead__right {
  width: 60px;
}

.c-scuba-mhead__middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba-mhead__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-scuba-mhead__icon svg {
  width: 24px;
  height: 24px;
  fill: #000;
  display: block;
}

.c-scuba-mhead__icon--back {
  display: none;
}

.c-scuba-mhead__icon--back svg {
  width: 17px;
  height: 17px;
}

.has-back .c-scuba-mhead__icon--back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-scuba-mhead__icon--cart {
  padding-top: 15px;
}

.c-scuba-mhead__icon--cart .c-scuba-header__toggle__count {
  top: 8px;
}

.c-scuba-mhead__icon--logo {
  width: 120px;
}

.c-scuba-mhead__icon--logo svg {
  width: 70%;
  height: 70%;
}

.c-scuba-mhead__icon--menu-toggle {
  position: relative;
  width: 60px;
}

.c-scuba-mhead__icon--menu-toggle:after,
.c-scuba-mhead__icon--menu-toggle:before {
  content: ' ';
  display: block;
  width: 22px;
  margin-top: -8px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  border-style: solid;
  border-color: #000;
}

.c-scuba-mhead__icon--menu-toggle:after {
  height: 9px;
  border-width: 0 0 2px;
}

.c-scuba-mhead__icon--menu-toggle:before {
  height: 16px;
  border-width: 2px 0;
}

/* ==========================================================================
   #ALERT
   ========================================================================== */

.c-alert,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #fafafa;
  border: none;
  color: #000;
  margin-bottom: 22px;
  padding: 1em 2em 1em 3.5em;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */

.c-btn,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce input.button.alt {
  font-family: Georgia, Times, serif;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  padding: 0 11px;
  height: 40px;
  line-height: 40px;
  border-radius: 0px;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #000;
  outline: none;
}

.c-btn:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  border-color: #AE8571;
}

.c-btn svg,
.woocommerce input.button svg,
.woocommerce a.button svg,
.woocommerce input.button.alt svg {
  fill: currentColor;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

.c-btn .c-spin,
.woocommerce input.button .c-spin,
.woocommerce a.button .c-spin {
  display: none;
  margin-left: 11px;
}

.c-btn.is-loading,
.woocommerce input.is-loading.button,
.woocommerce a.is-loading.button {
  opacity: .7;
  cursor: default;
}

.c-btn.is-loading .c-spin,
.woocommerce input.is-loading.button .c-spin,
.woocommerce a.is-loading.button .c-spin {
  display: block;
}

.c-btn--small {
  height: 30px;
  line-height: 30px;
}

.c-btn--primary,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce input.button.alt {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.c-btn--primary:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  color: #fff;
  border-color: #444;
  background-color: #444;
}

.c-btn--inverse {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.c-btn--inverse:hover {
  color: #000;
  border-color: #ddd;
  background-color: #ddd;
}

/* ==========================================================================
   #CART
   ========================================================================== */

/**
 * Containers
 */

.c-cart {
  font-size: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  max-width: 100vW;
  overflow: hidden;
  cursor: default;
  border-left: 1px solid #E4E8EB;
  z-index: 999;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.has-cart-open .c-cart {
  width: 480px;
}

.s-desktop .is-half-overflow + .c-cart {
  left: 60px;
  margin-left: -1px;
  position: fixed;
}

.s-desktop .c-cart {
  left: 100%;
}

.s-mobile .c-cart {
  position: fixed;
  right: 0;
  top: 60px;
  border-left: none;
}

.s-mobile.has-cart-open .c-cart {
  width: 100%;
}

.c-cart .c-product-quantity {
  line-height: 30px;
  height: 32px;
}

.c-cart .c-product-quantity__input {
  height: 30px;
  max-width: 52px;
}

.c-cart .c-product-quantity__link {
  line-height: 30px;
  height: 30px;
  padding: 0 6px;
}

.c-cart .c-product-quantity__trash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-cart .c-product-quantity__trash svg {
  height: 18px;
}

.c-cart__container {
  position: absolute;
  overflow: hidden;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 450px;
  max-width: 100vW;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: rgba(46, 55, 62, 0.2) 2px 0px 15px 0px;
          box-shadow: rgba(46, 55, 62, 0.2) 2px 0px 15px 0px;
}

.s-mobile .c-cart__container {
  right: 0;
  width: 100vW;
  background-color: #fafafa;
}

.c-cart__header {
  font-size: 14px;
  font-size: 1rem;
  line-height: 40px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: 500;
  background-color: #000;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-cart__header__number {
  background-color: #fff;
  color: #000;
  margin-left: 11px;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  letter-spacing: 0;
}

/**
 * Overlay && Loader
 */

.c-cart__overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-cart-loading .c-cart__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**
 * Empty state
 */

.c-cart__empty {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-cart-empty .c-cart__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-cart__empty__title {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  margin-top: 22px;
}

/**
 * Items
 */

.c-cart__items {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
}

.is-cart-loading .c-cart__items {
  opacity: .3;
}

.c-cart__bottom-bar {
  background-color: #fff;
}

.c-cart__bottom-bar .c-btn,
.c-cart__bottom-bar .woocommerce input.button,
.woocommerce .c-cart__bottom-bar input.button,
.c-cart__bottom-bar
  .woocommerce a.button,
.woocommerce .c-cart__bottom-bar a.button {
  border-radius: 0;
}

.c-cart__bottom-bar__row {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c-cart__bottom-bar__row > * {
  width: 50%;
}

.c-cart__bottom-bar__row__dark {
  font-size: 14px;
  font-size: 1rem;
  line-height: 40px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: 500;
  background-color: #000;
  color: #fff;
}

.c-cart__bottom-bar__button {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 40px;
  font-family: Georgia, Times, serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-style: italic;
  text-decoration: none;
}

.c-cart__bottom-bar__button:hover {
  background-color: #000;
  color: #fff;
}

.c-cart__total {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 40px;
  font-weight: 500;
  padding: 0 22px;
}

.c-cart__total.is-animated {
  -webkit-animation: rubberBand .5s ease-in-out both;
       -o-animation: rubberBand .5s ease-in-out both;
          animation: rubberBand .5s ease-in-out both;
  -webkit-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

.has-cart-open .c-scuba-layout__main:after,
.mobile-menu-opened .c-scuba-layout__main:after {
  content: "";
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
}

.s-desktop.has-cart-open .c-scuba-layout__main {
  position: relative;
  z-index: 1;
}

/* ==========================================================================
   #CART TOGGLE
   ========================================================================== */

.has-cart-open .c-cart-toggle {
  font-weight: 700;
}

.c-cart-toggle__count {
  font-size: 11px;
  display: inline-block;
  width: 20px;
  text-align: center;
  letter-spacing: 0;
  height: 20px;
  line-height: 20px;
  background: #000;
  border-radius: 50%;
  color: #fff;
}

.c-cart-toggle__count.is-animated {
  -webkit-animation: rubberBand .5s ease-in-out both;
       -o-animation: rubberBand .5s ease-in-out both;
          animation: rubberBand .5s ease-in-out both;
  -webkit-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

/* ==========================================================================
   #FORM
   ========================================================================== */

.c-form__row,
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 22px;
}

.c-form__label,
.woocommerce form .form-row label {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #777D81 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
}

.c-form__input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea.input-text {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 11px;
  width: 100%;
  display: block;
}

.c-form__input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea.input-text:focus {
  outline: none;
  border-color: #000;
}

.c-form__input:focus::-webkit-input-placeholder,
.woocommerce form .form-row input.input-text:focus::-webkit-input-placeholder,
.woocommerce form .form-row textarea.input-text:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-form__input:focus:-moz-placeholder,
.woocommerce form .form-row input.input-text:focus:-moz-placeholder,
.woocommerce form .form-row textarea.input-text:focus:-moz-placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-form__input:focus::-moz-placeholder,
.woocommerce form .form-row input.input-text:focus::-moz-placeholder,
.woocommerce form .form-row textarea.input-text:focus::-moz-placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.c-form__input:focus:-ms-input-placeholder,
.woocommerce form .form-row input.input-text:focus:-ms-input-placeholder,
.woocommerce form .form-row textarea.input-text:focus:-ms-input-placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* ==========================================================================
   #GALLERY
   ========================================================================== */

.c-gallery {
  padding-bottom: 51px;
  position: relative;
  overflow: hidden;
}

.c-gallery.is-at-beginning.is-at-end .c-gallery__nav {
  display: none;
}

.c-gallery.is-at-beginning .c-gallery__nav__link--left,
.c-gallery.is-at-end .c-gallery__nav__link--right {
  opacity: 0;
  cursor: default;
}

.c-gallery.is-at-beginning .c-gallery__nav__link--left:hover svg,
.c-gallery.is-at-end .c-gallery__nav__link--right:hover svg {
  fill: #000;
}

.c-gallery__slides {
  white-space: nowrap;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: margin-left .3s ease;
  -o-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
}

.c-gallery__slide {
  font-size: 1rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: center;
  width: 100%;
  height: 100%;
}

.c-gallery__slide__image {
  max-height: 100%;
  max-width: 100%;
}

.c-gallery__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.c-gallery__nav__link {
  width: 21px;
  margin: 11px;
  opacity: 1;
}

.c-gallery__nav__link svg {
  width: 100%;
  fill: #000;
}

.c-gallery__nav__link:hover svg {
  fill: #444;
}

/* ==========================================================================
   #HEADER
   ========================================================================== */

/**
 * Fixe au dessus du reste
 */

.c-header {
  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;
  height: 100%;
  width: 100%;
}

.c-header > .c-scuba-menu {
  list-style: none;
  padding: 22px 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.s-mobile .c-header > .c-scuba-menu {
  padding: 38px 0;
}

.c-header .c-scuba-menu__link {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 11px 0;
  color: #000;
}

.c-header .c-scuba-menu__link.is-loading:before {
  content: ' ';
  height: 100%;
  display: block;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: loading-animation 1200ms linear infinite;
       -o-animation: loading-animation 1200ms linear infinite;
          animation: loading-animation 1200ms linear infinite;
}

.c-header .c-scuba-menu__link:before {
  z-index: -1;
}

.c-header .c-scuba-menu__link.is-active {
  font-weight: 500;
  background-color: #fafafa;
}

.c-header__logo {
  display: block;
  width: 250px;
  padding: 44px 45px;
}

.s-mobile .c-header__logo {
  display: none;
}

.c-header__footer {
  padding: 38px 0;
}

.c-header__footer__link {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 22px;
}

.c-header__footer__link svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.c-header__footer__link.is-active {
  font-weight: 700;
  background-color: #fafafa;
}

.c-header__footer__link__icon {
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  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;
  text-align: center;
  letter-spacing: initial;
  margin-bottom: 6px;
}

.c-header__footer__link__icon svg {
  width: 9px;
  height: 9px;
}

/* ==========================================================================
   #HOLIDAY ALERT
   ========================================================================== */

.c-holiday-alert {
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 11px;
  color: #fff;
  background-color: #00622E;
  white-space: normal;
}

.c-holiday-alert p {
  margin-top: 0;
  margin-bottom: 11px;
}

.c-holiday-alert p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   #HOME
   ========================================================================== */

.s-desktop .c-home {
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

.s-desktop .c-home__content {
  min-width: 800px;
  width: calc(100vW - 250px);
}

.c-home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: calc(100vH - 60px);
}

.s-mobile .c-home__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-home__hero {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 44px 22px 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-home__title {
  font-size: 50px;
  font-size: 3.57143rem;
  line-height: 1.4;
  font-size: 4vW;
  margin: 44px 0;
  font-weight: 300;
  color: #fff;
  letter-spacing: .25em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .c-home__title {
    font-size: 40px;
  }
}

.c-home__title span {
  display: block;
}

.c-home__hero__footer {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
}

.c-home__hero__footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-home__hero__footer__nav li {
  margin: 11px 22px;
}

.c-home__hero__footer__nav a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.s-desktop .c-home__sidebar {
  width: 220px;
  height: 100%;
}

.c-home__sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.s-desktop .c-home__sidebar li {
  height: 25%;
}

.s-mobile .c-home__sidebar li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-home__sidebar a {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.c-home__sidebar a i {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 11px;
  text-transform: none;
  font-family: Georgia, Times, serif;
  font-style: italic;
  display: block;
}

/*@import "components/components.layout";*/

/*@import "components/components.list";*/

/* ==========================================================================
   #PAGE
   ========================================================================== */

/**
 * Simple pages
 */

.c-page {
  background-color: #fff;
  border-right: 1px solid #E4E8EB;
}

.s-desktop .c-page {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 22px;
  width: 600px;
}

.s-mobile .c-page {
  width: 100%;
  padding: 22px;
}

.c-page__content img.alignnone.size-full {
  width: 100%;
}

/* Style variants
   ========================================================================== */

.c-page--grey {
  background-color: #fafafa;
}

/* ==========================================================================
   #PRODUCT
   ========================================================================== */

.c-product {
  background-color: #fff;
  border-right: 1px solid #E4E8EB;
  width: 700px;
  max-width: 100%;
  background-color: #fafafa;
}

.c-product .c-holiday-alert {
  margin-top: -11px;
  margin-bottom: 22px;
}

.c-product__container {
  padding: 22px 44px;
}

.s-mobile .c-product__container {
  padding: 22px;
}

.c-product__confirmation {
  position: relative;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-product__confirmation::after {
  content: "";
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.c-product__confirmation.is-visible::after {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.s-mobile .c-product__confirmation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 88px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -88px;
}

.s-mobile .c-product__confirmation.is-visible {
  margin-top: 0;
}

.c-product__confirmation__text {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 44px;
  font-family: Georgia, Times, serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-style: italic;
  color: #fff;
  padding: 0 22px;
  height: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.is-visible > .c-product__confirmation__text {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.s-mobile .c-product__confirmation__text {
  height: auto;
  text-align: center;
  line-height: 22px;
}

.c-product__confirmation__button {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  line-height: 44px;
  text-decoration: none;
  padding: 0 22px;
  height: 44px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.s-mobile .c-product__confirmation__button {
  display: none;
}

.is-visible > .c-product__confirmation__button {
  color: #fff;
}

.c-product__confirmation__button__count {
  font-size: 11px;
  font-weight: 600;
  display: block;
  width: 20px;
  text-align: center;
  letter-spacing: 0;
  height: 20px;
  line-height: 20px;
  background-color: #000;
  border-radius: 50%;
  margin-left: 11px;
  color: #fff;
}

.is-visible > .c-product__confirmation__button > .c-product__confirmation__button__count {
  color: #000;
  background-color: #fff;
}

.s-mobile .c-product__promos {
  text-align: center;
}

.c-product__title {
  font-size: 27px;
  font-size: 1.92857rem;
  line-height: 1.62963;
  margin-bottom: 22px;
}

.s-mobile .c-product__title {
  text-align: center;
  margin-bottom: 11px;
}

.c-product__subtitle {
  margin-top: 44px;
  text-align: center;
}

.c-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 22px;
  position: relative;
}

.c-product__row--fullWidth {
  padding: 22px 0;
  background-color: #FFF;
}

.s-desktop .c-product__row--fullWidth {
  margin-left: -44px;
  margin-right: -44px;
}

.s-mobile .c-product__row--fullWidth {
  margin-left: -22px;
  margin-right: -22px;
  padding: 11px;
}

.s-desktop .c-product__column {
  width: 50%;
  position: relative;
}

.s-desktop .c-product__column--right {
  margin-left: 33.33333%;
  width: 66.66666%;
}

.s-mobile .c-product__column {
  text-align: center;
}

.c-product__gallery {
  position: absolute;
  padding-bottom: 51px;
}

.s-desktop .c-product__gallery {
  bottom: 0;
  left: 0;
  width: 33%;
  height: 451px;
}

.s-mobile .c-product__gallery {
  top: 22px;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 3;
}

.c-product__gallery__slide {
  position: relative;
  text-align: center;
  mix-blend-mode: multiply;
}

.c-product__gallery__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-product__metas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0 22px;
  padding-left: 0;
  -webkit-animation: fadeIn 1.4s ease both;
       -o-animation: fadeIn 1.4s ease both;
          animation: fadeIn 1.4s ease both;
}

.s-desktop .c-product__metas {
  margin-left: 33.3333%;
}

.s-mobile .c-product__metas {
  margin-left: 50%;
}

.c-product__metas li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px;
}

.s-desktop .c-product__metas li {
  width: 33.333%;
}

.s-mobile .c-product__metas li {
  width: 100%;
}

.c-product__metas a {
  text-decoration: none;
  line-height: 1.3;
  margin-top: 6px;
}

.c-product__meta__title {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: 700;
}

.c-product__price {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-right: 22px;
  -webkit-animation: fadeIn 1.4s ease both;
       -o-animation: fadeIn 1.4s ease both;
          animation: fadeIn 1.4s ease both;
}

.c-product__price span {
  display: block;
}

.c-product__price__old {
  font-size: 1rem;
  text-decoration: line-through;
  margin-left: 11px;
}

.c-product__description {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.s-mobile .c-product__description {
  text-align: center;
}

.c-product [data-readmore-toggle] {
  display: block;
}

.c-product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 44px;
  margin-bottom: 22px;
}

.s-mobile .c-product__form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-mobile .c-product__form .c-btn,
.s-mobile .c-product__form .woocommerce input.button,
.woocommerce .s-mobile .c-product__form input.button,
.s-mobile .c-product__form
    .woocommerce a.button,
.woocommerce .s-mobile .c-product__form a.button {
  margin-top: 22px;
  width: 100%;
}

.s-mobile .c-product__form .c-product-quantity {
  margin-right: 0;
}

.c-product__quantity {
  position: relative;
}

.s-mobile .c-product__quantity {
  margin-bottom: 22px;
}

.c-product__quantity__stock {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.2;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 6px 0;
  right: 22px;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
}

.s-mobile .c-product__quantity__stock {
  right: 0;
}

.c-product__title,
.c-product__description,
.c-product [data-readmore-toggle],
.c-product__price {
  -webkit-animation: fadeInRight .6s ease both;
       -o-animation: fadeInRight .6s ease both;
          animation: fadeInRight .6s ease both;
}

.c-product__description,
.c-product [data-readmore-toggle] {
  -webkit-animation-delay: .15s;
       -o-animation-delay: .15s;
          animation-delay: .15s;
}

.c-product__price {
  -webkit-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
}

.c-product__gallery__slide {
  -webkit-animation: fadeInLeft .6s .45s ease both;
       -o-animation: fadeInLeft .6s .45s ease both;
          animation: fadeInLeft .6s .45s ease both;
}

.c-product__gallery .c-gallery__nav,
.c-product__form,
.c-product__metas,
.c-products-gallery {
  -webkit-animation: fadeIn 0.6s 1.05s cubic-bezier(0.23, 0.97, 0.22, 0.97) both;
       -o-animation: fadeIn 0.6s 1.05s cubic-bezier(0.23, 0.97, 0.22, 0.97) both;
          animation: fadeIn 0.6s 1.05s cubic-bezier(0.23, 0.97, 0.22, 0.97) both;
}

/* ==========================================================================
   #PRODUCT QUANTITY
   ========================================================================== */

.c-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin-right: 22px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  line-height: 40px;
  height: 42px;
  position: relative;
}

.c-product-quantity__link {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 40px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  cursor: pointer;
  display: block;
  padding: 0 11px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
}

.c-product-quantity__link:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.c-product-quantity__link:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.c-product-quantity__link:hover {
  color: #AE8571;
}

.c-product-quantity__confirm {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: inherit;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #000;
  color: #fff;
}

.c-product-quantity__confirm:hover {
  background-color: #444;
}

.is-focused .c-product-quantity__confirm {
  opacity: 1;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-product-quantity__trash {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 2;
  background: #000;
  color: #fff;
}

.c-product-quantity__trash:hover {
  color: #fff;
  background-color: #AE8571;
}

.c-product-quantity__input {
  position: relative;
  z-index: 2;
  border: none;
  text-align: center;
  width: 40px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  padding: 0 11px;
  height: 40px;
  outline: none;
}

.c-product-quantity__input:focus {
  background-color: #eee;
}

.c-product-quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-product-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
   #PRODUCTS
   ========================================================================== */

/**
 * Main item
 */

.c-products__item {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
}

.c-products__item__link {
  position: relative;
  display: block;
  border-bottom: 1px solid #E4E8EB;
  position: relative;
  color: #000;
  padding: 18px 50px 18px 22px;
  text-decoration: none;
}

.c-products__item__link.is-loading:before {
  content: ' ';
  height: 100%;
  display: block;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: loading-animation 1200ms linear infinite;
       -o-animation: loading-animation 1200ms linear infinite;
          animation: loading-animation 1200ms linear infinite;
}

.c-products__item__link:hover .c-products__item__img {
  margin-left: -50px;
}

.c-products__item__link.is-active {
  background-color: #fafafa;
}

.c-products__item__link .c-products__item__title,
.c-products__item__link .c-products__item__metas,
.c-products__item__link .c-products__item__row,
.c-products__item__link .c-promo {
  position: relative;
  z-index: 2;
}

/**
 * Title
 */

.c-products__item__title {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .025em;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
}

.c-products__item__title a {
  text-decoration: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-products__item__title__content {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 4px;
}

.c-products__item__title__year:before {
  content: ",";
  margin-right: 6px;
}

/**
 * Row
 */

.c-products__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  padding-right: 70px;
}

/**
 * Metas
 */

.c-products__item__metas {
  padding-right: 70px;
}

.c-products__item__icon {
  margin-right: 22px;
}

.c-products__item__icon svg {
  height: 20px;
  fill: #000;
  display: block;
}

.c-products__item--Rouge .c-products__item__icon {
  color: red;
}

.c-products__item--Rosé .c-products__item__icon {
  color: pink;
}

.c-products__item--Blanc .c-products__item__icon {
  color: orange;
}

/**
 * Price
 */

.c-products__item__price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-products__item__price__old {
  font-size: .7em;
  text-decoration: line-through;
}

.c-products__item__price:before {
  content: "\2666";
  margin: 0 6px;
}

.c-products__item__price__regular {
  text-decoration: line-through;
  margin-right: 11px;
}

.c-products__item__volume {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  line-height: inherit;
  color: #aaa;
}

.c-products__item__img {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 100%;
  margin-left: -20px;
  height: 150px;
  margin-top: -75px;
  top: 50%;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* ==========================================================================
   #PRODUCT Gallery
   ========================================================================== */

.c-products-gallery__products {
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #E4E8EB;
  border-left: 1px solid #E4E8EB;
  border-right: 1px solid #E4E8EB;
}

/* ==========================================================================
   #PRODUCTS FORM
   ========================================================================== */

/**
 * Form
 */

.c-products-form {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  color: #fff;
}

/**
 * Row
 */

.c-products-form__row {
  position: relative;
  padding: 11px 22px;
}

.c-products-form__row--input {
  padding: 0;
}

.c-products-form__row--input.is-open .c-products-form__row__caret {
  display: none;
}

.c-products-form__row--input.is-open .c-products-form__row__close {
  display: block;
}

.s-desktop .c-products-form__row--input:hover .c-products-form__row__caret,
.c-products-form__row--input.focus .c-products-form__row__caret {
  opacity: 1;
}

.c-products-form__row__caret,
.c-products-form__row__close,
.c-products-form__row__icon {
  fill: #fff;
  position: absolute;
  right: 22px;
  top: 22px;
  opacity: .5;
  line-height: 22px;
}

.c-products-form__row__caret svg,
.c-products-form__row__close svg,
.c-products-form__row__icon svg {
  height: 100%;
  width: 100%;
  display: block;
}

.c-products-form__row__icon {
  height: 16px;
  width: 16px;
  opacity: 1;
  pointer-events: none;
}

.c-products-form__row__caret {
  height: 10px;
  width: 14px;
  pointer-events: none;
}

.c-products-form__row__close {
  display: none;
  cursor: pointer;
  margin-right: 2px;
  height: 12px;
  width: 12px;
}

.c-products-form__row__close:hover {
  opacity: 1;
}

.c-products-form__input {
  color: #fff;
  width: 100%;
  padding: 43px 22px 22px !important;
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 16px;
  font-weight: 300;
  padding: 22px !important;
}

.c-products-form__input.focus,
.s-desktop .c-products-form__input:hover {
  background-color: #262626;
}

.c-products-form__input::-webkit-input-placeholder {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #fff;
}

.c-products-form__input:-moz-placeholder {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #fff;
}

.c-products-form__input::-moz-placeholder {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #fff;
}

.c-products-form__input:-ms-input-placeholder {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  color: #fff;
}

.c-products-form__input:focus::-webkit-input-placeholder {
  opacity: .6;
}

.c-products-form__input:focus:-moz-placeholder {
  opacity: .6;
}

.c-products-form__input:focus::-moz-placeholder {
  opacity: .6;
}

.c-products-form__input:focus:-ms-input-placeholder {
  opacity: .6;
}

.c-products-form__row__icon + .c-products-form__input {
  padding-right: 60px !important;
}

.c-products-form__label {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
}

.c-products-form__row--input .c-products-form__label {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
}

.c-products-form__slider {
  margin: 11px 0 35px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 4px;
  position: relative;
}

.c-products-form__slider .noUi-base,
.c-products-form__slider .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-products-form__slider .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.c-products-form__slider .noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.c-products-form__slider .noUi-handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000;
  left: -9px;
  top: -7px;
  background: #FFF;
  cursor: -webkit-grab;
  cursor: grab;
  outline: none;
}

.c-products-form__slider .noUi-handle.noUi-active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.c-products-form__slider .noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.c-products-form__slider .noUi-tooltip {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  left: 0;
  top: 120%;
}

.c-products-form__slider .noUi-handle-upper .noUi-tooltip {
  left: auto;
  right: 0;
  bottom: 120%;
  top: auto;
}

.c-products-form__price {
  display: none;
}

.c-products-form__checkbox .c-products-form__label {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  cursor: pointer;
  padding: 22px;
}

.c-products-form__checkbox .c-products-form__label:hover {
  background-color: #262626;
}

.c-products-form__checkbox .c-products-form__label input {
  display: none;
}

.c-products-form__checkbox .c-products-form__label input + span {
  opacity: .5;
}

.c-products-form__checkbox .c-products-form__label input + span::after,
.c-products-form__checkbox .c-products-form__label input + span::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.c-products-form__checkbox .c-products-form__label input + span::before {
  right: 22px;
  top: 19px;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
}

.c-products-form__checkbox .c-products-form__label input + span::after {
  display: none;
  right: 27px;
  top: 24px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.c-products-form__checkbox .c-products-form__label input:checked + span {
  opacity: 1;
}

.c-products-form__checkbox .c-products-form__label input:checked + span::after {
  display: block;
}

/* ==========================================================================
   #PROMO
   ========================================================================== */

.c-promo {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #fff;
  min-width: 50px;
  line-height: 22px;
  padding: 0 11px;
  margin-bottom: 11px;
}

.c-promo svg {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  fill: #fff;
}

/* ==========================================================================
   #SELECT
   ========================================================================== */

/**
 * Select
 */

.c-select {
  position: relative;
}

.c-select.is-open {
  background-color: #262626;
}

.c-select__options {
  color: #fff;
  width: 100%;
  padding: 43px 22px 22px !important;
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding-top: 22px !important;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-select__options.focus,
.s-desktop .c-select__options:hover {
  background-color: #262626;
}

.is-open .c-select__options,
.has-items .c-select__options {
  height: auto;
  padding-top: 43px !important;
}

.has-items .c-select__options {
  padding-bottom: 16px !important;
}

.c-select__icon {
  fill: #fff;
  position: absolute;
  right: 22px;
  top: 22px;
  opacity: .5;
  line-height: 22px;
}

.c-select__icon svg {
  height: 100%;
  width: 100%;
  display: block;
}

.c-select:hover .c-select__icon--open,
.c-select__icon--close:hover {
  opacity: 1;
}

.is-open .c-select__icon--open,
.c-select__icon--close {
  display: none;
}

.is-open .c-select__icon--close {
  display: block;
}

.c-select__icon--open {
  height: 10px;
  pointer-events: none;
  width: 14px;
}

.c-select__icon--close {
  cursor: pointer;
  display: none;
  height: 12px;
  margin-right: 2px;
  width: 12px;
}

.c-select__option {
  height: 22px;
  line-height: 22px;
  background: #555;
  color: #fff;
  cursor: pointer;
  margin-bottom: 6px;
  margin-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.c-select__option__text {
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-overflow: ellipsis;
  padding: 0 6px;
}

.c-select__option__text__highlight {
  font-weight: 700;
}

.c-select__option__count {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 22px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  padding: 0 6px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: top;
}

.c-select__option__delete {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.375;
  text-decoration: none;
  padding: 0 6px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  opacity: .6;
}

.c-select__option__delete:hover {
  opacity: 1;
}

.c-select__options__input {
  color: #fff;
  padding: 0;
  min-height: 0;
  max-height: none;
  max-width: 100%;
  text-indent: 0;
  border: 0 none;
  background: none;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: 0;
}

.is-open .c-select__options__input {
  height: 22px;
  outline: none;
  margin-bottom: 6px;
  margin-right: 6px;
}

.c-select__dropdown {
  top: 100%;
  margin-top: -11px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 10;
  display: none;
  background-color: #262626;
  -webkit-overflow-scrolling: touch;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.is-open .c-select__dropdown {
  display: block;
}

.c-select__dropdown__option {
  padding: 5px 22px;
  cursor: pointer;
}

.c-select__dropdown__option:hover {
  background-color: #fff;
  color: #000;
}

.c-select__dropdown__option__count {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: .8em;
  opacity: .6;
}

.c-select__dropdown__option__count:before {
  content: " - ";
}

/* ==========================================================================
   #SPIN
   ========================================================================== */

/**
 * Spinner
 */

.c-spin {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  border-color: currentColor currentColor transparent;
  -webkit-animation: rotate 0.75s linear 0s infinite both;
       -o-animation: rotate 0.75s linear 0s infinite both;
          animation: rotate 0.75s linear 0s infinite both;
  background: transparent;
}

.c-spin--small {
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   #PRODUCTS
   ========================================================================== */

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #000;
}

.woocommerce h3 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  display: block;
  font-weight: 400;
  margin-bottom: 22px;
  margin-top: 44px;
}

.woocommerce .js-billing-user-logged-in + .col2-set {
  display: none;
}

.woocommerce .js-billing-user-logged-in.is-billing-visible + .col2-set {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: auto;
  float: none;
}

.woocommerce input.button,
.woocommerce a.button,
.woocommerce input.button.alt {
  -webkit-font-smoothing: initial;
}

.woocommerce form.checkout_coupon {
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce form.checkout_coupon input.input-text {
  line-height: 40px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  border-right: none;
}

.woocommerce form.checkout_coupon .button {
  border-radius: 0 5px 5px 0;
}

.woocommerce form.checkout_coupon .form-row-first {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
  width: auto;
  float: none;
}

.woocommerce form .form-row .required {
  color: #ff3030;
  text-decoration: none;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #ff3030;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #ff3030;
  border-style: solid;
}

.woocommerce form .form-row.woocommerce-validated label {
  color: #000;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #000;
  border-style: solid;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border-collapse: collapse;
  background-color: #fafafa;
  border: none;
}

.woocommerce table.shop_table tr {
  border-bottom: 1px solid #E4E8EB;
}

.woocommerce table.shop_table th {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  font-weight: 500;
  text-align: left;
  padding: 11px 22px;
}

.woocommerce table.shop_table td {
  padding: 11px 22px;
}

.woocommerce table.woocommerce-orders-table {
  margin-top: -22px;
  margin-left: -22px;
  margin-right: -22px;
  width: calc(100% + 44px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.woocommerce table.woocommerce-checkout-review-order-table {
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
  padding: 11px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot {
  background-color: #fafafa;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr {
  border-bottom: none;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
  padding-top: 11px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
  padding-bottom: 11px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  line-height: 1.3;
  border-top: none;
  padding: 6px 11px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce ul.order_details li {
  float: none;
  margin-bottom: 11px;
  border-right: none;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 22px;
  background-color: #fafafa;
  border: none;
}

.woocommerce .woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}

.woocommerce .woocommerce-checkout #payment div.form-row.place-order {
  padding: 0;
  margin-bottom: 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
  margin-bottom: 22px;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods > li > label,
.woocommerce .woocommerce-checkout #payment ul.payment_methods > li > input {
  display: none;
}

.woocommerce .woocommerce-checkout #payment div.payment_box {
  padding: 0;
  background-color: transparent;
}

.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  padding: 0;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token input,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new input {
  display: none;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token input:checked + label,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new input:checked + label {
  background-color: #fafafa;
  opacity: 1;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token input:checked + label::after,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new input:checked + label::after {
  display: block;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  opacity: .5;
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 11px 11px 40px;
  margin: 0;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label::after,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label::before,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label::after,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label::before,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label::before {
  left: 11px;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label::after,
.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label::after {
  display: none;
  left: 16px;
  top: 20px;
  width: 6px;
  height: 6px;
  background-color: #000;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 22px 11px 0;
  position: relative;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form input.input-text {
  width: 100% !important;
  font-size: 1rem;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form input.input-text::-webkit-input-placeholder {
  color: #000;
  opacity: .5;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form input.input-text:-moz-placeholder {
  color: #000;
  opacity: .5;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form input.input-text::-moz-placeholder {
  color: #000;
  opacity: .5;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .wc-credit-card-form input.input-text:-ms-input-placeholder {
  color: #000;
  opacity: .5;
}

.woocommerce .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods-saveNew {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #fff;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  padding: 0 11px 11px;
}

/* ==========================================================================
   #ACCOUNT
   ========================================================================== */

/**
 * Account page
 */

/**
 * Nav
 */

.c-account__nav {
  padding: 22px 0;
  background-color: #000;
}

.s-mobile .c-account__nav {
  padding: 11px;
  height: auto;
}

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

.s-mobile .c-account__nav__list {
  text-align: center;
}

.c-account__nav__item {
  padding: 0;
  margin: 0;
}

.s-mobile .c-account__nav__item {
  display: inline-block;
}

.c-account__nav__item__link {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .125em;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 11px 22px;
}

.is-active .c-account__nav__item__link {
  font-weight: 700;
}

/**
 * Content
 */

.c-account__content {
  background-color: #fff;
  padding: 22px;
}

.s-desktop .c-account__content {
  width: 600px;
}

/*@import "components/components.page-head";
@import "components/components.page-foot";
@import "components/components.site-nav";
@import "components/components.ads";
@import "components/components.promo";*/

/* ==========================================================================
   #WIDTHS
   ========================================================================== */

/**
 * inuitcss generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, inuitcss will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, inuitcss can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */

/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$inuit-fractions` list.
 */

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.33333% !important;
}

.u-2\/3 {
  width: 66.66667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * If we’re using Sass-MQ, automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */

@media (min-width: 20em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }

  .u-1\/2\@mobile {
    width: 50% !important;
  }

  .u-2\/2\@mobile {
    width: 100% !important;
  }

  .u-1\/3\@mobile {
    width: 33.33333% !important;
  }

  .u-2\/3\@mobile {
    width: 66.66667% !important;
  }

  .u-3\/3\@mobile {
    width: 100% !important;
  }

  .u-1\/4\@mobile {
    width: 25% !important;
  }

  .u-2\/4\@mobile {
    width: 50% !important;
  }

  .u-3\/4\@mobile {
    width: 75% !important;
  }

  .u-4\/4\@mobile {
    width: 100% !important;
  }

  .u-1\/5\@mobile {
    width: 20% !important;
  }

  .u-2\/5\@mobile {
    width: 40% !important;
  }

  .u-3\/5\@mobile {
    width: 60% !important;
  }

  .u-4\/5\@mobile {
    width: 80% !important;
  }

  .u-5\/5\@mobile {
    width: 100% !important;
  }
}

@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }

  .u-1\/2\@tablet {
    width: 50% !important;
  }

  .u-2\/2\@tablet {
    width: 100% !important;
  }

  .u-1\/3\@tablet {
    width: 33.33333% !important;
  }

  .u-2\/3\@tablet {
    width: 66.66667% !important;
  }

  .u-3\/3\@tablet {
    width: 100% !important;
  }

  .u-1\/4\@tablet {
    width: 25% !important;
  }

  .u-2\/4\@tablet {
    width: 50% !important;
  }

  .u-3\/4\@tablet {
    width: 75% !important;
  }

  .u-4\/4\@tablet {
    width: 100% !important;
  }

  .u-1\/5\@tablet {
    width: 20% !important;
  }

  .u-2\/5\@tablet {
    width: 40% !important;
  }

  .u-3\/5\@tablet {
    width: 60% !important;
  }

  .u-4\/5\@tablet {
    width: 80% !important;
  }

  .u-5\/5\@tablet {
    width: 100% !important;
  }
}

@media (min-width: 61.25em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }

  .u-1\/2\@desktop {
    width: 50% !important;
  }

  .u-2\/2\@desktop {
    width: 100% !important;
  }

  .u-1\/3\@desktop {
    width: 33.33333% !important;
  }

  .u-2\/3\@desktop {
    width: 66.66667% !important;
  }

  .u-3\/3\@desktop {
    width: 100% !important;
  }

  .u-1\/4\@desktop {
    width: 25% !important;
  }

  .u-2\/4\@desktop {
    width: 50% !important;
  }

  .u-3\/4\@desktop {
    width: 75% !important;
  }

  .u-4\/4\@desktop {
    width: 100% !important;
  }

  .u-1\/5\@desktop {
    width: 20% !important;
  }

  .u-2\/5\@desktop {
    width: 40% !important;
  }

  .u-3\/5\@desktop {
    width: 60% !important;
  }

  .u-4\/5\@desktop {
    width: 80% !important;
  }

  .u-5\/5\@desktop {
    width: 100% !important;
  }
}

@media (min-width: 81.25em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }

  .u-1\/2\@wide {
    width: 50% !important;
  }

  .u-2\/2\@wide {
    width: 100% !important;
  }

  .u-1\/3\@wide {
    width: 33.33333% !important;
  }

  .u-2\/3\@wide {
    width: 66.66667% !important;
  }

  .u-3\/3\@wide {
    width: 100% !important;
  }

  .u-1\/4\@wide {
    width: 25% !important;
  }

  .u-2\/4\@wide {
    width: 50% !important;
  }

  .u-3\/4\@wide {
    width: 75% !important;
  }

  .u-4\/4\@wide {
    width: 100% !important;
  }

  .u-1\/5\@wide {
    width: 20% !important;
  }

  .u-2\/5\@wide {
    width: 40% !important;
  }

  .u-3\/5\@wide {
    width: 60% !important;
  }

  .u-4\/5\@wide {
    width: 80% !important;
  }

  .u-5\/5\@wide {
    width: 100% !important;
  }
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */

/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */

.u-h1 {
  font-size: 27px !important;
  font-size: 1.92857rem !important;
  line-height: 1.62963 !important;
}

.u-h2 {
  font-size: 24px !important;
  font-size: 1.71429rem !important;
  line-height: 1.83333 !important;
}

.u-h3 {
  font-size: 22px !important;
  font-size: 1.57143rem !important;
  line-height: 1 !important;
}

.u-h4 {
  font-size: 20px !important;
  font-size: 1.42857rem !important;
  line-height: 1.1 !important;
}

.u-h5 {
  font-size: 18px !important;
  font-size: 1.28571rem !important;
  line-height: 1.22222 !important;
}

.u-h6 {
  font-size: 16px !important;
  font-size: 1.14286rem !important;
  line-height: 1.375 !important;
}

/*@import "utilities/utilities.spacing";*/


/*# sourceMappingURL=main.css.map*/