/** Shopify CDN: Minification failed

Line 78:2 Expected identifier but found "*"
Line 312:2 Expected identifier but found "*"
Line 1820:2 Expected identifier but found "*"
Line 3652:4 Expected identifier but found "*"
Line 4021:4 Expected identifier but found "*"
Line 8641:10 "line-heigth" is not a known CSS property
Line 8720:33 Unexpected "{"

**/
@charset "UTF-8";
/*============================================================================
  ============= Pipeline theme is built on Timber 2.0.2 ======================
  ============================================================================

  Shopify Timber v2.0.2
  Copyright 2015 Shopify Inc.
  Author Carson Shold @cshold
  Built with Sass - http://sass-lang.com/

  Some things to know about this file:
    - Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
    - The output CSS is compressed and comments are removed
    - You cannot use @imports in this file
        * Use grunt or gulp tasks to enable @imports - https://github.com/Shopify/shopify-css-import
    - Helpers variables, mixins, and starter classes are provided. Change as needed.
    - The file is prepped with a CSS reset
    - The font icons are prepared using https://icomoon.io/app

==============================================================================

  Table of Contents

  #Breakpoint and Grid Variables
  #General Variables
  #Typography
  #Sass Mixins
  #Normalize
  #Grid Setup
  #Basic Styles
  #Helper Classes
  #Rich Text Editor
  #Links and Buttons
  #Lists
  #Tables
  #OOCSS Media Object
  #Images and Iframes
  #Forms
  #Icons
  #Pagination
  #Site Header
  #Site Nav and Dropdowns
  #Megamenus
  #Site Footer
  #Product and Collection Grids
  #Collections
  #Breadcrumbs
  #Product Page
  #Blogs and Comments
  #Notes and Form Feedback
  #Cart Page
==============================================================================*/
/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  #Sass Mixins
==============================================================================*/
.clear {
  clear: both; }

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

/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*============================================================================
  #Typography
==============================================================================*/
.title, h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body, .btn--large, .header-logo, .home__title, .title--flex, .product-form label {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: auto; }

.uppercase, .home__subtitle, .share__link {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.bold {
  font-weight: bold; }

@font-face {
  font-family: 'icons';
  src: url("//torgoen.com/cdn/shop/t/363/assets/icons.eot?v=33645675370527648931695752252");
  src: url("//torgoen.com/cdn/shop/t/363/assets/icons.eot?v=33645675370527648931695752252#iefix") format("embedded-opentype"), url("//torgoen.com/cdn/shop/t/363/assets/icons.woff?v=3715827288646208141695752252") format("woff"), url("//torgoen.com/cdn/shop/t/363/assets/icons.ttf?v=105297763297538311311695752252") format("truetype"), url("//torgoen.com/cdn/shop/t/363/assets/icons.svg?v=80220311310459971271695752252#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

body,
input,
textarea,
button,
select {
  font-size: 14px;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  color: #111111;
  font-weight: normal;
  -webkit-font-smoothing: auto;
  -webkit-text-size-adjust: 100%; }

h1, .h1, .h1--body, h2, .h2, .h2--body, h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body, h4, .h4, .h4--body, h5, .h5, .h5--body, h6, .h6, .h6--body {
  font-weight: normal;
  margin: 0 0 0.75em;
  line-height: 1.4; }
  h1 a, .h1 a, .h1--body a, h2 a, .h2 a, .h2--body a, h3 a, .h3 a, .h3--body a, .sky-pilot-access-denied h5 a, .sky-pilot-access-denied .h5 a, .sky-pilot-access-denied .h5--body a, h4 a, .h4 a, .h4--body a, h5 a, .h5 a, .h5--body a, h6 a, .h6 a, .h6--body a {
    text-decoration: none;
    font-weight: inherit; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1, .h1--body {
  font-size: 2.57143em; }
  @media screen and (max-width: 480px) {
    h1, .h1, .h1--body {
      font-size: 2em; } }

h2, .h2, .h2--body {
  font-size: 1.42857em; }
  @media screen and (max-width: 480px) {
    h2, .h2, .h2--body {
      font-size: 1.28571em; } }

h3, .h3, .h3--body, .sky-pilot-access-denied h5, .sky-pilot-access-denied .h5, .sky-pilot-access-denied .h5--body {
  font-size: 1.14286em; }

h4, .h4, .h4--body {
  font-size: 1.42857em; }
  @media screen and (max-width: 480px) {
    h4, .h4, .h4--body {
      font-size: 1.28571em; } }

h5, .h5, .h5--body {
  font-size: 1.14286em; }

h6, .h6, .h6--body {
  font-size: 1em; }
  @media screen and (max-width: 1180px) {
    h6, .h6, .h6--body {
      font-size: 0.85714em; } }

.h1--body,
.h2--body,
.h3--body,
.h4--body,
.h5--body,
.h6--body {
  text-transform: none;
  letter-spacing: 0px;
  font-family: "futura-pt", sans-serif; }

p {
  margin: 0 0 7.5px 0; }
  p img {
    margin: 0; }

em,
.em {
  font-style: italic; }

b, strong, .strong {
  font-weight: bold; }

small,
.small {
  font-size: 0.9em; }

sup, sub, .sup, .sub {
  position: relative;
  font-size: 60%;
  vertical-align: baseline; }

sup, .sup {
  top: -0.5em; }

sub, .sub {
  bottom: -0.5em; }

s, .s {
  text-decoration: line-through;
  opacity: 0.5; }

.alternate-font {
  font-family: "futura-pt", sans-serif;
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.14286em;
  line-height: 1.4; }

.fa-1-5x {
  font-size: 1.5em !important; }

/*================ Blockquotes ================*/
blockquote {
  font-size: 1.125em;
  line-height: 1.71;
  font-style: italic;
  margin: 0 0 15px;
  padding: 7.5px 15px;
  border-left: 1px solid #111111; }
  blockquote p {
    margin-bottom: 0; }
    blockquote p + cite {
      margin-top: 7.5px; }
  blockquote cite {
    display: block;
    font-size: 0.75em; }
    blockquote cite:before {
      content: '\2014 \0020'; }

/*================ Code ================*/
code, pre {
  font-family: Consolas,monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid #111111;
  padding: 0 2px; }

pre {
  overflow: auto;
  padding: 7.5px;
  margin: 0 0 15px; }

.unicode {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS, Arial"; }

.lt-ie9 .unicode {
  display: none; }

/*================ Horizontal Rules ================*/
hr {
  clear: both;
  border-top: solid #111111;
  border-width: 1px 0 0;
  margin: 15px 0;
  height: 0; }
  hr.hr--small {
    margin: 7.5px 0; }
  hr.hr--double {
    margin: 30px 0; }
  hr.hr--clear {
    border-top-color: transparent; }
  hr.hr--dash {
    margin: 15px auto;
    width: 80px; }
  hr.hr--thick {
    border-width: 2px 0 0; }
  hr.hr--underline {
    margin-top: 10px;
    margin-bottom: 20px; }

/*============================================================================
  #Normalize
==============================================================================*/
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

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

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

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

/*============================================================================
  #Grid Setup
    - Based on csswizardry grid, but with floated columns, a fixed gutter size, and BEM classes
    - Breakpoints defined above, under #Breakpoint and Grid Variables
    - Note the inclusion of .grid-uniform to take care of clearfixes on evenly sized grid items
==============================================================================*/
/* Force clearfix on grids */
.grid, .grid--rev, .grid--full,
.grid-uniform {
  *zoom: 1; }
  .grid:after, .grid--rev:after, .grid--full:after,
  .grid-uniform:after {
    content: '';
    display: table;
    clear: both; }

/* Manual grid__item clearfix */
.grid__item.clear {
  clear: both; }

/*============================================================================
  Drop relative positioning into silent classes which can't take advantage of
  the `[class*="push--"]` and `[class*="pull--"]` selectors.
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }

.grid__item {
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Gutterless grids have all the properties of regular grids, minus any spacing. */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/*============================================================================
  WIDTHS
    - Create width classes, prefixed by the specified namespace.
==============================================================================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Helper show/hide classes around our breakpoints ================*/
/*================ Our regular, non-responsive width and helper classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

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

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

.two-thirds {
  width: 66.666%; }

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

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

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

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

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

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

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

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

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

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

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

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

/*================ Our responsive classes, if we have enabled them ================*/
@media only screen and (max-width: 480px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

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

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

  .small--two-thirds {
    width: 66.666%; }

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

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

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

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

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

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

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

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

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

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

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

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

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

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

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

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

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

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

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

  .medium--two-thirds {
    width: 66.666%; }

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

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

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

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

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

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

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

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

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

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

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

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

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

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

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

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

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

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

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

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

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

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

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

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

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

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

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

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

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

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

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

  .large--two-thirds {
    width: 66.666%; }

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

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

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

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

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

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

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

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

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

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

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

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

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

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

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

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

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
/*================ CSS3 Vertical Align Helper ================*/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*============================================================================
  PUSH
    - Push classes, to move grid items over to the right by certain amounts
==============================================================================*/
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

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

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

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

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

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

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

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

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

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

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
/*============================================================================
  PULL
    - Pull classes, to move grid items back to the left by certain amounts
==============================================================================*/
/*============================================================================
  #Basic Styles
==============================================================================*/
body:not(.template-index) {
  background-color: white; }

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

.wrapper, .charge_rabbit, .sky-pilot {
  *zoom: 1;
  max-width: 1532px;
  margin: 0 auto;
  padding: 0 15px; }
  .wrapper:after, .charge_rabbit:after, .sky-pilot:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .wrapper, .charge_rabbit, .sky-pilot {
      padding: 0 15px; } }

.main-content {
  display: block;
  padding-bottom: 60px; }

/*============================================================================
  #Helper Classes
==============================================================================*/
.left {
  float: left; }

.right {
  float: right; }

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

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

.hidden {
  display: none; }

.lighten {
  opacity: 0.5; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.fixed {
  position: fixed; }

.top {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000000; }

.header__wrapper.fixed {
  border-bottom: 1px solid #000; }

@media screen and (max-width: 480px) {
  .small--display-block {
    display: block;
    vertical-align: middle;
    float: left; } }
.display-inline-block {
  display: inline-block;
  padding-left: 30px !important; }
  .display-inline-block:first-child {
    padding-left: 0 !important; }

@media screen and (min-width: 769px) {
  .large--display-table {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .large--display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; } }
.page-margin, .charge_rabbit, .sky-pilot {
  padding-top: 30px; }

@media screen and (max-width: 480px) {
  .hidden-sm {
    display: none; } }
@media screen and (max-width: 768px) {
  .hidden-md-down {
    display: none; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-md {
    display: none; } }
@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none; } }
@media screen and (min-width: 769px) {
  .hidden-lg {
    display: none; } }
html.no-js .js {
  display: none; }

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

/*================ Section Headers ================*/
.section-header {
  margin-bottom: 10px; }

@media screen and (min-width: 769px) {
  .section-header {
    display: table;
    width: 100%; }

  .section-header__title {
    margin-bottom: 6px; }

  .section-header__left {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0; }
    .section-header__left h1, .section-header__left .h1, .section-header__left .h1--body, .section-header__left h2, .section-header__left .h2, .section-header__left .h2--body, .section-header__left h3, .section-header__left .h3, .section-header__left .h3--body, .section-header__left .sky-pilot-access-denied h5, .sky-pilot-access-denied .section-header__left h5, .section-header__left .sky-pilot-access-denied .h5, .sky-pilot-access-denied .section-header__left .h5, .section-header__left .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .section-header__left .h5--body, .section-header__left h4, .section-header__left .h4, .section-header__left .h4--body,
    .section-header__left .h1, .section-header__left .h2, .section-header__left .h3, .section-header__left .h4 {
      margin-bottom: 0; }

  .section-header__right {
    display: table-cell;
    vertical-align: middle;
    text-align: right; } }
  @media screen and (min-width: 769px) and (max-width: 768px) {
    .section-header__right {
      margin-bottom: 15px; } }

.section-header__right .btn, .section-header__right .btn--secondary, .section-header__right input[type="submit"], .section-header__right .spr-summary-actions-newreview, .section-header__right .sky-pilot-access-denied a, .sky-pilot-access-denied .section-header__right a, .section-header__right .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .section-header__right a#login_link, .section-header__right .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .section-header__right a#signup_link, .section-header__right .charge_rabbit a.update-card-link, .charge_rabbit .section-header__right a.update-card-link, .section-header__right .charge_rabbit a.update-address-link, .charge_rabbit .section-header__right a.update-address-link, .section-header__right .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .section-header__right a, .section-header__right .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .section-header__right a, .section-header__right .charge_rabbit a.cancel-subscription-link, .charge_rabbit .section-header__right a.cancel-subscription-link {
  margin-top: 3px !important; }
.section-header__right .form-horizontal,
.section-header__right .collection-view {
  display: inline-block;
  vertical-align: middle; }
@media screen and (min-width: 481px) {
  .section-header__right label + select,
  .section-header__right .collection-view {
    margin-left: 7.5px; } }

.collection-view {
  display: inline-block;
  border: 1px solid #111111;
  border-radius: 2px;
  padding: 0 5px;
  height: 37px;
  overflow: hidden;
  /*================ Only show on larger screens ================*/ }
  @media screen and (min-width: 769px) {
    .collection-view {
      display: inline-block; } }

.change-view {
  display: block;
  background: none;
  border: 0 none;
  float: left;
  padding: 10px 8px;
  color: #111111;
  line-height: 1; }
  .change-view:hover, .change-view:focus {
    color: #111111; }

.change-view--active {
  cursor: default;
  color: #111111; }

/*============================================================================
  #Rich Text Editor
==============================================================================*/
.rte {
  margin-bottom: 7.5px;
  word-wrap: break-word; }
  .rte h1, .rte .h1, .rte .h1--body, .rte h2, .rte .h2, .rte .h2--body, .rte h3, .rte .h3, .rte .h3--body, .rte .sky-pilot-access-denied h5, .sky-pilot-access-denied .rte h5, .rte .sky-pilot-access-denied .h5, .sky-pilot-access-denied .rte .h5, .rte .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .rte .h5--body, .rte h4, .rte .h4, .rte .h4--body, .rte h5, .rte .h5, .rte .h5--body, .rte h6, .rte .h6, .rte .h6--body {
    margin-top: 1.5em;
    font-weight: bold; }
    .rte h1:first-child, .rte .h1:first-child, .rte .h1--body:first-child, .rte h2:first-child, .rte .h2:first-child, .rte .h2--body:first-child, .rte h3:first-child, .rte .h3:first-child, .rte .h3--body:first-child, .rte .sky-pilot-access-denied h5:first-child, .sky-pilot-access-denied .rte h5:first-child, .rte .sky-pilot-access-denied .h5:first-child, .sky-pilot-access-denied .rte .h5:first-child, .rte .sky-pilot-access-denied .h5--body:first-child, .sky-pilot-access-denied .rte .h5--body:first-child, .rte h4:first-child, .rte .h4:first-child, .rte .h4--body:first-child, .rte h5:first-child, .rte .h5:first-child, .rte .h5--body:first-child, .rte h6:first-child, .rte .h6:first-child, .rte .h6--body:first-child {
      margin-top: 0; }
  .rte p {
    line-height: 1.4;
    margin-bottom: 15px; }
  .rte > div {
    margin-bottom: 7.5px; }
  .rte ul, .rte ol {
    margin-left: 35px; }
  .rte ul ul, .rte ol ul {
    list-style-type: circle; }
  .rte ol ol ul, .rte ol ul ul, .rte ul ol ul, .rte ul ul ul {
    list-style-type: square; }
  .rte li {
    margin-bottom: 0.4em; }
  .rte img {
    max-width: 100%;
    height: auto; }
  .rte img[style*="float: left"],
  .rte img[style*="float:left"] {
    margin-right: 7.5px; }
  .rte img[style*="float: right"],
  .rte img[style*="float:right"] {
    margin-left: 7.5px; }

.rte--header {
  margin-bottom: 0; }

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

.columns {
  -webkit-column-gap: 22.5px;
  -moz-column-gap: 22.5px;
  column-gap: 22.5px;
  -webkit-columns: 2 240px;
  -moz-columns: 2 240px;
  columns: 2 240px; }

/*============================================================================
  #Links and Buttons
==============================================================================*/
a,
.text-link {
  color: #111111;
  text-decoration: underline;
  background: transparent; }

a:hover,
a:focus {
  color: #777777; }

button {
  overflow: visible; }

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

.btn, .btn--secondary,
input.btn--secondary, input[type="submit"], .spr-summary-actions-newreview, .sky-pilot-access-denied a, .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link, .charge_rabbit .continue_shopping a, .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit a.cancel-subscription-link {
  display: inline-block;
  padding: 8px 10px;
  margin: 0;
  line-height: 1.42;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background-color: #111111;
  color: white; }
  .btn:hover, .btn--secondary:hover, input[type="submit"]:hover, .spr-summary-actions-newreview:hover, .sky-pilot-access-denied a:hover, .charge_rabbit .login_or_signup a#login_link:hover, .charge_rabbit .login_or_signup a#signup_link:hover, .charge_rabbit a.update-card-link:hover, .charge_rabbit a.update-address-link:hover, .charge_rabbit .continue_shopping a:hover, .charge_rabbit .cancel-subscription-wrapper a:hover, .charge_rabbit a.cancel-subscription-link:hover {
    background-color: black;
    color: white; }
  .btn:active, .btn--secondary:active, input[type="submit"]:active, .spr-summary-actions-newreview:active, .sky-pilot-access-denied a:active, .charge_rabbit .login_or_signup a#login_link:active, .charge_rabbit .login_or_signup a#signup_link:active, .charge_rabbit a.update-card-link:active, .charge_rabbit a.update-address-link:active, .charge_rabbit .continue_shopping a:active, .charge_rabbit .cancel-subscription-wrapper a:active, .charge_rabbit a.cancel-subscription-link:active, .btn:focus, .btn--secondary:focus, input[type="submit"]:focus, .spr-summary-actions-newreview:focus, .sky-pilot-access-denied a:focus, .charge_rabbit .login_or_signup a#login_link:focus, .charge_rabbit .login_or_signup a#signup_link:focus, .charge_rabbit a.update-card-link:focus, .charge_rabbit a.update-address-link:focus, .charge_rabbit .continue_shopping a:focus, .charge_rabbit .cancel-subscription-wrapper a:focus, .charge_rabbit a.cancel-subscription-link:focus {
    background-color: #040404;
    color: white; }
  .btn[disabled], [disabled].btn--secondary, input[disabled][type="submit"], [disabled].spr-summary-actions-newreview, .sky-pilot-access-denied a[disabled], .charge_rabbit .login_or_signup a[disabled]#login_link, .charge_rabbit .login_or_signup a[disabled]#signup_link, .charge_rabbit a[disabled].update-card-link, .charge_rabbit a[disabled].update-address-link, .charge_rabbit .continue_shopping a[disabled], .charge_rabbit .cancel-subscription-wrapper a[disabled], .charge_rabbit a[disabled].cancel-subscription-link, .btn.disabled, .disabled.btn--secondary, input.disabled[type="submit"], .disabled.spr-summary-actions-newreview, .sky-pilot-access-denied a.disabled, .charge_rabbit .login_or_signup a.disabled#login_link, .charge_rabbit .login_or_signup a.disabled#signup_link, .charge_rabbit a.disabled.update-card-link, .charge_rabbit a.disabled.update-address-link, .charge_rabbit .continue_shopping a.disabled, .charge_rabbit .cancel-subscription-wrapper a.disabled, .charge_rabbit a.disabled.cancel-subscription-link {
    cursor: default;
    color: rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3); }
    .btn[disabled]:hover, [disabled].btn--secondary:hover, input[disabled][type="submit"]:hover, [disabled].spr-summary-actions-newreview:hover, .sky-pilot-access-denied a[disabled]:hover, .charge_rabbit .login_or_signup a[disabled]#login_link:hover, .charge_rabbit .login_or_signup a[disabled]#signup_link:hover, .charge_rabbit a[disabled].update-card-link:hover, .charge_rabbit a[disabled].update-address-link:hover, .charge_rabbit .continue_shopping a[disabled]:hover, .charge_rabbit .cancel-subscription-wrapper a[disabled]:hover, .charge_rabbit a[disabled].cancel-subscription-link:hover, .btn.disabled:hover, .disabled.btn--secondary:hover, input.disabled[type="submit"]:hover, .disabled.spr-summary-actions-newreview:hover, .sky-pilot-access-denied a.disabled:hover, .charge_rabbit .login_or_signup a.disabled#login_link:hover, .charge_rabbit .login_or_signup a.disabled#signup_link:hover, .charge_rabbit a.disabled.update-card-link:hover, .charge_rabbit a.disabled.update-address-link:hover, .charge_rabbit .continue_shopping a.disabled:hover, .charge_rabbit .cancel-subscription-wrapper a.disabled:hover, .charge_rabbit a.disabled.cancel-subscription-link:hover {
      color: rgba(0, 0, 0, 0.3) !important;
      background-color: rgba(0, 0, 0, 0.3) !important; }

.btn--secondary,
input.btn--secondary {
  background-color: white;
  border: 1px solid #111111;
  color: #111111; }
  .btn--secondary:hover,
  input.btn--secondary:hover {
    background-color: gray;
    color: #111111; }
  .btn--secondary:focus, .btn--secondary:active,
  input.btn--secondary:focus,
  input.btn--secondary:active {
    background-color: #737373;
    color: #111111; }

.btn--small {
  min-width: 0 !important;
  padding: 6px 7px;
  font-size: 0.71429em; }

p.btn--small {
  display: inline-block; }

.btn--large {
  padding: 10px 30px;
  font-size: 1.14286em; }
  @media screen and (max-width: 1030px) {
    .btn--large {
      padding: 5px 20px; } }

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

.btn--clear {
  background-color: transparent;
  color: #111111;
  border: 1px solid #111111; }
  .btn--clear:hover, .btn--clear:focus, .btn--clear:active {
    color: #111111;
    background-color: rgba(102, 102, 102, 0.3); }
  .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3); }

.lt-ie9 .btn--clear:hover {
  background-color: #666666; }

.btn--splash {
  background: #fff;
  color: #111111; }
  .btn--splash:hover, .btn--splash:focus, .btn--splash:active {
    background-color: #666666;
    color: #111111; }

input[type="submit"].btn--inverted-splash, .btn--inverted-splash, .shopify-challenge__button.btn, .shopify-challenge__button.btn--secondary, input.shopify-challenge__button[type="submit"], .shopify-challenge__button.spr-summary-actions-newreview, .sky-pilot-access-denied a.shopify-challenge__button, .charge_rabbit .login_or_signup a.shopify-challenge__button#login_link, .charge_rabbit .login_or_signup a.shopify-challenge__button#signup_link, .charge_rabbit a.shopify-challenge__button.update-card-link, .charge_rabbit a.shopify-challenge__button.update-address-link, .charge_rabbit .continue_shopping a.shopify-challenge__button, .charge_rabbit .cancel-subscription-wrapper a.shopify-challenge__button, .charge_rabbit a.shopify-challenge__button.cancel-subscription-link {
  background: #666666;
  border: 1px solid #666666;
  color: #111111;
  font-weight: bold;
  font-size: 0.92857em; }
  input[type="submit"].btn--inverted-splash:hover, input[type="submit"].btn--inverted-splash:focus, input[type="submit"].btn--inverted-splash:active, .btn--inverted-splash:hover, .btn--inverted-splash:focus, .btn--inverted-splash:active, .shopify-challenge__button.btn:hover, .shopify-challenge__button.btn--secondary:hover, input.shopify-challenge__button[type="submit"]:hover, .shopify-challenge__button.spr-summary-actions-newreview:hover, .sky-pilot-access-denied a.shopify-challenge__button:hover, .charge_rabbit .login_or_signup a.shopify-challenge__button#login_link:hover, .charge_rabbit .login_or_signup a.shopify-challenge__button#signup_link:hover, .charge_rabbit a.shopify-challenge__button.update-card-link:hover, .charge_rabbit a.shopify-challenge__button.update-address-link:hover, .charge_rabbit .continue_shopping a.shopify-challenge__button:hover, .charge_rabbit .cancel-subscription-wrapper a.shopify-challenge__button:hover, .charge_rabbit a.shopify-challenge__button.cancel-subscription-link:hover, .shopify-challenge__button.btn:focus, .shopify-challenge__button.btn--secondary:focus, input.shopify-challenge__button[type="submit"]:focus, .shopify-challenge__button.spr-summary-actions-newreview:focus, .sky-pilot-access-denied a.shopify-challenge__button:focus, .charge_rabbit .login_or_signup a.shopify-challenge__button#login_link:focus, .charge_rabbit .login_or_signup a.shopify-challenge__button#signup_link:focus, .charge_rabbit a.shopify-challenge__button.update-card-link:focus, .charge_rabbit a.shopify-challenge__button.update-address-link:focus, .charge_rabbit .continue_shopping a.shopify-challenge__button:focus, .charge_rabbit .cancel-subscription-wrapper a.shopify-challenge__button:focus, .charge_rabbit a.shopify-challenge__button.cancel-subscription-link:focus, .shopify-challenge__button.btn:active, .shopify-challenge__button.btn--secondary:active, input.shopify-challenge__button[type="submit"]:active, .shopify-challenge__button.spr-summary-actions-newreview:active, .sky-pilot-access-denied a.shopify-challenge__button:active, .charge_rabbit .login_or_signup a.shopify-challenge__button#login_link:active, .charge_rabbit .login_or_signup a.shopify-challenge__button#signup_link:active, .charge_rabbit a.shopify-challenge__button.update-card-link:active, .charge_rabbit a.shopify-challenge__button.update-address-link:active, .charge_rabbit .continue_shopping a.shopify-challenge__button:active, .charge_rabbit .cancel-subscription-wrapper a.shopify-challenge__button:active, .charge_rabbit a.shopify-challenge__button.cancel-subscription-link:active {
    background-color: #fff;
    color: #111111; }

.btn--square {
  border-radius: 0px !important; }

.btn--outline {
  transition: 0.2s;
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
  margin: 8px; }
  .btn--outline:hover, .btn--outline:focus, .btn--outline:active {
    color: #fff !important;
    background-color: #000 !important; }

.btn--splash {
  background: #666666 !important;
  color: #111111 !important;
  font-size: 0.92857em; }
  .btn--splash:hover, .btn--splash:focus, .btn--splash:active {
    background-color: #111111 !important;
    color: #666666 !important; }

.btn--splash2 {
  transition: 0.2s;
  background: #111111 !important;
  color: white !important;
  border: 1px solid white;
  font-size: 0.92857em;
  font-weight: bold; }
  .btn--splash2:hover, .btn--splash2:focus, .btn--splash2:active {
    background-color: white !important;
    color: #111111 !important;
    border: #111111 1px solid; }

.btn--spl-w {
  background: #fff !important;
  border: 1px solid #111111 !important;
  color: #111111 !important;
  font-size: 0.92857em;
  font-weight: bold; }
  .btn--spl-w:hover, .btn--spl-w:focus, .btn--spl-w:active {
    background-color: #111111 !important;
    color: #666666 !important; }

input.btn--spl-w {
  padding-top: 10px !important; }

.btn--spl2-w {
  background: #fff !important;
  color: white !important;
  border: 1px solid white !important;
  font-size: 0.92857em;
  font-weight: bold; }
  .btn--spl2-w:hover, .btn--spl2-w:focus, .btn--spl2-w:active {
    background-color: white !important;
    color: #111111 !important; }

.btn--splash, .btn--splash2, .btn--spl-w, .btn--spl2-w {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }

.homepage--light .btn--spl-w {
  background: none !important; }
  .homepage--light .btn--spl-w:hover, .homepage--light .btn--spl-w:focus, .homepage--light .btn--spl-w:active {
    background-color: #111111 !important;
    color: #fff !important; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*============================================================================
  #Lists
==============================================================================*/
ul, ol {
  margin: 0 0 15px;
  padding: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 20px; }

li {
  margin-bottom: 0.25em; }

ol, ul.square, ul.disc, .rte ul {
  margin-left: 20px; }

ul.square {
  list-style: square outside; }

ul.disc, .rte ul {
  list-style: disc outside; }

ol.alpha {
  list-style: lower-alpha outside; }

.inline-list li {
  display: inline-block;
  margin-bottom: 0; }

/*============================================================================
  #Tabs and mobile accordion
==============================================================================*/
.tabs-wrapper {
  padding-top: 30px; }

ul.tabs {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  position: relative; }

ul.tabs > li {
  background: none;
  color: #111111;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 0px;
  margin: 0 22.5px 0 0;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 2px solid transparent; }
  ul.tabs > li:last-child {
    margin-right: 0; }

ul.tabs > li.current {
  border-bottom: 2px solid #111111;
  color: #656565; }

.tab-content {
  display: none;
  padding: 15px 15px 15px 0px;
  min-height: 6rem; }
  .tab-content table {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .tab-content table tr td:first-child {
      font-weight: bold; }

.tab-content.current {
  display: inherit; }

@media screen and (max-width: 1180px) {
  ul.tabs > li {
    margin: 0 15px 0 0;
    font-size: 1em; }
    ul.tabs > li:last-child {
      margin-right: 0; } }
@media screen and (max-width: 1030px) {
  ul.tabs > li {
    margin: 0 10px 0 0;
    font-size: 1em; }
    ul.tabs > li:last-child {
      margin-right: 0; } }
@media screen and (min-width: 800px) {
  .product-accordion {
    display: none; }

  .product-tabs {
    display: block; } }
@media screen and (max-width: 800px) {
  .product-accordion {
    display: block; }

  .product-tabs {
    display: none; } }
.accordion {
  border-bottom: 1px solid #111111; }

.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid #111111;
  padding: 1rem 0;
  text-align: center;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: auto; }

.accordion-content {
  display: none;
  padding-bottom: 15px; }

.accordion-content.accordion--open {
  display: block; }

.accordion .icon-minus, .accordion .icon-plus {
  float: right;
  color: #111111;
  display: none; }

/*============================================================================
  #Tables
==============================================================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.full {
  width: 100%;
  margin-bottom: 1em; }

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

tr {
  border-bottom: 1px solid #111111; }

th {
  font-weight: bold; }

th, td {
  text-align: left;
  padding: 7.5px; }

/* Responsive tables for IE9+ */
@media screen and (max-width: 480px) {
  html:not(.lt-ie9) .table--responsive thead {
    display: none; }
  html:not(.lt-ie9) .table--responsive tr {
    display: block; }
  html:not(.lt-ie9) .table--responsive tbody {
    border-top: 1px solid #111111; }
  html:not(.lt-ie9) .table--responsive tbody td:not(:first-child) {
    border-top: 1px solid rgba(17, 17, 17, 0.2); }
  html:not(.lt-ie9) .table--responsive tfoot {
    border-top: 1px solid #111111;
    border-bottom: 2px solid #111111; }
  html:not(.lt-ie9) .table--responsive tr,
  html:not(.lt-ie9) .table--responsive td {
    float: left;
    clear: both;
    width: 100%;
    border-bottom: none; }
  html:not(.lt-ie9) .table--responsive th,
  html:not(.lt-ie9) .table--responsive td {
    display: block;
    text-align: right;
    padding: 10px; }
  html:not(.lt-ie9) .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding-right: 10px; } }
@media screen and (max-width: 480px) {
  html:not(.lt-ie9) .table--small-hide {
    display: none !important; }
  html:not(.lt-ie9) .table__section + .table__section {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    html:not(.lt-ie9) .table__section + .table__section:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #111111; } }

/*============================================================================
  #OOCSS Media Object
    - http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/
==============================================================================*/
.media,
.media-flex {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media-img {
  float: left;
  margin-right: 15px; }

.media-img-right {
  float: right;
  margin-left: 15px; }

.media-img img,
.media-img-right img {
  display: block; }

/*============================================================================
  #Images and Iframes
==============================================================================*/
img {
  border: 0 none; }

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

img.auto,
.grid__item img,
.grid__item iframe {
  max-width: 100%; }

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

/*============================================================================
  #Forms
==============================================================================*/
form {
  margin-bottom: 15px; }

input,
textarea,
button,
select {
  font-size: 1em; }

@media screen and (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 0;
  max-width: 100%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

input,
select,
textarea {
  padding: 12px 15px;
  line-height: 1.42; }

fieldset {
  border: 1px solid #111111;
  padding: 7.5px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

button,
input[type="submit"] {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
  border: 1px solid #111111;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  outline: none; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="file"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  textarea:focus,
  select:focus {
    border: 1px solid black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  input[type="url"][disabled],
  input[type="url"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3); }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//torgoen.com/cdn/shop/t/363/assets/ico-select.svg?v=97831136707463655781695752252");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

option {
  color: #000;
  background-color: #fff; }

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

/*================ Form labels ================*/
label,
legend {
  display: block;
  margin-bottom: 2px;
  font-weight: bold; }
  label.inline,
  legend.inline {
    display: inline; }
  .form-horizontal label.label--hidden, label.label--hidden, .form-horizontal
  legend.label--hidden,
  legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.label--hidden, .lt-ie9 .form-horizontal label.label--hidden, .ie9 label.label--hidden, .lt-ie9 label.label--hidden, .ie9 .form-horizontal
    legend.label--hidden, .lt-ie9 .form-horizontal
    legend.label--hidden, .ie9
    legend.label--hidden, .lt-ie9
    legend.label--hidden {
      height: auto;
      width: auto;
      margin-bottom: 2px;
      overflow: visible; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

/*================ Horizontal Form ================*/
form.form-horizontal,
.form-horizontal {
  margin-bottom: 0; }
  form.form-horizontal input[type="text"],
  form.form-horizontal input[type="search"],
  form.form-horizontal input[type="password"],
  form.form-horizontal input[type="email"],
  form.form-horizontal input[type="file"],
  form.form-horizontal input[type="number"],
  form.form-horizontal input[type="tel"],
  form.form-horizontal input[type="url"],
  form.form-horizontal textarea,
  form.form-horizontal select,
  form.form-horizontal label,
  .form-horizontal input[type="text"],
  .form-horizontal input[type="search"],
  .form-horizontal input[type="password"],
  .form-horizontal input[type="email"],
  .form-horizontal input[type="file"],
  .form-horizontal input[type="number"],
  .form-horizontal input[type="tel"],
  .form-horizontal input[type="url"],
  .form-horizontal textarea,
  .form-horizontal select,
  .form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto; }

/*================ Error styles ================*/
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error {
  border-color: #d02e2e;
  background-color: #fff6f6;
  color: #d02e2e; }

label.error {
  color: #d02e2e; }

/*================ Input Group ================*/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .input-group-btn:first-child > input[type="submit"],
  .input-group .input-group-btn:first-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:first-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:first-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:first-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:first-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:first-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:first-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:first-child > a,
  .input-group .charge_rabbit .input-group-btn:first-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:first-child > a.cancel-subscription-link,
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"],
  .input-group input[type="hidden"]:first-child + .input-group-btn > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied input[type="hidden"]:first-child + .input-group-btn > a,
  .sky-pilot-access-denied .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#login_link,
  .input-group .charge_rabbit .login_or_signup input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .charge_rabbit .login_or_signup .input-group input[type="hidden"]:first-child + .input-group-btn > a#signup_link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-card-link,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .continue_shopping .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper input[type="hidden"]:first-child + .input-group-btn > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group input[type="hidden"]:first-child + .input-group-btn > a,
  .input-group .charge_rabbit input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link,
  .charge_rabbit .input-group input[type="hidden"]:first-child + .input-group-btn > a.cancel-subscription-link {
    border-radius: 2px 0 0 2px; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .input-group-btn:last-child > input[type="submit"],
  .input-group .input-group-btn:last-child > .spr-summary-actions-newreview,
  .input-group .sky-pilot-access-denied .input-group-btn:last-child > a,
  .sky-pilot-access-denied .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#login_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#login_link,
  .input-group .charge_rabbit .login_or_signup .input-group-btn:last-child > a#signup_link,
  .charge_rabbit .login_or_signup .input-group .input-group-btn:last-child > a#signup_link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-card-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-card-link,
  .input-group .charge_rabbit .input-group-btn:last-child > a.update-address-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.update-address-link,
  .input-group .charge_rabbit .continue_shopping .input-group-btn:last-child > a,
  .charge_rabbit .continue_shopping .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .cancel-subscription-wrapper .input-group-btn:last-child > a,
  .charge_rabbit .cancel-subscription-wrapper .input-group .input-group-btn:last-child > a,
  .input-group .charge_rabbit .input-group-btn:last-child > a.cancel-subscription-link,
  .charge_rabbit .input-group .input-group-btn:last-child > a.cancel-subscription-link {
    border-radius: 0 2px 2px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn--secondary, .input-group input[type="submit"], .input-group .spr-summary-actions-newreview, .input-group .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group a, .input-group .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group a#login_link, .input-group .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group a#signup_link, .input-group .charge_rabbit a.update-card-link, .charge_rabbit .input-group a.update-card-link, .input-group .charge_rabbit a.update-address-link, .charge_rabbit .input-group a.update-address-link, .input-group .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group a, .input-group .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group a, .input-group .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group a.cancel-subscription-link,
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

/*============================================================================
  #Icons
==============================================================================*/
.icon-fallback-text .icon, .icon-fallback-text .slick-next, .icon-fallback-text .slick-prev {
  display: none; }
  .supports-fontface .icon-fallback-text .icon, .supports-fontface .icon-fallback-text .slick-next, .supports-fontface .icon-fallback-text .slick-prev {
    display: inline-block; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before, .slick-next:before, .slick-prev:before {
  display: none; }

.supports-fontface .icon:before, .supports-fontface .slick-next:before, .supports-fontface .slick-prev:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*================ Icon mapping ================*/
.icon-amazon_payments:before {
  content: "\e800"; }

.icon-american_express:before {
  content: "\41"; }

.icon-apple_pay:before {
  content: "\e90c"; }

.icon-arrow-down:before {
  content: "\e607"; }

.icon-arrow-left:before, .slick-prev:before {
  content: "\e901"; }

.icon-arrow-right:before, .slick-next:before {
  content: "\e902"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cart:before {
  content: "\e600"; }

.icon-cirrus:before {
  content: "\e904"; }

.icon-customer:before {
  content: "\e605"; }

.icon-dankort:before {
  content: "\64"; }

.icon-diners_club:before {
  content: "\63"; }

.icon-discover:before {
  content: "\44"; }

.icon-dogecoin:before {
  content: "\e908"; }

.icon-dwolla:before {
  content: "\e903"; }

.icon-facebook:before {
  content: "\e609"; }

.icon-fancy:before {
  content: "\46"; }

.icon-forbrugsforeningen:before {
  content: "\e905"; }

.icon-google_plus:before {
  content: "\e90a"; }

.icon-hamburger:before {
  content: "\e601"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-interac:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-litecoin:before {
  content: "\e909"; }

.icon-maestro:before {
  content: "\e906"; }

.icon-master:before {
  content: "\e90b"; }

.icon-minus:before {
  content: "\e602"; }

.icon-paypal:before {
  content: "\50"; }

.icon-pinterest:before {
  content: "\e608"; }

.icon-plus:before {
  content: "\e603"; }

.icon-rss:before {
  content: "\72"; }

.icon-search:before {
  content: "\73"; }

.icon-shopify_pay:before {
  content: "\e900"; }

.icon-snapchat:before {
  content: "\e90d"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-twitter:before {
  content: "\54"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-visa:before {
  content: "\56"; }

.icon-x:before {
  content: "\e604"; }

.icon-youtube:before {
  content: "\79"; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    margin: 0 3.75px 3.75px;
    color: #000000;
    cursor: default; }
  .payment-icons .icon, .payment-icons .slick-next, .payment-icons .slick-prev {
    font-size: 30px;
    line-height: 20px; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }

.social-icons li {
  margin: 0 7.5px 7.5px;
  vertical-align: middle; }
  @media screen and (min-width: 481px) {
    .social-icons li {
      margin-left: 0; } }
  .social-icons li .icon, .social-icons li .slick-next, .social-icons li .slick-prev {
    font-size: 26px;
    line-height: 20px; }
  .social-icons li a {
    color: #000000; }
    .social-icons li a:hover {
      color: black; }

/*============================================================================
  #Pagination (Including Shopify Product Reviews)
==============================================================================*/
.pagination {
  margin-bottom: 1em; }

/*================ Custom Pagination ================*/
.pagination-custom__wrapper {
  width: 100%;
  display: inline-block;
  margin-top: 20px; }
  .pagination-custom__wrapper .pagination-count {
    float: left;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 29px; }
  .pagination-custom__wrapper .pagination-custom {
    float: right; }

.pagination-custom, .sky-pilot-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0 15px;
  border-radius: 2px; }

.pagination-custom > li, .sky-pilot-pagination span {
  display: inline; }

.spr-pagination > div {
  display: inline-block; }

.spr-pagination .spr-pagination-page,
.spr-pagination .spr-pagination-next,
.spr-pagination .spr-pagination-prev {
  display: inline;
  position: relative; }

.pagination-custom > li > a,
.pagination-custom > li > span,
.spr-pagination-page > a,
.spr-pagination-page.is-active,
.spr-pagination .spr-pagination-deco,
.spr-pagination-next > a,
.spr-pagination-prev > a,
.sky-pilot-pagination > span > a {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none; }

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span,
.spr-pagination > div > span:first-child > a,
.spr-pagination > div > span:first-child.is-active,
.sky-pilot-pagination > span:first-child > a {
  margin-left: 0;
  font-weight: bold; }

.pagination-custom > li:last-child > a,
.pagination-custom > li:last-child > span,
.spr-pagination > div > span:last-child > a,
.spr-pagination > div > span:last-child.is-active,
.sky-pilot-pagination > span:last-child > a {
  font-weight: bold; }

.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover,
.pagination-custom > li > a:focus,
.pagination-custom > li > span:focus,
.sky-pilot-pagination > span > a:hover {
  position: relative; }
  .pagination-custom > li > a:hover:before,
  .pagination-custom > li > span:hover:before,
  .pagination-custom > li > a:focus:before,
  .pagination-custom > li > span:focus:before,
  .sky-pilot-pagination > span > a:hover:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #000;
    bottom: 2px; }

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  position: relative; }
  .pagination-custom > .active > a:before,
  .pagination-custom > .active > span:before,
  .pagination-custom > .active > a:hover:before,
  .pagination-custom > .active > span:hover:before,
  .pagination-custom > .active > a:focus:before,
  .pagination-custom > .active > span:focus:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #000;
    bottom: 2px; }

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  opacity: 0.3;
  cursor: not-allowed; }
  .pagination-custom > .disabled > span:before,
  .pagination-custom > .disabled > a:before,
  .pagination-custom > .disabled > a:hover:before,
  .pagination-custom > .disabled > a:focus:before {
    display: none !important; }

.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
  padding: 10px 16px;
  font-size: 1.28571em; }

.pagination-custom-lg > li:first-child > a,
.pagination-custom-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-custom-lg > li:last-child > a,
.pagination-custom-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 0.85714em; }

.pagination-custom-sm > li:first-child > a,
.pagination-custom-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-custom-sm > li:last-child > a,
.pagination-custom-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*============================================================================
  #Site Header
==============================================================================*/
.info-bar--upper {
  height: auto !important; }

.info-bar {
  background-color: #282828;
  color: white;
  padding: 5px 0;
  min-height: 30px;
  position: relative; }
  .info-bar a:link {
    color: white;
    text-decoration: none; }
  .info-bar a:visited,
  .info-bar a:focus,
  .info-bar a:active,
  .info-bar a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline; }
  .info-bar .wrapper, .info-bar .charge_rabbit, .info-bar .sky-pilot {
    position: relative; }
  .info-bar :after {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    width: 7.5px;
    height: 25px;
    background-color: #282828; }

/*============================================================================
Site switcher
==============================================================================*/
.site-switcher {
  position: absolute;
  right: 20px;
  top: 1px;
  font-size: 13px;
  padding-bottom: 10px; }
  .site-switcher.site-switcher--main-header {
    position: relative;
    padding: 0;
    right: initial;
    top: initial;
    display: inline-block; }
  .site-switcher img {
    margin-right: 5px;
    position: relative;
    top: 2px; }
  .site-switcher:hover .site-switcher__dropdown {
    display: block; }

.site-switcher__dropdown {
  text-align: left;
  display: none;
  padding: 5px 7px;
  position: absolute;
  z-index: 1111111;
  width: 90px;
  left: -13px;
  top: 20px;
  background: #fff;
  margin: 0; }
  .site-switcher__dropdown li {
    margin: 0;
    padding: 5px; }
    .site-switcher__dropdown li a {
      text-decoration: none;
      color: #111 !important; }
      .site-switcher__dropdown li a a:hover {
        text-decoration: underline; }
  .site-switcher__dropdown li:hover {
    opacity: 0.4; }
  .site-switcher__dropdown li:last-child {
    margin-bottom: 0; }

#shopify-section-header {
  z-index: 199;
  position: relative; }

.header-message--crowded {
  padding: 0 25px 0 25px; }

.header-account-link {
  float: left; }

.header-message {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 0.85714em;
  font-weight: 400;
  letter-spacing: 0.2em; }

@media only screen and (max-width: 720px) {
  .header-message {
    text-align: left;
    padding-right: 70px;
    padding-left: 0;
    font-size: 11px;
    letter-spacing: 0.08em; } }
.site-header {
  position: relative;
  background-color: white; }

.header-logo {
  text-align: left;
  margin: 0; }
  .header-logo a {
    text-decoration: none;
    color: #111111; }
  .header-logo a:hover,
  .header-logo a:focus {
    text-decoration: none;
    color: black; }
  .header-logo a,
  .header-logo img {
    display: block; }
  .header-logo img {
    margin-left: auto;
    margin-right: auto; }

.header--small .nav--desktop .header-menu > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px; }

.header--medium .nav--desktop .header-menu > ul > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.header--large .nav--desktop .header-menu > ul > li > a {
  padding-top: 40px;
  padding-bottom: 40px; }

.header--xl .nav--desktop .header-menu > ul > li > a {
  padding-top: 50px;
  padding-bottom: 50px; }

/*================ Search bar in header ================*/
.search {
  max-width: 100%;
  margin-bottom: 0;
  display: block; }

.header-search__wrapper {
  position: absolute;
  top: -3px;
  right: 7.5px; }
  @media screen and (min-width: 480px) {
    .header-search__wrapper {
      right: 15px; } }

.header-search {
  text-align: right;
  background-color: transparent; }
  .header-search .search-bar {
    position: relative;
    z-index: 100;
    height: 26px;
    color: #282828;
    font-size: 16px;
    padding: 0 25px 0 0;
    text-align: right;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    width: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .header-search .search-bar:focus, .header-search .search-bar:active {
      border: none;
      cursor: text;
      padding: 0;
      margin-right: 24px;
      color: white;
      background-color: #282828;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      @media screen and (min-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          width: 250px; } }
      @media screen and (max-width: 480px) {
        .header-search .search-bar:focus, .header-search .search-bar:active {
          width: 480px; } }
  .header-search .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    height: 26px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 23px;
    background: url("//torgoen.com/cdn/shop/t/363/assets/search.svg?v=125824235045558824761695752252");
    background-repeat: no-repeat;
    background-position: right 3px center; }
    .header-search .search-btn:focus, .header-search .search-btn:active {
      outline: none;
      box-shadow: 0 0 5px #f4f4f4; }
  .header-search .input-group,
  .header-search .input-group-field {
    margin-bottom: 0; }

.lt-ie9 .header-search__wrapper .header-search .search .search-bar,
.lt-ie9 .header-search__wrapper .header-search .search {
  width: 250px !important; }

/*============================================================================
  #Site Nav and Dropdowns
==============================================================================*/
.main-menu {
  cursor: default;
  margin-bottom: 0px; }
  .main-menu ul {
    margin: 0; }
  .main-menu li {
    margin: 0;
    display: block; }
  .main-menu a {
    text-decoration: none;
    color: #111111; }
    .main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.nav-focus {
      color: #444444; }
  .main-menu a:focus:active {
    transform: translate(0px, 1px); }
  .main-menu .main-menu--active a:focus {
    color: #444444; }

.main-menu--active > a {
  color: #444444; }

.main-menu-dropdown {
  background-color: white; }

.logo-wrapper--image .header-logo {
  line-height: 0; }

.nav--mobile .main-menu > li {
  border-bottom: 1px solid #eee; }
  .nav--mobile .main-menu > li a {
    padding: 10px 0; }

/*============================================================================
  #Megamenus
==============================================================================*/
@media screen and (min-width: 1179px) {
  .shopify-section[id*='-megamenu'] {
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease all;
    max-height: 0; } }
@media screen and (max-width: 1179px) {
  .shopify-section[id*='-megamenu'] {
    display: none; } }
@media screen and (min-width: 1179px) {
  #menu1toggle:checked ~ #shopify-section-megamenu.shopify-section,
  #menu2toggle:checked ~ #shopify-section-megamenu2.shopify-section,
  #menu3toggle:checked ~ #shopify-section-megamenu3.shopify-section,
  #menu4toggle:checked ~ #shopify-section-megamenu4.shopify-section,
  #menu5toggle:checked ~ #shopify-section-megamenu5.shopify-section,
  #menu6toggle:checked ~ #shopify-section-megamenu6.shopify-section {
    display: block; }

  .has-mega.hover-menu .shopify-section {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    top: 65px;
    z-index: 10 !important;
    max-height: 500px; } }
#menu1toggle:checked ~ #shopify-section-header label[for="menu1toggle"] {
  color: #111111; }

#menu2toggle:checked ~ #shopify-section-header label[for="menu2toggle"] {
  color: #111111; }

#menu3toggle:checked ~ #shopify-section-header label[for="menu3toggle"] {
  color: #111111; }

#menu4toggle:checked ~ #shopify-section-header label[for="menu4toggle"] {
  color: #111111; }

#menu5toggle:checked ~ #shopify-section-header label[for="menu5toggle"] {
  color: #111111; }

#menu6toggle:checked ~ #shopify-section-header label[for="menu6toggle"] {
  color: #111111; }

.shopify-section[id*='-megamenu'] {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  background: #fff;
  z-index: 10; }

.shopify-section[id*='-megamenu'] .megamenu ul.list-column {
  margin: 0;
  padding: 0; }
  .shopify-section[id*='-megamenu'] .megamenu ul.list-column li .h3 {
    display: block;
    font-weight: bold;
    font-size: 1.07143em;
    margin-top: 35px;
    text-decoration: none; }
  .shopify-section[id*='-megamenu'] .megamenu ul.list-column li a {
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    font-size: 1.14286em; }
    .shopify-section[id*='-megamenu'] .megamenu ul.list-column li a:hover {
      color: #777777; }
  .shopify-section[id*='-megamenu'] .megamenu ul.list-column li:first-child a .h3 {
    margin-top: 0; }
.shopify-section[id*='-megamenu'] .megamenu .image-container {
  padding: 15px 0;
  min-height: 200px; }
  .shopify-section[id*='-megamenu'] .megamenu .image-container .hover-image {
    display: none; }
    .shopify-section[id*='-megamenu'] .megamenu .image-container .hover-image:first-child {
      display: block; }
    .shopify-section[id*='-megamenu'] .megamenu .image-container .hover-image .image-div {
      min-height: 370px;
      display: block; }
      .shopify-section[id*='-megamenu'] .megamenu .image-container .hover-image .image-div img {
        display: inline-block;
        max-width: 100%;
        width: auto;
        height: auto; }
    .shopify-section[id*='-megamenu'] .megamenu .image-container .hover-image .hover-text {
      display: block;
      text-align: center;
      min-height: 20px; }

@media screen and (max-width: 1180px) {
  .shopify-section[id*='-megamenu'] {
    position: static;
    margin-bottom: 7.5px; }
    .shopify-section[id*='-megamenu'] .image-column {
      display: none; }
    .shopify-section[id*='-megamenu'] .wrapper, .shopify-section[id*='-megamenu'] .charge_rabbit, .shopify-section[id*='-megamenu'] .sky-pilot,
    .shopify-section[id*='-megamenu'] .list-column {
      display: block !important;
      width: auto !important;
      padding: 0  !important; }
    .shopify-section[id*='-megamenu'] .list-column {
      padding: 7.5px 0 0 7.5px !important; }
    .shopify-section[id*='-megamenu'] ul.list-column li a .h3 {
      margin: 0 !important; }

  #menu1toggle:checked ~ #shopify-section-header #shopify-section-megamenu,
  #menu2toggle:checked ~ #shopify-section-header #shopify-section-megamenu2,
  #menu3toggle:checked ~ #shopify-section-header #shopify-section-megamenu3,
  #menu4toggle:checked ~ #shopify-section-header #shopify-section-megamenu4,
  #menu5toggle:checked ~ #shopify-section-header #shopify-section-megamenu5,
  #menu6toggle:checked ~ #shopify-section-header #shopify-section-megamenu6 {
    display: block; }

  .fa-minus {
    display: none !important;
    line-height: 22px; }

  #menu1toggle:checked ~ #shopify-section-header label[for="menu1toggle"] .fa-minus,
  #menu2toggle:checked ~ #shopify-section-header label[for="menu2toggle"] .fa-minus,
  #menu3toggle:checked ~ #shopify-section-header label[for="menu3toggle"] .fa-minus,
  #menu4toggle:checked ~ #shopify-section-header label[for="menu4toggle"] .fa-minus,
  #menu5toggle:checked ~ #shopify-section-header label[for="menu5toggle"] .fa-minus,
  #menu6toggle:checked ~ #shopify-section-header label[for="menu6toggle"] .fa-minus {
    display: block !important;
    line-height: 20px;
    margin-top: 2px; }
  #menu1toggle:checked ~ #shopify-section-header label[for="menu1toggle"] .fa-plus,
  #menu2toggle:checked ~ #shopify-section-header label[for="menu2toggle"] .fa-plus,
  #menu3toggle:checked ~ #shopify-section-header label[for="menu3toggle"] .fa-plus,
  #menu4toggle:checked ~ #shopify-section-header label[for="menu4toggle"] .fa-plus,
  #menu5toggle:checked ~ #shopify-section-header label[for="menu5toggle"] .fa-plus,
  #menu6toggle:checked ~ #shopify-section-header label[for="menu6toggle"] .fa-plus {
    display: none !important; }

  .has-mega {
    clear: both;
    overflow: hidden; }
    .has-mega a, .has-mega label {
      float: left;
      width: 90%; }
    .has-mega label {
      width: 10%;
      text-align: right;
      padding-top: 10px;
      padding-bottom: 10px; } }
@media screen and (max-width: 1180px) {
  .shopify-section[id*='-megamenu'] .data-column {
    width: 100% !important; }
  .shopify-section[id*='-megamenu'] .megamenu ul.list-column {
    overflow: hidden;
    padding: 0 0 20px 0 !important;
    clear: both; }
    .shopify-section[id*='-megamenu'] .megamenu ul.list-column li .h3 {
      padding: 0 !important;
      margin: 0 0 10px 0 !important; }
    .shopify-section[id*='-megamenu'] .megamenu ul.list-column li a {
      margin: 0 !important;
      padding: 0 !important; } }
@media screen and (min-width: 1179px) {
  .has-mega label {
    display: none !important; } }
/*================ Large / Small Display Logic ================*/
@media screen and (max-width: 1180px) {
  .nav--mobile {
    display: block; }

  .nav--desktop {
    position: absolute;
    left: -9999px; } }
@media screen and (min-width: 1180px) {
  .nav--desktop {
    position: static; }

  .nav--mobile {
    display: none; } }
.showMobile .nav--mobile {
  display: block; }
.showMobile .nav--desktop {
  position: absolute;
  left: -9999px; }

.showDesktop .nav--desktop {
  position: static; }
.showDesktop .nav--mobile {
  display: none; }

@media screen and (max-width: 1180px) {
  .nav--desktop .mobile-wrapper {
    width: auto; } }
@media screen and (max-width: 720px) {
  #shopify-section-header .btn--inverted-splash {
    display: none; } }
.nav--mobile .header-search-form .search-bar {
  display: table-cell; }
.nav--mobile .header-search-form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -50px;
  width: 50px;
  height: 45px;
  background: #111111;
  border-radius: 0;
  background-image: url("//torgoen.com/cdn/shop/t/363/assets/icon-search-white.svg?v=19075002336347541551695752252");
  background-repeat: no-repeat;
  background-size: 50% 60%;
  background-position: center; }

/*============================================================================
  #Small Meganav
==============================================================================*/
.nav--mobile {
  /* Add padding for fat fingers */
  /* Show a plus to expand menu, minus to contract */ }
  .nav--mobile .header-logo {
    padding: 15px 0;
    text-align: center; }
    .nav--mobile .header-logo a, .nav--mobile .header-logo img {
      display: inline-block; }
    .nav--mobile .header-logo .logo-image {
      max-width: 100%; }
  .nav--mobile .logo-wrapper {
    margin-left: 10%; }
  .nav--mobile .mobile-wrapper {
    *zoom: 1;
    position: relative; }
    .nav--mobile .mobile-wrapper:after {
      content: '';
      display: table;
      clear: both; }
  .nav--mobile .CartToggle {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-bottom: -11px; }
  .nav--mobile .header-hamburger,
  .nav--mobile .header-cart {
    position: absolute;
    top: 50%;
    z-index: 1000;
    margin-top: -12px;
    width: 25px;
    height: 25px; }
  .nav--mobile .header-cart__bubble {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 19px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #111111;
    color: transparent; }
  .nav--mobile .main-menu-dropdown {
    display: none; }
  .nav--mobile .main-menu--expanded > a {
    color: #666666; }
  .nav--mobile .nav-carat {
    padding-right: 9px;
    padding-left: 15px;
    float: right; }
  .nav--mobile .main-menu--expanded > .nav-carat > .plus {
    display: none; }
  .nav--mobile .main-menu--expanded > .nav-carat > .minus {
    display: block; }
  .nav--mobile .nav-carat .minus {
    display: none; }
  .nav--mobile .main-menu li {
    display: block; }
    .nav--mobile .main-menu li > a, .nav--mobile .main-menu li > label {
      display: block;
      white-space: nowrap;
      font-weight: normal;
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .nav--mobile .main-menu li > a:hover, .nav--mobile .main-menu li > a:active, .nav--mobile .main-menu li > a:focus, .nav--mobile .main-menu li > a.nav-focus, .nav--mobile .main-menu li > label:hover, .nav--mobile .main-menu li > label:active, .nav--mobile .main-menu li > label:focus, .nav--mobile .main-menu li > label.nav-focus {
        color: #111111; }
  .nav--mobile .mobile-menu li > a, .nav--mobile .mobile-menu li > label {
    color: #111111; }
    .nav--mobile .mobile-menu li > a:hover, .nav--mobile .mobile-menu li > a:active, .nav--mobile .mobile-menu li > a:focus, .nav--mobile .mobile-menu li > a.nav-focus, .nav--mobile .mobile-menu li > label:hover, .nav--mobile .mobile-menu li > label:active, .nav--mobile .mobile-menu li > label:focus, .nav--mobile .mobile-menu li > label.nav-focus {
      color: #111111; }
  .nav--mobile .large--display-table .large--display-table-cell {
    display: block; }
  .nav--mobile .large--display-table .image-column {
    display: none; }
  .nav--mobile .meganav_image,
  .nav--mobile .cart-text-link {
    display: none !important; }
  @media screen and (min-width: 768px) {
    .nav--mobile .mobile-wrapper {
      position: initial; }
    .nav--mobile .header-hamburger {
      right: 15px; }
    .nav--mobile .header-cart {
      left: 15px; }
    .nav--mobile .header-cart__bubble {
      left: 34px; } }

@media screen and (max-width: 1200px) {
  .site-header, .info-bar {
    transition: left 0.4s;
    left: 0;
    z-index: 200; }

  .header__wrapper.header__wrapper--mobile-active {
    overflow: hidden; }
    .header__wrapper.header__wrapper--mobile-active .site-header, .header__wrapper.header__wrapper--mobile-active .info-bar {
      left: 300px; }
    .header__wrapper.header__wrapper--mobile-active .header-menu {
      display: block;
      -ms-transform: translateX(300px);
      -webkit-transform: translateX(300px);
      transform: translateX(300px); }
    .header__wrapper.header__wrapper--mobile-active .nav-white-screen {
      pointer-events: all;
      opacity: 0.8; }

  .nav--mobile .header-menu {
    position: fixed;
    top: 0px;
    width: 300px;
    max-width: 95%;
    bottom: 0;
    left: -300px;
    right: initial;
    background-color: white;
    z-index: 9000;
    border-right: 1px solid #282828;
    padding: 23px;
    height: 100vh;
    /*-webkit-transform: translateZ(0);
    will-change: transform;*/
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.4s; }

  .nav-white-screen {
    display: block;
    background: #fff;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: 0.3s ease-in;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999990;
    overflow: hidden;
    pointer-events: none; }

  .main-content {
    transition: all 0.4s;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .main-content.main-content--mobile-active {
      position: relative;
      -ms-transform: translateX(300px);
      -webkit-transform: translateX(300px);
      transform: translateX(300px); } }
.full-wrap {
  transition: all 0.4s;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-top: 120px; }

@media only screen and (max-width: 428px) {
  .full-wrap {
    padding-top: 70px; } }
.body--mobile-active {
  overflow: hidden; }
  .body--mobile-active .full-wrap, .body--mobile-active .header__wrapper {
    transition: all 0.4s;
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  .body--mobile-active .nav-white-screen {
    pointer-events: all;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }

@media only screen and (max-width: 360px) {
  .header__wrapper.header__wrapper--mobile-active .site-header, .header__wrapper.header__wrapper--mobile-active .info-bar {
    left: 260px; }

  .nav--mobile .header-menu {
    width: 260px; } }
/* ie8  icon replacement*/
.lt-ie9 .nav--mobile .header-hamburger {
  background: url("//torgoen.com/cdn/shop/t/363/assets/nav.png?v=165688430958430171541695752252");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .nav--mobile .header-cart {
  background: url("//torgoen.com/cdn/shop/t/363/assets/cart.png?v=94528180175066149051695752252");
  background-position: left center;
  background-repeat: no-repeat; }

.lt-ie9 .header-search .search-bar {
  background: url("//torgoen.com/cdn/shop/t/363/assets/search.png?v=43674520712438301711695752252");
  background-position: right center;
  background-repeat: no-repeat; }

.lt-ie9 .hero-image-overlay,
.lt-ie9 .collection-image-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*============================================================================
  #Large Meganav
==============================================================================*/
.nav--desktop {
  display: table;
  table-layout: fixed;
  width: 100%;
  /*================ Large MegaNav ================*/
  /* catch the cast where a grandparent has a child */
  /*================ Large Dropdown ================*/ }
  .nav--desktop .header-logo {
    margin-bottom: 0; }
  .nav--desktop .mobile-wrapper {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  .nav--desktop .logo-wrapper {
    float: none;
    vertical-align: middle; }
  .nav--desktop .header-hamburger,
  .nav--desktop .nav-carat,
  .nav--desktop .header-cart__bubble {
    display: none !important; }
  .nav--desktop .header-menu {
    text-align: right; }
  .nav--desktop .main-menu {
    font-size: 1em;
    display: inline-block; }
    .nav--desktop .main-menu > li {
      display: inline-block; }
      .nav--desktop .main-menu > li > a, .nav--desktop .main-menu > li > label {
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        white-space: nowrap;
        font-weight: normal;
        font-family: "futura-pt", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: bold;
        /*UWP menu doesn't fit here*/ }
        @media screen and (max-width: 1180px) {
          .nav--desktop .main-menu > li > a, .nav--desktop .main-menu > li > label {
            margin-left: 15px;
            margin-right: 15px; } }
        .nav--desktop .main-menu > li > a:hover, .nav--desktop .main-menu > li > a:active, .nav--desktop .main-menu > li > a:focus, .nav--desktop .main-menu > li > a.nav-focus, .nav--desktop .main-menu > li > label:hover, .nav--desktop .main-menu > li > label:active, .nav--desktop .main-menu > li > label:focus, .nav--desktop .main-menu > li > label.nav-focus {
          color: #444444; }
  .nav--desktop .sub-menu {
    margin-top: 6px; }
    .nav--desktop .sub-menu > li {
      cursor: pointer;
      margin-left: 10px; }
      .nav--desktop .sub-menu > li > a {
        margin-left: 5px;
        margin-right: 5px; }
      .nav--desktop .sub-menu > li:last-child a {
        margin-right: 0; }
  .nav--desktop .main-menu-dropdown {
    text-align: left; }
    .nav--desktop .main-menu-dropdown li {
      padding-top: 3.75px; }
  .nav--desktop .header-account-link {
    position: relative; }
    .nav--desktop .header-account-link .account-sub-menu {
      position: absolute;
      background: #fff;
      z-index: 10000;
      display: none;
      width: 168px;
      margin-top: 10px;
      left: 18px;
      transform: translateX(-84px);
      padding-top: 0;
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .nav--desktop .header-account-link .account-sub-menu li {
        font-size: 14px;
        padding: 8px 10px; }
    .nav--desktop .header-account-link:hover .account-sub-menu {
      display: block; }
  .nav--desktop .header-search-link.is-active .header-search-form {
    display: block;
    opacity: 1;
    visibility: visible; }
  .nav--desktop .header-search-link .header-search-form {
    display: none;
    position: absolute;
    width: 230px;
    top: -10px;
    left: -240px; }
    .nav--desktop .header-search-link .header-search-form .search-bar {
      border: 1px solid #000;
      background: #fff;
      width: 50%;
      margin: auto; }
      .nav--desktop .header-search-link .header-search-form .search-bar:focus {
        box-shadow: none;
        border-color: #e5edff; }
    .nav--desktop .header-search-link .header-search-form .cancel {
      position: absolute;
      left: 200px;
      top: 13px;
      width: 14px; }
      .nav--desktop .header-search-link .header-search-form .cancel img {
        max-width: 100%; }
  .nav--desktop .btn--inverted-splash {
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px; }
    @media only screen and (max-width: 1380px) {
      .nav--desktop .btn--inverted-splash {
        margin-right: 0;
        padding-right: 10px;
        padding-left: 10px; } }
  .nav--desktop .up-arrow {
    display: inline-block;
    position: relative;
    border: 1px solid #EAEAEA;
    text-decoration: none; }
  .nav--desktop .up-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    margin-top: 10px;
    border: 10px solid transparent;
    border-bottom-color: #EAEAEA;
    transform: translateX(-50%); }
  .nav--desktop .up-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    margin-top: 10px;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%); }
  .nav--desktop .grandparent > .main-menu-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 5000;
    border-bottom: 1px solid #282828; }
  .nav--desktop .grandparent.hover > .main-menu-dropdown {
    display: block; }
  .nav--desktop .grandparent > .main-menu-dropdown ul {
    max-width: 1532px;
    margin: 0 auto;
    padding: 5px 15px 20px 15px;
    *zoom: 1; }
    .nav--desktop .grandparent > .main-menu-dropdown ul:after {
      content: '';
      display: table;
      clear: both; }
    .nav--desktop .grandparent > .main-menu-dropdown ul:first-child {
      padding-left: 0; }
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent > a {
    border-bottom: 1px solid #282828;
    width: 100%;
    display: inline-block;
    padding-bottom: 17px; }
  .nav--desktop .grandparent .parent .child a {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .nav--desktop .meganav_image_wrapper {
    float: right;
    padding-left: 30px;
    padding-top: 10px; }
  .nav--desktop .meganav_image {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav--desktop .meganav_image img {
      max-width: 100%;
      max-height: 500px; }
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent,
  .nav--desktop .grandparent > .main-menu-dropdown > ul > .child {
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-top: 0px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .nav--desktop .grandparent > .main-menu-dropdown > ul > .parent > a,
    .nav--desktop .grandparent > .main-menu-dropdown > ul > .child > a {
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .nav--desktop .kids-2.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-1.grandparent > .main-menu-dropdown > ul > li {
    width: 50%; }
    .nav--desktop .kids-2.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1),
    .nav--desktop .kids-1.grandparent > .main-menu-dropdown > ul > li:nth-child(2n+1) {
      clear: both; }
  .nav--desktop .kids-3.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-9.grandparent > .main-menu-dropdown > ul > li {
    width: 33.333%; }
    .nav--desktop .kids-3.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .nav--desktop .kids-6.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1),
    .nav--desktop .kids-9.grandparent > .main-menu-dropdown > ul > li:nth-child(3n+1) {
      clear: both; }
  .nav--desktop .kids-4.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-7.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-8.grandparent > .main-menu-dropdown > ul > li {
    width: 25%; }
    .nav--desktop .kids-4.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .nav--desktop .kids-7.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1),
    .nav--desktop .kids-8.grandparent > .main-menu-dropdown > ul > li:nth-child(4n+1) {
      clear: both; }
  .nav--desktop .kids-5.grandparent > .main-menu-dropdown > ul > li,
  .nav--desktop .kids-10.grandparent > .main-menu-dropdown > ul > li {
    width: 20%; }
    .nav--desktop .kids-5.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1),
    .nav--desktop .kids-10.grandparent > .main-menu-dropdown > ul > li:nth-child(5n+1) {
      clear: both; }
  .nav--desktop .main-menu > .parent > .main-menu-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 5000;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 15px 11.25px 15px;
    border-bottom: 1px solid #282828;
    border-left: 1px solid #282828;
    border-right: 1px solid #282828; }
  .nav--desktop .main-menu > .parent:hover > .main-menu-dropdown,
  .nav--desktop .main-menu > .parent.hover > .main-menu-dropdown {
    display: block; }
  .nav--desktop .main-menu > .parent:first-child > .main-menu-dropdown {
    margin-left: -30px; }

.mega-image-container {
  position: relative; }
  .mega-image-container a {
    text-decoration: none; }
  .mega-image-container .image-container1 {
    display: block;
    position: relative;
    z-index: 3; }
    .mega-image-container .image-container1 img {
      display: block;
      position: relative;
      z-index: 3; }
  .mega-image-container h5, .mega-image-container .h5, .mega-image-container .h5--body {
    padding: 5px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 5;
    margin-bottom: 0;
    font-size: 1em; }
  .mega-image-container:hover .image-container1 img {
    opacity: 0.5; }

/*============================================================================
  #Site Homepage
==============================================================================*/
.template-index .product__related {
  display: none; }

.template-index .main-content, .template-article .main-content {
  padding-bottom: 0px; }

/*================ Spacing ================*/
.homepage-blog,
.homepage-product,
.homepage-columns,
.homepage-instagram,
.homepage-collection {
  padding-top: 0;
  padding-bottom: 45px; }

.homepage-slideshow {
  margin-bottom: 45px; }

.homepage-page {
  padding-top: 45px;
  padding-bottom: 45px; }

.homepage-collection-grid {
  padding-top: 45px;
  padding-bottom: 45px; }

.homepage-logos {
  padding-top: 15px;
  padding-bottom: 5px; }

.homepage-logos.homepage-logos--tall {
  padding-top: 45px;
  padding-bottom: 45px; }

.adjust--white + .adjust--white .homepage-page,
.adjust--white + .adjust--white .homepage-blog,
.adjust--white + .adjust--white .homepage-logos,
.adjust--white + .adjust--white .homepage-columns,
.adjust--white + .adjust--white .homepage-product,
.adjust--white + .adjust--white .homepage-collection,
.adjust--white + .adjust--white .homepage-collection-grid,
.adjust--white + .adjust--white .homepage-instagram,
.adjust--light + .adjust--light .homepage-page,
.adjust--light + .adjust--light .homepage-blog,
.adjust--light + .adjust--light .homepage-logos,
.adjust--light + .adjust--light .homepage-columns,
.adjust--light + .adjust--light .homepage-product,
.adjust--light + .adjust--light .homepage-collection,
.adjust--light + .adjust--light .homepage-collection-grid,
.adjust--light + .adjust--light .homepage-instagram,
.adjust--splash + .adjust--splash .homepage-page,
.adjust--splash + .adjust--splash .homepage-blog,
.adjust--splash + .adjust--splash .homepage-logos,
.adjust--splash + .adjust--splash .homepage-columns,
.adjust--splash + .adjust--splash .homepage-product,
.adjust--splash + .adjust--splash .homepage-collection,
.adjust--splash + .adjust--splash .homepage-collection-grid,
.adjust--splash + .adjust--splash .homepage-instagram,
.adjust--dark + .adjust--dark .homepage-page,
.adjust--dark + .adjust--dark .homepage-blog,
.adjust--dark + .adjust--dark .homepage-logos,
.adjust--dark + .adjust--dark .homepage-columns,
.adjust--dark + .adjust--dark .homepage-product,
.adjust--dark + .adjust--dark .homepage-collection,
.adjust--dark + .adjust--dark .homepage-collection-grid,
.adjust--dark + .adjust--dark .homepage-instagram {
  padding-top: 0px; }

.homepage-collection .product-grid-item {
  margin-bottom: 0; }

.index-grid-image img {
  width: 100% !important;
  display: block; }

.homepage-columns .column-item {
  position: relative; }
  .homepage-columns .column-item a {
    text-decoration: none; }
  .homepage-columns .column-item .image-container {
    display: block;
    position: relative;
    z-index: 3; }
    .homepage-columns .column-item .image-container img {
      display: block;
      position: relative;
      z-index: 3; }
  .homepage-columns .column-item h5, .homepage-columns .column-item .h5, .homepage-columns .column-item .h5--body {
    margin-top: 10px;
    font-weight: normal;
    text-decoration: none; }
  .homepage-columns .column-item:hover .image-container img {
    opacity: 0.5; }

.homepage-product .inner-content {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto; }
  .homepage-product .inner-content h2, .homepage-product .inner-content .h2, .homepage-product .inner-content .h2--body {
    font-size: 1.57143em;
    line-height: 1.4;
    letter-spacing: 0.05em; }
.homepage-product .image-container {
  display: block; }
  .homepage-product .image-container img {
    display: block; }
.homepage-product .product-excerpt {
  max-width: 390px; }
  @media screen and (max-width: 768px) {
    .homepage-product .product-excerpt {
      max-width: 90%;
      margin: auto; } }
  .homepage-product .product-excerpt p {
    font-size: 1.14286em;
    line-height: 1.4; }

/*================ Titles ================*/
.home__title {
  margin-bottom: 7.5px; }
  @media screen and (max-width: 480px) {
    .home__title {
      font-size: 2em; } }

.home__subtitle {
  text-align: center;
  font-size: 1.57143em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin-bottom: 45px;
  position: relative; }
  .home__subtitle span {
    z-index: 3;
    background: #fff;
    position: relative;
    padding: 0 15px; }
  .home__subtitle:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    background: #111111;
    max-width: 535px;
    height: 1px;
    z-index: 2; }
  @media screen and (max-width: 480px) {
    .home__subtitle:after {
      display: none; } }

a .home__title,
a .home__subtitle {
  text-decoration: none; }

.homepage-image.homepage--white a .home__title,
.homepage-image.homepage--white a .home__subtitle,
.homepage-image.homepage--white a .title--flex,
.homepage-image.homepage--white a .content--flex {
  color: #ffffff; }

.homepage-image.homepage--light a .home__title,
.homepage-image.homepage--light a .home__subtitle,
.homepage-image.homepage--light a .title--flex,
.homepage-image.homepage--light a .content--flex {
  color: rgba(216, 216, 216, 0.2); }

.homepage-image.homepage--splash a .home__title,
.homepage-image.homepage--splash a .home__subtitle,
.homepage-image.homepage--splash a .title--flex,
.homepage-image.homepage--splash a .content--flex {
  color: #666666; }

.homepage-image.homepage--dark a .home__title,
.homepage-image.homepage--dark a .home__subtitle,
.homepage-image.homepage--dark a .title--flex,
.homepage-image.homepage--dark a .content--flex {
  color: #333333; }

.homepage--dark .home__subtitle::after {
  background: #fff; }

/*================ Colors ================*/
.homepage--white {
  background-color: #fff; }

.homepage--light {
  background-color: rgba(216, 216, 216, 0.2);
  margin-top: 0;
  margin-bottom: 60px; }
  .homepage--light .wrapper, .homepage--light .charge_rabbit, .homepage--light .sky-pilot {
    padding-top: 60px; }

.homepage--splash {
  background-color: #666666; }

.homepage--dark {
  background-color: #333333; }

.homepage-product .product-page {
  background-color: transparent; }

.homepage-image.homepage--splash, .color-text.homepage--splash {
  color: #666666;
  background-color: transparent; }

.homepage-image.homepage--dark, .color-text.homepage--dark {
  color: #333333;
  background-color: transparent; }

.homepage-image.homepage--white {
  color: #ffffff;
  background-color: transparent; }

.homepage-image.homepage--light {
  color: rgba(216, 216, 216, 0.2);
  background-color: transparent; }

.color-text.homepage--white, .color-text.homepage--light {
  color: #111111;
  background-color: transparent; }

.homepage--splash,
.homepage--dark {
  color: #fff; }
  .homepage--splash .on-sale,
  .homepage--splash .figcaption a,
  .homepage--splash .js-qty__adjust,
  .homepage--splash .ajaxcart__qty-adjust,
  .homepage--splash .ajaxcart__qty-adjust,
  .homepage--splash .js-qty input[type="text"],
  .homepage--splash .ajaxcart__qty input[type="text"],
  .homepage--splash #your-shopping-cart .js-qty input[type="text"],
  #your-shopping-cart .homepage--splash .js-qty input[type="text"],
  .homepage--splash .figcaption a .price_wrapper,
  .homepage--splash .ajaxcart__qty input[type="text"],
  .homepage--splash input, .homepage--splash textarea, .homepage--splash button, .homepage--splash select,
  .homepage--dark .on-sale,
  .homepage--dark .figcaption a,
  .homepage--dark .js-qty__adjust,
  .homepage--dark .ajaxcart__qty-adjust,
  .homepage--dark .ajaxcart__qty-adjust,
  .homepage--dark .js-qty input[type="text"],
  .homepage--dark .ajaxcart__qty input[type="text"],
  .homepage--dark #your-shopping-cart .js-qty input[type="text"],
  #your-shopping-cart .homepage--dark .js-qty input[type="text"],
  .homepage--dark .figcaption a .price_wrapper,
  .homepage--dark .ajaxcart__qty input[type="text"],
  .homepage--dark input,
  .homepage--dark textarea,
  .homepage--dark button,
  .homepage--dark select {
    color: #fff; }
  .homepage--splash .on-sale .compare-at,
  .homepage--dark .on-sale .compare-at {
    color: rgba(255, 255, 255, 0.5); }
  .homepage--splash .btn--clear,
  .homepage--dark .btn--clear {
    color: white;
    border: 1px solid white; }
  .homepage--splash .btn--clear.disabled,
  .homepage--dark .btn--clear.disabled {
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.3); }
  .homepage--splash .blog__article,
  .homepage--dark .blog__article {
    background-color: #fff;
    color: #111111;
    border: none; }

.homepage--splash .blog__article .btn--splash {
  background-color: #4d4d4d; }
  .homepage--splash .blog__article .btn--splash:hover {
    background-color: #404040; }

.homepage-image.homepage--white .btn--clear {
  color: #fff;
  border: 1px solid #fff; }
  .homepage-image.homepage--white .btn--clear:hover, .homepage-image.homepage--white .btn--clear:focus, .homepage-image.homepage--white .btn--clear:active {
    color: #000;
    background-color: #fff; }

.homepage-image.homepage--light .btn--clear {
  color: rgba(216, 216, 216, 0.2);
  border: 1px solid rgba(216, 216, 216, 0.2); }
  .homepage-image.homepage--light .btn--clear:hover, .homepage-image.homepage--light .btn--clear:focus, .homepage-image.homepage--light .btn--clear:active {
    color: #333333;
    background-color: rgba(216, 216, 216, 0.2); }

.homepage-image.homepage--splash .btn--clear {
  color: #666666;
  border: 1px solid #666666; }
  .homepage-image.homepage--splash .btn--clear:hover, .homepage-image.homepage--splash .btn--clear:focus, .homepage-image.homepage--splash .btn--clear:active {
    color: #ffffff;
    background-color: #666666; }

.homepage-image.homepage--dark .btn--clear {
  color: #333333;
  border: 1px solid #333333; }
  .homepage-image.homepage--dark .btn--clear:hover, .homepage-image.homepage--dark .btn--clear:focus, .homepage-image.homepage--dark .btn--clear:active {
    color: #ffffff;
    background-color: #333333; }

.color-splash {
  background: #666666;
  color: #111111; }
  .color-splash a {
    color: #111111;
    text-decoration: none; }

.color-splash2 {
  background: #111111;
  color: white; }
  .color-splash2 a {
    color: white;
    text-decoration: none; }

/*================ Shared Image Classes ================*/
.homepage-image {
  overflow: hidden;
  position: relative; }

.background-size-cover {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.responsive-wide-image {
  width: 100%;
  display: block; }

.content--left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  max-width: 1502px; }

.content--centered, .collection-grid-item__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  max-width: 1502px; }

.content--right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  max-width: 1502px; }

.ie9 .content--centered, .ie9 .collection-grid-item__content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.use_screen_full {
  height: 100vh; }

.use_screen_three_quarters {
  height: 75vh; }

.use_screen_two_thirds {
  height: 66vh; }

.use_screen_one_half {
  height: 400px; }

.use_screen_one_third {
  height: 33vh; }

.use_screen_one_fifth {
  height: 20vh; }

@media screen and (max-width: 768px) {
  .homepage-slideshow {
    height: auto !important; }

  .home__subtitle {
    font-size: 1.28571em; } }
.content-left {
  float: left; }
  @media screen and (max-width: 768px) {
    .content-left {
      /*float:none;*/ } }

.content-right {
  float: right; }
  @media screen and (max-width: 768px) {
    .content-right {
      float: none; } }

.image--flex {
  max-width: 100%;
  zoom: 50%;
  -moz-transform: scale(0.5); }

.title--flex {
  margin-bottom: 1.5em;
  font-family: "futura-pt", sans-serif;
  text-transform: none;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2.14286em;
  line-height: 1.4;
  letter-spacing: 0.1em; }

.content--flex {
  margin-bottom: 1.5em;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 768px) {
  .title--flex {
    font-size: 2.85714em;
    line-height: 1; }

  .content--flex {
    font-size: 1.71429em; } }
@media screen and (max-width: 480px) {
  .title--flex {
    font-size: 22px; }

  .content--flex {
    display: none; } }
.collection--title {
  font-weight: bold; }

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.homepage--white .image-overlay,
.homepage--light .image-overlay {
  background-color: #000; }

.homepage--splash .image-overlay,
.homepage--dark .image-overlay {
  background-color: #FFF; }

.image-overlay-0 {
  opacity: 0; }

.image-overlay-5 {
  opacity: 0.05; }

.image-overlay-10 {
  opacity: 0.10; }

.image-overlay-15 {
  opacity: 0.15; }

.image-overlay-20 {
  opacity: 0.20; }

.image-overlay-25 {
  opacity: 0.35; }

.image-overlay-30 {
  opacity: 0.30; }

.image-overlay-35 {
  opacity: 0.35; }

.image-overlay-40 {
  opacity: 0.40; }

.image-overlay-45 {
  opacity: 0.45; }

.image-overlay-50 {
  opacity: 0.50; }

.image-overlay-55 {
  opacity: 0.55; }

.image-overlay-60 {
  opacity: 0.60; }

.image-overlay-65 {
  opacity: 0.65; }

.image-overlay-70 {
  opacity: 0.70; }

.image-overlay-75 {
  opacity: 0.75; }

.image-overlay-80 {
  opacity: 0.80; }

.image-overlay-85 {
  opacity: 0.85; }

.image-overlay-90 {
  opacity: 0.90; }

.image-overlay-95 {
  opacity: 0.95; }

.image-overlay-100 {
  opacity: 1; }

.placeholder-svg {
  fill: #b4b6b9;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.homepage-logos .placeholder-svg {
  background-color: #f7f7f7;
  display: block; }

/*================ Video ================*/
.homepage-video__play {
  margin-top: .5em; }

.homepage-video__play {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    .homepage-video__play .icon-play {
      height: 80px;
      width: 66px;
      background-size: 66px 66px; } }
  .homepage-video__play:hover {
    opacity: 0.75; }
  .homepage-video__play:focus, .homepage-video__play:active {
    outline: none; }

/*=== Hero Scroll ==*/
.index-sections > .shopify-section:not(:first-child) .scroll_icon_wrap {
  display: none; }

.scroll_icon_wrap {
  text-align: center;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400; }
  @media screen and (max-width: 480px) {
    .scroll_icon_wrap {
      display: none; } }

.scroll_link {
  display: block;
  position: absolute;
  text-align: center;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
  height: 60px; }
  .scroll_link:hover .scroll_icon {
    opacity: 1; }
  .scroll_link:focus {
    outline: none; }

.scroll_icon {
  opacity: 0.7;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -25px;
  zoom: 50%;
  -moz-transform: scale(0.5); }

.homepage-image .scroll__link {
  position: absolute;
  bottom: 0; }

.bloop {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite; }

@-webkit-keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

@keyframes bloop {
  from, 20%, 30%, 40%, 50%, 60%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  15% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0); }

  25% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0); }

  35% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-out;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0); }

  45% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-in;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); } }

/*=============== Columns ===============*/
.home--uppercase {
  font-weight: bold;
  opacity: 0.75;
  font-size: 1em; }

@media screen and (max-width: 480px) {
  .homepage-columns .grid__item:not(:last-child) a.btn, .homepage-columns .grid__item:not(:last-child) a.btn--secondary, .homepage-columns .grid__item:not(:last-child) a.spr-summary-actions-newreview, .homepage-columns .grid__item:not(:last-child) .sky-pilot-access-denied a, .sky-pilot-access-denied .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .homepage-columns .grid__item:not(:last-child) a#login_link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .homepage-columns .grid__item:not(:last-child) a#signup_link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.update-card-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.update-card-link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.update-address-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.update-address-link, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .homepage-columns .grid__item:not(:last-child) a, .homepage-columns .grid__item:not(:last-child) .charge_rabbit a.cancel-subscription-link, .charge_rabbit .homepage-columns .grid__item:not(:last-child) a.cancel-subscription-link {
    margin-bottom: 40px; } }
/*=============== Image Columns ===============*/
.homepage-double {
  background-color: white; }

.homepage-double form {
  margin-bottom: 0; }

.double__block {
  position: relative;
  overflow: hidden; }
  .double__block .home__subtitle {
    text-align: inherit;
    margin-bottom: 9.5px; }
  .double__block .content--centered, .double__block .collection-grid-item__content {
    max-width: 736px; }

.homepage-double .double__block {
  height: 100%; }

.double__block .text-left .home__subtitle::after {
  right: initial; }

.double__block .text-right .home__subtitle::after {
  left: initial; }

@media screen and (max-width: 480px) {
  .homepage-double.use_screen_full {
    height: auto; }
    .homepage-double.use_screen_full .double__block {
      height: 100vh; }

  .homepage-double.use_screen_three_quarters {
    height: auto; }
    .homepage-double.use_screen_three_quarters .double__block {
      height: 66vh; }

  .homepage-double.use_screen_two_thirds {
    height: auto; }
    .homepage-double.use_screen_two_thirds .double__block {
      height: 66vh; }

  .homepage-double.use_screen_one_half {
    height: auto; }
    .homepage-double.use_screen_one_half .double__block {
      height: 50vh; }

  .homepage-double.use_screen_one_third {
    height: auto; }
    .homepage-double.use_screen_one_third .double__block {
      height: 33vh; }

  .homepage-double.use_screen_one_fifth {
    height: auto; }
    .homepage-double.use_screen_one_fifth .double__block {
      height: 20vh; } }
.rte--homepage {
  font-size: 1.2em;
  margin-bottom: 0; }

/*============================================================================
Collection grid section
==============================================================================*/
.collection-grid-item {
  position: relative;
  width: 100%;
  min-height: 265px;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .collection-grid-item {
      padding: 0 30; } }

@media screen and (min-width: 769px) {
  .collection-grid--single {
    margin-left: 25%; } }

.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: transform 1.1s ease-out;
  -moz-transition: transform 1.1s ease-out;
  -ms-transition: transform 1.1s ease-out;
  -o-transition: transform 1.1s ease-out;
  transition: transform 1.1s ease-out; }

.collection-grid-item__content .home__title {
  margin-bottom: 1.2em; }
.collection-grid-item__content .home__title, .collection-grid-item__content .btn, .collection-grid-item__content .btn--secondary, .collection-grid-item__content input[type="submit"], .collection-grid-item__content .spr-summary-actions-newreview, .collection-grid-item__content .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__content a#login_link, .collection-grid-item__content .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__content a#signup_link, .collection-grid-item__content .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__content a.update-card-link, .collection-grid-item__content .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__content a.update-address-link, .collection-grid-item__content .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__content a, .collection-grid-item__content .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__content a.cancel-subscription-link {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out; }

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .collection-grid-item__link:focus {
    border-color: rgba(0, 0, 0, 0.1); }
  .collection-grid-item__link:hover .collection-grid-item__overlay, .collection-grid-item__link:focus .collection-grid-item__overlay {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .collection-grid-item__link:hover .btn, .collection-grid-item__link:hover .btn--secondary, .collection-grid-item__link:hover input[type="submit"], .collection-grid-item__link:hover .spr-summary-actions-newreview, .collection-grid-item__link:hover .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__link:hover a#login_link, .collection-grid-item__link:hover .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__link:hover a#signup_link, .collection-grid-item__link:hover .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__link:hover a.update-card-link, .collection-grid-item__link:hover .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__link:hover a.update-address-link, .collection-grid-item__link:hover .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__link:hover a, .collection-grid-item__link:hover .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__link:hover a.cancel-subscription-link, .collection-grid-item__link:focus .btn, .collection-grid-item__link:focus .btn--secondary, .collection-grid-item__link:focus input[type="submit"], .collection-grid-item__link:focus .spr-summary-actions-newreview, .collection-grid-item__link:focus .sky-pilot-access-denied a, .sky-pilot-access-denied .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .collection-grid-item__link:focus a#login_link, .collection-grid-item__link:focus .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .collection-grid-item__link:focus a#signup_link, .collection-grid-item__link:focus .charge_rabbit a.update-card-link, .charge_rabbit .collection-grid-item__link:focus a.update-card-link, .collection-grid-item__link:focus .charge_rabbit a.update-address-link, .charge_rabbit .collection-grid-item__link:focus a.update-address-link, .collection-grid-item__link:focus .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .collection-grid-item__link:focus a, .collection-grid-item__link:focus .charge_rabbit a.cancel-subscription-link, .charge_rabbit .collection-grid-item__link:focus a.cancel-subscription-link {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .collection-grid-item__link:hover .home__title, .collection-grid-item__link:focus .home__title {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }

.collection-grid-item__link:hover .btn--splash, .collection-grid-item__link:focus .btn--splash {
  background-color: #4d4d4d; }
.collection-grid-item__link:hover .btn--outline, .collection-grid-item__link:focus .btn--outline {
  color: #333333; }

.homepage-image.homepage--white .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--white .collection-grid-item__link:focus .btn--clear {
  color: #000;
  background-color: #fff; }

.homepage-image.homepage--light .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--light .collection-grid-item__link:focus .btn--clear {
  color: #333333;
  background-color: rgba(216, 216, 216, 0.2); }

.homepage-image.homepage--splash .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--splash .collection-grid-item__link:focus .btn--clear {
  color: #ffffff;
  background-color: #666666; }

.homepage-image.homepage--dark .collection-grid-item__link:hover .btn--clear, .homepage-image.homepage--dark .collection-grid-item__link:focus .btn--clear {
  color: #ffffff;
  background-color: #333333; }

/*================ Page ================*/
.homepage-page hr {
  width: 75%;
  margin-left: 12%; }

.homepage-page__content {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px; }

/*================ Instagram ================*/
.instagram--square {
  position: absolute;
  display: block;
  border-width: 0;
  border-style: solid;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

@media only screen and (max-width: 480px) {
  .instagram--square.small--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.small--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.small--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.small--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.small--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .instagram--square.medium--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (max-width: 768px) {
  .instagram--square.medium-down--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.medium-down--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.medium-down--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.medium-down--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.medium-down--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
@media only screen and (min-width: 769px) {
  .instagram--square.large--one-half {
    width: 50%;
    height: 50vw; }

  .instagram--square.large--one-third {
    width: 33.333%;
    height: 33.333vw; }

  .instagram--square.large--one-quarter {
    width: 25%;
    height: 25vw; }

  .instagram--square.large--one-fifth {
    width: 20%;
    height: 20vw; }

  .instagram--square.large--one-sixth {
    width: 16.666%;
    height: 16.666vw; } }
.homepage--dark .instagram--square {
  border-color: #333333; }

.homepage--light .instagram--square {
  border-color: rgba(216, 216, 216, 0.2); }

.homepage--splash .instagram--square {
  border-color: #666666; }

.homepage--white .instagram--square {
  border-color: #fff; }

.homepage-instagram {
  padding-bottom: 0;
  border-bottom: 1px solid #333; }
  .homepage-instagram .grid-uniform {
    margin-left: 0; }
  .homepage-instagram a {
    position: relative;
    color: white;
    text-align: center;
    font-size: 2em; }
  .homepage-instagram a:hover::after {
    content: '';
    background-color: black;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .homepage-instagram .icon, .homepage-instagram .slick-next, .homepage-instagram .slick-prev {
    position: absolute;
    z-index: 200;
    bottom: 5px;
    width: 27px;
    height: 27px;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .homepage-instagram a:hover .icon, .homepage-instagram a:hover .slick-next, .homepage-instagram a:hover .slick-prev {
    opacity: 1;
    bottom: 47%; }
  .homepage-instagram a img {
    display: block; }

.homepage-instagram .placeholder-svg {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff; }

/*================ Logos ================*/
.logo-bar {
  text-align: center;
  margin-top: -10px; }

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 10px 30px; }
  @media screen and (max-width: 480px) {
    .logo-bar__item {
      max-width: 110px;
      margin: 10px 10px; } }

.logo-bar__image {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.logo-bar__link {
  display: block; }

/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer-wrapper {
  border: 1px solid rgba(216, 216, 216, 0.2);
  position: relative;
  background-color: white;
  color: #989898;
  text-align: left; }
  .site-footer-wrapper hr {
    border-top: 1px solid rgba(152, 152, 152, 0.5); }
  .site-footer-wrapper h5, .site-footer-wrapper .h5, .site-footer-wrapper .h5--body {
    font-size: 1em;
    color: #111111; }
  .site-footer-wrapper a {
    color: #989898; }
    .site-footer-wrapper a:hover {
      color: rgba(152, 152, 152, 0.8); }
  .site-footer-wrapper p {
    color: #989898; }

.footer-logo {
  position: absolute;
  left: 50%; }
  .footer-logo img {
    max-width: 120px;
    max-height: 80px; }

.footer-logo img {
  z-index: 100;
  position: relative; }

.site-footer {
  padding-top: 30px;
  padding-bottom: 15px; }

.lt-ie9 .site-footer {
  border-top: 30px solid white; }

.footer-quicklinks li {
  margin: 0;
  font-size: 0.85714em; }
  @media screen and (max-width: 768px) {
    .footer-quicklinks li {
      margin: 0;
      font-size: 0.78571em; } }

.footer-secondary a,
.footer-quicklinks a {
  text-decoration: none; }
  .footer-secondary a:hover, .footer-secondary a:active, .footer-secondary a:focus,
  .footer-quicklinks a:hover,
  .footer-quicklinks a:active,
  .footer-quicklinks a:focus {
    text-decoration: underline; }

.footer-secondary a {
  color: #989898; }
  .footer-secondary a:hover {
    color: rgba(152, 152, 152, 0.6); }

.footer-secondary-wrapper {
  text-align: center;
  position: relative; }

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

.footer-social,
.footer-payment {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  display: inline-block; }
  .footer-social a,
  .footer-payment a {
    text-decoration: none; }
  @media screen and (max-width: 769px) {
    .footer-social,
    .footer-payment {
      margin: 0;
      text-align: center; } }

.footer-secondary li {
  margin: 22.5px 15px 0 0; }

.footer-social li, .footer-payment li {
  margin: 22.5px 3.75px 0 3.75px; }

@media screen and (max-width: 480px) {
  .footer-social, .footer-payment, .footer-secondary {
    line-height: 2.5em; }
    .footer-social li, .footer-payment li, .footer-secondary li {
      margin: 5px 5px 0 5px; } }
.newsletter-form {
  padding: 0;
  border-radius: 2px;
  border: 1px solid #989898;
  background-color: transparent; }
  .newsletter-form input {
    border: none; }
    .newsletter-form input:active, .newsletter-form input:focus {
      border: none;
      box-shadow: none; }

.input-group.newsletter-form .input-group-btn .btn, .input-group.newsletter-form .input-group-btn .btn--secondary, .input-group.newsletter-form .input-group-btn input[type="submit"], .input-group.newsletter-form .input-group-btn .spr-summary-actions-newreview, .input-group.newsletter-form .input-group-btn .sky-pilot-access-denied a, .sky-pilot-access-denied .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#login_link, .input-group.newsletter-form .input-group-btn .charge_rabbit .login_or_signup a#signup_link, .charge_rabbit .login_or_signup .input-group.newsletter-form .input-group-btn a#signup_link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-card-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-card-link, .input-group.newsletter-form .input-group-btn .charge_rabbit a.update-address-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.update-address-link, .input-group.newsletter-form .input-group-btn .charge_rabbit .continue_shopping a, .charge_rabbit .continue_shopping .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit .cancel-subscription-wrapper a, .charge_rabbit .cancel-subscription-wrapper .input-group.newsletter-form .input-group-btn a, .input-group.newsletter-form .input-group-btn .charge_rabbit a.cancel-subscription-link, .charge_rabbit .input-group.newsletter-form .input-group-btn a.cancel-subscription-link {
  border-radius: 2px; }

.site-footer-wrapper p {
  font-size: 1.14286em; }

@media screen and (max-width: 1030px) {
  .pre-footer-wrapper h6, .pre-footer-wrapper .h6, .pre-footer-wrapper .h6--body {
    font-size: 0.78571em; } }
/*============================================================================
  #Product and Collection Grids
==============================================================================*/
.on-sale {
  color: #060606; }
  .on-sale .compare-at {
    margin-top: 7.5px;
    text-decoration: line-through !important;
    color: rgba(17, 17, 17, 0.5); }

.figcaption a {
  text-decoration: none; }

@media screen and (max-width: 768px) {
  .product__price {
    margin-bottom: 5px; } }
@media screen and (min-width: 768px) {
  .product__price {
    margin-bottom: 5px; } }

.add-to-cart__wrapper {
  margin-top: 2.7em; }

.product__arrows {
  padding-bottom: 15px; }

.product-grid-item {
  display: block;
  position: relative;
  margin-bottom: 15px; }
  .product-grid-item .meta {
    color: #ccc;
    font-size: 1.14286em; }

.name_wrapper {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.64286em; }

a .price_wrapper {
  color: #111111; }

.product__related {
  margin-bottom: 30px; }

/*================ Collection ================*/
.product-grid-item .figcaption.hover .price_wrapper p,
.product-grid-item .figcaption.hover .name_wrapper p {
  margin-bottom: 3.75px; }

@media screen and (max-width: 769px) {
  .product-grid-item .figcaption.hover {
    position: relative;
    padding: 7.5px 0; } }
@media screen and (min-width: 769px) {
  .product-grid-item .figcaption.hover .price_wrapper p,
  .product-grid-item .figcaption.hover .name_wrapper p {
    margin-bottom: 3.75px; }

  .product-grid-item .figcaption.hover {
    padding: 7.5px 0; }

  .product-grid-item .figcaption.hover .price_wrapper {
    opacity: 0;
    -ms-transform: translate(0px, 10px);
    /* IE 9 */
    -webkit-transform: translate(0px, 10px);
    /* Safari */
    transform: translate(0px, 10px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .product-grid-item:hover .figcaption.hover .price_wrapper {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    /* IE 9 */
    -webkit-transform: translate(0px, 0px);
    /* Safari */
    transform: translate(0px, 0px); }

  .lt-ie9 .product-grid-item .figcaption.hover .price_wrapper {
    opacity: 1; } }
.product-grid-item .figcaption.under, .search-result .figcaption.under {
  position: relative;
  padding: 7.5px 0 0; }

label.quatity-selector {
  position: absolute;
  top: -20px; }

.multi-add {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.sticker {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  background: #666666;
  color: #111111; }

.image_autoheight_enable .sticker {
  display: none; }

/*=== Sensible heights for product grid images ===*/
.product-grid-item {
  text-align: center; }
  .product-grid-item .grid-inner {
    border: 1px solid #111111;
    /* padding:$gutter/2; */ }

.grid__image {
  display: block;
  position: relative; }

.lt-ie9 .grid__image img,
.ie9 .grid__image img {
  top: 0; }

html:not(.lt-ie9) .image_autoheight_enable {
  /* Small */
  /* Medium */
  /* Large */
  /* XL */
  /* Double XL */ }
  html:not(.lt-ie9) .image_autoheight_enable .grid__image img {
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    backface-visibility: hidden; }
  @media screen and (max-width: 480px) {
    html:not(.lt-ie9) .image_autoheight_enable .small--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .image_autoheight_enable .small--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .image_autoheight_enable .medium--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media screen and (min-width: 769px) {
    html:not(.lt-ie9) .image_autoheight_enable .large--one-whole > .grid__image {
      height: auto !important; }
      html:not(.lt-ie9) .image_autoheight_enable .large--one-whole > .grid__image img {
        max-height: none;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  @media screen and (max-width: 480px) {
    html:not(.lt-ie9) .image_autoheight_enable .small--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .small--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .large--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .large--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .large--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .large--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .large--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-sixth .grid__image {
      height: 240px; }
    html:not(.lt-ie9) .image_autoheight_enable .small--one-half .grid__image {
      height: 225px; }
    html:not(.lt-ie9) .image_autoheight_enable .small--one-third .grid__image {
      height: 145px; }
    html:not(.lt-ie9) .image_autoheight_enable .small--one-quarter .grid__image {
      height: 105px; }
    html:not(.lt-ie9) .image_autoheight_enable .small--one-fifth .grid__image {
      height: 81px; }
    html:not(.lt-ie9) .image_autoheight_enable .small--one-sixth .grid__image {
      height: 65px; } }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-half .grid__image {
      height: 225px; }
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-third .grid__image {
      height: 145px; }
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-quarter .grid__image {
      height: 105px; }
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-fifth .grid__image {
      height: 81px; }
    html:not(.lt-ie9) .image_autoheight_enable .medium--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-sixth .grid__image {
      height: 65px; } }
  @media only screen and (min-width: 769px) and (max-width: 960px) {
    html:not(.lt-ie9) .image_autoheight_enable .large--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-half .grid__image {
      height: 369px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-third .grid__image {
      height: 241px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-quarter .grid__image {
      height: 177px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-fifth .grid__image {
      height: 138.6px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-sixth .grid__image {
      height: 113px; } }
  @media screen and (min-width: 960px) {
    html:not(.lt-ie9) .image_autoheight_enable .large--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-half .grid__image {
      height: 465px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-third .grid__image {
      height: 305px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-quarter .grid__image {
      height: 225px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-fifth .grid__image {
      height: 177px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-sixth .grid__image {
      height: 145px; } }
  @media screen and (min-width: 1120px) {
    html:not(.lt-ie9) .image_autoheight_enable .large--one-half .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-half .grid__image {
      height: 545px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-third .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-third .grid__image {
      height: 358.33333px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-quarter .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-quarter .grid__image {
      height: 265px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-fifth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-fifth .grid__image {
      height: 209px; }
    html:not(.lt-ie9) .image_autoheight_enable .large--one-sixth .grid__image,
    html:not(.lt-ie9) .image_autoheight_enable .one-sixth .grid__image {
      height: 171.66667px; } }

/*============================================================================
  #Collections
==============================================================================*/
.filter--active {
  font-weight: bold; }

.collection {
  background: white;
  padding-top: 30px;
  padding-bottom: 60px; }
  .collection .main-content {
    padding-bottom: 0; }

.template-collection .main-content {
  padding-bottom: 0; }

.collection__sort {
  font-size: 0.85em; }

.toggle-filters {
  border-color: #111111;
  margin-bottom: 7.5px; }
  .toggle-filters img {
    display: block; }

.filter-heading {
  font-weight: bold;
  text-transform: none; }

.collection-description img {
  display: none; }

/* toggle collection sidebar */
@media screen and (max-width: 768px) {
  .collection__sort select {
    font-size: 16px; }

  .collection__sort label {
    display: none; }

  .collection-filters {
    display: none; }

  .collection-sidebar {
    padding-top: 0; } }
@media screen and (min-width: 769px) {
  .toggle-filters {
    display: none; } }
.filter-group {
  margin-left: 30px; }

/* Set thickness of active-state marker */
.collection-nav {
  margin-bottom: 15px; }
  .collection-nav > li {
    margin-bottom: 5px;
    padding: 0px; }
    .collection-nav > li a {
      text-decoration: none; }
  @media screen and (max-width: 768px) {
    .collection-nav {
      border-top: 1px solid #111111;
      margin-top: 10px;
      padding-top: 10px; } }

.collection-nav--child {
  margin-left: 13px; }
  .collection-nav--child > li {
    margin-bottom: 3.75px; }
    .collection-nav--child > li > a {
      border-left: 3px solid rgba(17, 17, 17, 0.2); }

.collection-list-item:not(first-child) {
  border-bottom: 1px solid #111111;
  padding-top: 30px; }

/*============================================================================
  #Breadcrumbs
==============================================================================*/
.breadcrumb {
  margin-bottom: 15px;
  margin-top: -15px;
  font-size: 1em; }
  .breadcrumb a {
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .breadcrumb a,
  .breadcrumb span {
    display: inline-block;
    padding: 7.5px 7px 7.5px 0;
    margin-right: 7px;
    text-decoration: none; }
    .breadcrumb a:first-child,
    .breadcrumb span:first-child {
      padding-left: 0; }
  .breadcrumb a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 800px) {
    .breadcrumb {
      display: none; } }

/*============================================================================
  #Product Page
==============================================================================*/
.template-product .main-content {
  padding-bottom: 0; }

.template-product .product-section > .wrapper:last-of-type, .template-product .product-section > .charge_rabbit:last-of-type, .template-product .product-section > .sky-pilot:last-of-type {
  padding-bottom: 120px; }

.product-page {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0); }
  @media screen and (max-width: 800px) {
    .product-page {
      padding-top: 15px; } }

.selector-wrapper select,
.product-form__variants {
  margin: 0 auto 2em auto;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  text-align-last: center;
  padding-left: 28px; }

.selector-wrapper {
  display: none; }

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

.selector-wrapper label, .quantity-selector__wrapper label {
  margin-top: 3em;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

.product__slides {
  margin-bottom: 15px;
  overflow-y: hidden; }
  .product__slides a, .product__slides img {
    display: block;
    margin: 0 auto; }
  .product__slides li {
    margin-bottom: 15px; }

@media screen and (max-width: 768px) {
  .product__photo,
  .product__photo img {
    max-height: 280px; } }
@media screen and (min-width: 768px) {
  .product__photo,
  .product__photo img {
    max-height: 720px; } }

.product__slides .product__photo--additional {
  display: none; }

.product__slides.slick-initialized .product__photo--additional {
  display: block; }

.product-form label {
  min-width: 140px;
  margin-top: 2em; }

.share {
  padding-bottom: 15px; }

.share__link {
  text-decoration: none;
  margin-left: 7.5px;
  margin-right: 7.5px; }

.border-bottom-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #111111;
  padding-bottom: 3px; }
  .border-bottom-link:hover {
    border-bottom: 1px solid black; }

.product-description--below {
  margin-top: 30px; }

.downloads {
  overflow: hidden; }

.product-title {
  font-size: 2em;
  font-weight: bold;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0; }
  @media screen and (max-width: 1280px) {
    .product-title {
      font-size: 2.14286em; } }
  @media screen and (max-width: 800px) {
    .product-title {
      font-size: 1.42857em; } }

.sku {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: 0.2em; }

.spr-badge-caption {
  display: block;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #7D7D7D; }

.spr-icon-star-empty {
  color: #EFCC4B; }

.product__photo {
  position: relative; }

.product__play .icon, .product__play .slick-next, .product__play .slick-prev {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.product__play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .product__play:hover {
    opacity: 0.75; }

.video-cell p {
  margin: 0; }

.clear-both {
  clear: both;
  overflow: hidden; }

.float-left {
  float: left; }

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

.quantity-selector__wrapper .js-qty, .quantity-selector__wrapper .ajaxcart__qty,
.quantity-selector__wrapper #your-shopping-cart .js-qty,
#your-shopping-cart .quantity-selector__wrapper .js-qty {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.product-form label {
  margin-top: 0;
  line-height: 15px;
  margin-bottom: 0; }

.template-product .quantity-selector__wrapper .js-qty, .template-product .quantity-selector__wrapper .ajaxcart__qty,
.template-product .quantity-selector__wrapper #your-shopping-cart .js-qty,
#your-shopping-cart .template-product .quantity-selector__wrapper .js-qty {
  padding-top: 0px;
  padding-bottom: 0px;
  left: -3px; }

.js-qty input[type="text"], .ajaxcart__qty input[type="text"],
#your-shopping-cart .js-qty input[type="text"] {
  padding: 2px 30px !important; }

.multiples_cta {
  font-size: 12px;
  padding-right: 40px; }

.product__price {
  font-size: 2em;
  font-weight: bold;
  vertical-align: middle; }
  @media screen and (max-width: 800px) {
    .product__price {
      font-size: 1.42857em; } }

.per-item {
  font-size: 15px;
  color: #D1D1D1;
  text-transform: none;
  padding-left: 10px;
  letter-spacing: 0; }

.price-suffix {
  font-size: 15px;
  padding-left: 10px;
  letter-spacing: 0; }

#productInfo-product .icon, #productInfo-product .slick-next, #productInfo-product .slick-prev {
  font-size: 2em; }

#ProductPhoto-product {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
  #ProductPhoto-product.slick-initialized {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

#ProductThumbs-product {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
  #ProductThumbs-product .thumbImg-product {
    border-right: 3px solid #fff !important;
    border-left: 2px solid #fff !important;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }
  #ProductThumbs-product .slick-current .thumbImg-product {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  #ProductThumbs-product.slick-initialized {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

@media screen and (max-width: 800px) {
  #ProductThumbs-product {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
    #ProductThumbs-product .thumbImg-product {
      max-width: 50%;
      display: initial;
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30); } }
dl {
  padding: 15px 0;
  overflow: hidden; }
  dl dt {
    font-weight: bold;
    width: 30%;
    clear: left; }
  dl dt, dl dd {
    float: left;
    -webkit-margin-start: 0;
    margin-left: 0;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #111111;
    line-height: 30px;
    padding: 2.5px 0; }
    dl dt:first-child, dl dd:first-child {
      border-top: none; }
    dl dt:nth-child(2), dl dd:nth-child(2) {
      border-top: none; }
  dl dd {
    width: 70%; }

@media screen and (max-width: 800px) {
  dt, dd {
    font-size: 0.85714em; } }
.add-straps {
  padding: 15px 0; }

.addon-div {
  border: 1px solid #fff;
  padding: 3.75px; }
  .addon-div .addon-title {
    text-transform: uppercase; }

.activebutton {
  border: 1px solid #111111; }

.compare-at {
  padding-left: 0px; }

/* Arrows */
.slick-next {
  padding: 100px 0 100px 0; }

.slick-prev {
  padding: 100px 0 100px 0; }

.empty {
  margin-bottom: 5px; }
  .empty .h3 {
    display: block; }

.breadcrumb {
  color: #afafaf; }
  .breadcrumb a {
    color: #afafaf;
    margin-right: 0; }
  .breadcrumb span {
    margin-right: 0; }

.sku {
  color: #8e8e8e;
  letter-spacing: 0.09em; }

.addToCart {
  padding: 15px 30px;
  font-weight: bold; }

.sudo-button {
  bottom: 0;
  z-index: 100000;
  display: none; }

#ProductPrice-product {
  letter-spacing: 0; }

.product__price {
  margin-bottom: 5px; }

.inner-data {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 768px) {
    .inner-data {
      max-width: none; } }

form {
  margin-bottom: 0; }

.tabs-wrapper {
  padding-top: 0; }

.add-to-cart__wrapper {
  margin-top: 2em; }

@media only screen and (max-width: 480px) {
  h5, .h5, .h5--body, .h5, .h5--body {
    font-size: 14px; } }
.product-grid-item img {
  display: block; }
.product-grid-item .addToCart {
  font-weight: bold;
  font-size: 13px;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px; }
.product-grid-item .multi-add {
  bottom: 20px;
  font-weight: bold; }

/*============================================================================
  #Blogs and Comments
==============================================================================*/
.template-blog .blog .blog__article--card {
  margin-bottom: 40px; }

.blog {
  background-color: white;
  padding-bottom: 60px; }

.template-blog .main-content {
  padding-bottom: 0; }

.template-article .background-size-cover,
.template-article .use_image {
  z-index: -1; }

.blog__link {
  text-decoration: none;
  color: inherit; }
  .blog__link .blog__article--image .blog__article__title,
  .blog__link .blog__article__title,
  .blog__link .blog__article__text {
    -webkit-transition: transform 0.15s ease-out;
    -moz-transition: transform 0.15s ease-out;
    -ms-transition: transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out; }
  .blog__link .blog__article__overlay {
    -webkit-transition: transform 1.1s ease-out;
    -moz-transition: transform 1.1s ease-out;
    -ms-transition: transform 1.1s ease-out;
    -o-transition: transform 1.1s ease-out;
    transition: transform 1.1s ease-out; }
  .blog__link:hover {
    color: inherit; }
    .blog__link:hover .blog__article__title {
      color: #333333; }
    .blog__link:hover .blog__article--image .blog__article__title {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .blog__link:hover .blog__article__overlay {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .blog__link:hover .blog__article__text {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
    .blog__link:hover .blog__article__title {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }

h3.article__title, .article__title.h3, .article__title.h3--body, .sky-pilot-access-denied h5.article__title, .sky-pilot-access-denied .article__title.h5, .sky-pilot-access-denied .article__title.h5--body {
  text-transform: none !important;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: none; }

.article__title-link {
  text-decoration: none; }

.article__text {
  color: #666; }

.blog__link {
  border-bottom: 1px solid #111111; }

.blog__article {
  padding: 0px 30px 60px;
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .blog__article {
      padding-left: 15px;
      padding-right: 15px; } }
  .blog__article header .accent {
    margin-bottom: 40px; }
  .blog__article .h2 {
    font-weight: bold;
    margin-bottom: 10px; }
  .blog__article .btn--full {
    margin-bottom: -20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .blog__article .share {
    padding-top: 30px;
    padding-bottom: 0px; }

.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 90px 15px 15px 15px;
  margin-top: -15px;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .blog__article-header-image {
      padding: 45px 15px 15px 15px; } }
  .blog__article-header-image a {
    color: #fff; }
  .blog__article-header-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article--over-image {
  border: none;
  margin-top: -140px;
  background-color: #fff;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 768px) {
    .blog__article--over-image {
      margin-top: -100px; } }

.blog__article--card {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0; }

.blog .blog__article--card {
  margin-top: 0;
  margin-bottom: 15px; }

.blog__article--image {
  position: relative;
  overflow: hidden;
  border: none; }

.blog__article--card h3.article__title, .blog__article--card .article__title.h3, .blog__article--card .article__title.h3--body, .blog__article--card .sky-pilot-access-denied h5.article__title, .sky-pilot-access-denied .blog__article--card h5.article__title, .blog__article--card .sky-pilot-access-denied .article__title.h5, .sky-pilot-access-denied .blog__article--card .article__title.h5, .blog__article--card .sky-pilot-access-denied .article__title.h5--body, .sky-pilot-access-denied .blog__article--card .article__title.h5--body {
  text-align: left !important; }
.blog__article--card img {
  width: 100%; }

.blog__article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  border: none; }
  .blog__article__overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

.blog__article__content {
  margin-top: 7.5px; }
  .blog__article__content img {
    text-align: center;
    margin: 30px auto;
    display: block; }

.blog__article--card .blog__article__content {
  margin: 0;
  min-height: 200px; }

.blog__article--image .blog__article__content {
  display: table; }
  .blog__article--image .blog__article__content .blog__article__title {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    color: white; }
    .blog__article--image .blog__article__content .blog__article__title a {
      color: white; }

.banner, .blog__article-header-image,
.blog__article .btn--full {
  margin-left: -15px;
  width: calc(100% + 60px);
  position: relative;
  max-width: none; }
  @media screen and (max-width: 480px) {
    .banner, .blog__article-header-image,
    .blog__article .btn--full {
      width: calc(100% + 30px);
      margin-left: -7.5px; } }

.blog__article header {
  text-align: center;
  margin-bottom: 15px; }
  .blog__article header .accent {
    opacity: 0.6; }

.blog__article footer {
  margin-bottom: 15px; }

.blog__sidebar {
  position: relative; }

.template-article .blog__sidebar {
  position: relative;
  margin-top: 40px; }

.blog__rss {
  position: absolute;
  top: 5px;
  right: 0; }

.blog__comments {
  text-decoration: none; }
  .blog__comments em {
    color: rgba(17, 17, 17, 0.5); }
  .blog__comments:hover {
    text-decoration: underline; }

.blog__tag {
  text-decoration: none;
  position: relative;
  color: white;
  background-color: #666666;
  border-radius: 2px;
  padding: 2.5px 2.5px 2.5px 7.5px;
  margin-bottom: 7.5px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .blog__tag:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 11px;
    left: 5px;
    background-color: white; }

.comment {
  margin-bottom: 15px; }
  .comment + .comment {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    padding-top: 15px; }

/*============================================================================
  #Notes and Form Feedback
==============================================================================*/
.note,
.errors {
  border-radius: 2px;
  padding: 6px 12px;
  margin-bottom: 7.5px;
  border: 1px solid transparent;
  font-size: 0.9em;
  text-align: left; }
  .note ul,
  .note ol,
  .errors ul,
  .errors ol {
    margin-top: 0;
    margin-bottom: 0; }
  .note li:last-child,
  .errors li:last-child {
    margin-bottom: 0; }
  .note p,
  .errors p {
    margin-bottom: 0; }

.note {
  border-color: #111111; }

.errors ul {
  list-style: disc outside;
  margin-left: 20px; }

.form-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a; }
  .form-success a {
    color: #56ad6a;
    text-decoration: underline; }
    .form-success a:hover {
      text-decoration: none; }

.form-error,
.errors {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e; }
  .form-error a,
  .errors a {
    color: #d02e2e;
    text-decoration: underline; }
    .form-error a:hover,
    .errors a:hover {
      text-decoration: none; }

/*============================================================================
  #Cart Page
==============================================================================*/
.cart__row {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #111111; }
  .cart__row:first-child {
    margin-top: 0; }
  .cart__row:first-child {
    padding-top: 0;
    border-top: 0 none; }
  .cart__row a {
    text-decoration: none; }
  .cart__row .js-qty, .cart__row .ajaxcart__qty,
  .cart__row #your-shopping-cart .js-qty,
  #your-shopping-cart .cart__row .js-qty {
    margin: 0; }

@media screen and (min-width: 769px) {
  .cart__row--table-large {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .cart__row--table-large .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
.cart__image {
  display: block; }
  .cart__image img {
    display: block; }

.cart__subtotal {
  margin: 0 0 0 5px;
  display: inline; }

.cart__mini-labels {
  display: block;
  margin: 5px 0;
  font-size: 0.85714em; }
  @media screen and (min-width: 769px) {
    .cart__mini-labels {
      display: none; } }

.cart__remove {
  display: block; }

.cart__footer {
  text-align: right; }

.cart__instructions__label {
  text-align: left; }

.hidden-count {
  display: none; }

.additional-checkout-buttons {
  margin: 20px 0;
  padding: 8px;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  text-align: right; }
  .additional-checkout-buttons > *:not(script) {
    padding: 12px 0 0 5px;
    vertical-align: top;
    line-height: 1; }
    .additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
      padding-left: 0px; }

.ajaxcart .additional-checkout-buttons {
  margin: 0;
  padding: 0;
  background-color: #333333;
  border: none;
  text-align: center;
  min-height: 0; }
  .ajaxcart .additional-checkout-buttons > *:not(script) {
    margin-top: 8px;
    margin-bottom: 8px; }

/*============================================================================
  #Template Page
==============================================================================*/
.template-page dl {
  padding: 15px 0;
  overflow: hidden;
  margin: -15px; }
  .template-page dl dt {
    font-weight: bold;
    width: 50%;
    clear: left; }
  .template-page dl dt, .template-page dl dd {
    float: left;
    width: 50%;
    border-top: none;
    -webkit-margin-start: 0;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 15px; }
    .template-page dl dt img, .template-page dl dd img {
      display: block; }
    @media screen and (max-width: 480px) {
      .template-page dl dt, .template-page dl dd {
        width: 100%;
        padding-bottom: 0; } }

/*============================================================================
  #Quantity Selectors
==============================================================================*/
.ajaxcart--hide {
  opacity: 0; }

.js-qty, .ajaxcart__qty,
#your-shopping-cart .js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 103px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .js-qty input[type="text"], .ajaxcart__qty input[type="text"],
  #your-shopping-cart .js-qty input[type="text"] {
    display: block;
    background: none;
    text-align: center;
    width: 100%;
    padding: 5px 30px;
    margin: 0; }

.product-single .js-qty, .product-single .ajaxcart__qty,
.product-single #your-shopping-cart .js-qty,
#your-shopping-cart .product-single .js-qty {
  margin-left: auto;
  margin-right: auto; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 0 12px;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .js-qty__adjust:hover, .ajaxcart__qty-adjust:hover, .js-qty__adjust:focus, .ajaxcart__qty-adjust:focus {
    color: #666666;
    outline: none; }
  .js-qty__adjust:active, .ajaxcart__qty-adjust:active {
    color: #333333;
    outline: none; }

.update-cart:focus {
  outline: none; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0; }

/*============================================================================
  #Quantity Selectors in the Ajax Cart
==============================================================================*/
.ajaxcart__qty,
#your-shopping-cart .ajaxcart__qty,
#your-shopping-cart .js-qty {
  display: inline-block;
  margin: 0; }
  .is-loading .ajaxcart__qty, .is-loading
  #your-shopping-cart .ajaxcart__qty,
  .is-loading
  #your-shopping-cart .js-qty {
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.ajaxcart__errors {
  margin-top: 7.5px; }

/*============================================================================
  #Charge Rabbit
==============================================================================*/
.sky-pilot-access-denied {
  text-align: center; }

.charge_rabbit .login_or_signup {
  text-align: center; }
  .charge_rabbit .login_or_signup a#login_link, .charge_rabbit .login_or_signup a#signup_link {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
@media screen and (min-width: 768px) {
  .charge_rabbit .address_info, .charge_rabbit .card_info {
    width: 50%;
    float: left; } }
@media screen and (max-width: 768px) {
  .charge_rabbit .address_info {
    margin-top: 20px; } }
.charge_rabbit a.update-card-link, .charge_rabbit a.update-address-link {
  margin-top: 10px; }
.charge_rabbit dl dt {
  font-weight: bold;
  width: 30%; }
.charge_rabbit dl dt, .charge_rabbit dl dd {
  float: left;
  -webkit-margin-start: 0; }
.charge_rabbit dl dd {
  width: 70%; }
.charge_rabbit .subscription_actions {
  clear: both;
  padding-top: 20px; }
.charge_rabbit .cancel-subscription-wrapper {
  text-align: center; }
  .charge_rabbit .cancel-subscription-wrapper a {
    display: block;
    margin: 15px auto;
    max-width: 300px; }
.charge_rabbit a.cancel-subscription-link {
  background: #d02e2e; }

/*============================================================================
  #Password Page
==============================================================================*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-section {
  width: 100%;
  height: 100%; }

.password__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  color: #111111;
  background-color: #666666;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #111111; }
  .password__wrapper .password__footer__inner {
    color: #fff; }
  .password__wrapper a {
    color: inherit; }

.password__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 7.5px 15px; }
  @media screen and (max-width: 480px) {
    .password__main__inner {
      padding: 5px 5px; } }
  @media screen and (min-width: 480px) {
    .password__main__inner {
      padding: 5px 15px; } }

.password__box {
  background-color: white;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .password__box {
      padding: 15px 15px; } }
  @media screen and (min-width: 480px) {
    .password__box {
      padding: 15px 0; } }

.template-password .newsletter-form {
  border: 1px solid rgba(17, 17, 17, 0.5); }

.storefront-password-form {
  margin-top: 15px; }

.password__hero {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: auto;
  font-size: 3em;
  line-height: 1.15;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  padding-bottom: 15px;
  padding-top: 15px; }
  @media screen and (min-width: 481px) {
    .password__hero {
      font-size: 3.57143em; } }
  @media screen and (min-width: 769px) {
    .password__hero {
      font-size: 3.92857em; } }
  .password__hero .logo {
    max-width: 100%;
    max-height: 200px; }

.password__message {
  font-size: 120%; }
  .password__message img {
    max-width: 100%; }

.password__hero,
.password__message,
.password__login-form,
.password__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password__login-form {
  text-align: center;
  padding: 30px 15px; }

.password__login-form,
.password__box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.password__login-form,
.password__signup-form {
  background-color: white; }
  @media screen and (min-width: 480px) {
    .password__login-form,
    .password__signup-form {
      padding-left: 15px;
      padding-right: 15px; } }
  .password__login-form .input-group,
  .password__signup-form .input-group {
    width: 100%; }
  .password__login-form .errors ul,
  .password__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0; }

.password__signup-form {
  padding-top: 15px; }

.password__signup-form__heading {
  margin-bottom: 0.8em; }

.password__social-sharing {
  margin-top: 15px; }

.password__social-sharing__heading {
  margin-bottom: 0; }

.admin-login {
  margin-top: 7.5px;
  margin-bottom: 0; }
  .admin-login a {
    text-decoration: none; }

.admin-login {
  font-size: 95%; }

.password__footer {
  display: table-row;
  height: 1px; }

.password__footer__inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 15px;
  line-height: 21px;
  font-size: 95%;
  color: #989898; }
  .password__footer__inner a {
    text-decoration: none;
    margin: 0 7.5px; }
    @media screen and (max-width: 768px) {
      .password__footer__inner a {
        display: block;
        margin-top: 15px; } }

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

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

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

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

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

/*============================================================================
  #Slick Theme
==============================================================================*/
/* Slider */
.slick-loading .slick-list {
  background: rgba(0, 0, 0, 0); }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  z-index: 500;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  opacity: 0.75;
  -webkit-text-size-adjust: none;
  font-size: 1px;
  letter-spacing: -1px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 46px;
    font-size: 3rem;
    letter-spacing: normal;
    color: #111111; }
  .slick-prev:hover,
  .slick-next:hover {
    outline: none;
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }

.slick-next {
  right: 0;
  padding: 100px 0 100px 20px; }

.slick-prev {
  left: 0;
  padding: 100px 20px 100px 0; }

.slick img {
  margin-left: auto;
  margin-right: auto; }
.slick .slick-prev, .slick .slick-next {
  top: 0;
  margin-top: 0;
  padding: 130px 0 130px 20px; }

/* Dots */
.slick-slider {
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .slick-slider {
      margin-bottom: 30px; } }

.product__thumbs--square .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .product__thumbs--square .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0;
    padding: 0;
    cursor: pointer; }
    .product__thumbs--square .slick-dots li img {
      display: block; }

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

/*============================================================================
  # Home slideshow
==============================================================================*/
.slideshow__slide {
  position: relative; }

.slideshow__slide img {
  max-width: 100%; }

.use_screen_full .slideshow__slide {
  height: 100vh; }

.use_screen_three_quarters .slideshow__slide {
  height: 75vh; }

.use_screen_two_thirds .slideshow__slide {
  height: 66vh; }

.use_screen_one_half .slideshow__slide {
  height: 400px; }

.use_screen_one_third .slideshow__slide {
  height: 33vh; }

.use_screen_one_fifth .slideshow__slide {
  height: 20vh; }

.background-size-cover--slide {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.button-image-slide {
  display: inline-block; }

.homepage--white.slick-arrow:before {
  color: #ffffff; }

.homepage--light.slick-arrow:before {
  color: rgba(216, 216, 216, 0.2); }

.homepage--splash.slick-arrow:before {
  color: #666666; }

.homepage--dark.slick-arrow:before {
  color: #333333; }

.slideshow__slide .content--centered, .slideshow__slide .collection-grid-item__content {
  padding-left: 40px;
  padding-right: 40px; }

/*============================================================================
  #Magnific Popup CSS (used on password page)
==============================================================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom,
.product__photo img[data-mfp-src] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

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

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader:after {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: spin 1s infinite linear; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

button.mfp-close {
  margin: 30px;
  font-size: 2.85714em;
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff; }

/*============ Theme Specific MFP ==================*/
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.75); }

.template-password .mfp-bg {
  background-color: #666666; }

/* Wider images for zoom */
.mfp-figure figure {
  overflow-y: scroll; }

img.mfp-img {
  max-height: none !important; }

button.mfp-close {
  margin: 0px; }

/* Size chart popup for product page */
.mfp-content .product-modal {
  position: relative;
  background: #FFF;
  padding: 22.5px 15px;
  width: auto;
  margin: 20px auto;
  max-width: 1532px; }
  @media screen and (max-width: 480px) {
    .mfp-content .product-modal {
      padding: 22.5px 7.5px; } }

.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .mfp-bg.mfp-fade.mfp-ready {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-bg.mfp-fade.mfp-removing {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
    filter: alpha(opacity=0); }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  .mfp-fade.mfp-wrap.mfp-removing button {
    opacity: 0; }

.image-hover, .block-text {
  position: relative; }
  .image-hover .outer, .block-text .outer {
    position: relative; }
    .image-hover .outer img, .block-text .outer img {
      display: block; }
    .image-hover .outer .inner, .block-text .outer .inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .image-hover .outer .inner .inner-table, .block-text .outer .inner .inner-table {
        height: 100%; }

.block-text .outer {
  padding-bottom: 100%; }

.block-text.height2 .outer {
  padding-bottom: calc(100% * 2 + 20px); }

.image-hover {
  cursor: pointer; }
  .image-hover .inner {
    opacity: 0; }
    .image-hover .inner:hover {
      opacity: 1; }

div[class*="-collections"] .image-container {
  display: block;
  margin-bottom: 20px; }

/*REMOVE WHEN IMAGES ARE IN*/
.image-container img {
  width: 100%; }

div[class*="-grid"] img {
  width: auto; }

/*============ Add any custom styles below this line ==================*/
.large--margin-top-0 {
  margin-top: 0; }

.large--margin-top-10 {
  margin-top: 10px; }

.large--margin-top-20 {
  margin-top: 20px; }

.large--margin-top-30 {
  margin-top: 30px; }

.large--margin-top-40 {
  margin-top: 40px; }

.large--margin-top-50 {
  margin-top: 50px; }

.large--margin-top-60 {
  margin-top: 60px; }

.large--margin-top-70 {
  margin-top: 70px; }

.large--margin-top-80 {
  margin-top: 80px; }

.large--margin-top-90 {
  margin-top: 90px; }

.large--margin-top-100 {
  margin-top: 100px; }

.large--margin-bottom-0 {
  margin-bottom: 0; }

.large--margin-bottom-10 {
  margin-bottom: 10px; }

.large--margin-bottom-20 {
  margin-bottom: 20px; }

.large--margin-bottom-30 {
  margin-bottom: 30px; }

.large--margin-bottom-40 {
  margin-bottom: 40px; }

.large--margin-bottom-50 {
  margin-bottom: 50px; }

.large--margin-bottom-60 {
  margin-bottom: 60px; }

.large--margin-bottom-70 {
  margin-bottom: 70px; }

.large--margin-bottom-80 {
  margin-bottom: 80px; }

.large--margin-bottom-90 {
  margin-bottom: 90px; }

.large--margin-bottom-100 {
  margin-bottom: 100px; }

.large--margin-left-0 {
  margin-left: 0; }

.large--margin-left-10 {
  margin-left: 10px; }

.large--margin-left-20 {
  margin-left: 20px; }

.large--margin-left-30 {
  margin-left: 30px; }

.large--margin-left-40 {
  margin-left: 40px; }

.large--margin-left-50 {
  margin-left: 50px; }

.large--margin-left-60 {
  margin-left: 60px; }

.large--margin-left-70 {
  margin-left: 70px; }

.large--margin-left-80 {
  margin-left: 80px; }

.large--margin-left-90 {
  margin-left: 90px; }

.large--margin-left-100 {
  margin-left: 100px; }

.large--margin-right-0 {
  margin-right: 0; }

.large--margin-right-10 {
  margin-right: 10px; }

.large--margin-right-20 {
  margin-right: 20px; }

.large--margin-right-30 {
  margin-right: 30px; }

.large--margin-right-40 {
  margin-right: 40px; }

.large--margin-right-50 {
  margin-right: 50px; }

.large--margin-right-60 {
  margin-right: 60px; }

.large--margin-right-70 {
  margin-right: 70px; }

.large--margin-right-80 {
  margin-right: 80px; }

.large--margin-right-90 {
  margin-right: 90px; }

.large--margin-right-100 {
  margin-right: 100px; }

.large--margin-auto {
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 768px) {
  .medium--margin-top-0 {
    margin-top: 0; }

  .medium--margin-top-10 {
    margin-top: 10px; }

  .medium--margin-top-20 {
    margin-top: 20px; }

  .medium--margin-top-30 {
    margin-top: 30px; }

  .medium--margin-top-40 {
    margin-top: 40px; }

  .medium--margin-top-50 {
    margin-top: 50px; }

  .medium--margin-top-60 {
    margin-top: 60px; }

  .medium--margin-top-70 {
    margin-top: 70px; }

  .medium--margin-top-80 {
    margin-top: 80px; }

  .medium--margin-top-90 {
    margin-top: 90px; }

  .medium--margin-top-100 {
    margin-top: 100px; }

  .medium--margin-bottom-0 {
    margin-bottom: 0; }

  .medium--margin-bottom-10 {
    margin-bottom: 10px; }

  .medium--margin-bottom-20 {
    margin-bottom: 20px; }

  .medium--margin-bottom-30 {
    margin-bottom: 30px; }

  .medium--margin-bottom-40 {
    margin-bottom: 40px; }

  .medium--margin-bottom-50 {
    margin-bottom: 50px; }

  .medium--margin-bottom-60 {
    margin-bottom: 60px; }

  .medium--margin-bottom-70 {
    margin-bottom: 70px; }

  .medium--margin-bottom-80 {
    margin-bottom: 80px; }

  .medium--margin-bottom-90 {
    margin-bottom: 90px; }

  .medium--margin-bottom-100 {
    margin-bottom: 100px; }

  .medium--margin-left-0 {
    margin-left: 0; }

  .medium--margin-left-10 {
    margin-left: 10px; }

  .medium--margin-left-20 {
    margin-left: 20px; }

  .medium--margin-left-30 {
    margin-left: 30px; }

  .medium--margin-left-40 {
    margin-left: 40px; }

  .medium--margin-left-50 {
    margin-left: 50px; }

  .medium--margin-left-60 {
    margin-left: 60px; }

  .medium--margin-left-70 {
    margin-left: 70px; }

  .medium--margin-left-80 {
    margin-left: 80px; }

  .medium--margin-left-90 {
    margin-left: 90px; }

  .medium--margin-left-100 {
    margin-left: 100px; }

  .medium--margin-right-0 {
    margin-right: 0; }

  .medium--margin-right-10 {
    margin-right: 10px; }

  .medium--margin-right-20 {
    margin-right: 20px; }

  .medium--margin-right-30 {
    margin-right: 30px; }

  .medium--margin-right-40 {
    margin-right: 40px; }

  .medium--margin-right-50 {
    margin-right: 50px; }

  .medium--margin-right-60 {
    margin-right: 60px; }

  .medium--margin-right-70 {
    margin-right: 70px; }

  .medium--margin-right-80 {
    margin-right: 80px; }

  .medium--margin-right-90 {
    margin-right: 90px; }

  .medium--margin-right-100 {
    margin-right: 100px; }

  .medium--margin-auto {
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 480px) {
  .small--margin-top-0 {
    margin-top: 0; }

  .small--margin-top-10 {
    margin-top: 10px; }

  .small--margin-top-20 {
    margin-top: 20px; }

  .small--margin-top-30 {
    margin-top: 30px; }

  .small--margin-top-40 {
    margin-top: 40px; }

  .small--margin-top-50 {
    margin-top: 50px; }

  .small--margin-top-60 {
    margin-top: 60px; }

  .small--margin-top-70 {
    margin-top: 70px; }

  .small--margin-top-80 {
    margin-top: 80px; }

  .small--margin-top-90 {
    margin-top: 90px; }

  .small--margin-top-100 {
    margin-top: 100px; }

  .small--margin-bottom-0 {
    margin-bottom: 0; }

  .small--margin-bottom-10 {
    margin-bottom: 10px; }

  .small--margin-bottom-20 {
    margin-bottom: 20px; }

  .small--margin-bottom-30 {
    margin-bottom: 30px; }

  .small--margin-bottom-40 {
    margin-bottom: 40px; }

  .small--margin-bottom-50 {
    margin-bottom: 50px; }

  .small--margin-bottom-60 {
    margin-bottom: 60px; }

  .small--margin-bottom-70 {
    margin-bottom: 70px; }

  .small--margin-bottom-80 {
    margin-bottom: 80px; }

  .small--margin-bottom-90 {
    margin-bottom: 90px; }

  .small--margin-bottom-100 {
    margin-bottom: 100px; }

  .small--margin-left-0 {
    margin-left: 0; }

  .small--margin-left-10 {
    margin-left: 10px; }

  .small--margin-left-20 {
    margin-left: 20px; }

  .small--margin-left-30 {
    margin-left: 30px; }

  .small--margin-left-40 {
    margin-left: 40px; }

  .small--margin-left-50 {
    margin-left: 50px; }

  .small--margin-left-60 {
    margin-left: 60px; }

  .small--margin-left-70 {
    margin-left: 70px; }

  .small--margin-left-80 {
    margin-left: 80px; }

  .small--margin-left-90 {
    margin-left: 90px; }

  .small--margin-left-100 {
    margin-left: 100px; }

  .small--margin-right-0 {
    margin-right: 0; }

  .small--margin-right-10 {
    margin-right: 10px; }

  .small--margin-right-20 {
    margin-right: 20px; }

  .small--margin-right-30 {
    margin-right: 30px; }

  .small--margin-right-40 {
    margin-right: 40px; }

  .small--margin-right-50 {
    margin-right: 50px; }

  .small--margin-right-60 {
    margin-right: 60px; }

  .small--margin-right-70 {
    margin-right: 70px; }

  .small--margin-right-80 {
    margin-right: 80px; }

  .small--margin-right-90 {
    margin-right: 90px; }

  .small--margin-right-100 {
    margin-right: 100px; }

  .small--margin-auto {
    margin-right: auto;
    margin-left: auto; } }
.large--padding-top-0 {
  padding-top: 0; }

.large--padding-top-10 {
  padding-top: 10px; }

.large--padding-top-20 {
  padding-top: 20px; }

.large--padding-top-30 {
  padding-top: 30px; }

.large--padding-top-40 {
  padding-top: 40px; }

.large--padding-top-50 {
  padding-top: 50px; }

.large--padding-top-60 {
  padding-top: 60px; }

.large--padding-top-70 {
  padding-top: 70px; }

.large--padding-top-80 {
  padding-top: 80px; }

.large--padding-top-90 {
  padding-top: 90px; }

.large--padding-top-100 {
  padding-top: 100px; }

.large--padding-bottom-0 {
  padding-bottom: 0; }

.large--padding-bottom-10 {
  padding-bottom: 10px; }

.large--padding-bottom-20 {
  padding-bottom: 20px; }

.large--padding-bottom-30 {
  padding-bottom: 30px; }

.large--padding-bottom-40 {
  padding-bottom: 40px; }

.large--padding-bottom-50 {
  padding-bottom: 50px; }

.large--padding-bottom-60 {
  padding-bottom: 60px; }

.large--padding-bottom-70 {
  padding-bottom: 70px; }

.large--padding-bottom-80 {
  padding-bottom: 80px; }

.large--padding-bottom-90 {
  padding-bottom: 90px; }

.large--padding-bottom-100 {
  padding-bottom: 100px; }

.large--padding-left-0 {
  padding-left: 0; }

.large--padding-left-10 {
  padding-left: 10px; }

.large--padding-left-20 {
  padding-left: 20px; }

.large--padding-left-30 {
  padding-left: 30px; }

.large--padding-left-40 {
  padding-left: 40px; }

.large--padding-left-50 {
  padding-left: 50px; }

.large--padding-left-60 {
  padding-left: 60px; }

.large--padding-left-70 {
  padding-left: 70px; }

.large--padding-left-80 {
  padding-left: 80px; }

.large--padding-left-90 {
  padding-left: 90px; }

.large--padding-left-100 {
  padding-left: 100px; }

.large--padding-right-0 {
  padding-right: 0; }

.large--padding-right-10 {
  padding-right: 10px; }

.large--padding-right-20 {
  padding-right: 20px; }

.large--padding-right-30 {
  padding-right: 30px; }

.large--padding-right-40 {
  padding-right: 40px; }

.large--padding-right-50 {
  padding-right: 50px; }

.large--padding-right-60 {
  padding-right: 60px; }

.large--padding-right-70 {
  padding-right: 70px; }

.large--padding-right-80 {
  padding-right: 80px; }

.large--padding-right-90 {
  padding-right: 90px; }

.large--padding-right-100 {
  padding-right: 100px; }

@media screen and (max-width: 768px) {
  .medium--padding-top-0 {
    padding-top: 0; }

  .medium--padding-top-10 {
    padding-top: 10px; }

  .medium--padding-top-20 {
    padding-top: 20px; }

  .medium--padding-top-30 {
    padding-top: 30px; }

  .medium--padding-top-40 {
    padding-top: 40px; }

  .medium--padding-top-50 {
    padding-top: 50px; }

  .medium--padding-top-60 {
    padding-top: 60px; }

  .medium--padding-top-70 {
    padding-top: 70px; }

  .medium--padding-top-80 {
    padding-top: 80px; }

  .medium--padding-top-90 {
    padding-top: 90px; }

  .medium--padding-top-100 {
    padding-top: 100px; }

  .medium--padding-bottom-0 {
    padding-bottom: 0; }

  .medium--padding-bottom-10 {
    padding-bottom: 10px; }

  .medium--padding-bottom-20 {
    padding-bottom: 20px; }

  .medium--padding-bottom-30 {
    padding-bottom: 30px; }

  .medium--padding-bottom-40 {
    padding-bottom: 40px; }

  .medium--padding-bottom-50 {
    padding-bottom: 50px; }

  .medium--padding-bottom-60 {
    padding-bottom: 60px; }

  .medium--padding-bottom-70 {
    padding-bottom: 70px; }

  .medium--padding-bottom-80 {
    padding-bottom: 80px; }

  .medium--padding-bottom-90 {
    padding-bottom: 90px; }

  .medium--padding-bottom-100 {
    padding-bottom: 100px; }

  .medium--padding-left-0 {
    padding-left: 0; }

  .medium--padding-left-10 {
    padding-left: 10px; }

  .medium--padding-left-20 {
    padding-left: 20px; }

  .medium--padding-left-30 {
    padding-left: 30px; }

  .medium--padding-left-40 {
    padding-left: 40px; }

  .medium--padding-left-50 {
    padding-left: 50px; }

  .medium--padding-left-60 {
    padding-left: 60px; }

  .medium--padding-left-70 {
    padding-left: 70px; }

  .medium--padding-left-80 {
    padding-left: 80px; }

  .medium--padding-left-90 {
    padding-left: 90px; }

  .medium--padding-left-100 {
    padding-left: 100px; }

  .medium--padding-right-0 {
    padding-right: 0; }

  .medium--padding-right-10 {
    padding-right: 10px; }

  .medium--padding-right-20 {
    padding-right: 20px; }

  .medium--padding-right-30 {
    padding-right: 30px; }

  .medium--padding-right-40 {
    padding-right: 40px; }

  .medium--padding-right-50 {
    padding-right: 50px; }

  .medium--padding-right-60 {
    padding-right: 60px; }

  .medium--padding-right-70 {
    padding-right: 70px; }

  .medium--padding-right-80 {
    padding-right: 80px; }

  .medium--padding-right-90 {
    padding-right: 90px; }

  .medium--padding-right-100 {
    padding-right: 100px; } }
@media screen and (max-width: 480px) {
  .small--padding-top-0 {
    padding-top: 0; }

  .small--padding-top-10 {
    padding-top: 10px; }

  .small--padding-top-20 {
    padding-top: 20px; }

  .small--padding-top-30 {
    padding-top: 30px; }

  .small--padding-top-40 {
    padding-top: 40px; }

  .small--padding-top-50 {
    padding-top: 50px; }

  .small--padding-top-60 {
    padding-top: 60px; }

  .small--padding-top-70 {
    padding-top: 70px; }

  .small--padding-top-80 {
    padding-top: 80px; }

  .small--padding-top-90 {
    padding-top: 90px; }

  .small--padding-top-100 {
    padding-top: 100px; }

  .small--padding-bottom-0 {
    padding-bottom: 0; }

  .small--padding-bottom-10 {
    padding-bottom: 10px; }

  .small--padding-bottom-20 {
    padding-bottom: 20px; }

  .small--padding-bottom-30 {
    padding-bottom: 30px; }

  .small--padding-bottom-40 {
    padding-bottom: 40px; }

  .small--padding-bottom-50 {
    padding-bottom: 50px; }

  .small--padding-bottom-60 {
    padding-bottom: 60px; }

  .small--padding-bottom-70 {
    padding-bottom: 70px; }

  .small--padding-bottom-80 {
    padding-bottom: 80px; }

  .small--padding-bottom-90 {
    padding-bottom: 90px; }

  .small--padding-bottom-100 {
    padding-bottom: 100px; }

  .small--padding-left-0 {
    padding-left: 0; }

  .small--padding-left-10 {
    padding-left: 10px; }

  .small--padding-left-20 {
    padding-left: 20px; }

  .small--padding-left-30 {
    padding-left: 30px; }

  .small--padding-left-40 {
    padding-left: 40px; }

  .small--padding-left-50 {
    padding-left: 50px; }

  .small--padding-left-60 {
    padding-left: 60px; }

  .small--padding-left-70 {
    padding-left: 70px; }

  .small--padding-left-80 {
    padding-left: 80px; }

  .small--padding-left-90 {
    padding-left: 90px; }

  .small--padding-left-100 {
    padding-left: 100px; }

  .small--padding-right-0 {
    padding-right: 0; }

  .small--padding-right-10 {
    padding-right: 10px; }

  .small--padding-right-20 {
    padding-right: 20px; }

  .small--padding-right-30 {
    padding-right: 30px; }

  .small--padding-right-40 {
    padding-right: 40px; }

  .small--padding-right-50 {
    padding-right: 50px; }

  .small--padding-right-60 {
    padding-right: 60px; }

  .small--padding-right-70 {
    padding-right: 70px; }

  .small--padding-right-80 {
    padding-right: 80px; }

  .small--padding-right-90 {
    padding-right: 90px; }

  .small--padding-right-100 {
    padding-right: 100px; } }
.hidden {
  display: none !important; }

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

/*============================================================================
Contact page
==============================================================================*/
#contact_form {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }
  #contact_form button, #contact_form input[type="submit"] {
    width: 100%; }

.contact-content {
  text-align: center;
  padding: 0 20px 30px; }

.contact-info {
  margin-bottom: 30px; }

.contact-info__subtitle {
  font-size: 12px;
  margin-bottom: 2px;
  letter-spacing: 0.4px;
  font-weight: 600;
  opacity: 0.4; }

.contact-info__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #6c95f9; }

@media only screen and (max-width: 769px) {
  #shopify-section-contact .grid__item .grid__item {
    padding-left: 0; } }
/*============================================================================
Ranges page
==============================================================================*/
/*============================================================================
Challenge
==============================================================================*/
.shopify-challenge__message {
  margin-top: 30px; }

/*============================================================================
Team member
==============================================================================*/
.about-slideshow {
  margin-bottom: 40px; }

.team-member {
  width: 100%;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }
  .team-member:hover .team-member__image-hover, .team-member:hover .team-member__text {
    opacity: 1; }

.team-member__image, .team-member__image-hover, .team-member__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.team-member__text {
  z-index: 2;
  padding: 20px;
  text-align: center;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(229, 237, 255, 0.8);
  color: #6c95f9; }

.team-member__image-hover, .team-member__text {
  z-index: 1;
  transition: 0.4s;
  opacity: 0; }

* {
  opacity: 1;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }

/*============================================================================
Why Torgoen
==============================================================================*/
#why-torgoen img {
  width: 100%; }

/* 
   Swatches Styles
*/
.swatch {
  margin: 1em 0; }
  @media screen and (max-width: 800px) {
    .swatch {
      margin: 0 0 15px; } }

/* Label */
.swatch .header {
  float: left;
  min-width: 140px;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 15px;
  border: 1px solid transparent;
  padding: 3px 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none !important; }

.swatch label {
  cursor: pointer;
  /* To give width and height */
  float: left;
  /* No extra spacing between them */
  margin: 0 7.5px 0 0;
  padding: 3px 5px;
  /* Styling text */
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  white-space: nowrap;
  text-transform: uppercase;
  min-width: 0;
  border: 1px solid transparent; }
  @media screen and (max-width: 1030px) {
    .swatch label {
      margin-bottom: 7.5px; } }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border: 1px solid #111111;
  padding: 3px 5px; }

@media screen and (max-width: 1030px) {
  .swatch .header {
    float: none;
    margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  .swatch .header {
    float: left; } }
/* Styling the faq page */
.question-title {
  cursor: pointer;
  text-align: center !important;
  font-size: 1.15rem;
  padding: 5px 0;
  font-family: "futura-pt",sans-serif;
  letter-spacing: 0.01em;
  text-decoration: underline;
  font-weight: 500; }

.question-description {
  padding: 10px 0;
  display: none;
  text-align: left !important;
  margin: 0.2rem auto;
  max-width: 800px; }
  .question-description > p {
    line-height: 2;
    font-size: 19px; }

.faq-left {
  padding: 2rem;
  border: 1px solid; }
  .faq-left li {
    text-align: right;
    margin-bottom: 1rem;
    font-size: 1.2rem; }

.cust-message {
  list-style-type: none; }

.question-title i {
  float: right;
  /*added so icon aligns with text*/
  line-height: 22px; }

.shopify-section ol, .sidebar-faq ol {
  margin-left: 0;
  list-style-type: none; }

.sidebar-faq ol li a {
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media screen and (max-width: 768px) {
  .sidebar-faq {
    display: none; } }
#contact .contactheading {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .contact-content {
    margin: auto;
    text-align: left; } }
@media screen and (min-width: 768px) {
  /* arranges the contact columns */
  .min-height-120 {
    min-height: 150px; }

  .contact-form .form-wrap .large--one-half:nth-child(odd), #create_customer .form-wrap .large--one-half:nth-child(odd) {
    padding-left: 0;
    padding-right: 7px; }

  .contact-form .form-wrap .large--one-half:nth-child(even), #create_customer .form-wrap .grid .large--one-half:nth-child(even), #create_customer .form-wrap .grid--rev .large--one-half:nth-child(even), #create_customer .form-wrap .grid--full .large--one-half:nth-child(even) {
    padding-left: 7px;
    padding-right: 0; }

  .contact-content {
    max-width: 60%;
    margin: auto;
    text-align: center; } }
@media screen and (max-width: 768px) {
  /* arranges the contact columns */
  .contact-form .large--one-half:nth-child(odd), #create_customer .large--one-half:nth-child(odd) {
    padding-left: 0; }

  .contact-form .large--one-half:nth-child(even), #create_customer .large--one-half:nth-child(even) {
    padding-left: 0; } }
@media screen and (min-width: 480px) {
  .contact-content {
    max-width: 80%;
    margin: auto; } }
@media screen and (min-width: 768px) {
  #join-us .contactheading {
    margin: 10px; }
  #join-us .first {
    margin-top: 25px; }

  #create-account .contactheading {
    margin: 20px; }
  #create-account .first {
    margin-top: 10px; } }
#shopify-section-register h2, #shopify-section-register .h2, #shopify-section-register .h2--body {
  font-weight: bold; }

.subscribe-checkbox {
  margin-bottom: 10px; }
  .subscribe-checkbox label {
    display: inline-block; }

@media screen and (min-width: 769px) {
  .has-mega.hover-menu .shopify-section {
    top: 65px; }
    .has-mega.hover-menu .shopify-section .megamenu {
      padding-top: 20px; }

  .homepage-columns .slick {
    padding-top: 20px; }

  .desktop-main-menu li {
    padding: 0 15px; }
  .nav--desktop .sub-menu {
    top: 3px; }

  .leftmenu {
    width: 41%; }
    .leftmenu li:first-child {
      padding-left: 0px; }

  .showDesktop .nav--desktop {
    padding: 15px 0; }

  /* breakpoint when the header goes on two lines */ }
  @media screen and (min-width: 769px) and (max-width: 1180px) {
    .desktop-main-menu li {
      padding: 0 5px; } }

  @media screen and (min-width: 769px) and (max-width: 1380px) {
    .leftmenu {
      width: 40%; } }
.homepage-big-section {
  background-size: cover !important; }
  @media screen and (max-width: 768px) {
    .homepage-big-section > div {
      background: rgba(0, 0, 0, 0.4); } }
  .homepage-big-section .btn--splash2 {
    background: transparent !important; }
    .homepage-big-section .btn--splash2:hover {
      background-color: #fff !important; }
  .homepage-big-section .inner-content {
    max-width: 90%;
    margin: auto;
    padding: 60px 0; }
    .homepage-big-section .inner-content h2, .homepage-big-section .inner-content .h2, .homepage-big-section .inner-content .h2--body {
      font-size: 2rem; }
    .homepage-big-section .inner-content p {
      font-size: 18px; }
  @media screen and (min-width: 769px) {
    .homepage-big-section {
      min-height: 500px; }
      .homepage-big-section > div {
        min-height: 500px; }
        .homepage-big-section > div > .grid--full {
          min-height: 500px; }
      .homepage-big-section .inner-content {
        max-width: 80%;
        padding: 50px 0; }
        .homepage-big-section .inner-content h2, .homepage-big-section .inner-content .h2, .homepage-big-section .inner-content .h2--body {
          font-size: 1.5rem;
          letter-spacing: 0.1em; }
        .homepage-big-section .inner-content p {
          font-size: 16px;
          line-heigth: 1.6; } }

/* customisable color of text in the background image section */
.color--white {
  color: white; }

.color--dark {
  color: #111; }

.homepage-columns h5, .homepage-columns .h5, .homepage-columns .h5--body {
  font-weight: normal;
  font-style: none; }

#shopify-section-instagram {
  padding-bottom: 50px; }

.homepage-product.product-section {
  padding-bottom: 25px; }

.homepage-columns {
  padding-bottom: 20px; }

.homepage-big-section {
  margin-bottom: 45px; }

.homepage-slideshow {
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .nav--mobile .header-search-form input[type="submit"] {
    height: 47px; }

  .slideshow__slide .content--centered, .slideshow__slide .collection-grid-item__content {
    padding-left: 0;
    padding-right: 0; }

  .homepage--light {
    margin-bottom: 0; }

  .image-hover .outer .color-splash2 {
    background: rgba(17, 17, 17, 0.4);
    opacity: 0 !important; }

  .image-hover .outer .color-splash {
    background: rgba(102, 102, 102, 0.6);
    opacity: 1; }

  .homepage-big-section .inner-content {
    padding: 20px 0;
    max-width: 95%; } }
.slick-list {
  padding: 0 !important; }

.homepage-instagram .home__subtitle {
  margin-top: 25px; }

@media screen and (max-width: 1030px) {
  /* FIXING THE THEME BUGS */
  .body--mobile-active {
    overflow: hidden; }

  html, body {
    overflow-x: hidden; }

  a.menuToggle.header-burger {
    padding: 10px;
    position: relative;
    left: -10px;
    top: 1px; }

  .nav--mobile .logo-wrapper {
    margin-left: 5.5%; }

  .CartToggle {
    padding-top: 5px; }

  .has-mega label i {
    pointer-events: none; }

  .nav--mobile .main-menu > li > {
    border-bottom: 1px solid black; }
    .nav--mobile .main-menu > li > a {
      font-weight: bold; }

  .homepage-columns {
    padding-bottom: 0; } }
.homepage-columns .column-item h5, .homepage-columns .column-item .h5, .homepage-columns .column-item .h5--body {
  margin-top: 35px !important;
  font-weight: bold;
  font-style: italic; }

.index-section .homepage-columns h5, .index-section .homepage-columns .h5, .index-section .homepage-columns .h5--body {
  text-transform: none; }

/* Product snippet styling */
.search-result .figcaption.under {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000; }

.product-grid-item .grid-inner {
  border: none; }
  .product-grid-item .grid-inner .figcaption.under {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 0px solid #000; }
    .product-grid-item .grid-inner .figcaption.under .price_wrapper {
      padding-left: 0; }

/* collection styling */
.collection {
  padding-bottom: 30px; }

.title--flex {
  line-height: 1.2; }

.main-content {
  padding-bottom: 0; }

.template-page .homepage-columns {
  padding-bottom: 0; }

/* PUT STYLING FOR MOBILE HERE */
@media screen and (max-width: 768px) {
  .collection__sort {
    margin-bottom: 20px; }

  #toggleFilters {
    padding: 14px; }

  .mega-image-container .image-container1 {
    margin-bottom: 30px; }

  .image-hover .outer img {
    min-height: 200px;
    width: 100% !important; } }
/* faq chevron item expand */
.question-title i {
  transition: 0.5s ease all; }

.rotate {
  transform: rotate(90deg); }

#faq main h4, #faq main .h4, #faq main .h4--body {
  margin-top: 2rem;
  letter-spacing: 4px;
  font-size: 1.5rem;
  text-align: center; }

/* footer */
footer #contact_form {
  margin-bottom: 10px; }
footer p {
  margin: 1rem 0 2rem 0; }
footer h5, footer .h5, footer .h5--body {
  font-weight: bold;
  margin-bottom: 0.9rem; }
  @media screen and (max-width: 768px) {
    footer h5, footer .h5, footer .h5--body {
      margin-top: 1rem; } }
footer .footer-quicklinks li {
  font-size: 12px;
  padding: 0.20rem 0; }
@media screen and (max-width: 768px) {
  footer .social-wrap {
    padding-left: 0; }
    footer .social-wrap ul {
      text-align: center !important; } }
footer .newsletter-form {
  border-radius: 0;
  border: 1px solid #c7c7c5;
  /* STYLING THE PLACEHOLDER FOR MAJOR BROWSER SUPPORT */ }
  footer .newsletter-form input::-webkit-input-placeholder {
    color: #000; }
  footer .newsletter-form input:-moz-placeholder {
    color: #000; }
  footer .newsletter-form input[type="submit"] {
    border-radius: 0 !important;
    background: #c6c6c5;
    color: #000;
    line-height: 1.6;
    /* WERID BUG FIX */ }
    @media screen and (min-width: 1030px) {
      footer .newsletter-form input[type="submit"] {
        height: 35px; } }
    @media screen and (min-width: 1280px) {
      footer .newsletter-form input[type="submit"] {
        height: 37px; } }

p {
  font-size: 19px; }

/* why torgoen */
.copy {
  font-size: 19px;
  line-height: 2; }

#our-partners .rte div {
  text-align: left; }

#why-torgoen h4:after, #why-torgoen .h4:after, #why-torgoen .h4--body:after, #our-partners h4:after, #our-partners .h4:after, #our-partners .h4--body:after {
  display: none; }

.large--border-left {
  border-left: 1px solid; }

.margin-auto {
  margin: auto; }

.padding20 {
  padding: 20px; }

.seoSpecifications {
  display: none; }

a label {
  font-weight: normal; }

a.active label {
  border: 1px solid black; }

@media screen and (max-width: 1030px) {
  .swatch a.active label {
    padding: 3px 5px; } }
/* STRAP FILTERS STYLING */
.filter input[type="submit"] {
  padding: 12px 10px;
  border-radius: 0; }
.filter .collection-filters-container label {
  margin-top: 0px;
  margin-bottom: 0px; }
.filter label {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.01em; }
.filter .filter_with_image {
  position: relative; }
  .filter .filter_with_image .filter_image {
    display: inline;
    max-width: 120px;
    margin: 10px 0;
    margin-right: 20px;
    text-align: left; }
  .filter .filter_with_image a span {
    display: inline-block;
    max-width: 20%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-weight: bold;
    font-size: 17px; }
  .filter .filter_with_image .active span {
    border-bottom: 2px solid #000; }
.filter .filter_no_image a {
  text-decoration: none;
  font-size: 19px; }

.template-blog .grid__item img {
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px; }
.template-blog .article__content * {
  font-size: 19px; }

.template-article .homepage-blog {
  background: white;
  border-top: 1px solid; }
  .template-article .homepage-blog .blog__article div, .template-article .homepage-blog .blog__article p {
    text-align: left; }
.template-article .blog__article div, .template-article .blog__article p {
  text-align: left;
  width: 100%; }
.template-article .blog__article img {
  max-width: 100%; }
.template-article .blog__article h1, .template-article .blog__article .h1, .template-article .blog__article .h1--body, .template-article .blog__article h2, .template-article .blog__article .h2, .template-article .blog__article .h2--body, .template-article .blog__article h3, .template-article .blog__article .h3, .template-article .blog__article .h3--body, .template-article .blog__article .sky-pilot-access-denied h5, .sky-pilot-access-denied .template-article .blog__article h5, .template-article .blog__article .sky-pilot-access-denied .h5, .sky-pilot-access-denied .template-article .blog__article .h5, .template-article .blog__article .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .template-article .blog__article .h5--body, .template-article .blog__article h4, .template-article .blog__article .h4, .template-article .blog__article .h4--body, .template-article .blog__article h5, .template-article .blog__article .h5, .template-article .blog__article .h5--body, .template-article .blog__article h6, .template-article .blog__article .h6, .template-article .blog__article .h6--body {
  text-align: center; }
.template-article .blog__article p.accent, .template-article .blog__article .wp-caption-text {
  text-align: center; }

.wrapper-narrower {
  max-width: 1024px; }

.wrapper-narrower2 {
  max-width: 924px; }

div[data-section-type="faq"] {
  margin-bottom: 5.5em; }

input[type="submit"].btn--inverted-splash {
  background: #121212;
  border: 1px solid #666;
  color: #fff;
  font-weight: 500;
  font-size: 0.92857em;
  padding: 10px; }

.contact-content {
  max-width: 100%;
  padding: 0 20px 20px; }

.has-border-top {
  border-top: 1px solid #222; }

.has-border-bottom {
  border-bottom: 1px solid #222; }

@media screen and (max-width: 768px) {
  .has-border-top-mobile {
    border-top: 1px solid #222; } }
.rte div {
  font-size: 19px;
  text-align: center; }

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

.template-page .rte {
  text-align: center; }
  .template-page .rte div {
    font-size: 19px;
    text-align: center; }
  .template-page .rte ol, .template-page .rte ul {
    list-style-position: inside;
    font-size: 19px;
    margin-left: 0; }

.template-page h1.h2, .template-page .h2.h1, .template-page .h2.h1--body {
  font-size: 2.23em;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    .template-page h1.h2, .template-page .h2.h1, .template-page .h2.h1--body {
      margin-top: 0;
      margin-bottom: 30px; } }
.template-page h5, .template-page .h5, .template-page .h5--body {
  line-height: 1.6; }

.template-blog main h4.title, .template-blog main h4, .template-blog main .h4, .template-blog main .h4--body {
  font-size: 2.23em;
  font-weight: 500;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center; }
.template-blog main a.article__title-link h3, .template-blog main a.article__title-link .h3, .template-blog main a.article__title-link .h3--body, .template-blog main a.article__title-link .sky-pilot-access-denied h5, .sky-pilot-access-denied .template-blog main a.article__title-link h5, .template-blog main a.article__title-link .sky-pilot-access-denied .h5, .sky-pilot-access-denied .template-blog main a.article__title-link .h5, .template-blog main a.article__title-link .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied .template-blog main a.article__title-link .h5--body {
  margin-bottom: 0.25em; }

@media screen and (max-width: 768px) {
  .medium--display-block {
    display: block; }

  .margin-auto {
    margin: auto; } }
.product__thumbs--square .slick-dots li {
  display: none !important; }

.home__subtitle:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  background: #111;
  max-width: 535px;
  height: 1px;
  z-index: 2; }

#meet-torgoen .rte {
  text-align: center; }
#meet-torgoen dl {
  padding: 10px; }
  #meet-torgoen dl dt, #meet-torgoen dl dd {
    padding: 2px; }
    @media screen and (max-width: 768px) {
      #meet-torgoen dl dt, #meet-torgoen dl dd {
        padding: 5px; } }

@media screen and (min-width: 768px) {
  .contact-content {
    max-width: 80%;
    margin: auto; } }
.contact-content > p {
  font-size: 19px; }

@media screen and (min-width: 769px) {
  .pull--large-top-60 {
    position: relative;
    top: -60px; } }
@media screen and (max-width: 768px) {
  .nav-white-screen {
    background: transparent; }

  .body--mobile-active {
    opacity: 1; }
    .body--mobile-active .full-wrap {
      opacity: 1;
      background: transparent; }

  .blog {
    padding-bottom: 0; }

  /* sale price align */
  .compare-at {
    padding-left: 0; } }
.blog__article header .accent {
  opacity: 1;
  font-weight: 100;
  font-size: 16px; }

.active-link {
  color: #111111 !important; }

.nav--desktop .header-search-link .header-search-form {
  /*
    display: none;
    position: absolute;
    width: 360px;
    top: -10px;
    left: -370px;
    padding-left: 110px;
    background: white;
  */
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease all;
  position: absolute;
  width: 100%;
  top: 101%;
  height: 140%;
  left: 0;
  padding: 100px;
  padding-bottom: 100%;
  background: white; }

.nav--desktop .header-search-link .header-search-form .cancel {
  /*   position: absolute;
     left: 330px;
     top: 13px;
     width: 14px;
   */
  position: absolute;
  left: 69%;
  top: 114px;
  width: 14px; }

@media screen and (min-width: 768px) {
  #SortBy {
    position: relative;
    left: -5px;
    width: 83% !important; } }
#warranty-cover.template-page .rte,
#delivery-amp-returns.template-page .rte,
#privacy-policy.template-page .rte,
#terms-amp-conditions.template-page .rte {
  text-align: left; }
  #warranty-cover.template-page .rte h1, #warranty-cover.template-page .rte .h1, #warranty-cover.template-page .rte .h1--body, #warranty-cover.template-page .rte h2, #warranty-cover.template-page .rte .h2, #warranty-cover.template-page .rte .h2--body, #warranty-cover.template-page .rte h3, #warranty-cover.template-page .rte .h3, #warranty-cover.template-page .rte .h3--body, #warranty-cover.template-page .rte .sky-pilot-access-denied h5, .sky-pilot-access-denied #warranty-cover.template-page .rte h5, #warranty-cover.template-page .rte .sky-pilot-access-denied .h5, .sky-pilot-access-denied #warranty-cover.template-page .rte .h5, #warranty-cover.template-page .rte .sky-pilot-access-denied .h5--body, .sky-pilot-access-denied #warranty-cover.template-page .rte .h5--body, #warranty-cover.template-page .rte h4, #warranty-cover.template-page .rte .h4, #warranty-cover.template-page .rte .h4--body, #warranty-cover.template-page .rte h5, #warranty-cover.template-page .rte .h5, #warranty-cover.template-page .rte .h5--body, #warranty-cover.template-page .rte h6, #warranty-cover.template-page .rte .h6, #warranty-cover.template-page .rte .h6--body,
  #delivery-amp-returns.template-page .rte h1,
  #delivery-amp-returns.template-page .rte .h1,
  #delivery-amp-returns.template-page .rte .h1--body,
  #delivery-amp-returns.template-page .rte h2,
  #delivery-amp-returns.template-page .rte .h2,
  #delivery-amp-returns.template-page .rte .h2--body,
  #delivery-amp-returns.template-page .rte h3,
  #delivery-amp-returns.template-page .rte .h3,
  #delivery-amp-returns.template-page .rte .h3--body,
  #delivery-amp-returns.template-page .rte .sky-pilot-access-denied h5,
  .sky-pilot-access-denied #delivery-amp-returns.template-page .rte h5,
  #delivery-amp-returns.template-page .rte .sky-pilot-access-denied .h5,
  .sky-pilot-access-denied #delivery-amp-returns.template-page .rte .h5,
  #delivery-amp-returns.template-page .rte .sky-pilot-access-denied .h5--body,
  .sky-pilot-access-denied #delivery-amp-returns.template-page .rte .h5--body,
  #delivery-amp-returns.template-page .rte h4,
  #delivery-amp-returns.template-page .rte .h4,
  #delivery-amp-returns.template-page .rte .h4--body,
  #delivery-amp-returns.template-page .rte h5,
  #delivery-amp-returns.template-page .rte .h5,
  #delivery-amp-returns.template-page .rte .h5--body,
  #delivery-amp-returns.template-page .rte h6,
  #delivery-amp-returns.template-page .rte .h6,
  #delivery-amp-returns.template-page .rte .h6--body,
  #privacy-policy.template-page .rte h1,
  #privacy-policy.template-page .rte .h1,
  #privacy-policy.template-page .rte .h1--body,
  #privacy-policy.template-page .rte h2,
  #privacy-policy.template-page .rte .h2,
  #privacy-policy.template-page .rte .h2--body,
  #privacy-policy.template-page .rte h3,
  #privacy-policy.template-page .rte .h3,
  #privacy-policy.template-page .rte .h3--body,
  #privacy-policy.template-page .rte .sky-pilot-access-denied h5,
  .sky-pilot-access-denied #privacy-policy.template-page .rte h5,
  #privacy-policy.template-page .rte .sky-pilot-access-denied .h5,
  .sky-pilot-access-denied #privacy-policy.template-page .rte .h5,
  #privacy-policy.template-page .rte .sky-pilot-access-denied .h5--body,
  .sky-pilot-access-denied #privacy-policy.template-page .rte .h5--body,
  #privacy-policy.template-page .rte h4,
  #privacy-policy.template-page .rte .h4,
  #privacy-policy.template-page .rte .h4--body,
  #privacy-policy.template-page .rte h5,
  #privacy-policy.template-page .rte .h5,
  #privacy-policy.template-page .rte .h5--body,
  #privacy-policy.template-page .rte h6,
  #privacy-policy.template-page .rte .h6,
  #privacy-policy.template-page .rte .h6--body,
  #terms-amp-conditions.template-page .rte h1,
  #terms-amp-conditions.template-page .rte .h1,
  #terms-amp-conditions.template-page .rte .h1--body,
  #terms-amp-conditions.template-page .rte h2,
  #terms-amp-conditions.template-page .rte .h2,
  #terms-amp-conditions.template-page .rte .h2--body,
  #terms-amp-conditions.template-page .rte h3,
  #terms-amp-conditions.template-page .rte .h3,
  #terms-amp-conditions.template-page .rte .h3--body,
  #terms-amp-conditions.template-page .rte .sky-pilot-access-denied h5,
  .sky-pilot-access-denied #terms-amp-conditions.template-page .rte h5,
  #terms-amp-conditions.template-page .rte .sky-pilot-access-denied .h5,
  .sky-pilot-access-denied #terms-amp-conditions.template-page .rte .h5,
  #terms-amp-conditions.template-page .rte .sky-pilot-access-denied .h5--body,
  .sky-pilot-access-denied #terms-amp-conditions.template-page .rte .h5--body,
  #terms-amp-conditions.template-page .rte h4,
  #terms-amp-conditions.template-page .rte .h4,
  #terms-amp-conditions.template-page .rte .h4--body,
  #terms-amp-conditions.template-page .rte h5,
  #terms-amp-conditions.template-page .rte .h5,
  #terms-amp-conditions.template-page .rte .h5--body,
  #terms-amp-conditions.template-page .rte h6,
  #terms-amp-conditions.template-page .rte .h6,
  #terms-amp-conditions.template-page .rte .h6--body {
    text-align: center; }

ul.crosssell li {
  width: auto; }

.search-result img {
  width: 100%; }
.search-result .meta {
  color: #ccc;
  font-size: 1.14286em; }

.on-sale .compare-at {
  margin-top: 7.5px;
  text-decoration: line-through !important;
  color: rgba(17, 17, 17, 0.5); }

/* hide the overflow of the page */
.no-overflow {
  overflow: hidden; }

.mfp-image-holder .mfp-figure:after {
  display: none !important; }
.mfp-image-holder .mfp-figure figure {
  overflow-y: hidden; }
  .mfp-image-holder .mfp-figure figure img {
    max-width: 100%; }

#coin-container select {
  padding: 0 20px;
  color: white;
  border: none;
  background-image: none; }

/* CROSS SELL STYLING */
h3.crossselltitle, .crossselltitle.h3, .crossselltitle.h3--body, .sky-pilot-access-denied h5.crossselltitle, .sky-pilot-access-denied .crossselltitle.h5, .sky-pilot-access-denied .crossselltitle.h5--body {
  margin: 25px 0;
  text-align: center;
  text-align: center;
  font-size: 1.78571em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin-bottom: 45px;
  position: relative; }

.cross-sell li {
  width: 33% !important;
  padding-left: 30px !important; }
  @media screen and (max-width: 768px) {
    .cross-sell li {
      width: 50% !important; } }
  .cross-sell li .producttitle {
    border-top: 1px solid;
    padding-top: 10px !important; }
  .cross-sell li .product-meta {
    color: #ccc;
    font-size: 1.14286em; }
  .cross-sell li .name_wrapper {
    font-family: "futura-pt";
    text-align: left;
    font-size: 1.64286em !important;
    margin-bottom: 10px !important; }
  .cross-sell li .money {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    color: #111;
    font-size: 19px;
    letter-spacing: 1px;
    position: relative;
    top: -15px; }

.mfp-modal.photos {
  padding: 5%;
  transition: 0.5s ease all;
  z-index: 999999999899;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  /* padding: 20%; */
  width: 100%;
  background: rgba(58, 58, 58, 0.6);
  height: 100%; }
  .mfp-modal.photos .slick-prev {
    left: -7%; }
  .mfp-modal.photos .slick-next {
    right: -7%; }
  .mfp-modal.photos .slick-prev:before, .mfp-modal.photos .slick-next:before {
    color: white; }

.mfp-modal.show {
  opacity: 1;
  visibility: visible; }

.lightbox-products {
  max-width: 50%;
  margin: auto; }

.template-product div[class*="-grid"] img {
  max-width: 70%;
  margin: auto; }

#slideshow-collection-hero .content-center * {
  text-align: center !important; }

#slideshow-collection-hero .content-right * {
  text-align: right !important; }

#slideshow-collection-hero .content-left * {
  text-align: left !important; }

.shipping-tracker-form-group input {
  border: 1px solid #111;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 1em;
  padding: 10px;
  background-color: transparent;
  outline: none;
  border-radius: 0;
  font-family: "futura-pt", sans-serif !important; }

.shipping-tracker-label {
  margin-bottom: 0.3em;
  font-family: 'futura-pt', sans-serif; }

#shipping-tracker [type=submit], #shipping-tracker [type=reset], #shipping-tracker button, #shipping-tracker html [type=button] {
  -webkit-appearance: button;
  background: #121212;
  border: 1px solid #666;
  color: #fff;
  font-weight: 500;
  font-size: 0.92857em;
  padding: 10px;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%; }

.mega-image-container .image-container1 img {
  transition: 0.2s ease all; }

.nav--desktop .header-cart__bubble {
  display: block !important; }

.nav--desktop .header-cart__bubble {
  display: block !important;
  position: absolute;
  top: -50%;
  right: -50%;
  border: 1px solid #111;
  padding: 0px 4px 0px 5px;
  border-radius: 50%;
  color: white;
  background: #111;
  font-size: 11px; }
  .nav--desktop .header-cart__bubble.hidden-count {
    display: none !important; }

.nav--mobile .CartToggle {
  position: relative; }
  .nav--mobile .CartToggle .header-cart__bubble {
    position: absolute;
    top: 30%;
    margin-top: -14px;
    left: 40%;
    border-radius: 12px;
    background-color: #111;
    color: white;
    padding: 0px 5px;
    font-size: 11px;
    height: auto;
    width: auto; }

a.btn.btn--large.btn--splash.btn--full.btn--checkout, a.btn--large.btn--splash.btn--full.btn--checkout.btn--secondary, a.btn--large.btn--splash.btn--full.btn--checkout.spr-summary-actions-newreview, .sky-pilot-access-denied a.btn--large.btn--splash.btn--full.btn--checkout, .charge_rabbit .login_or_signup a.btn--large.btn--splash.btn--full.btn--checkout#login_link, .charge_rabbit .login_or_signup a.btn--large.btn--splash.btn--full.btn--checkout#signup_link, .charge_rabbit a.btn--large.btn--splash.btn--full.btn--checkout.update-card-link, .charge_rabbit a.btn--large.btn--splash.btn--full.btn--checkout.update-address-link, .charge_rabbit .continue_shopping a.btn--large.btn--splash.btn--full.btn--checkout, .charge_rabbit .cancel-subscription-wrapper a.btn--large.btn--splash.btn--full.btn--checkout, .charge_rabbit a.btn--large.btn--splash.btn--full.btn--checkout.cancel-subscription-link {
  margin-top: 30px;
  width: 100%;
  border-radius: 0;
  background-color: #666;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: white !important; }

.full-width {
  width: 100%; }

.color-white {
  color: white !important; }

.border-radius-0 {
  border-radius: 0 !important; }

.shopify-section.index-section.adjust--white .slick img {
  max-width: 100%; }

.pre-footer-wrapper a {
  text-decoration: none !important; }

@media screen and (max-width: 769px) {
  .copy {
    font-size: 16px;
    line-height: 1.6; }

  #why-torgoen .home__subtitle {
    font-size: 1.25em; }

  .height-225 {
    height: 225px !important; } }
.pull--large--three-quarters {
  position: relative;
  display: block; }
  @media screen and (min-width: 768px) {
    .pull--large--three-quarters {
      left: -75%; } }

@media screen and (min-width: 768px) and (max-width: 1030px) {
  .homepage-big-section .product-excerpt > p {
    color: white !important; } }
@-moz-document url-prefix() {
  body.template-collection .main-content .desktop-image.background-size-cover {
    background-position-y: 0 !important; } }

@media screen and (max-width: 769px) {
  .padding-0-15 {
    padding: 0 15px; }

  .height-225 h1.title--flex, .height-225 .title--flex.h1, .height-225 .title--flex.h1--body {
    margin-bottom: 20px; } }
.single-style {
  font-weight: normal;
  border-color: black !important; }

.cf-options-container label input[type="radio"] {
  display: none; }
.cf-options-container label span {
  font-size: 19px;
  font-weight: normal;
  text-transform: capitalize;
  position: relative;
  cursor: pointer; }
  .cf-options-container label span:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .cf-options-container label span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

span.cf-label.cf-title {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.01em;
  display: block; }

.cf-options-container input[type="radio"]:checked + span {
  border-bottom: 2px solid #000; }

#collectionFilters {
  display: block !important; }

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .collection {
    padding-top: 0px; }

  .filter {
    display: none; } }
#togglefilters {
  display: block;
  margin-left: -15px;
  padding-left: 20px;
  padding: 5px;
  padding-left: 20px;
  margin-right: -50px;
  color: black;
  background: #eaeae6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px; }
  #togglefilters .fa-minus {
    display: inline-block !important; }

.discount-message {
  font-size: 16px !important;
  font-weight: bold; }

@media screen and (max-width: 800px) {
  .discount-message {
    font-size: 0.8em !important; } }
.content--bottom {
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
  max-width: 1502px; }
