/*============================================================================
  District Theme
  Copyright 2016 Style Hatch Inc.
  Author Jonathan Moore @moore

  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
==============================================================================*/
/*============================================================================
  Table of Contents

  #General Variables
  #Typography Variables
  #Grid
  #Mixins
  #Bourbon - Partial Library Mixins
  #Normalize
  #Lists
  #Typography
  #Icons
  // Modules
  #Basic
  #Header Util
  #Header - Site Header
  #Hero Content
  #Featured Text
  #Featured Grid
  #Collections
  #Products
  #Cart
  #Instagram Collection
  #Page
  #Blog
  #RTE (rich text editor)
  #Social Share
  #Content Util / Breadcrumbs
  #Forms
  #Site Footer
  #Conditional Old IE Fixes
  // Vendors
  #Big Slide
  #Flickity
  #Magnific

==============================================================================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*============================================================================
  #Typography Variables
  - Liquid font family variables are generated by customize menu values
  - For custom web fonts see the comments in snippets/fonts.liquid
==============================================================================*/
/*============================================================================
  #Grid
    - Simple grid mixins
    - grid() on parent container with options to display gutterless or in reverse
    - grid-item() span 1-12 ($gridColumns)
==============================================================================*/
/*================ Outer Container ================*/
/*============================================================================
  #Mixins
==============================================================================*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both;
    content: "";
    display: table; }

/*============================================================================
  #Bourbon - Partial Library Mixins
==============================================================================*/
/*============================================================================
  #Normalize
==============================================================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline-color: #0971ce; }
  a:hover, a:active {
    outline: 0; }

h1, .h1, header.site-header div.site-logo {
  font-size: 2em;
  margin: 0.67em 0; }

h2, .h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6, .h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

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

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

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

button,
input {
  border-radius: 0px; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/*============================================================================
  #Lists
==============================================================================*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.9375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9375em; }
  dl dd {
    margin: 0; }

/*============================================================================
  #Typography
==============================================================================*/
body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-select.svg?v=145142949295650484321662671767");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 0 28px 0 10px; }

h1, .h1, header.site-header div.site-logo, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.4;
  color: black; }
  h1 a, .h1 a, header.site-header div.site-logo a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none;
    font-weight: inherit; }

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

/*================ Use em() Sass function to declare font-size ================*/
h1, .h1, header.site-header div.site-logo {
  font-size: 2.25em; }

h2, .h2 {
  font-size: 1.75em; }

h3, .h3 {
  font-size: 1.375em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.875em; }

p {
  margin: 0 0 0.9375em 0; }
  p img {
    margin: 0; }

a {
  color: #0971ce; }
  a:hover, a:focus {
    color: #064985; }

em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

small {
  font-size: 0.9em; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.5em; }

/*============================================================================
  #Icons
==============================================================================*/
/*================ ICONS ================*/
span.icon-fallback-text span.icon,
button.icon-fallback-text span.icon,
span.icon-text span.icon,
button.icon-text span.icon {
  position: relative;
  top: 2px;
  display: inline-block; }
span.icon-fallback-text span.fallback-text,
button.icon-fallback-text span.fallback-text,
span.icon-text span.fallback-text,
button.icon-text span.fallback-text {
  display: none; }

@font-face {
  font-family: 'ficon';
  src: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ficon.eot?v=33603105739620401001662671766");
  src: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ficon.eot?v=33603105739620401001662671766#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ficon.woff?v=163230859406356177301662671767") format("woff"), url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ficon.ttf?v=24180498645527120091662671767") format("truetype"), url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ficon.svg?v=100560302298271125851662671768#ficon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .collection aside nav.tags li.active.close a:after {
  font-family: 'ficon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.icon-email:before {
  content: "\f003"; }

.icon-like:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-outline:before {
  content: "\f006"; }

.icon-grid:before {
  content: "\f00a"; }

.icon-list:before {
  content: "\f00b"; }

.icon-close:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-angle-left:before {
  content: "\f0530"; }

.icon-angle-right:before {
  content: "\f054"; }

.icon-help:before {
  content: "\f059"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-alert:before {
  content: "\f071"; }

.icon-comment:before {
  content: "\f075"; }

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

.icon-star-half:before {
  content: "\f089"; }

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

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

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

.icon-menu:before {
  content: "\f0c9"; }

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

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-github:before {
  content: "\f113"; }

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

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

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

.icon-reddit:before {
  content: "\f1a1"; }

.icon-spotify:before {
  content: "\f1bc"; }

.icon-vine:before {
  content: "\f1ca"; }

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

.icon-medium:before {
  content: "\f23a"; }

.icon-500px:before {
  content: "\f26e"; }

.icon-amazon:before {
  content: "\f270"; }

.icon-houzz:before {
  content: "\f27c"; }

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

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

/*============================================================================
  // Modules
==============================================================================*/
/*============================================================================
  #Basic
==============================================================================*/
html {
  background-color: #1c1c1c; }

body {
  background-color: white; }
  @media screen and (max-width: 600px) {
    body {
      border: 0px; } }

main > div:last-of-type {
  border-bottom: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

main.main-content .collection .wrapper .breadcrumb {
  font-size: 0.8875em;
  text-transform: uppercase;
  margin-top: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
  width: 100%; }
  @media screen and (max-width: 800px) {
    main.main-content .collection .wrapper .breadcrumb {
      font-size: 16px;
      text-align: center; } }

.breadcrumb span:last-of-type {
  color: #3f3f44; }

main.main-content .collection .wrapper .breadcrumb a {
  color: #000;
  text-decoration: none; }

main.main-content {
  margin-top: 0px; }

@media only screen and (max-width: 800px) {
  .template-collection .collection .products-grid {
    margin-left: 0px; } }
.button.outline, p.buttons.outline > a, div.hero-content .cell-content a.button {
  padding: 2px 12px;
  border: 2px solid black;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  outline: none; }
  .button.outline:hover, p.buttons.outline > a:hover, div.hero-content .cell-content a.button:hover, .button.outline:focus, p.buttons.outline > a:focus, div.hero-content .cell-content a.button:focus {
    color: #0971ce;
    border-color: #0971ce; }
  .button.outline.large, p.buttons.outline > a.large, div.hero-content .cell-content a.large.button {
    padding: 6px 24px;
    font-size: 14px; }

.button.simple {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none; }
  .button.simple:hover, .button.simple:focus {
    color: #0971ce; }

.button.solid, p.buttons.solid > a {
  padding: 4px 14px;
  background: #0971ce;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: 0; }
  .button.solid:hover, p.buttons.solid > a:hover, .button.solid:focus, p.buttons.solid > a:focus {
    background: #064985; }
  .button.solid:focus, p.buttons.solid > a:focus {
    outline: none; }
  .button.solid.large, p.buttons.solid > a.large {
    padding: 6px 24px;
    font-size: 14px; }

a {
  -webkit-transition: color 0.01s ease-in-out;
  -moz-transition: color 0.01s ease-in-out;
  transition: color 0.01s ease-in-out; }

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

.pagination {
  margin: 40px auto 0;
  text-align: center;
  *zoom: 1;
  display: inline-block; }
  .pagination:after {
    clear: both;
    content: "";
    display: table; }
  .pagination li {
    float: left; }
    .pagination li a,
    .pagination li span {
      display: block;
      border-top: 0px solid #cccccc;
      border-bottom: 0px solid #cccccc;
      border-right: 0px solid #cccccc;
      padding: 1px 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.1875em;
      color: #323232; }
    .pagination li a:hover,
    .pagination li a:focus {
      background: #0971ce;
      color: white; }
    .pagination li:first-child a,
    .pagination li:first-child span {
      border-left: 2px solid #cccccc; }
    .pagination li.disabled a,
    .pagination li.disabled span, .pagination li.active a,
    .pagination li.active span {
      cursor: default; }
    .pagination li.active a,
    .pagination li.active span {
      background: white;
      color: #0971ce; }
    .pagination li.disabled a,
    .pagination li.disabled span {
      color: #999999;
      background: transparent; }

ul.social-icons {
  margin: 0;
  padding: 0; }
  ul.social-icons li {
    display: inline-block;
    margin-right: 10px; }
    ul.social-icons li a {
      display: block;
      font-size: 1.125em;
      position: relative;
      top: -3px;
      color: black; }
      ul.social-icons li a:hover, ul.social-icons li a:focus {
        color: #0971ce; }
    ul.social-icons li:last-child {
      margin-right: 0; }

header.promo-bar {
  left: 0;
  right: 0;
  top: 0;
  *zoom: 1;
  background: #690000;
  color: white;
  /* padding: 10px 0px 20px 0px; */
  padding: 0 0 0 0;
  font-size: 0.8125em;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 1051 !important; }
  header.promo-bar:after {
    clear: both;
    content: "";
    display: table; }
  header.promo-bar a {
    color: #5f95c6;
    text-decoration: none; }
    header.promo-bar a:hover {
      color: #7faad1; }
    header.promo-bar a:focus {
      outline-color: white; }
  header.promo-bar.size-large {
    padding: 16px 1.875em;
    font-size: 0.9375em; }
  header.promo-bar.align-left {
    text-align: left; }
  header.promo-bar.align-center {
    text-align: center; }
  @media only screen and (max-device-width: 700px) {
    header.promo-bar.align-center {
      position: relative !important; } }
  header.promo-bar.align-right {
    text-align: right; }

/*============================================================================
  #Header Util
==============================================================================*/
.stickyheader {
  background: #000000;
  margin-bottom: -15px; }
  .stickyheader p {
    color: white;
    text-align: center;
    font-family: "xxii", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px; }

header.util {
  z-index: 1051;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  height: 40px;
  text-align: center;
  margin-top: 0px;
  *zoom: 1;
  background: #0071cd;
  color: #aaaaaa;
  font-size: 0.75em;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  header.util:after {
    clear: both;
    content: "";
    display: table; }
  header.util a {
    color: #FFF;
    text-decoration: none; }
    header.util a:hover, header.util a:focus {
      opacity: 0.8; }
    header.util a:focus {
      outline-color: #aaaaaa; }
  header.util .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    header.util .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  header.util .left-wrapper {
    margin: 6px 10px;
    float: left; }
  header.util .right-wrapper {
    margin: 6px 10px;
    float: right; }
  header.util .search-wrapper {
    display: none;
    margin: 10px;
    margin: 0px;
    padding: 20px 10px 20px;
    background-color: #383838; }
    header.util .search-wrapper form {
      margin: 0;
      padding: 0;
      *zoom: 1;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      *zoom: 1;
      margin: 0;
      padding: 0;
      margin-left: -30px;
      direction: ltr; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form:after {
        clear: both;
        content: "";
        display: table; }
      header.util .search-wrapper form > * {
        padding-left: 30px; }
        @media screen and (max-width: 800px) {
          header.util .search-wrapper form > * {
            padding-right: 0px;
            padding-left: 0px; } }
      header.util .search-wrapper form > * {
        display: inline-block; }
      header.util .search-wrapper form link {
        display: none; }
    header.util .search-wrapper .icon-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper .input-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 83.33333%; }
    header.util .search-wrapper .button-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 8.33333%; }
    header.util .search-wrapper span.icon {
      color: #0971ce;
      font-size: 1.25em; }
    header.util .search-wrapper span.icon-fallback-text {
      display: block;
      height: 60px;
      width: 100%;
      text-align: right;
      line-height: 60px; }
    header.util .search-wrapper input {
      height: 60px;
      width: 100%;
      padding: 0 16px;
      border: 0px;
      border-bottom: 2px solid #cccccc;
      background-color: transparent;
      font-size: 2.25em;
      color: black; }
      header.util .search-wrapper input:focus {
        outline: 0;
        background-color: white;
        border-bottom: 2px solid #666666; }
    header.util .search-wrapper span.input-group-btn {
      height: 60px; }
      header.util .search-wrapper span.input-group-btn button {
        width: 100%;
        height: 60px;
        text-align: left;
        padding: 0px;
        border: 0px;
        background-color: transparent; }
  header.util .currency-picker-contain {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    margin-left: -6px;
    border-left: 1px solid #4e4e4e; }
    header.util .currency-picker-contain label {
      vertical-align: middle; }
    header.util .currency-picker-contain select {
      position: relative;
      vertical-align: middle;
      line-height: 1;
      border: 0px;
      font-size: 12px;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 4px 18px 4px 6px;
      background-position: right 4px center;
      cursor: pointer;
      color: #aaaaaa;
      background-color: #383838;
      background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-select-util.svg?v=130545853639775924121662671767"); }
      header.util .currency-picker-contain select:focus, header.util .currency-picker-contain select:hover {
        outline: 0px;
        border: solid 2px #4e4e4e;
        border-radius: 0px;
        padding: 2px 18px 2px 4px; }
    @media screen and (max-width: 600px) {
      header.util .currency-picker-contain {
        border-left: 0px;
        padding-left: 6px; }
        header.util .currency-picker-contain label {
          display: none; } }
  header.util ul,
  header.util a,
  header.util li,
  header.util .left-wrapper,
  header.util .right-wrapper {
    display: inline-block;
    vertical-align: middle; }
  header.util span.icon {
    font-size: 1.25em;
    margin-right: 2px; }
  header.util li {
    margin-right: 4px;
    padding-right: 6px;
    border-right: 1px solid #4e4e4e; }
    header.util li a {
      display: inline-block;
      padding: 4px 6px; }
    header.util li:last-child {
      border-right: 0px; }
    header.util li.mobile-menu {
      display: none; }
      header.util li.mobile-menu a.toggle-menu span.icon {
        position: relative;
        top: 2px; }
  header.util a#CartButton {
    padding: 2px 12px;
    border: 1px solid #FFF;
    background-color: #000; }
    header.util a#CartButton:hover, header.util a#CartButton:focus {
      opacity: 1;
      background-color: #aaaaaa;
      color: #383838; }
  @media screen and (max-width: 700px) {
    header.util .left-wrapper ul.text-links li {
      display: none; }
      header.util .left-wrapper ul.text-links li.mobile-menu {
        display: inline-block; }
    header.util .right-wrapper ul.text-links li {
      display: none; } }

.cart-preview {
  display: none;
  position: absolute;
  top: 33px;
  right: -10px;
  padding: 20px;
  width: 300px;
  background: white;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: black;
  text-transform: none;
  z-index: 10000; }
  @media screen and (max-width: 600px) {
    .cart-preview {
      top: 37px;
      left: 0;
      right: 0;
      padding: 20px;
      width: auto; } }
  .cart-preview .cart-preview-title {
    font-size: 1.25em;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5; }
  .cart-preview .box.product {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5; }
    .cart-preview .box.product a {
      color: black; }
      .cart-preview .box.product a:hover, .cart-preview .box.product a:focus {
        opacity: 1; }
    .cart-preview .box.product figure {
      *zoom: 1; }
      .cart-preview .box.product figure:after {
        clear: both;
        content: "";
        display: table; }
      .cart-preview .box.product figure > a {
        display: block;
        float: left; }
        .cart-preview .box.product figure > a img {
          max-width: 50px;
          height: auto;
          display: block;
          margin-right: 6px; }
      .cart-preview .box.product figure figcaption a {
        display: block;
        font-size: 1.25em; }
      .cart-preview .box.product figure figcaption ul.options li {
        margin: 0;
        padding: 0;
        color: #7f7f7f;
        border-right: none; }
        .cart-preview .box.product figure figcaption ul.options li:after {
          content: ','; }
        .cart-preview .box.product figure figcaption ul.options li:last-child:after {
          content: ''; }
      .cart-preview .box.product figure figcaption span.price {
        display: block; }
  .cart-preview .cart-preview-total {
    margin-bottom: 10px;
    *zoom: 1;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e5e5; }
    .cart-preview .cart-preview-total:after {
      clear: both;
      content: "";
      display: table; }
    .cart-preview .cart-preview-total .count {
      font-style: italic;
      font-size: 13px;
      margin-bottom: 4px; }
      .cart-preview .cart-preview-total .count span {
        color: #0971ce; }
    .cart-preview .cart-preview-total .label {
      margin-top: 3px;
      float: left;
      font-size: 10px;
      text-transform: none;
      font-weight: 600; }
    .cart-preview .cart-preview-total .total {
      display: inline-block;
      font-weight: bold;
      font-size: 15px;
      float: right; }
  .cart-preview a.button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer; }
    .cart-preview a.button.outline, .cart-preview p.buttons.outline > a, .cart-preview div.hero-content .cell-content a.button, div.hero-content .cell-content .cart-preview a.button {
      margin-top: 8px;
      padding-top: 6px;
      padding-bottom: 6px; }

.search-wrapper {
  margin: 10px;
  padding: 20px 10px 20px;
  background: white; }
  .search-wrapper form {
    margin: 0;
    padding: 0;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form:after {
      clear: both;
      content: "";
      display: table; }
    .search-wrapper form > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .search-wrapper form > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .search-wrapper form > * {
      display: inline-block; }
    .search-wrapper form link {
      display: none; }
  .search-wrapper .icon-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper .input-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 83.33333%; }
  .search-wrapper .button-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 8.33333%; }
  .search-wrapper span.icon {
    color: #0971ce;
    font-size: 1.25em; }
  .search-wrapper span.icon-fallback-text {
    display: block;
    height: 60px;
    width: 100%;
    text-align: right;
    line-height: 60px; }
  .search-wrapper input {
    height: 60px;
    width: 100%;
    padding: 0 16px;
    border: 0px;
    border-bottom: 2px solid #cccccc;
    background-color: transparent;
    font-size: 2.25em;
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .search-wrapper input:focus {
      outline: 0;
      background-color: white;
      border-bottom: 2px solid #666666; }
  .search-wrapper span.input-group-btn {
    height: 60px; }
    .search-wrapper span.input-group-btn button {
      width: 100%;
      height: 60px;
      text-align: left;
      padding: 0px;
      border: 0px;
      background-color: transparent; }

/*============================================================================
  #Header - Site Header
==============================================================================*/
header.site-header {
  background-color: #FFFFFF;
  z-index: 1051 !important;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  top: 0px;
  /* padding: 18px 20px 0; */
  text-align: center; }
  @media screen and (max-width: 700px) {
    header.site-header {
      /* padding: 10px 20px 0; */ } }
  header.site-header .wrapper {
   /*   @if $siteHeaderFullWidth {
        @include outer-container;
      } @else {
        @include outer-container($siteWidth);
      }
  */
    max-width: 100%;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
    -webkit-box-shadow: 0px 15px 40px -30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 15px 40px -30px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 40px -30px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #00000026; }
  header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo {
    margin: 0;
    padding: 20px 8px 20px 0;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.25em;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }
    header.site-header h1.site-logo a, header.site-header .site-logo.h1 a, header.site-header div.site-logo a {
      color: #fffdfd;
      display: inline-block; }
    header.site-header h1.site-logo.has-image, header.site-header .site-logo.has-image.h1, header.site-header div.has-image.site-logo {
      padding: 20px 0;
      margin: 0 auto; }
      header.site-header h1.site-logo.has-image a, header.site-header .site-logo.has-image.h1 a, header.site-header div.has-image.site-logo a {
        max-width: 120px; }
    header.site-header h1.site-logo img, header.site-header .site-logo.h1 img, header.site-header div.site-logo img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      min-width: 150px; }
  @media screen and (max-width: 800px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 2em; } }
  @media screen and (max-width: 600px) {
    header.site-header h1.site-logo, header.site-header .site-logo.h1, header.site-header div.site-logo,
    header.site-header div.site-logo {
      font-size: 1.75em; } }
  header.site-header nav.nav-bar {
    font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: text-bottom; }
    header.site-header nav.nav-bar ul.site-nav li {
      display: inline-block;
      padding: 0; }
      header.site-header nav.nav-bar ul.site-nav li:last-child {
        margin-right: 0px; }
      header.site-header nav.nav-bar ul.site-nav li.has-dropdown {
        position: relative; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:after {
          content: '';
          margin-left: 6px;
          opacity: 0.4;
          display: inline-block;
          height: 5px;
          width: 8px;
          position: relative;
          top: -1px;
          background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-dropdown.svg?v=145142949295650484321662671768");
          background-position: center;
          background-repeat: no-repeat; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a:hover:after {
          opacity: 1; }
        header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a {
          padding-right: 10px; }
          @media screen and (max-width: 1000px) {
            header.site-header nav.nav-bar ul.site-nav li.has-dropdown > a {
              padding: 0 3px;
              font-size: 16px; } }
      header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown {
        position: relative; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown a {
          position: relative;
          padding-right: 24px; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown > a:after {
          content: '';
          opacity: 0.2;
          height: 5px;
          width: 8px;
          position: absolute;
          top: 50%;
          right: 6px;
          margin-top: -4px;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-dropdown.svg?v=145142949295650484321662671768");
          background-position: center;
          background-repeat: no-repeat; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover ul.sub-dropdown, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover ul.sub-dropdown {
          display: block; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover > a, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover > a {
          color: #0971ce; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown:hover > a:after, header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.sub-dropdown-hover > a:after {
          opacity: 0.8; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown ul.sub-dropdown {
          display: none;
          position: absolute;
          top: 0px;
          left: 100%;
          right: auto;
          margin: 0;
          background: #FFFFFF;
          z-index: 1001;
          border: 0px;
          outline: 0px solid #272727; }
          header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown ul.sub-dropdown li.sub-dropdown-item:first-child {
            padding-top: 0px;
            border-top: 0px; }
        header.site-header nav.nav-bar ul.site-nav li.has-sub-dropdown.alternate-align ul.sub-dropdown {
          left: auto;
          right: 100%;
          margin: 0; }
      header.site-header nav.nav-bar ul.site-nav li a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #000000;
        background: transparent;
        padding: 0px 10px;
        font-weight: 600; }
        @media screen and (max-width: 1000px) {
          header.site-header nav.nav-bar ul.site-nav li a {
            padding: 0 3px;
            font-size: 16px; } }
        header.site-header nav.nav-bar ul.site-nav li a:hover, header.site-header nav.nav-bar ul.site-nav li a:focus {
          color: #0971ce; }
    header.site-header nav.nav-bar ul.dropdown {
      display: none;
      position: absolute;
      padding: 0;
      background: #FFFFFF;
      z-index: 1000;
      top: 25px;
      left: -6px;
      left: auto;
      text-align: left; }
      header.site-header nav.nav-bar ul.dropdown li {
        display: block;
        margin: 0;
        padding: 0;
        line-height: normal; }
        header.site-header nav.nav-bar ul.dropdown li:first-child {
          padding-top: 6px;
          border-top: 0px solid #494949; }
          header.site-header nav.nav-bar ul.dropdown li:first-child ul.sub-dropdown {
            top: -4px;
            padding-top: 4px;
            border-top: 0 px solid #494949; }
        header.site-header nav.nav-bar ul.dropdown li:last-child {
          padding-bottom: 6px; }
        header.site-header nav.nav-bar ul.dropdown li a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          display: block;
          margin: 0;
          font-size: 16px;
          text-transform: uppercase;
          text-decoration: none;
          color: #000000;
          white-space: nowrap;
          padding: 0px 10px;
          max-width: 240px; }
          header.site-header nav.nav-bar ul.dropdown li a:hover, header.site-header nav.nav-bar ul.dropdown li a:focus {
            border: none; }
    header.site-header nav.nav-bar li.dropdown-hover > a {
      background-color: #FFFFFF !important;
      color: #0971ce !important; }
    header.site-header nav.nav-bar li.dropdown-hover > a:after {
      opacity: 1 !important; }
    header.site-header nav.nav-bar li.dropdown-hover ul.dropdown {
      display: block; }
    @media screen and (max-width: 700px) {
      header.site-header nav.nav-bar {
        display: none; } }
  header.site-header .logo-contain {
    display: inline-block; }
  header.site-header .layout-horizontal {
    display: table;
    width: 100%;
    padding-left: 20px;
    z-index: 9999; }
    header.site-header .layout-horizontal .logo-contain {
      display: table-cell;
      vertical-align: middle;
      text-align: left; }
    header.site-header .layout-horizontal nav.nav-bar {
      display: table-cell;
      vertical-align: middle;
      text-align: right; }
      @media screen and (max-width: 800px) {
        header.site-header .layout-horizontal nav.nav-bar {
          display: none; } }
    header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
    header.site-header .layout-horizontal div.site-logo {
      padding: 5px 0 5px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        header.site-header .layout-horizontal h1.site-logo, header.site-header .layout-horizontal .site-logo.h1, header.site-header .layout-horizontal div.site-logo,
        header.site-header .layout-horizontal div.site-logo {
          margin: 0 auto;
          text-align: center; } }
    header.site-header .layout-horizontal nav.nav-bar {
      padding: 0;
      margin: 0; }

#newsletter-offer {
  display: none;
  background-color: black;
  color: white;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0 -20px;
  position: relative; }
  #newsletter-offer .wrapper {
    max-width: 100%;
    padding: 20px 0; }
  #newsletter-offer .offer-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr;
    text-align: left; }
    #newsletter-offer .offer-container:after {
      clear: both;
      content: "";
      display: table; }
    #newsletter-offer .offer-container > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        #newsletter-offer .offer-container > * {
          padding-right: 0px;
          padding-left: 0px; } }
    #newsletter-offer .offer-container > * {
      display: inline-block; }
    #newsletter-offer .offer-container link {
      display: none; }
  #newsletter-offer .offer-image {
    display: none; }
  #newsletter-offer .offer-message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    text-align: left; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-message {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center;
        width: 100%;
        margin-bottom: 16px; } }
    #newsletter-offer .offer-message h4, #newsletter-offer .offer-message .h4 {
      margin: 0px;
      font-size: 1.375em;
      color: white;
      text-transform: none; }
    #newsletter-offer .offer-message p {
      margin: 0px;
      font-size: 0.875em; }
  #newsletter-offer .offer-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    margin-top: -22px; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-email {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center;
        width: 100%;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 0px; } }
    #newsletter-offer .offer-email form {
      padding-right: 24px;
      display: table;
      border-collapse: collapse;
      width: 100%;
      height: 44px;
      max-width: 400px;
      margin: 0 auto;
      float: right; }
      @media screen and (max-width: 700px) {
        #newsletter-offer .offer-email form {
          float: none;
          max-width: 400px;
          margin: 0 auto; }
          #newsletter-offer .offer-email form button {
            margin-right: 0; } }
    #newsletter-offer .offer-email .input-wrapper {
      display: table-cell;
      width: 100%; }
    #newsletter-offer .offer-email .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
    #newsletter-offer .offer-email input {
      border: 2px solid #7f7f7f;
      padding: 7px 8px 9px;
      font-size: 0.6875em;
      font-weight: 600;
      color: white;
      background-color: transparent;
      margin-right: 2.4%;
      width: 100%;
      outline: 0;
      height: 44px; }
      #newsletter-offer .offer-email input:focus {
        border-color: white; }
      #newsletter-offer .offer-email input::-webkit-input-placeholder {
        color: #7f7f7f; }
      #newsletter-offer .offer-email input::-moz-placeholder {
        color: #7f7f7f; }
      #newsletter-offer .offer-email input:-moz-placeholder {
        color: #7f7f7f; }
      #newsletter-offer .offer-email input:-ms-input-placeholder {
        color: #7f7f7f; }
    #newsletter-offer .offer-email button {
      padding: 10px;
      background-color: #0971ce;
      color: black;
      font-size: 11px;
      text-transform: uppercase;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      border: 0;
      height: 44px;
      margin: 0 24px 0 6px;
      word-break: normal;
      -webkit-hyphens: none;
      -moz-hyphens: none;
      hyphens: none; }
  #newsletter-offer .offer-close span.icon-text {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -11px;
    opacity: 0.6;
    cursor: pointer;
    z-index: 100;
    color: #fff; }
    #newsletter-offer .offer-close span.icon-text:hover, #newsletter-offer .offer-close span.icon-text:focus {
      opacity: 1; }
    @media screen and (max-width: 700px) {
      #newsletter-offer .offer-close span.icon-text {
        top: 6px;
        right: -10px;
        margin-top: 0; } }
  #newsletter-offer .offer-close span.text {
    display: none; }
  #newsletter-offer.style-overlay {
    margin: 0 auto;
    width: 100%;
    max-width: 400px; }
    #newsletter-offer.style-overlay .offer-container {
      margin: 0; }
    #newsletter-offer.style-overlay .offer-image {
      display: block;
      margin-left: -20px;
      margin-right: -20px; }
      #newsletter-offer.style-overlay .offer-image img {
        max-width: 100%;
        width: auto;
        display: block; }
    #newsletter-offer.style-overlay .offer-message {
      width: 100%;
      padding: 0;
      text-align: center; }
    #newsletter-offer.style-overlay .offer-email {
      width: 100%;
      margin: 20px 0 0 0;
      padding: 20px 0 0 0;
      text-align: center;
      position: static;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      border-top: 1px solid #333333; }
      #newsletter-offer.style-overlay .offer-email button {
        margin-right: 0; }
    #newsletter-offer.style-overlay .offer-close span.icon-text {
      top: -26px;
      right: 0px;
      margin-top: 0; }
  #newsletter-offer button.mfp-close {
    display: none; }

.mfp-content #newsletter-offer {
  display: block; }

/*============================================================================
  #Hero Content
==============================================================================*/
div.hero-content {
  margin-top: 0px; }
  div.hero-content.multiple {
    padding-bottom: 20px;
    background-color: white; }
  div.hero-content.header {
    padding-bottom: 20px; }
  div.hero-content.above {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px; }
  div.hero-content .wrapper {
    background-color: white;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    div.hero-content .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.hero-content .js-flickity {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    div.hero-content .js-flickity.flickity-enabled {
      opacity: 1; }
  div.hero-content img {
    width: 100%;
    height: auto;
    display: block; }
  div.hero-content .gallery-cell {
    width: 100%;
    height: auto;
    position: relative; }
  div.hero-content .cell-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
    div.hero-content .cell-content.justify-start .inner-wrapper {
      text-align: left; }
    div.hero-content .cell-content.justify-center .inner-wrapper {
      text-align: center; }
      div.hero-content .cell-content.justify-center .inner-wrapper h2 span, div.hero-content .cell-content.justify-center .inner-wrapper .h2 span,
      div.hero-content .cell-content.justify-center .inner-wrapper p span {
        margin-left: auto;
        margin-right: auto; }
    div.hero-content .cell-content.justify-end .inner-wrapper {
      text-align: right; }
      div.hero-content .cell-content.justify-end .inner-wrapper h2, div.hero-content .cell-content.justify-end .inner-wrapper .h2,
      div.hero-content .cell-content.justify-end .inner-wrapper p {
        *zoom: 1; }
        div.hero-content .cell-content.justify-end .inner-wrapper h2:after, div.hero-content .cell-content.justify-end .inner-wrapper .h2:after,
        div.hero-content .cell-content.justify-end .inner-wrapper p:after {
          clear: both;
          content: "";
          display: table; }
        div.hero-content .cell-content.justify-end .inner-wrapper h2 span, div.hero-content .cell-content.justify-end .inner-wrapper .h2 span,
        div.hero-content .cell-content.justify-end .inner-wrapper p span {
          float: right; }
    div.hero-content .cell-content.align-start .inner-wrapper {
      vertical-align: top; }
    div.hero-content .cell-content.align-center .inner-wrapper {
      vertical-align: middle; }
    div.hero-content .cell-content.align-end .inner-wrapper {
      vertical-align: bottom; }
    div.hero-content .cell-content .content-box {
      padding: 0px;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 800px) {
        div.hero-content .cell-content .content-box {
          padding: 20px;
          font-size: 14px; } }
      @media screen and (max-width: 600px) {
        div.hero-content .cell-content .content-box {
          padding: 10px;
          font-size: 12px; } }
    div.hero-content .cell-content .outer-wrapper {
      display: table;
      width: 100%;
      height: 100%; }
    div.hero-content .cell-content .inner-wrapper {
      display: table-cell;
      width: 100%; }
    div.hero-content .cell-content h2, div.hero-content .cell-content .h2,
    div.hero-content .cell-content p {
      color: #fff; }
      div.hero-content .cell-content h2 span, div.hero-content .cell-content .h2 span,
      div.hero-content .cell-content p span {
        display: block;
        max-width: 40%; }
    div.hero-content .cell-content h2, div.hero-content .cell-content .h2 {
      font-size: 34px;
      margin-bottom: 0;
      text-transform: none;
      line-height: 1.2; }
    div.hero-content .cell-content p {
      font-size: 16px;
      margin-bottom: 10px; }
    div.hero-content .cell-content a {
      pointer-events: auto; }
    div.hero-content .cell-content a.button {
      display: inline-block;
      margin: 8px 0 0;
      padding: 4px 24px;
      font-size: 0.75em; }
    @media screen and (max-width: 800px) {
      div.hero-content .cell-content h2, div.hero-content .cell-content .h2 {
        font-size: 24px; }
      div.hero-content .cell-content p {
        font-size: 15px;
        margin-bottom: 0; }
      div.hero-content .cell-content a.button {
        margin: 0.5em 0;
        padding: 2px 6px;
        font-size: 11px; } }
    @media screen and (max-width: 600px) {
      div.hero-content .cell-content h2, div.hero-content .cell-content .h2 {
        font-size: 15px; }
      div.hero-content .cell-content p {
        font-size: 12px; } }
  div.hero-content .js-flickity .cell-content {
    visibility: hidden; }
  div.hero-content .js-flickity.flickity-enabled .cell-content {
    visibility: visible; }

div.header-content {
  padding-bottom: 0 !important; }
  div.header-content .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    div.header-content .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.header-content img {
    max-width: 100%;
    height: auto;
    display: block; }

/*============================================================================
  #Featured Text
==============================================================================*/
div.featured-text {
  padding: 40px 20px;
  background-color: white; }
  div.featured-text .wrapper {
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 600px) {
    div.featured-text {
      font-size: 14px; } }
  div.featured-text h2.title, div.featured-text .title.h2 {
    text-align: center;
    margin-bottom: 0.25em;
    text-transform: none;
    font-weight: 400;
    font-size: 1.75em;
    display: none; }
  div.featured-text .content {
    margin: 0 auto; }
    div.featured-text .content p {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 800px) {
      div.featured-text .content {
        font-size: 1em; }
        div.featured-text .content p {
          max-width: none; } }
  div.featured-text.full-width {
    padding: 0 0 0 0;
    max-width: 100%;
    margin: auto; }

/*============================================================================
  #Featured Grid
==============================================================================*/
div.featured-grid {
  padding: 40px 20px; }
  div.featured-grid .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    div.featured-grid .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  div.featured-grid h3, div.featured-grid .h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 400; }
  div.featured-grid .row {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr;
    margin-bottom: 30px; }
    div.featured-grid .row:after {
      clear: both;
      content: "";
      display: table; }
    div.featured-grid .row > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        div.featured-grid .row > * {
          padding-right: 0px;
          padding-left: 0px; } }
    div.featured-grid .row > * {
      display: inline-block; }
    div.featured-grid .row link {
      display: none; }
    div.featured-grid .row.row-2 .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%; }
    div.featured-grid .row.row-3 .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 33.33333%; }
    div.featured-grid .row:last-of-type {
      margin-bottom: 0px; }
    @media screen and (max-width: 700px) {
      div.featured-grid .row {
        margin-bottom: 0; }
        div.featured-grid .row.row-2 .box, div.featured-grid .row.row-3 .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          margin-bottom: 20px; } }
  div.featured-grid .box a {
    display: block;
    background-size: contain;
    background-position: center center; }
  div.featured-grid .box figure {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 575px;
    margin: 0 auto; }
    div.featured-grid .box figure img {
      -webkit-transition: all 2s ease-in-out;
      -moz-transition: all 2s ease-in-out;
      transition: all 2s ease-in-out;
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
    div.featured-grid .box figure:after {
      -webkit-transition: background-color 0.5s ease-out;
      -moz-transition: background-color 0.5s ease-out;
      transition: background-color 0.5s ease-out;
      content: '';
      background: transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10; }
    div.featured-grid .box figure figcaption {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-align: center;
      z-index: 20; }
      div.featured-grid .box figure figcaption h4, div.featured-grid .box figure figcaption .h4 {
        margin: 0 auto;
        display: inline-block;
        color: white;
        border: 2px solid white;
        text-transform: none;
        font-weight: bold;
        padding: 6px 16px;
        font-size: 1.6em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
        width: auto;
        max-width: 90%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  div.featured-grid .box a.text-overlay:hover figure:after,
  div.featured-grid .box a.text-overlay:focus figure:after {
    background: rgba(9, 113, 206, 0.4); }
  div.featured-grid .box a.text-overlay:hover figcaption h4, div.featured-grid .box a.text-overlay:hover figcaption .h4,
  div.featured-grid .box a.text-overlay:focus figcaption h4,
  div.featured-grid .box a.text-overlay:focus figcaption .h4 {
    border-width: 4px;
    padding: 12px 32px;
    background-color: transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  div.featured-grid .box a.zoom:hover figure img,
  div.featured-grid .box a.zoom:focus figure img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  div.featured-grid .box a.zoom:hover figcaption h4, div.featured-grid .box a.zoom:hover figcaption .h4,
  div.featured-grid .box a.zoom:focus figcaption h4,
  div.featured-grid .box a.zoom:focus figcaption .h4 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  div.featured-grid .box a.rollover figure img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  div.featured-grid .box a.rollover:hover figure:after,
  div.featured-grid .box a.rollover:focus figure:after {
    display: none; }
  div.featured-grid .box a.rollover:hover figure img,
  div.featured-grid .box a.rollover:focus figure img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    opacity: 0; }
  div.featured-grid .box figcaption.below {
    text-align: center; }
    div.featured-grid .box figcaption.below h3, div.featured-grid .box figcaption.below .h3 {
      margin: 0; }
    div.featured-grid .box figcaption.below a {
      padding: 6px 4px 0;
      display: block;
      color: black;
      text-transform: none;
      font-weight: 400; }

/*============================================================================
  #Collections
==============================================================================*/
.collection,
.featured-collection,
.simple-collection {
  padding: 0px 0px 40px 0px;
  background: white; }
  @media screen and (max-width: 800px) {
    .collection,
    .featured-collection,
    .simple-collection {
      padding: 0 0 0 0;
      max-width: 100%;
      margin: auto; } }
  @media screen and (max-width: 1000px) {
    .collection .collection,
    .featured-collection .collection,
    .simple-collection .collection {
      padding: 0px 10px 40px 10px; } }
  .collection .wrapper,
  .featured-collection .wrapper,
  .simple-collection .wrapper {
    /*    @if $productCollectionFullWidth {
          @include outer-container();
        } @else {
          @include outer-container($siteWidth);
        }
    */
    max-width: 100%; }
  .collection .collection-container,
  .featured-collection .collection-container,
  .simple-collection .collection-container {
    padding: 0 0 40px 0; }
  .collection.blog,
  .featured-collection.blog,
  .simple-collection.blog {
    padding-bottom: 0px; }
    .collection.blog .collection-container,
    .featured-collection.blog .collection-container,
    .simple-collection.blog .collection-container {
      padding: 6px 0 40px 0; }
    .collection.blog header.collection-header,
    .featured-collection.blog header.collection-header,
    .simple-collection.blog header.collection-header {
      margin-top: 6px; }

body.template-index .collection,
body.template-index .simple-collection {
  padding: 40px 20px; }

body.template-index .featured-collection {
  max-width: 1500px;
  margin: auto; }

.featured-collection {
  padding: 40px 20px; }
  .featured-collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .featured-collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .featured-collection .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .featured-collection .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .featured-collection .grid > * {
      display: inline-block; }
    .featured-collection .grid link {
      display: none; }
  .featured-collection .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%;
    margin-bottom: 30px; }
    .featured-collection .box.header {
      text-align: center; }
      .featured-collection .box.header .details {
        width: 100%;
        padding-right: 30px; }
      .featured-collection .box.header h4, .featured-collection .box.header .h4 {
        font-size: 1.75em;
        text-transform: none;
        font-weight: 400; }
      @media screen and (max-width: 600px) {
        .featured-collection .box.header p {
          font-size: 0.875em; } }
    @media screen and (max-width: 800px) {
      .featured-collection .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; } }
    @media screen and (max-width: 600px) {
      .featured-collection .box.header .details {
        padding-right: 0; } }
  .featured-collection.layout-8 .box.header, .featured-collection.layout-4 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 100%; }
    .featured-collection.layout-8 .box.header .details, .featured-collection.layout-4 .box.header .details {
      padding-right: 0px; }
  .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%;
    position: relative; }
    .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 800px) {
      .featured-collection.layout-6 .box.header, .featured-collection.layout-2 .box.header {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        height: auto !important; }
        .featured-collection.layout-6 .box.header .details, .featured-collection.layout-2 .box.header .details {
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }

.simple-collection {
  padding: 40px 20px; }
  .simple-collection header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px; }
    .simple-collection header:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection header h4, .simple-collection header .h4 {
      float: left;
      margin: 0;
      font-size: 1.75em;
      text-transform: uppercase; }
    .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header div.hero-content .cell-content a.button, div.hero-content .cell-content .simple-collection header a.button {
      float: right;
      top: 5px;
      position: relative;
      padding: 2px 12px;
      border: 2px solid black;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .simple-collection header a.button.outline:hover, .simple-collection header p.buttons.outline > a:hover, .simple-collection header div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .simple-collection header a.button:hover, .simple-collection header a.button.outline:focus, .simple-collection header p.buttons.outline > a:focus, .simple-collection header div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .simple-collection header a.button:focus {
        color: #0971ce;
        border-color: #0971ce; }
    @media screen and (max-width: 800px) {
      .simple-collection header {
        text-align: center;
        padding-bottom: 20px; }
        .simple-collection header h4, .simple-collection header .h4 {
          float: none; }
        .simple-collection header a.button.outline, .simple-collection header p.buttons.outline > a, .simple-collection header div.hero-content .cell-content a.button, div.hero-content .cell-content .simple-collection header a.button {
          float: none;
          position: static;
          top: auto;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .simple-collection .product-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .simple-collection .product-container:after {
      clear: both;
      content: "";
      display: table; }
    .simple-collection .product-container > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .simple-collection .product-container > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .simple-collection .product-container > * {
      display: inline-block; }
    .simple-collection .product-container link {
      display: none; }
    .simple-collection .product-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%;
      margin-bottom: 30px; }
      @media screen and (max-width: 800px) {
        .simple-collection .product-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }

.collection {
  margin-top: 0; }
  .collection .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: rtl; }
    .collection .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .collection .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .collection .grid > * {
      direction: ltr;
      text-align: left;
      display: inline-block; }
    .collection .grid link {
      display: none; }
    .collection .grid .aside-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 16.66667%;
      width: 16.66667%;
      float: left;
      min-width: 276px;
      padding-left: 20px;
      margin-left: 0px; }
    .collection .grid .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 75%;
      width: 75%;
      padding-left: 0px; }
    .collection .grid.full-width .collection-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    @media screen and (max-width: 1300px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 33.33333%;
        width: 25.33333%;
        float: left;
        padding-left: 20px; }
      .collection .grid .collection-container {
        padding-left: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 66.66667%;
        width: 73.66667%;
        padding-left: 0px; } }
    @media screen and (max-width: 1100px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 33.33333%;
        width: 25.33333%;
        float: left; }
      .collection .grid .collection-container {
        padding-left: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 66.66667%;
        width: 70.66667%; } }
    @media screen and (max-width: 1000px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 33.33333%;
        width: 25.33333%;
        float: left; }
      .collection .grid .collection-container {
        padding-left: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 66.66667%;
        width: 63.66667%; } }
    @media screen and (max-width: 800px) {
      .collection .grid .aside-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
      .collection .grid .collection-container {
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        padding: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .collection.blog .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection.blog .grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection.blog .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .collection.blog .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .collection.blog .grid > * {
      display: inline-block; }
    .collection.blog .grid link {
      display: none; }
  @media screen and (max-width: 800px) {
    .collection.blog .blog-sidebar-image {
      display: none; }
    .collection.blog .aside-container {
      display: none; } }
  .collection aside {
    *zoom: 1;
    margin-top: 0px;
    background: white; }
    .collection aside:after {
      clear: both;
      content: "";
      display: table; }
    .collection aside .nav-container {
      padding: 14px 20px; }
    .collection aside nav {
      margin-bottom: 20px;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
      .collection aside nav:last-of-type {
        margin-bottom: 0px; }
      .collection aside nav h5, .collection aside nav .h5 {
        margin-bottom: 6px;
        padding-bottom: 6px;
        font-size: 1.25em;
        text-transform: none;
        color: black;
        font-weight: 400;
        border-bottom: 1px solid #e5e5e5; }
      .collection aside nav li.active a {
        color: #0971ce; }
      .collection aside nav span.title {
        display: block;
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-bottom: 4px;
        line-height: 1.4; }
      .collection aside nav time,
      .collection aside nav a.util {
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 11px; }
      .collection aside nav a {
        font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif;
        font-size: 25px;
        text-decoration: none;
        color: #000;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 600;
        line-height: normal; }
        .collection aside nav a:hover, .collection aside nav a:focus {
          color: #0971ce; }
        .collection aside nav a.active {
          color: #0971ce; }
      .collection aside nav.tags ul {
        padding-left: 8px; }
      .collection aside nav.tags li {
        display: inline-block;
        margin: 0 0 2px 0; }
        .collection aside nav.tags li a {
          padding: 2px 12px;
          border: 2px solid black;
          color: black;
          text-transform: uppercase;
          font-weight: 600;
          font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 11px;
          text-decoration: none;
          -webkit-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
          outline: none;
          padding: 4px 0;
          font-size: 0.625em;
          border: none;
          box-shadow: 8px 0 0 #e5e5e5, -8px 0 0 #e5e5e5;
          background-color: #e5e5e5;
          margin-right: 18px; }
          .collection aside nav.tags li a:hover, .collection aside nav.tags li a:focus {
            color: #0971ce;
            border-color: #0971ce; }
          .collection aside nav.tags li a:hover {
            color: white;
            background-color: #0971ce;
            border-color: #0971ce;
            box-shadow: 8px 0 0 #0971ce, -8px 0 0 #0971ce; }
        .collection aside nav.tags li.active a {
          color: white;
          background-color: #0971ce;
          border-color: #0971ce;
          box-shadow: 8px 0 0 #0971ce, -8px 0 0 #0971ce; }
        .collection aside nav.tags li.active.close a:after {
          content: "\f00d";
          font-size: 11px;
          position: relative;
          top: 1px;
          padding-left: 4px; }
    @media screen and (max-width: 800px) {
      .collection aside {
        margin: 20px auto 40px; }
        .collection aside .nav-container {
          *zoom: 1;
          margin: 0;
          padding: 0;
          margin-left: -30px;
          direction: ltr;
          padding: 14px 20px; }
          .collection aside .nav-container:after {
            clear: both;
            content: "";
            display: table; }
          .collection aside .nav-container > * {
            padding-left: 30px; }
          .collection aside .nav-container > * {
            display: inline-block; }
          .collection aside .nav-container link {
            display: none; }
        .collection aside nav {
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
          .collection aside nav h5, .collection aside nav .h5 {
            font-size: 1.125em; }
          .collection aside nav.menu-3 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 33.33333%; }
          .collection aside nav.menu-2 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 50%; }
          .collection aside nav.menu-1 {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 100%; }
          .collection aside nav.tags {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            min-height: 1px;
            vertical-align: top;
            width: 100%; } }
          @media screen and (max-width: 800px) and (max-width: 800px) {
            .collection aside .nav-container > * {
              padding-right: 0px;
              padding-left: 0px; } }
    @media screen and (max-width: 600px) {
      .collection aside nav {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        text-align: center !important; }
        .collection aside nav.menu-3, .collection aside nav.menu-2, .collection aside nav.menu-1 {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .collection aside nav li {
          display: inline-block; }
          .collection aside nav li a {
            display: inline-block; }
            .collection aside nav li a:after {
              content: ', '; }
          .collection aside nav li:last-child a:after {
            content: ''; }
        .collection aside nav.recent-posts li {
          display: block; }
          .collection aside nav.recent-posts li a:after {
            content: ''; }
        .collection aside nav.tags li a:after {
          content: ''; } }
  .collection .mobile-aside-container {
    display: none;
    margin: 0 0 30px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .collection .mobile-aside-container {
        display: block; } }
    .collection .mobile-aside-container a.button.simple {
      background-color: transparent;
      background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-select.svg?v=145142949295650484321662671767");
      background-position: right 5px center;
      background-repeat: no-repeat;
      padding: 0 20px 0 10px; }
    .collection .mobile-aside-container aside {
      margin: 10px 0 0;
      display: none; }
  .collection .products {
    padding-bottom: 16px;
    margin-bottom: 16px;
    *zoom: 1; }
    .collection .products:after {
      clear: both;
      content: "";
      display: table; }
  .collection .products-grid {
    position: relative;
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .collection .products-grid:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .collection .products-grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .collection .products-grid > * {
      display: inline-block; }
    .collection .products-grid link {
      display: none; }
    .collection .products-grid .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%;
      margin-bottom: 20px;
      margin-left: 0px;
      width: 24%;
      padding: 1.5%; }
      .collection .products-grid .box.product figcaption {
        text-align: center; }
      @media screen and (max-width: 1700px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 41.66667%;
          padding: 1.5%;
          width: 23%; } }
      @media screen and (max-width: 1400px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 41.66667%;
          padding-left: 10px;
          width: 32.66667%; } }
      @media screen and (max-width: 1200px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 41.66667%;
          padding-left: 0px;
          width: 48.66667%; } }
      @media screen and (max-width: 450px) {
        .collection .products-grid .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 41.66667%;
          padding-left: 10px;
          width: 48.66667%; } }
    .collection .products-grid.full-width .box.product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 25%; }
      @media screen and (max-width: 800px) {
        .collection .products-grid.full-width .box.product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
    .collection .products-grid > p {
      font-size: 16px; }
  .collection .products-list.full-width {
    margin: 0 auto;
    max-width: 800px; }
  .collection .products-list .box.product figure {
    *zoom: 1;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .collection .products-list .box.product figure:after {
      clear: both;
      content: "";
      display: table; }
    .collection .products-list .box.product figure .product-thumbnail {
      width: 120px;
      margin-right: 12px;
      float: left; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 80px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure .product-thumbnail {
          width: 100%;
          float: none;
          margin-bottom: 12px; } }
      .collection .products-list .box.product figure .product-thumbnail a {
        display: block;
        background-color: white; }
      .collection .products-list .box.product figure .product-thumbnail img {
        margin: 0 auto;
        height: auto;
        display: block; }
    .collection .products-list .box.product figure figcaption {
      margin-left: 132px;
      margin-top: 0; }
      @media screen and (min-width: 440.1px) and (max-width: 599.9px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 92px; } }
      @media screen and (max-width: 440px) {
        .collection .products-list .box.product figure figcaption {
          margin-left: 0; } }
      .collection .products-list .box.product figure figcaption header {
        display: table;
        width: 100%;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #cccccc; }
      .collection .products-list .box.product figure figcaption .product-title {
        font-weight: bold;
        display: table-cell;
        text-align: left; }
        .collection .products-list .box.product figure figcaption .product-title a.title {
          display: inline-block; }
        .collection .products-list .box.product figure figcaption .product-title span.vendor {
          display: inline-block; }
      .collection .products-list .box.product figure figcaption span.price {
        display: table-cell;
        text-align: right;
        min-width: 100px; }
      .collection .products-list .box.product figure figcaption span.label {
        background-color: white; }
        .collection .products-list .box.product figure figcaption span.label.sale {
          background-color: #0971ce; }
      @media screen and (max-width: 400px) {
        .collection .products-list .box.product figure figcaption .product-title,
        .collection .products-list .box.product figure figcaption span.price {
          display: block;
          text-align: left;
          min-width: 0; } }
      .collection .products-list .box.product figure figcaption p.description {
        font-size: 0.875em;
        margin-bottom: 6px; }
    @media screen and (max-width: 600px) {
      .collection .products-list .box.product figure {
        margin-bottom: 40px; } }
  .collection.search-results .search-wrapper {
    padding: 20px; }
    .collection.search-results .search-wrapper form {
      margin: 0; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        padding: 0;
        margin: 0;
        display: block;
        width: 30px;
        float: left; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 40px;
        margin: 0;
        display: block;
        float: none;
        width: 100%;
        padding-left: 60px; }
      .collection.search-results .search-wrapper form .button-wrapper {
        display: none; }
  .collection.search-results .collection-header {
    margin-top: 40px; }
  .collection.search-results h1, .collection.search-results .h1, .collection.search-results header.site-header div.site-logo, header.site-header .collection.search-results div.site-logo {
    text-align: center;
    float: none;
    text-transform: none;
    font-size: 2.25em; }
  .collection.search-results .search-list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .collection.search-results .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }
  @media screen and (max-width: 600px) {
    .collection.search-results .search-wrapper {
      margin-bottom: 40px; }
      .collection.search-results .search-wrapper form .icon-wrapper {
        width: 20px; }
      .collection.search-results .search-wrapper form .input-wrapper {
        padding: 0 20px 0 20px; }
        .collection.search-results .search-wrapper form .input-wrapper input {
          font-size: 1.125em; } }

header.collection-header {
  margin-bottom: 10px; }
  header.collection-header > .container {
    *zoom: 1;
   /*   padding-bottom: 3px;
      margin-bottom: 16px;
      border-bottom: 1px solid mix($primaryTextColor, $primaryBackgroundColor, 10%);
  */ }
    header.collection-header > .container:after {
      clear: both;
      content: "";
      display: table; }
  header.collection-header h1, header.collection-header .h1, header.collection-header header.site-header div.site-logo, header.site-header header.collection-header div.site-logo {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    float: left; }
  header.collection-header .sort-by {
    float: right;
    padding-top: 4px;
    margin-bottom: 8px; }
    header.collection-header .sort-by label {
      margin-right: 4px;
      font-size: 0.5625em;
      font-weight: 600;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none; }
    header.collection-header .sort-by select {
      margin: 0;
      border: 0px;
      outline: 2px solid #999999;
      outline-offset: 1px;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75em;
      text-transform: uppercase;
      height: 26px; }
      header.collection-header .sort-by select:focus {
        outline: 2px solid #0971ce; }
    header.collection-header .sort-by .layout-options {
      margin-left: 6px;
      position: relative;
      top: 3px;
      /*   display: inline-block; */
      display: none; }
    header.collection-header .sort-by button {
      margin: 0;
      border: none;
      background: transparent;
      padding: 0;
      color: #cccccc; }
      header.collection-header .sort-by button.active {
        color: #999999; }
      header.collection-header .sort-by button:hover, header.collection-header .sort-by button:focus {
        outline: 0;
        color: #0971ce; }
  header.collection-header .collection-image img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 10px; }
  @media screen and (max-width: 800px) {
    header.collection-header {
      text-align: center;
      margin-bottom: 0px; }
      header.collection-header h1, header.collection-header .h1, header.collection-header header.site-header div.site-logo, header.site-header header.collection-header div.site-logo {
        float: none; }
      header.collection-header .sort-by {
        float: none;
        margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
    header.collection-header .sort-by label {
      display: none; } }

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

.featured-collection figure, .simple-collection figure, .collection figure {
  position: relative;
  display: block;
  cursor: pointer; }
  .featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image {
    background-color: white; }
  .featured-collection figure a.product-image.view-alt, .simple-collection figure a.product-image.view-alt, .collection figure a.product-image.view-alt {
    background-position: -1000px -1000px;
    background-repeat: no-repeat; }
  .featured-collection figure:hover a.product-image.view-alt, .simple-collection figure:hover a.product-image.view-alt, .collection figure:hover a.product-image.view-alt, .featured-collection figure:focus a.product-image.view-alt, .simple-collection figure:focus a.product-image.view-alt, .collection figure:focus a.product-image.view-alt {
    background-position: center center;
    background-size: contain; }
    .featured-collection figure:hover a.product-image.view-alt img, .simple-collection figure:hover a.product-image.view-alt img, .collection figure:hover a.product-image.view-alt img, .featured-collection figure:focus a.product-image.view-alt img, .simple-collection figure:focus a.product-image.view-alt img, .collection figure:focus a.product-image.view-alt img {
      opacity: 0; }
  .featured-collection figure:hover figcaption a.title, .simple-collection figure:hover figcaption a.title, .collection figure:hover figcaption a.title, .featured-collection figure:focus figcaption a.title, .simple-collection figure:focus figcaption a.title, .collection figure:focus figcaption a.title {
    color: #0971ce; }
  .featured-collection figure:hover span.rating, .simple-collection figure:hover span.rating, .collection figure:hover span.rating, .featured-collection figure:focus span.rating, .simple-collection figure:focus span.rating, .collection figure:focus span.rating {
    opacity: 1; }
  .featured-collection figure a.product-image, .simple-collection figure a.product-image, .collection figure a.product-image {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center; }
    .featured-collection figure a.product-image img, .simple-collection figure a.product-image img, .collection figure a.product-image img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
    .featured-collection figure a.product-image span.label, .simple-collection figure a.product-image span.label, .collection figure a.product-image span.label {
      position: absolute;
      padding: 1px 8px;
      background-color: white;
      margin: auto;
      display: block;
      text-align: center;
      width: 100%;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.625em;
      font-weight: 600;
      text-transform: uppercase; }
      .featured-collection figure a.product-image span.label.sale, .simple-collection figure a.product-image span.label.sale, .collection figure a.product-image span.label.sale {
        color: #f10000; }
    .featured-collection figure a.product-image span.rating, .simple-collection figure a.product-image span.rating, .collection figure a.product-image span.rating {
      opacity: 0;
      position: absolute;
      bottom: 4px;
      left: 4px;
      padding: 2px 8px 1px;
      background-color: white;
      color: #0971ce;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.625em; }
      .featured-collection figure a.product-image span.rating .icon-star-outline, .simple-collection figure a.product-image span.rating .icon-star-outline, .collection figure a.product-image span.rating .icon-star-outline {
        color: #999999; }
  .featured-collection figure .image-table, .simple-collection figure .image-table, .collection figure .image-table {
    max-width: 100%;
    width: 100%;
    display: table;
    table-layout: auto; }
  .featured-collection figure .image-cell, .simple-collection figure .image-cell, .collection figure .image-cell {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .featured-collection figure .image-cell a.product-image, .simple-collection figure .image-cell a.product-image, .collection figure .image-cell a.product-image {
      display: inline-block;
      width: 100%; }
      .featured-collection figure .image-cell a.product-image img, .simple-collection figure .image-cell a.product-image img, .collection figure .image-cell a.product-image img {
        display: block;
        width: auto;
        padding: 0px;
        max-height: 300px !important; }
.featured-collection figcaption, .simple-collection figcaption, .collection figcaption {
  margin-top: 10px;
  line-height: 1.3; }
  .featured-collection figcaption .product-title, .simple-collection figcaption .product-title, .collection figcaption .product-title {
    display: block;
    margin-top: 4px;
    color: black;
    text-align: center; }
    .featured-collection figcaption .product-title a, .simple-collection figcaption .product-title a, .collection figcaption .product-title a {
      font-size: 0.9375em;
      color: black;
      text-decoration: none; }
      .featured-collection figcaption .product-title a:hover, .simple-collection figcaption .product-title a:hover, .collection figcaption .product-title a:hover, .featured-collection figcaption .product-title a:focus, .simple-collection figcaption .product-title a:focus, .collection figcaption .product-title a:focus {
        color: #0971ce; }
    .featured-collection figcaption .product-title span.vendor, .simple-collection figcaption .product-title span.vendor, .collection figcaption .product-title span.vendor {
      display: block;
      text-align: center;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.8125em;
      margin-bottom: 2px;
      color: #4c4c4c; }
  .featured-collection figcaption span.price, .simple-collection figcaption span.price, .collection figcaption span.price {
    display: block;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: 600;
    text-align: center; }
  .featured-collection figcaption span.original-price, .simple-collection figcaption span.original-price, .collection figcaption span.original-price {
    font-weight: normal;
    text-decoration: line-through;
    color: #7f7f7f; }
  .featured-collection figcaption span.from, .simple-collection figcaption span.from, .collection figcaption span.from {
    font-weight: normal;
    color: #7f7f7f; }
  .featured-collection figcaption span.label, .simple-collection figcaption span.label, .collection figcaption span.label {
    padding: 4px 8px;
    background-color: white;
    color: #0971ce;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.625em;
    font-weight: 600;
    text-transform: uppercase; }
    .featured-collection figcaption span.label.sale, .simple-collection figcaption span.label.sale, .collection figcaption span.label.sale {
      background-color: #0971ce;
      color: white; }
  .featured-collection figcaption span.rating, .simple-collection figcaption span.rating, .collection figcaption span.rating {
    color: #0971ce;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    vertical-align: -1px; }
    .featured-collection figcaption span.rating .icon-star-outline, .simple-collection figcaption span.rating .icon-star-outline, .collection figcaption span.rating .icon-star-outline {
      color: #999999; }

/*============================================================================
  #Products
==============================================================================*/
.single-product {
  width: 74%;
  padding: 0 0 0 0;
  background: white; }
  .single-product .wrapper {
    margin-top: 0px;
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    margin-left: initial;
    margin-right: initial;
    width: 100%; }
    .single-product .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .single-product .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr;
    padding-left: 0px; }
    .single-product .grid:after {
      clear: both;
      content: "";
      display: table; }
    .single-product .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .single-product .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .single-product .grid > * {
      display: inline-block; }
    .single-product .grid link {
      display: none; }
    .single-product .grid aside.product-aside {
      margin-top: -46px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 41.66667%; }
    .single-product .grid .product-images {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 58.33333%;
      width: 50%;
      padding-left: 0px; }
      @media screen and (max-width: 1100px) {
        .single-product .grid .product-images {
          width: 100%; } }
    @media screen and (max-width: 800px) {
      .single-product .grid aside.product-aside,
      .single-product .grid .product-images {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin: 0 0 10px;
        padding-left: 0px; } }

@media screen and (max-width: 1100px) {
  .single-product .grid aside.product-aside {
    margin-top: 0px;
    width: 100%; } }

@media screen and (max-width: 1100px) {
  .single-product {
    width: 70%; } }
@media screen and (max-width: 1000px) {
  .single-product {
    width: 63%; } }
@media screen and (max-width: 800px) {
  .single-product {
    width: 100%; } }

@media screen and (max-width: 1100px) {
  .single-product .grid {
    flex-direction: column; } }

header.product-header {
  width: 300px;
  padding-bottom: 4px;
  display: block;
  /* border-bottom: 1px solid mix($primaryTitleColor, $primaryBackgroundColor, 10%); */ }
  @media screen and (max-width: 800px) {
    header.product-header {
      display: none; } }
  header.product-header .title-container {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  header.product-header .product-jump-container {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  header.product-header h1, header.product-header .h1, header.product-header header.site-header div.site-logo, header.site-header header.product-header div.site-logo {
    font-size: 2.25em;
    margin-bottom: 0px; }
    @media screen and (min-width: 799.9px) {
      header.product-header h1, header.product-header .h1, header.product-header header.site-header div.site-logo, header.site-header header.product-header div.site-logo {
        display: block; } }
  header.product-header ul.product-jump {
    padding-top: 0px;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-weight: 600;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 800px) {
      header.product-header ul.product-jump {
        font-size: 16px; } }
    @media screen and (max-width: 600px) {
      header.product-header ul.product-jump {
        padding-top: 10px; } }
    header.product-header ul.product-jump li {
      display: inline-block; }
      header.product-header ul.product-jump li:after {
        content: ' | '; }
      header.product-header ul.product-jump li:last-child a {
        padding-right: 0px; }
      header.product-header ul.product-jump li:last-child:after {
        content: ''; }
  header.product-header a {
    text-decoration: none;
    color: black;
    padding: 4px 6px;
    text-transform: uppercase; }
    header.product-header a:hover, header.product-header a:focus {
      color: #0971ce; }
    header.product-header a span {
      position: relative;
      top: -1px; }
  @media screen and (max-width: 800px) {
    header.product-header {
      text-align: center; }
      header.product-header .title-container {
        display: block;
        text-align: center; }
      header.product-header .product-jump-container {
        display: block;
        text-align: center; } }

@media screen and (max-width: 800px) {
  .description.rte {
    max-width: 90%;
    margin: auto; } }
aside.product-aside .purchase-box {
  padding: 0px 0px 20px 0px;
  background: white;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  @media screen and (max-width: 800px) {
    aside.product-aside .purchase-box {
      max-width: 90%;
      margin: 40px auto;
      padding: 0; } }
aside.product-aside .description p,
aside.product-aside .description ul {
  font-size: 0.875em; }
aside.product-aside .description h4, aside.product-aside .description .h4 {
  text-transform: none;
  font-weight: 400;
  padding-bottom: 2px;
  padding-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5; }
  aside.product-aside .description h4:first-of-type, aside.product-aside .description .h4:first-of-type {
    padding-top: 0px; }

.purchase-box h1, .purchase-box .h1, .purchase-box header.site-header div.site-logo, header.site-header .purchase-box div.site-logo {
  font-size: 1.875em;
  margin-bottom: 4px; }
.purchase-box span.vendor {
  font-size: 0.9375em;
  position: relative;
  top: -6px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .purchase-box span.vendor a {
    text-decoration: none;
    color: black; }
    .purchase-box span.vendor a:hover {
      color: #0971ce; }
.purchase-box .selection-wrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5; }
  .purchase-box .selection-wrapper p {
    text-align: left; }
  .purchase-box .selection-wrapper.variant select {
    width: 100%;
    height: 30px;
    margin: 0;
    border: 0px;
    outline: 2px solid #999999;
    outline-offset: -2px;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase; }
  .purchase-box .selection-wrapper .variant-grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr;
    margin-left: -20px; }
    .purchase-box .selection-wrapper .variant-grid:after {
      clear: both;
      content: "";
      display: table; }
    .purchase-box .selection-wrapper .variant-grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .purchase-box .selection-wrapper .variant-grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .purchase-box .selection-wrapper .variant-grid > * {
      display: inline-block; }
    .purchase-box .selection-wrapper .variant-grid link {
      display: none; }
    .purchase-box .selection-wrapper .variant-grid .selector-wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      padding-left: 20px; }
    .purchase-box .selection-wrapper .variant-grid #productSelect {
      visibility: hidden; }
    .purchase-box .selection-wrapper .variant-grid > select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-left: 20px;
      width: auto;
      height: 30px;
      border: 0px;
      outline: 2px solid #999999;
      outline-offset: -2px;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      padding-left: 10px; }
  .purchase-box .selection-wrapper.price {
    padding-bottom: 10px; }
    .purchase-box .selection-wrapper.price > span {
      font-size: 1.125em;
      font-weight: 600;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #0971ce; }
    .purchase-box .selection-wrapper.price select {
      font-size: 0.625em;
      color: #999999;
      text-transform: uppercase;
      font-weight: 600; }
    .purchase-box .selection-wrapper.price p {
      display: none;
      margin: 0;
      font-style: italic; }
  .purchase-box .selection-wrapper.cart {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    background-color: transparent;
    display: table;
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle; }
    .purchase-box .selection-wrapper.cart .selector-wrapper.quantity {
      width: 100px;
      display: table-cell;
      vertical-align: bottom;
      padding-right: 20px; }
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity button,
      .purchase-box .selection-wrapper.cart .selector-wrapper.quantity input {
        height: 34px;
        padding: 6px 8px; }
    .purchase-box .selection-wrapper.cart .button-wrapper {
      width: 100%;
      display: table-cell;
      vertical-align: bottom; }
    .purchase-box .selection-wrapper.cart button {
      padding: 8px; }
.purchase-box .cart-error {
  text-align: center;
  font-size: 0.875em; }

.product-images .featured {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  *zoom: 1; }
  .product-images .featured:after {
    clear: both;
    content: "";
    display: table; }
.product-images .thumbnails {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
  text-align: center; }
  .product-images .thumbnails li {
    width: 20%;
    margin: 0 6px;
    display: inline-block; }
    .product-images .thumbnails li:last-child {
      margin-right: 0; }
.product-images .featured a {
  display: block;
  background-color: white; }
.product-images .featured img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 800px;
  width: auto; }
.product-images .thumbnails a {
  display: block;
  border: 0px solid white;
  background-color: white; }
  .product-images .thumbnails a:hover img, .product-images .thumbnails a:focus img {
    opacity: 0.5; }
  .product-images .thumbnails a.active {
    border: 0px solid #00000026; }
.product-images .thumbnails img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/*============================================================================
  #Cart
==============================================================================*/
.cart {
  padding: 0 20px 40px;
  background: white; }
  .cart.page-top {
    padding-bottom: 20px; }
  .cart .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .cart .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .cart header.cart-header {
    margin-bottom: 30px; }
    .cart header.cart-header h1, .cart header.cart-header .h1, .cart header.cart-header header.site-header div.site-logo, header.site-header .cart header.cart-header div.site-logo {
      text-align: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #e5e5e5;
      text-transform: none; }
  .cart .cart-container {
    margin: 0 auto 20px; }
    .cart .cart-container > p {
      text-align: center; }
  .cart .cart-items {
    width: 100%;
    padding: 20px;
    background: white;
    margin-bottom: 30px; }
  .cart .label-row {
    font-size: 0.75em;
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5; }
    .cart .label-row .td,
    .cart .label-row .td.cart-item-product {
      font-size: 12px; }
    @media screen and (max-width: 600px) {
      .cart .label-row {
        display: none; } }
  .cart .cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    .cart .cart-item:last-of-type {
      border-bottom: 0; }
    @media screen and (max-width: 600px) {
      .cart .cart-item {
        padding-bottom: 0; } }
  .cart .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .cart .grid:after {
      clear: both;
      content: "";
      display: table; }
    .cart .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .cart .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .cart .grid > * {
      display: inline-block; }
    .cart .grid link {
      display: none; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%; }
  .cart .td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 16.66667%;
    text-align: center; }
    .cart .td.cart-item-product {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 50%;
      text-align: left; }
    .cart .td.cart-item-total {
      text-align: right; }
    @media screen and (max-width: 900px) {
      .cart .td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 25%; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; }
        .cart .td .quantity-select button {
          width: 20px; } }
    @media screen and (max-width: 600px) {
      .cart .td {
        margin-bottom: 16px; }
        .cart .td.cart-item-product {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-price {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td.cart-item-quantity {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%; }
        .cart .td.cart-item-total {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 100%;
          text-align: center; }
        .cart .td .quantity-select button {
          width: 30px; } }
  .cart .cart-item-product {
    *zoom: 1; }
    .cart .cart-item-product:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .cart .cart-item-product {
        margin-bottom: 10px; } }
    .cart .cart-item-product .cart-item-image {
      float: left;
      width: 160px;
      margin-right: 16px; }
      .cart .cart-item-product .cart-item-image a {
        display: block; }
      .cart .cart-item-product .cart-item-image img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 900px) {
        .cart .cart-item-product .cart-item-image {
          float: none;
          margin-right: 0;
          width: 60px; } }
      @media screen and (max-width: 600px) {
        .cart .cart-item-product .cart-item-image {
          float: left;
          margin-right: 16px; } }
    .cart .cart-item-product .cart-item-title a.title {
      display: block;
      color: black;
      text-decoration: none;
      font-size: 1.25em; }
    .cart .cart-item-product .cart-item-title span.vendor {
      font-style: italic;
      display: block; }
    .cart .cart-item-product .cart-item-title span.variant {
      font-size: 0.75em;
      color: #7f7f7f;
      text-transform: uppercase;
      font-weight: 600; }
    @media screen and (max-width: 900px) {
      .cart .cart-item-product .cart-item-title a.title {
        font-size: 1em; }
      .cart .cart-item-product .cart-item-title span.vendor {
        font-size: 11px;
        display: block; }
      .cart .cart-item-product .cart-item-title span.variant {
        font-size: 11px;
        display: block; } }
  @media screen and (max-width: 600px) {
    .cart .cart-item-price {
      display: none; } }
  .cart .cart-item-quantity .quantity-select {
    width: 100px;
    margin: 0 auto; }
  .cart .cart-item-quantity input,
  .cart .cart-item-quantity button {
    vertical-align: top; }
  .cart .cart-item-quantity a.remove {
    display: block;
    font-size: 0.75em;
    margin-top: 10px;
    text-decoration: none;
    color: #999999; }
  @media screen and (max-width: 600px) {
    .cart .cart-item-quantity {
      width: auto !important;
      display: inline-block;
      text-align: left; }
      .cart .cart-item-quantity a.remove {
        font-size: 11px;
        margin-top: 4px; } }
  @media screen and (max-width: 350px) {
    .cart .cart-item-quantity .quantity-select {
      width: auto; }
    .cart .cart-item-quantity button {
      display: none; }
    .cart .cart-item-quantity input {
      margin: 0; } }
  .cart .cart-item .cart-item-total {
    font-size: 18px;
    font-weight: 600;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0971ce; }
    @media screen and (max-width: 600px) {
      .cart .cart-item .cart-item-total {
        font-size: 16px;
        width: auto !important;
        display: inline-block;
        float: right; } }
  .cart .cart-notes {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-notes textarea {
      width: 100%;
      margin: 12px 0 0 0;
      padding: 6px;
      border: 0px;
      outline: 2px solid #999999;
      outline-offset: -2px;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75em;
      min-height: 120px;
      background-color: white; }
      .cart .cart-notes textarea:focus {
        outline-color: #0971ce; }
    @media screen and (max-width: 800px) {
      .cart .cart-notes {
        float: none;
        width: 100%;
        display: block;
        max-width: 440px;
        margin: 0 auto;
        margin-bottom: 20px; } }
  .cart .cart-checkout {
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    .cart .cart-checkout p.subtotal {
      font-size: 1.125em;
      font-weight: 600;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .cart .cart-checkout p.subtotal span {
        color: #0971ce; }
      .cart .cart-checkout p.subtotal .minimal-select {
        font-size: 12px; }
    .cart .cart-checkout input {
      font-size: 0.875em;
      padding: 10px 24px; }
      .cart .cart-checkout input.button.outline {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-right: 10px; }
    @media screen and (max-width: 800px) {
      .cart .cart-checkout {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .cart .cart-checkout input.button.outline {
      margin-right: 0; }
    .cart input[type="submit"] {
      width: 100%;
      max-width: 440px;
      margin-bottom: 10px; } }
  .cart .simple-collection {
    border-bottom: none;
    padding-bottom: 0; }

/*============================================================================
  #Instagram Collection
==============================================================================*/
.instagram-collection {
  padding: 40px 0; }
  .instagram-collection .wrapper {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    .instagram-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .instagram-collection header {
    text-align: center;
    margin-bottom: 20px; }
  .instagram-collection .instagram-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    direction: ltr;
    padding-bottom: 40px; }
    .instagram-collection .instagram-container:after {
      clear: both;
      content: "";
      display: table; }
    .instagram-collection .instagram-container > * {
      display: inline-block; }
    .instagram-collection .instagram-container link {
      display: none; }
    .instagram-collection .instagram-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 16.66667%; }
      @media screen and (max-width: 800px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 25%; } }
      @media screen and (max-width: 600px) {
        .instagram-collection .instagram-container .box {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 16px;
          min-height: 1px;
          vertical-align: top;
          width: 50%; } }
      .instagram-collection .instagram-container .box:hover figure img, .instagram-collection .instagram-container .box:focus figure img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .instagram-collection .instagram-container .box:hover figcaption, .instagram-collection .instagram-container .box:focus figcaption {
        opacity: 1; }
      .instagram-collection .instagram-container .box figure {
        position: relative;
        overflow: hidden; }
        .instagram-collection .instagram-container .box figure img {
          -webkit-transition: -webkit-transform 2s ease-in-out;
          -moz-transition: -moz-transform 2s ease-in-out;
          transition: transform 2s ease-in-out;
          width: 100%;
          height: auto;
          display: block; }
      .instagram-collection .instagram-container .box figcaption {
        -webkit-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out;
        opacity: 0;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background-color: #0971ce;
        background-color: rgba(9, 113, 206, 0.8);
        color: white;
        pointer-events: none; }
        .instagram-collection .instagram-container .box figcaption p {
          padding: 10px;
          line-height: 1.4;
          font-size: 0.875em;
          position: absolute;
          top: 0px;
          bottom: 14px;
          overflow: hidden; }
          @media screen and (max-width: 800px) {
            .instagram-collection .instagram-container .box figcaption p {
              font-size: 13px; } }
        .instagram-collection .instagram-container .box figcaption ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          margin: 0;
          padding: 0;
          line-height: 1;
          pointer-events: auto; }
          .instagram-collection .instagram-container .box figcaption ul li {
            display: inline-block;
            margin-right: 4px; }
            .instagram-collection .instagram-container .box figcaption ul li:last-child {
              margin-right: 0px; }
            .instagram-collection .instagram-container .box figcaption ul li a {
              color: white;
              text-decoration: none;
              font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 0.6875em;
              font-weight: bold; }

/*============================================================================
  #Page
==============================================================================*/
.page {
  padding: 0px 20px 40px;
  background: white; }
  .page.page-top {
    padding-bottom: 20px; }
  .page .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
    .page .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .page header.page-header {
    padding-top: 12px; }
    .page header.page-header h1, .page header.page-header .h1, .page header.page-header header.site-header div.site-logo, header.site-header .page header.page-header div.site-logo {
      text-align: center;
      padding-bottom: 8px;
      border-bottom: 1px solid #e5e5e5;
      text-transform: none; }
  .page h4, .page .h4 {
    font-size: 1.625em;
    margin-bottom: 0.75em; }
    .page h4 time, .page .h4 time {
      font-size: 0.5em;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      display: block; }
  .page span.smaller {
    font-size: 0.875em; }
  .page .content-container {
    *zoom: 1;
    margin: 0 auto 20px; }
    .page .content-container:after {
      clear: both;
      content: "";
      display: table; }
    .page .content-container.narrow {
      max-width: 800px; }
      .page .content-container.narrow.contact {
        max-width: 600px; }
      .page .content-container.narrow.form {
        max-width: 440px; }
    .page .content-container .rte blockquote {
      font-style: italic;
      font-size: 1.125em;
      padding: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .page .content-container .rte ul {
      list-style-type: disc; }
  .page .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .page .grid:after {
      clear: both;
      content: "";
      display: table; }
    .page .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .page .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .page .grid > * {
      display: inline-block; }
    .page .grid link {
      display: none; }
  .page .orders-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 75%; }
  .page .orders {
    padding: 20px;
    background: white; }
    .page .orders table {
      width: 100%; }
      .page .orders table thead {
        text-align: left;
        font-size: 0.75em;
        color: #7f7f7f;
        text-transform: uppercase;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e5e5e5; }
        .page .orders table thead th {
          padding-bottom: 10px;
          text-align: center;
          width: 18.333333333%; }
          .page .orders table thead th:first-child {
            text-align: left;
            width: 35%; }
          .page .orders table thead th:last-child {
            text-align: right;
            width: 20%; }
      .page .orders table tbody tr {
        border-bottom: 1px solid #e5e5e5; }
        .page .orders table tbody tr:last-child {
          border-bottom: 0px; }
        .page .orders table tbody tr td {
          padding: 20px 0;
          text-align: center; }
          .page .orders table tbody tr td:first-child {
            text-align: left; }
            .page .orders table tbody tr td:first-child a {
              display: block;
              text-decoration: none;
              font-size: 1.125em; }
          .page .orders table tbody tr td:last-child {
            text-align: right; }
      .page .orders table tfoot {
        margin-top: 28px; }
        .page .orders table tfoot td:first-child {
          width: 70%; }
        .page .orders table tfoot td:last-child {
          text-align: right;
          width: 30%; }
        .page .orders table tfoot tr:last-child {
          font-size: 1.125em;
          font-weight: 600;
          font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          .page .orders table tfoot tr:last-child span {
            color: #0971ce; }
      @media screen and (max-width: 800px) {
        .page .orders table {
          font-size: 12px; } }
    .page .orders .address {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .page .orders .address:last-of-type {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px; }
    .page .orders .form-vertical.top {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e5e5e5; }
    .page .orders .form-vertical.bottom {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid #e5e5e5; }
  .page .account {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    .page .account h5, .page .account .h5 {
      margin-bottom: 0px;
      font-size: 1.625em; }
    .page .account p {
      line-height: 1.2; }
  @media screen and (max-width: 800px) {
    .page .orders-container {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%; }
    .page .account {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      margin-top: 20px;
      text-align: center; } }

/*============================================================================
  #Blog
==============================================================================*/
.recent-posts-collection {
  padding: 40px 20px;
  background-color: white; }
  @media screen and (max-width: 600px) {
    .recent-posts-collection {
      padding: 20px; } }
  .recent-posts-collection .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
    .recent-posts-collection .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  .recent-posts-collection .wrapper > header {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    .recent-posts-collection .wrapper > header:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .wrapper > header h4, .recent-posts-collection .wrapper > header .h4 {
      margin: 0;
      line-height: 2;
      font-size: 1.75em;
      text-transform: none;
      font-weight: 400; }
    .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 2px 12px;
      border: 2px solid black;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 11px;
      text-decoration: none;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      outline: none; }
      .recent-posts-collection .wrapper > header a.button.outline:hover, .recent-posts-collection .wrapper > header p.buttons.outline > a:hover, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button:hover, .recent-posts-collection .wrapper > header a.button.outline:focus, .recent-posts-collection .wrapper > header p.buttons.outline > a:focus, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button:focus {
        color: #0971ce;
        border-color: #0971ce; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection .wrapper > header {
        text-align: center;
        padding-bottom: 20px; }
        .recent-posts-collection .wrapper > header a.button.outline, .recent-posts-collection .wrapper > header p.buttons.outline > a, .recent-posts-collection .wrapper > header div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection .wrapper > header a.button {
          position: relative;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }
  .recent-posts-collection .recent-posts-container {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr; }
    .recent-posts-collection .recent-posts-container:after {
      clear: both;
      content: "";
      display: table; }
    .recent-posts-collection .recent-posts-container > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        .recent-posts-collection .recent-posts-container > * {
          padding-right: 0px;
          padding-left: 0px; } }
    .recent-posts-collection .recent-posts-container > * {
      display: inline-block; }
    .recent-posts-collection .recent-posts-container link {
      display: none; }
  .recent-posts-collection.layout-2 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 50%; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-2 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  .recent-posts-collection.layout-3 article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 33.33333%; }
    @media screen and (max-width: 800px) {
      .recent-posts-collection.layout-3 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n) {
          display: none; } }
    @media screen and (max-width: 600px) {
      .recent-posts-collection.layout-3 article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; }
        .recent-posts-collection.layout-3 article:nth-of-type(3n) {
          display: block; } }
  .recent-posts-collection article {
    text-align: center; }
    .recent-posts-collection article .article-image {
      margin: 0 0 4px 0 !important; }
    .recent-posts-collection article section {
      font-size: 15px; }
    .recent-posts-collection article time {
      position: relative;
      top: -6px;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.6875em; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5; }
        .recent-posts-collection article:last-of-type {
          padding-bottom: 0;
          border-bottom: 0; } }

.blog-list article,
.blog-permalink article {
  margin: 0 0 40px; }
  .blog-list article:last-of-type,
  .blog-permalink article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }
  .blog-list article header,
  .blog-permalink article header {
    text-align: center;
    margin-bottom: 20px; }
  .blog-list article a.button.outline, .blog-list article p.buttons.outline > a, .blog-list article div.hero-content .cell-content a.button, div.hero-content .cell-content .blog-list article a.button,
  .blog-permalink article a.button.outline,
  .blog-permalink article p.buttons.outline > a,
  .blog-permalink article div.hero-content .cell-content a.button,
  div.hero-content .cell-content .blog-permalink article a.button {
    display: inline-block;
    padding: 2px 12px;
    border: 2px solid black;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: none;
    margin-top: 10px; }
    .blog-list article a.button.outline:hover, .blog-list article p.buttons.outline > a:hover, .blog-list article div.hero-content .cell-content a.button:hover, div.hero-content .cell-content .blog-list article a.button:hover, .blog-list article a.button.outline:focus, .blog-list article p.buttons.outline > a:focus, .blog-list article div.hero-content .cell-content a.button:focus, div.hero-content .cell-content .blog-list article a.button:focus,
    .blog-permalink article a.button.outline:hover,
    .blog-permalink article p.buttons.outline > a:hover,
    .blog-permalink article div.hero-content .cell-content a.button:hover,
    div.hero-content .cell-content .blog-permalink article a.button:hover,
    .blog-permalink article a.button.outline:focus,
    .blog-permalink article p.buttons.outline > a:focus,
    .blog-permalink article div.hero-content .cell-content a.button:focus,
    div.hero-content .cell-content .blog-permalink article a.button:focus {
      color: #0971ce;
      border-color: #0971ce; }
  .blog-list article footer .pagination,
  .blog-permalink article footer .pagination {
    margin-top: 20px; }

.blog-list article {
  padding-bottom: 40px; }

.recent-posts-collection article header h1, .blog-list article header h1,
.blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
.blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
.blog-permalink article header.site-header div.site-logo,
.recent-posts-collection article header h2,
.blog-list article header h2,
.blog-permalink article header h2,
.recent-posts-collection article header .h2,
.blog-list article header .h2,
.blog-permalink article header .h2 {
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 0;
  font-weight: normal; }
  .recent-posts-collection article header h1 a, .blog-list article header h1 a,
  .blog-permalink article header h1 a, .recent-posts-collection article header .h1 a, .blog-list article header .h1 a,
  .blog-permalink article header .h1 a, .recent-posts-collection article header.site-header div.site-logo a, .blog-list article header.site-header div.site-logo a,
  .blog-permalink article header.site-header div.site-logo a,
  .recent-posts-collection article header h2 a,
  .blog-list article header h2 a,
  .blog-permalink article header h2 a,
  .recent-posts-collection article header .h2 a,
  .blog-list article header .h2 a,
  .blog-permalink article header .h2 a {
    color: black; }
    .recent-posts-collection article header h1 a:hover, .blog-list article header h1 a:hover,
    .blog-permalink article header h1 a:hover, .recent-posts-collection article header .h1 a:hover, .blog-list article header .h1 a:hover,
    .blog-permalink article header .h1 a:hover, .recent-posts-collection article header.site-header div.site-logo a:hover, .blog-list article header.site-header div.site-logo a:hover,
    .blog-permalink article header.site-header div.site-logo a:hover, .recent-posts-collection article header h1 a:focus, .blog-list article header h1 a:focus,
    .blog-permalink article header h1 a:focus, .recent-posts-collection article header .h1 a:focus, .blog-list article header .h1 a:focus,
    .blog-permalink article header .h1 a:focus, .recent-posts-collection article header.site-header div.site-logo a:focus, .blog-list article header.site-header div.site-logo a:focus,
    .blog-permalink article header.site-header div.site-logo a:focus,
    .recent-posts-collection article header h2 a:hover,
    .blog-list article header h2 a:hover,
    .blog-permalink article header h2 a:hover,
    .recent-posts-collection article header .h2 a:hover,
    .blog-list article header .h2 a:hover,
    .blog-permalink article header .h2 a:hover,
    .recent-posts-collection article header h2 a:focus,
    .blog-list article header h2 a:focus,
    .blog-permalink article header h2 a:focus,
    .recent-posts-collection article header .h2 a:focus,
    .blog-list article header .h2 a:focus,
    .blog-permalink article header .h2 a:focus {
      color: #064985; }
  @media screen and (max-width: 800px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
    .blog-permalink article header.site-header div.site-logo,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2 {
      font-size: 1.75em; } }
  @media screen and (max-width: 600px) {
    .recent-posts-collection article header h1, .blog-list article header h1,
    .blog-permalink article header h1, .recent-posts-collection article header .h1, .blog-list article header .h1,
    .blog-permalink article header .h1, .recent-posts-collection article header.site-header div.site-logo, .blog-list article header.site-header div.site-logo,
    .blog-permalink article header.site-header div.site-logo,
    .recent-posts-collection article header h2,
    .blog-list article header h2,
    .blog-permalink article header h2,
    .recent-posts-collection article header .h2,
    .blog-list article header .h2,
    .blog-permalink article header .h2 {
      font-size: 1.5em; } }
.recent-posts-collection article header h5, .blog-list article header h5,
.blog-permalink article header h5, .recent-posts-collection article header .h5, .blog-list article header .h5,
.blog-permalink article header .h5 {
  font-weight: 600;
  font-size: 1.375em;
  margin-bottom: 0; }
  .recent-posts-collection article header h5 a, .blog-list article header h5 a,
  .blog-permalink article header h5 a, .recent-posts-collection article header .h5 a, .blog-list article header .h5 a,
  .blog-permalink article header .h5 a {
    color: black; }
    .recent-posts-collection article header h5 a:hover, .blog-list article header h5 a:hover,
    .blog-permalink article header h5 a:hover, .recent-posts-collection article header .h5 a:hover, .blog-list article header .h5 a:hover,
    .blog-permalink article header .h5 a:hover {
      color: #064985; }
.recent-posts-collection article header p.byline, .blog-list article header p.byline,
.blog-permalink article header p.byline {
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875em; }
.recent-posts-collection article .article-image, .blog-list article .article-image,
.blog-permalink article .article-image {
  margin: 0 0 0.9375em 0; }
  .recent-posts-collection article .article-image img, .blog-list article .article-image img,
  .blog-permalink article .article-image img {
    display: block;
    margin: 0 auto; }
.recent-posts-collection article section img, .blog-list article section img,
.blog-permalink article section img {
  display: block;
  max-width: 100%;
  margin: 0 auto 26px;
  height: auto; }
.recent-posts-collection article section p img, .blog-list article section p img,
.blog-permalink article section p img {
  margin: 0 auto; }
.recent-posts-collection article section p:last-of-type, .blog-list article section p:last-of-type,
.blog-permalink article section p:last-of-type {
  margin-bottom: 0.5em; }
.recent-posts-collection article section a.button.outline, .blog-list article section a.button.outline,
.blog-permalink article section a.button.outline, .recent-posts-collection article section p.buttons.outline > a, .blog-list article section p.buttons.outline > a,
.blog-permalink article section p.buttons.outline > a, .recent-posts-collection article section div.hero-content .cell-content a.button, div.hero-content .cell-content .recent-posts-collection article section a.button, .blog-list article section div.hero-content .cell-content a.button, div.hero-content .cell-content .blog-list article section a.button,
.blog-permalink article section div.hero-content .cell-content a.button,
div.hero-content .cell-content .blog-permalink article section a.button {
  margin-top: 0px; }
.recent-posts-collection article section .post-meta, .blog-list article section .post-meta,
.blog-permalink article section .post-meta {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  display: table;
  width: 100%; }
  .recent-posts-collection article section .post-meta a.comments, .blog-list article section .post-meta a.comments,
  .blog-permalink article section .post-meta a.comments {
    color: #4c4c4c;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    text-decoration: none;
    min-width: 120px;
    display: table-cell; }
    .recent-posts-collection article section .post-meta a.comments:hover, .blog-list article section .post-meta a.comments:hover,
    .blog-permalink article section .post-meta a.comments:hover {
      color: #064985; }
  .recent-posts-collection article section .post-meta ul.tags, .blog-list article section .post-meta ul.tags,
  .blog-permalink article section .post-meta ul.tags {
    text-align: right;
    display: table-cell; }
    .recent-posts-collection article section .post-meta ul.tags li, .blog-list article section .post-meta ul.tags li,
    .blog-permalink article section .post-meta ul.tags li {
      display: inline-block;
      color: #4c4c4c;
      font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 0.75em; }
      .recent-posts-collection article section .post-meta ul.tags li:last-child a, .blog-list article section .post-meta ul.tags li:last-child a,
      .blog-permalink article section .post-meta ul.tags li:last-child a {
        margin-right: 8px; }
      .recent-posts-collection article section .post-meta ul.tags li a, .blog-list article section .post-meta ul.tags li a,
      .blog-permalink article section .post-meta ul.tags li a {
        padding: 2px 12px;
        border: 2px solid black;
        color: black;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-decoration: none;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        outline: none;
        padding: 4px 0;
        font-size: 0.875em;
        border: none;
        box-shadow: 8px 0 0 #e5e5e5, -8px 0 0 #e5e5e5;
        background-color: #e5e5e5;
        margin-right: 8px;
        margin-left: 10px; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover, .recent-posts-collection article section .post-meta ul.tags li a:focus, .blog-list article section .post-meta ul.tags li a:focus,
        .blog-permalink article section .post-meta ul.tags li a:focus {
          color: #0971ce;
          border-color: #0971ce; }
        .recent-posts-collection article section .post-meta ul.tags li a:hover, .blog-list article section .post-meta ul.tags li a:hover,
        .blog-permalink article section .post-meta ul.tags li a:hover {
          color: white;
          background-color: #0971ce;
          border-color: #0971ce;
          box-shadow: 8px 0 0 #0971ce, -8px 0 0 #0971ce; }
.recent-posts-collection article footer, .blog-list article footer,
.blog-permalink article footer {
  margin-top: 40px; }
  .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
  .blog-permalink article footer .comments-container {
    margin: 40px 0 0;
    padding: 40px;
    border-top: 1px solid #e5e5e5; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .comments-container, .blog-list article footer .comments-container,
      .blog-permalink article footer .comments-container {
        padding: 40px 0; } }
    .recent-posts-collection article footer .comments-container h3, .blog-list article footer .comments-container h3,
    .blog-permalink article footer .comments-container h3, .recent-posts-collection article footer .comments-container .h3, .blog-list article footer .comments-container .h3,
    .blog-permalink article footer .comments-container .h3 {
      text-align: center;
      text-transform: none; }
    .recent-posts-collection article footer .comments-container p.form-success, .blog-list article footer .comments-container p.form-success,
    .blog-permalink article footer .comments-container p.form-success {
      text-align: center;
      font-size: 0.875em; }
    .recent-posts-collection article footer .comments-container .comment, .blog-list article footer .comments-container .comment,
    .blog-permalink article footer .comments-container .comment {
      padding: 20px;
      background: white;
      font-size: 0.875em;
      margin-bottom: 20px; }
      .recent-posts-collection article footer .comments-container .comment p.author, .blog-list article footer .comments-container .comment p.author,
      .blog-permalink article footer .comments-container .comment p.author {
        margin-bottom: .5em;
        font-size: 0.9375em; }
        .recent-posts-collection article footer .comments-container .comment p.author span, .blog-list article footer .comments-container .comment p.author span,
        .blog-permalink article footer .comments-container .comment p.author span {
          font-weight: bold; }
        .recent-posts-collection article footer .comments-container .comment p.author time, .blog-list article footer .comments-container .comment p.author time,
        .blog-permalink article footer .comments-container .comment p.author time {
          font-style: italic; }
    .recent-posts-collection article footer .comments-container .pagination, .blog-list article footer .comments-container .pagination,
    .blog-permalink article footer .comments-container .pagination {
      margin-top: 0; }
  .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
  .blog-permalink article footer .add-comment {
    padding: 0 40px;
    margin: 20px auto 0;
    max-width: 600px; }
    .recent-posts-collection article footer .add-comment h3, .blog-list article footer .add-comment h3,
    .blog-permalink article footer .add-comment h3, .recent-posts-collection article footer .add-comment .h3, .blog-list article footer .add-comment .h3,
    .blog-permalink article footer .add-comment .h3 {
      text-align: center; }
    @media screen and (max-width: 600px) {
      .recent-posts-collection article footer .add-comment, .blog-list article footer .add-comment,
      .blog-permalink article footer .add-comment {
        padding: 0; } }

/*============================================================================
  #RTE (rich text editor)
==============================================================================*/
.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  .rte h2 img, .rte .h2 img {
    width: 100%;
    height: auto; }
  .rte ul {
    list-style-type: disc; }
  .rte ol {
    list-style-type: decimal;
    margin: 0 0 1em 2em; }
  .rte blockquote {
    margin: 1em 0 1em 2em;
    padding-left: 1em;
    border-left: 4px solid #7f7f7f;
    font-style: italic; }
  .rte p.read-more {
    margin-top: 0.9375em; }
  .rte.centered {
    text-align: center; }

/*============================================================================
  #Social Share
==============================================================================*/
ul.social-share {
  margin-top: 20px;
  text-align: left; }
  ul.social-share li {
    display: inline-block;
    text-align: left;
    margin-right: 12px; }
    ul.social-share li:last-child {
      margin-right: 0px; }
    ul.social-share li.facebook .fb-like > span {
      vertical-align: 0px !important; }

span[class*="_button_pin"][data-pin-x] {
  margin-right: 44px; }

/*============================================================================
  #Content Util / Breadcrumbs
==============================================================================*/
header.content-util {
  margin-bottom: 0px;
  max-width: 2048px;
  margin: auto;
  width: 100%;
  *zoom: 1; }
  header.content-util:after {
    clear: both;
    content: "";
    display: table; }
  header.content-util nav.breadcrumb {
    float: left;
    font-size: 0.625em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    header.content-util nav.breadcrumb > * {
      margin-right: 4px;
      line-height: 20px; }
      header.content-util nav.breadcrumb > *:last-child {
        margin-right: 0; }
    header.content-util nav.breadcrumb a {
      text-decoration: none;
      color: black; }
      header.content-util nav.breadcrumb a:hover, header.content-util nav.breadcrumb a:focus {
        color: #0971ce; }
      header.content-util nav.breadcrumb a.current, header.content-util nav.breadcrumb a.current:hover, header.content-util nav.breadcrumb a.current:focus {
        color: #7f7f7f;
        cursor: default; }
    header.content-util nav.breadcrumb span {
      color: #7f7f7f;
      cursor: default; }
  header.content-util ul.social-icons {
    float: right; }
  @media screen and (max-width: 600px) {
    header.content-util {
      text-align: center; }
      header.content-util nav.breadcrumb,
      header.content-util ul.social-icons {
        float: none; }
      header.content-util nav.breadcrumb {
        font-size: 0.75em; }
      header.content-util ul.social-icons {
        display: none; } }

/*============================================================================
  #Forms
==============================================================================*/
.selection-wrapper label {
  font-size: 0.625em;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.selection-wrapper select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
.selection-wrapper select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #999999;
  outline-offset: -2px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase; }
.selection-wrapper select:focus {
  outline-color: #0971ce; }
.selection-wrapper .input-row {
  margin-bottom: 10px; }
  .selection-wrapper .input-row label {
    display: block; }
  .selection-wrapper .input-row input,
  .selection-wrapper .input-row textarea {
    width: 100%;
    margin: 0;
    padding: 6px;
    border: 0px;
    outline: 2px solid #999999;
    outline-offset: -2px;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    background-color: transparent; }
    .selection-wrapper .input-row input:focus,
    .selection-wrapper .input-row textarea:focus {
      outline-color: #0971ce; }
  .selection-wrapper .input-row input {
    height: 30px; }
  .selection-wrapper .input-row textarea {
    min-height: 120px; }
.selection-wrapper .input-col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  min-height: 1px;
  vertical-align: top;
  width: 50%; }
.selection-wrapper h2, .selection-wrapper .h2 {
  text-align: center;
  margin-bottom: 0; }
.selection-wrapper div.errors {
  text-align: center;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 10px;
  color: red; }
  .selection-wrapper div.errors ul {
    list-style-type: none; }
.selection-wrapper input.required,
.selection-wrapper select.required {
  outline: 2px solid red; }
.selection-wrapper p {
  text-align: center;
  font-size: 0.875em;
  margin-top: 10px; }
  .selection-wrapper p.submit {
    margin-top: 24px;
    color: #7f7f7f; }
.selection-wrapper button.button,
.selection-wrapper input.button {
  width: 100%;
  padding: 8px 0;
  background: #0971ce;
  color: white;
  border: 0;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600; }
  .selection-wrapper button.button:hover, .selection-wrapper button.button:focus, .selection-wrapper button.button.added,
  .selection-wrapper input.button:hover,
  .selection-wrapper input.button:focus,
  .selection-wrapper input.button.added {
    background: #064985; }
  .selection-wrapper button.button.disabled,
  .selection-wrapper input.button.disabled {
    background: #c71113; }
.selection-wrapper input.cancel {
  border: 0;
  font-size: 14px; }
.selection-wrapper input.cancel,
.selection-wrapper a.cancel,
.selection-wrapper #customer_register_link {
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-style: italic;
  text-align: center;
  color: #7f7f7f; }

select.minimal-select {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  min-width: 48px;
  margin-left: 4px; }
select.full-select {
  width: 100%;
  height: 30px;
  margin: 0;
  border: 0px;
  outline: 2px solid #999999;
  outline-offset: -2px;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase; }

.quantity-select {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .quantity-select .input-wrapper {
    display: table-cell; }
  .quantity-select .button-wrapper {
    display: table-cell; }
  .quantity-select input {
    width: 48px;
    text-align: center;
    vertical-align: top;
    margin: 0 4px; }
  .quantity-select button {
    width: 30px; }
  .quantity-select button,
  .quantity-select input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 28px;
    border: 0px;
    border: 2px solid #999999;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    background: transparent; }
    .quantity-select button:focus,
    .quantity-select input:focus {
      outline-color: #0971ce; }

input {
  background: transparent; }

/*============================================================================
  #Site Footer
==============================================================================*/
footer.site-footer {
  color: #d1d1d1;
  text-align: left; }
  footer.site-footer .wrapper-wrapper {
    width: 100%;
    background-color: #000;
    padding: 0px 20px 0px 20px; }
    @media screen and (max-width: 800px) {
      footer.site-footer .wrapper-wrapper {
        text-align: center; } }
  footer.site-footer .wrapper {
    *zoom: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px; }
    footer.site-footer .wrapper:after {
      clear: both;
      content: "";
      display: table; }
  footer.site-footer .grid {
    *zoom: 1;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    direction: ltr;
    padding-bottom: 20px; }
    footer.site-footer .grid:after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .grid > * {
      padding-left: 30px; }
      @media screen and (max-width: 800px) {
        footer.site-footer .grid > * {
          padding-right: 0px;
          padding-left: 0px; } }
    footer.site-footer .grid > * {
      display: inline-block; }
    footer.site-footer .grid link {
      display: none; }
  footer.site-footer .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    min-height: 1px;
    vertical-align: top;
    width: 25%; }
    footer.site-footer .box.payment-types {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 16px;
      min-height: 1px;
      vertical-align: top;
      width: 100%;
      padding-top: 20px; }
      footer.site-footer .box.payment-types p {
        color: #d1d1d1;
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.875em;
        margin-bottom: 6px; }
      footer.site-footer .box.payment-types li {
        display: inline-block; }
      footer.site-footer .box.payment-types img {
        max-width: 100%;
        width: 40px;
        height: auto;
        display: block; }
    @media screen and (max-width: 940px) {
      footer.site-footer .box.newsletter {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-bottom: 20px; }
        footer.site-footer .box.newsletter .offer-email {
          border-bottom: 1px solid #606060;
          padding-bottom: 20px; }
      footer.site-footer .box.social {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        margin-top: 20px; }
        footer.site-footer .box.social > *:first-child {
          padding-top: 20px;
          border-top: 1px solid #606060; }
      footer.site-footer .box.quick-links {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
      footer.site-footer .box.custom {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 50%; }
      footer.site-footer .box.payment-types {
        border-top: 1px solid #606060; } }
    @media screen and (max-width: 600px) {
      footer.site-footer .box.quick-links {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #606060; }
      footer.site-footer .box.custom {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        min-height: 1px;
        vertical-align: top;
        width: 100%; } }
  footer.site-footer h4, footer.site-footer .h4 {
    font-size: 1.25em;
    text-transform: uppercase;
    color: white;
    font-weight: 600; }
  footer.site-footer p {
    font-size: 0.875em; }
    footer.site-footer p.copyright {
      margin-top: 1em; }
      footer.site-footer p.copyright a {
        text-decoration: none; }
  footer.site-footer a {
    color: white; }
    footer.site-footer a:hover, footer.site-footer a:focus {
      opacity: 0.8; }
    footer.site-footer a:focus {
      outline-color: white; }
  footer.site-footer input:focus,
  footer.site-footer button:focus {
    outline-color: white; }
  footer.site-footer ul {
    margin: 0;
    padding: 0; }
    footer.site-footer ul li {
      line-height: 1.4; }
      footer.site-footer ul li a {
        color: white;
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-size: 0.875em; }
        footer.site-footer ul li a:hover, footer.site-footer ul li a:focus {
          opacity: 0.8; }
    footer.site-footer ul.social-icons li {
      display: inline-block;
      margin-right: 10px;
      font-size: 1.875em; }
      footer.site-footer ul.social-icons li:last-child {
        margin-right: 0; }
      footer.site-footer ul.social-icons li a {
        display: block; }
        footer.site-footer ul.social-icons li a:hover, footer.site-footer ul.social-icons li a:focus {
          color: white; }
  footer.site-footer form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    footer.site-footer form .input-wrapper {
      display: table-cell;
      width: 100%; }
      footer.site-footer form .input-wrapper input {
        width: 100%; }
    footer.site-footer form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
  footer.site-footer input {
    border: 2px solid white;
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    color: white;
    background-color: transparent;
    height: 44px; }
    footer.site-footer input::-webkit-input-placeholder {
      color: #d1d1d1; }
    footer.site-footer input::-moz-placeholder {
      color: #d1d1d1; }
    footer.site-footer input:-moz-placeholder {
      color: #d1d1d1; }
    footer.site-footer input:-ms-input-placeholder {
      color: #d1d1d1; }
  footer.site-footer button {
    padding: 10px;
    background-color: white;
    border: 2px solid white;
    color: #1c1c1c;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    footer.site-footer button:hover, footer.site-footer button:focus {
      opacity: 0.8; }

/*============================================================================
  #Password Layout
==============================================================================*/
html.template-password {
  background-color: #ececec;
  position: relative;
  text-align: center;
  height: 100%;
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
  /* content at start */
  /* content animate it */
  /* content animate out */
  /* close button */ }
  html.template-password body {
    border: 0;
    padding: 0;
    height: 100%;
    color: #4f4f4f;
    background-color: #ececec; }
  html.template-password h1, html.template-password .h1, html.template-password header.site-header div.site-logo, header.site-header html.template-password div.site-logo,
  html.template-password h2,
  html.template-password .h2,
  html.template-password h3,
  html.template-password .h3,
  html.template-password h4,
  html.template-password .h4,
  html.template-password h5,
  html.template-password .h5,
  html.template-password h6,
  html.template-password .h6 {
    color: black; }
  html.template-password a {
    color: #0971ce; }
    html.template-password a:hover {
      color: #064985; }
  html.template-password .password-contain {
    display: table;
    height: 100%;
    width: 100%; }
  html.template-password header.site-header {
    display: table-row;
    height: 1%;
    padding: 0;
    background-color: transparent; }
    html.template-password header.site-header .wrapper {
      padding: 0; }
    html.template-password header.site-header h1.site-logo, html.template-password header.site-header .site-logo.h1, html.template-password header.site-header div.site-logo,
    html.template-password header.site-header h1.site-logo.has-image,
    html.template-password header.site-header .site-logo.has-image.h1,
    html.template-password header.site-header div.has-image.site-logo {
      padding: 80px 0 0; }
      html.template-password header.site-header h1.site-logo a, html.template-password header.site-header .site-logo.h1 a, html.template-password header.site-header div.site-logo a,
      html.template-password header.site-header h1.site-logo.has-image a,
      html.template-password header.site-header .site-logo.has-image.h1 a,
      html.template-password header.site-header div.has-image.site-logo a {
        max-width: 120px;
        color: black; }
        html.template-password header.site-header h1.site-logo a:hover, html.template-password header.site-header .site-logo.h1 a:hover, html.template-password header.site-header div.site-logo a:hover,
        html.template-password header.site-header h1.site-logo.has-image a:hover,
        html.template-password header.site-header .site-logo.has-image.h1 a:hover,
        html.template-password header.site-header div.has-image.site-logo a:hover {
          color: #0971ce; }
  html.template-password main.main-content {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
    html.template-password main.main-content .contain {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 0.9375em; }
    html.template-password main.main-content .coming-soon,
    html.template-password main.main-content .subscribe,
    html.template-password main.main-content .share {
      margin: 1.875em auto;
      max-width: 600px; }
    html.template-password main.main-content h2, html.template-password main.main-content .h2 {
      font-size: 28px;
      margin-bottom: 4px;
      text-transform: none; }
    html.template-password main.main-content .subscribe p {
      margin-bottom: 6px; }
      html.template-password main.main-content .subscribe p.thanks-message {
        display: none; }
    html.template-password main.main-content .share {
      padding-top: 10px; }
      html.template-password main.main-content .share p {
        margin-bottom: 12px;
        line-height: 1;
        font-size: 0.6875em;
        text-transform: none;
        font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    html.template-password main.main-content ul.social-share {
      margin-top: 8px; }
  html.template-password form {
    margin: 0 auto;
    max-width: 400px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    height: 44px; }
    html.template-password form .input-wrapper {
      display: table-cell;
      width: 100%; }
      html.template-password form .input-wrapper input {
        width: 100%; }
    html.template-password form .button-wrapper {
      display: table-cell;
      width: 1%;
      vertical-align: middle;
      font-size: 0; }
  html.template-password input:focus,
  html.template-password button:focus {
    border-color: #0971ce;
    outline: 0; }
  html.template-password input {
    border: 2px solid #4f4f4f;
    border-color: rgba(79, 79, 79, 0.4);
    padding: 8px 8px;
    font-size: 11px;
    font-weight: 600;
    background-color: transparent;
    color: #4f4f4f;
    height: 44px; }
    html.template-password input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #ececec inset;
      -webkit-text-fill-color: #4f4f4f !important;
      border-color: #0971ce; }
    html.template-password input::-webkit-input-placeholder {
      color: #7e7e7e; }
    html.template-password input::-moz-placeholder {
      color: #7e7e7e; }
    html.template-password input:-moz-placeholder {
      color: #7e7e7e; }
    html.template-password input:-ms-input-placeholder {
      color: #7e7e7e; }
  html.template-password button,
  html.template-password input.btn {
    padding: 10px;
    background-color: #0971ce;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    display: inline-block;
    margin-left: 6px;
    height: 44px;
    font-weight: 400;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none; }
    html.template-password button:hover, html.template-password button:focus,
    html.template-password input.btn:hover,
    html.template-password input.btn:focus {
      background-color: #064985; }
  html.template-password footer.password-footer {
    display: table-row;
    height: 1%; }
    html.template-password footer.password-footer .contain {
      display: table-cell;
      vertical-align: bottom;
      padding: 20px 0.9375em; }
    html.template-password footer.password-footer p {
      margin: 0;
      font-size: 0.875em; }
  html.template-password section.site-login > a {
    position: absolute;
    top: 0.9375em;
    right: 0.9375em;
    color: #4f4f4f; }
    html.template-password section.site-login > a:hover {
      color: #0971ce; }
  html.template-password section.site-login #LoginModal {
    display: none; }
  html.template-password .errors {
    margin-bottom: 12px;
    line-height: 1;
    font-size: 0.6875em;
    text-transform: none;
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #0971ce; }
  html.template-password .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9; }
  html.template-password .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0; }
  html.template-password .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  html.template-password .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1; }
  html.template-password .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0; }
  html.template-password button.mfp-close {
    background-color: transparent;
    font-size: 40px;
    opacity: 1;
    margin: 0;
    padding: 0;
    top: 0.9375em;
    right: 0.9375em;
    color: #4f4f4f; }
    html.template-password button.mfp-close:hover {
      color: #0971ce; }
  html.template-password .white-popup {
    position: relative;
    background: #ececec;
    padding: 40px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    text-align: center; }
    html.template-password .white-popup h3, html.template-password .white-popup .h3 {
      text-transform: none; }
    html.template-password .white-popup p {
      margin: 14px 0 0 0;
      font-size: 14px; }

/*============================================================================
  #Conditional Old IE Fixes
==============================================================================*/
html.lt-ie9 .featured-collection .box.header .details {
  position: static;
  top: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
html.lt-ie9 .featured-collection .box.header {
  height: auto !important; }
html.lt-ie9 .collection aside nav.tags ul {
  padding-left: 0px; }
html.lt-ie9 .collection aside nav.tags li a,
html.lt-ie9 .blog-list article section .post-meta ul.tags li a,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li a {
  padding: 4px 8px;
  margin-right: 0; }
html.lt-ie9 .blog-list article section .post-meta ul.tags li.label,
html.lt-ie9 .blog-permalink article section .post-meta ul.tags li.label {
  margin-right: 4px; }
html.lt-ie9 footer.site-footer .box.payment-types {
  display: none; }

html.lt-ie9 select,
html.ie9 select {
  background-image: none;
  padding: 0; }
html.lt-ie9.template-password,
html.ie9.template-password {
  height: auto; }
  html.lt-ie9.template-password body,
  html.ie9.template-password body {
    height: auto;
    text-align: center; }
    html.lt-ie9.template-password body .password-contain,
    html.ie9.template-password body .password-contain {
      display: block;
      height: auto;
      width: 800px;
      margin: 0 auto !important; }
    html.lt-ie9.template-password body .input-row,
    html.ie9.template-password body .input-row {
      display: table; }
      html.lt-ie9.template-password body .input-row .button-wrapper,
      html.ie9.template-password body .input-row .button-wrapper {
        width: 100% !important; }
    html.lt-ie9.template-password body .share,
    html.ie9.template-password body .share {
      text-align: center !important; }

html.no-js .quantity-select button.adjust {
  display: none; }
html.no-js .purchase-box .selection-wrapper .variant-grid #productSelect {
  visibility: visible; }
html.no-js header.util .currency-picker-contain {
  display: none; }
html.no-js .js-flickity .cell-content {
  visibility: visible !important; }
html.no-js div.hero-content .js-flickity {
  opacity: 1; }
html.no-js ul.site-nav li.has-dropdown:hover ul.dropdown {
  display: block !important; }

body .helper-section:hover .box, body .helper-section:focus .box {
  opacity: 0.5; }

/*============================================================================
  // Vendors
==============================================================================*/
.scroll-to-sticky {
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
  position: sticky !important; }
  .scroll-to-sticky.util-panel-open {
    position: fixed !important; }

/*============================================================================
  #Panel Menu
==============================================================================*/
#menu.panel {
  position: fixed;
  z-index: 3000;
  left: 0px;
  width: 100%;
  padding: 0;
  font-size: 1.4em;
  background: #ffffff;
  color: #0071ce;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: -73%;
  bottom: 0px;
  height: 67%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }
  #menu.panel a {
    color: #0071ce;
    text-decoration: none; }
    #menu.panel a:focus {
      outline-color: white; }
    #menu.panel a:hover {
      color: #004d8c;
      background-color: white; }
  #menu.panel ul.site-nav li {
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: left; }
    #menu.panel ul.site-nav li.has-dropdown > a {
      padding-right: 20px;
      position: relative; }
    #menu.panel ul.site-nav li.has-dropdown > a:after {
      content: '';
      opacity: 0.4;
      display: inline-block;
      height: 5px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -2px;
      background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-select-util.svg?v=130545853639775924121662671767");
      background-position: center;
      background-repeat: no-repeat; }
    #menu.panel ul.site-nav li.has-dropdown > a:hover:after {
      background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-dropdown.svg?v=145142949295650484321662671768"); }
    #menu.panel ul.site-nav li.has-dropdown.expanded > a:after {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1); }
    #menu.panel ul.site-nav li.has-sub-dropdown > a {
      padding-right: 20px;
      position: relative;
      outline: 0px; }
    #menu.panel ul.site-nav li.has-sub-dropdown > a:after {
      content: '';
      opacity: 0.2;
      display: inline-block;
      height: 5px;
      width: 8px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -2px;
      background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/ico-dropdown.svg?v=145142949295650484321662671768");
      background-position: center;
      background-repeat: no-repeat; }
    #menu.panel ul.site-nav li.has-sub-dropdown.expanded > a:after {
      -webkit-transform: scaleY(-1);
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -o-transform: scaleY(-1);
      transform: scaleY(-1); }
    #menu.panel ul.site-nav li a {
      display: block;
      padding: 3px 10px; }
    #menu.panel ul.site-nav li.active > a {
      font-weight: 600; }
  #menu.panel ul.site-nav ul.dropdown {
    display: none;
    background-color: #e0e0e0;
    color: black; }
    #menu.panel ul.site-nav ul.dropdown a {
      color: black; }
      #menu.panel ul.site-nav ul.dropdown a:focus {
        outline-color: white; }
      #menu.panel ul.site-nav ul.dropdown a:hover {
        color: #0971ce;
        background-color: white; }
    #menu.panel ul.site-nav ul.dropdown li {
      font-size: 16px;
      border-bottom: 0px; }
      #menu.panel ul.site-nav ul.dropdown li a {
        padding: 4px 10px 4px 24px; }
  #menu.panel ul.site-nav ul.sub-dropdown {
    display: none;
    background-color: white;
    color: black; }
    #menu.panel ul.site-nav ul.sub-dropdown a {
      color: black; }
      #menu.panel ul.site-nav ul.sub-dropdown a:focus {
        outline-color: white; }
      #menu.panel ul.site-nav ul.sub-dropdown a:hover {
        color: #0971ce;
        background-color: white; }
    #menu.panel ul.site-nav ul.sub-dropdown li a {
      padding: 4px 10px 4px 28px; }
  #menu.panel .search {
    padding: 8px 16px 8px 10px;
    background-color: white; }
    #menu.panel .search form {
      display: table;
      width: 100%;
      border-collapse: collapse; }
    #menu.panel .search .icon-wrapper {
      width: 20px;
      display: table-cell;
      padding-right: 6px;
      vertical-align: top;
      color: #323232; }
    #menu.panel .search .input-wrapper {
      display: table-cell;
      width: 100%; }
      #menu.panel .search .input-wrapper input {
        border: 0px;
        width: 100%;
        padding: 0px 4px;
        color: black;
        font-size: 0.9375em; }
        #menu.panel .search .input-wrapper input::-webkit-input-placeholder {
          color: #7f7f7f; }
        #menu.panel .search .input-wrapper input::-moz-placeholder {
          color: #7f7f7f; }
        #menu.panel .search .input-wrapper input:-moz-placeholder {
          color: #7f7f7f; }
        #menu.panel .search .input-wrapper input:-ms-input-placeholder {
          color: #7f7f7f; }
        #menu.panel .search .input-wrapper input:focus {
          border: 0px;
          outline: none; }
    #menu.panel .search .button-wrapper {
      display: none; }
  #menu.panel .account {
    padding: 10px 0; }
    #menu.panel .account li {
      display: block;
      margin: 0;
      font-size: 14px;
      text-align: left; }
      #menu.panel .account li a {
        display: block;
        padding: 6px 10px; }

#menu.panel,
#page,
.mobile-menu-overlay,
header.util,
header.promo-bar {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

html.panel-open,
body.panel-open {
  overflow: hidden;
  height: 100%; }
  html.panel-open #page,
  body.panel-open #page {
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    transform: translateY(0vh);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    /* improves performance issues on mobile*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  html.panel-open .mobile-menu-overlay,
  body.panel-open .mobile-menu-overlay {
    display: block; }

.mobile-menu-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 113, 206, 0.45);
  display: none;
  opacity: 0.9; }

.panel-extra-open {
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

html.panel-open #menu.panel {
  -webkit-transform: translateY(73vh);
  -moz-transform: translateY(73vh);
  -ms-transform: translateY(73vh);
  -o-transform: translateY(73vh);
  transform: translateY(73vh);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.helper-note {
  z-index: 899 !important; }

/*============================================================================
  #Flickity
==============================================================================*/
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 60px;
  border: none;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 800px) {
    .flickity-prev-next-button {
      display: none; } }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0px; }

.flickity-prev-next-button.next {
  right: 0px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #999999;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #0971ce; }

/*============================================================================
  #EasyZoom
==============================================================================*/
/**
 * EasyZoom core styles
 */
.featured-zoom {
  position: relative;
  float: left;
  width: 100%; }

.featured-zoom img {
  display: block; }

.featured-zoom.is-loading img {
  cursor: progress; }

.featured-zoom.is-ready img {
  cursor: crosshair;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

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

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

.easyzoom-flyout {
  pointer-events: none;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }
  .easyzoom-flyout img {
    margin: auto !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important; }

/*============================================================================
  #Magnific
==============================================================================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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 {
  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; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.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: white;
  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: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  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 white;
    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 white;
    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: black; }

/* 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: 40px 0 40px;
  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: $mfp-shadow;*/
    /*background: $mfp-image-background; */ }
  .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; } }
/* overlay animate up and in */
.mpf-slideup.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* overlay animate in */
.mfp-slideup.mfp-bg.mfp-ready {
  opacity: 0.9; }

/* overlay animate out */
.mfp-slideup.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-slideup.mfp-wrap .mfp-content {
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -ms-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* content animate it */
.mfp-slideup.mfp-wrap.mfp-ready .mfp-content {
  -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);
  opacity: 1; }

/* content animate out */
.mfp-slideup.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 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; }

@media only screen and (min-width: 800px) {
  .mobile-menu-icon {
    display: none !important; }

  .site-nav__item {
    border-bottom: 1px dashed #cacaca;
    cursor: pointer;
    padding-bottom: 0px;
    padding-top: 0px; }

  .site-nav__item:first-child {
    border-top: 0px solid #eaeaea; }

  .site-nav__grandchild {
    margin-left: 20px; }

  .site-nav__grandchild .site-nav__link {
    color: #777777; }

  .site-nav__grandchild:last-child {
    padding-bottom: 4px; } }
@media only screen and (max-width: 800px) {
  .mobile-menu-icon {
    display: none !important; }

  .site-nav__grandchild:first-child {
    margin-top: 5px; } }
.site-nav__grandchild a {
  color: rgba(51, 51, 51, 0.65); }

.site-nav__link {
  display: block;
  width: 100%;
  padding: 0px 0;
  font-size: 30px;
  font-weight: 500;
  color: #333;
  outline: 0px;
  line-height: normal; }

@media only screen and (min-width: 800px) {
  .site-nav__link {
    padding: 0px 0;
    background: transparent;
    border: 0px; } }
.site-nav__submenu .site-nav__link {
  padding: 0 0; }

@media only screen and (min-width: 800px) {
  .site-nav__submenu .site-nav__link {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    cursor: pointer;
    line-height: normal;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    background: transparent;
    padding: 0px 0px 0px 25px;
    letter-spacing: 0px;
    font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif; } }
.site-nav ul, .site-footer__menu {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0; }

.site-nav--active a, .site-nav__submenu .site-nav--active a {
  color: #0971ce;
  font-weight: 700;
  line-height: normal; }

@media only screen and (max-width: 800px) {
  .small--text-center .site-nav__link {
    margin: 0 auto;
    background: transparent;
    border: 0;
    text-decoration: none; }

  .site-nav {
    display: block;
    margin-bottom: 30px; }

  .site-nav__submenu .site-nav__link {
    padding: 3px 0;
    font-size: 16px; }

  .site-nav__link {
    display: block;
    width: 100%;
    padding: 3px 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    outline: 0px; } }
.site-nav__submenu {
  margin: 24px 0 6px; }

@media only screen and (min-width: 800px) {
  .site-nav__submenu--grandchild {
    margin: 24px 0 3px; } }
.site-nav__expand, .site-nav__collapse {
  white-space: nowrap;
  cursor: pointer; }

@media only screen and (min-width: 800px) {
  .site-nav__expand, .site-nav__collapse {
    white-space: normal;
    position: relative;
    text-align: left;
    padding-left: 0px;
    text-transform: uppercase;
    color: #0071ce;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif; }

  .site-nav__collapse {
    /* background-color: #f5f5f5; */ }

  .site-nav__expand span {
    text-transform: uppercase;
    color: #0071ce;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    line-height: normal; }

  .site-nav__collapse span {
    font-weight: normal;
    text-transform: uppercase;
    color: #0071ce;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px; }

  .site-nav__collapse span {
    line-height: normal; } }
#Collapsible-1 .site-nav--has-submenu .site-nav__collapse {
  font-weight: bold;
  color: #0971ce; }

.site-nav__collapse {
  color: #0971ce; }

.social-links {
  margin-bottom: 30px; }

.social-links a {
  color: #333333; }

.mobile-menu-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  width: 33.3px;
  height: 25px;
  display: block;
  position: relative;
  margin: 20px auto;
  color: #333;
  background: none;
  border: 0;
  outline: none; }

.mobile-menu-icon .line {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 5px;
  opacity: 1;
  left: 0; }

.mobile-menu-icon .line:nth-child(1) {
  top: 0; }

.mobile-menu-icon .line:nth-child(2), .mobile-menu-icon .line:nth-child(3) {
  top: 10px; }

.mobile-menu-icon .line:nth-child(4) {
  top: 20px; }

.mobile-menu-icon.open .line:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

.mobile-menu-icon.open .line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.mobile-menu-icon.open .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.mobile-menu-icon.open .line:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

.site-nav--has-submenu .site-nav__submenu {
  font-weight: bold; }

.site-nav__submenu {
  margin: 0px 0px -10px 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  /*  -moz-box-shadow: rgba(0, 0.1px, 0, 0.18) 0px 0px 0px 0.4px inset;
    -webkit-box-shadow: rgba(0, 0.1px, 0, 0.18) 0px 0px 0px 0.4px inset;
    box-shadow: rgba(0, 0.1px, 0, 0.18) 0px 0px 0px 0.4px inset;
    background-color: rgba(237, 237, 237, 0.2); */ }

.thestickyelement {
  background-color: #eee;
  min-width: 1200px; }

header.collection-header h1, header.collection-header .h1, header.collection-header header.site-header div.site-logo, header.site-header header.collection-header div.site-logo {
  display: block; }

@media only screen and (max-width: 800px) {
  #SiteNav.site-nav {
    display: none; } }
.masthead {
  overflow: hidden;
  max-height: 50px;
  background-color: #000000; }

.masthead.responsive-image {
  background-position: left center;
  background-attachment: auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 80px; }

.masthead .entry-header {
  margin: 7.5em 0 3.5em 0;
  font-weight: 300;
  line-height: 1.5;
  overflow: auto; }

@media screen and (min-width: 640px) {
  .masthead .entry-header {
    margin: 0 0 2em 0; } }
.top-header-a {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/top-header-a.jpg?v=62792407563373179661662671769"); }

.top-header-b {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/top-header-b.jpg?v=62792407563373179661662671767"); }

span.label.sold-out {
  color: #b50000;
  /* background: #b50000 !important; */ }

#preload_images {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/fs-holiday18-320.jpg?v=17004056914650337581662671768");
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/fs-holiday18-640.jpg?v=70238139573059655921662671770");
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/fs-holiday18-1280.jpg?v=182620605061136354571662671770");
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/fs-holiday18-2560.jpg?v=92514602298411980321662671767");
  width: 0px;
  height: 0px;
  display: inline; }

.site-nav__item .site-nav__expand .titleeffect {
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-box-shadow: inset 0px 0 0 0 #0071ce;
  -moz-box-shadow: inset 0px 0 0 0 #0071ce;
  -ms-box-shadow: inset 0px 0 0 0 #0071ce;
  -o-box-shadow: inset 0px 0 0 0 #0071ce;
  box-shadow: inset 0px 0 0 0 #0071ce;
  overflow: hidden; }

.site-nav__item .site-nav__expand .titleeffect:hover {
  color: #FFFFFF;
  -webkit-box-shadow: inset -500px 0 0 0 #0071ce;
  -moz-box-shadow: inset -500px 0 0 0 #0071ce;
  -ms-box-shadow: inset -500px 0 0 0 #0071ce;
  -o-box-shadow: inset -500px 0 0 0 #0071ce;
  box-shadow: inset -500px 0 0 0 #0071ce; }

.plusfeature .plusbutton .pluseffect:hover {
  color: #000000; }

.collection aside nav a {
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  -webkit-box-shadow: inset 0px 0 0 0 #0071ce;
  -moz-box-shadow: inset 0px 0 0 0 #0071ce;
  -ms-box-shadow: inset 0px 0 0 0 #0071ce;
  -o-box-shadow: inset 0px 0 0 0 #0071ce;
  box-shadow: inset 0px 0 0 0 #0071ce;
  overflow: hidden; }

.collection aside nav a:hover {
  color: #FFFFFF;
  -webkit-box-shadow: inset -500px 0 0 0 #0071ce;
  -moz-box-shadow: inset -500px 0 0 0 #0071ce;
  -ms-box-shadow: inset -500px 0 0 0 #0071ce;
  -o-box-shadow: inset -500px 0 0 0 #0071ce;
  box-shadow: inset -500px 0 0 0 #0071ce; }

.site-nav__submenu .site-nav__link {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #000;
  overflow: hidden;
  line-height: normal; }

.site-nav__submenu .site-nav__link:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #0971ce; }

.collection .grid {
  margin-left: 0px; }

.megabox-landing {
  background-color: #F8F8F8;
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-background-grey.svg?v=173727082837943480091662671770");
  background-repeat: repeat;
  background-size: 150px;
  padding: 3% 3% 14% 3%;
  background-attachment: fixed;
  z-index: 0 !important;
  margin-top: -40px; }

@media only screen and (max-device-width: 700px) {
  .megabox-landing {
    padding: 0% 3% 14% 3%;
    margin-top: -20px; } }
.megabox-content {
  width: 100%;
  margin: auto;
  max-width: 1370px;
  margin-top: 20px; }

.megabox-hero {
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 80vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, black, #ff8722, black, #b36d31);
  background-size: 500% 500%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px -6px 44px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -6px 44px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -6px 44px -13px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 800px) {
    .megabox-hero {
      height: 74vh;
      -webkit-box-shadow: 0px -6px 20px -13px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px -6px 20px -13px rgba(0, 0, 0, 0.75);
      box-shadow: 0px -6px 20px -13px rgba(0, 0, 0, 0.75);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; } }

.megabox-intro {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-8.png?v=39607352288176282491662671766");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  background-position: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 550px;
  padding-bottom: 0px;
  margin-top: 20px; }
  @media screen and (max-width: 800px) {
    .megabox-intro {
      max-width: 1200px;
      margin: auto;
      padding: 0% 10% 0% 10%; } }

.megabox-hero-logo {
  width: 100%;
  height: auto;
  max-width: 650px;
  align-self: center; }

.megabox-is-now-shipping {
  width: 100%;
  height: auto;
  max-width: 300px;
  align-self: center; }

.megabox-overlay {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-hero-overlay-shadow.png?v=157764193499008390571662671766");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center; }

.megabox-comic-lines {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-comic-lines.png?v=43040798366900269091662671768");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-position: top center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.megabox-hero-subscribe {
  position: relative;
  width: 100%;
  display: block;
  height: auto; }

.megabox-hero-bottom {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-hero-bottom-background.png?v=147916656471251916731662671762");
  width: 100%;
  background-position: top center;
  height: auto;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  position: relative;
  min-height: 200px; }

.megabox-max-width {
  width: 100%;
  height: auto;
  display: block;
  text-align: center; }

.megabox-max-width-grid {
  max-width: 576px;
  display: flex;
  padding-top: 30px !important;
  padding-bottom: 10% !important;
  margin: auto !important; }

.megabox-max-width-grid .selection-wrapper button.button {
  font-size: 15px; }

.purchase-box .selection-wrapper.cart .selector-wrapper.quantity button {
  font-size: 15px;
  padding: 0px 8px; }

.megabox-fixed-width {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  max-width: 1370px;
  margin: auto;
  background-repeat: repeat;
  display: flex;
  padding: 0% 0% 0% 0%;
  align-items: center;
  justify-content: space-between;
  background-size: contain; }
  @media screen and (max-width: 800px) {
    .megabox-fixed-width {
      padding: 5% 0% 0% 0%;
      background-size: cover;
      flex-direction: column; } }

.what-is-the-megabox {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-middle.png?v=26851583757015832371662671767");
  margin: auto;
  background-repeat: repeat;
  z-index: 7;
  background-size: contain; }
  @media screen and (max-width: 800px) {
    .what-is-the-megabox {
      padding: 15% 0% 15% 0%;
      flex-direction: column-reverse; } }

.megabox-top {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-top.png?v=12497779264378529511662671769");
  background-repeat: no-repeat;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: bottom center; }

.megabox-middle {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-middle.png?v=26851583757015832371662671767");
  background-repeat: repeat-y;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: bottom; }

.megabox-bottom {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-bottom.png?v=90224823429368386201662671771");
  background-repeat: no-repeat;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: top;
  margin-bottom: -9%; }
  @media screen and (max-width: 800px) {
    .megabox-bottom {
      margin-bottom: -20px; } }

.what-is-the-megabox-content {
  height: auto;
  max-width: 800px;
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0% 0% 0% 0%; }
  @media screen and (max-width: 800px) {
    .what-is-the-megabox-content {
      width: 100%;
      display: block;
      float: initial;
      padding: 0% 0% 0% 0%;
      clear: both;
      margin: auto;
      position: relative;
      max-width: none;
      margin-top: 0%; } }

.what-is-the-megabox-copy {
  max-width: 100%;
  padding: 0% 0% 0% 0%;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .what-is-the-megabox-copy {
      width: 100%;
      display: block;
      float: initial;
      padding: 0% 0% 0% 0%;
      clear: both;
      margin: auto;
      position: relative;
      max-width: none;
      padding-top: 0%; } }

.whats-in-the-megabox {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-middle.png?v=26851583757015832371662671767");
  height: auto;
  margin: auto;
  background-repeat: repeat;
  z-index: 7; }
  @media screen and (max-width: 800px) {
    .whats-in-the-megabox {
      background-size: contain; } }

.whats-in-the-megabox-content {
  max-width: 800px;
  width: 50%;
  display: inline-block;
  float: left;
  padding: 5% 0% 5% 0%; }
  @media screen and (max-width: 800px) {
    .whats-in-the-megabox-content {
      width: 100%;
      display: block;
      float: initial;
      padding: 0% 0% 0% 0%;
      clear: both;
      margin: auto;
      position: relative;
      max-width: none;
      margin-top: 0%; } }

.whats-in-the-megabox-copy {
  max-width: 365px;
  padding: 0% 0% 0% 0%;
  margin: 0% 0% 0% 10%; }
  @media screen and (max-width: 800px) {
    .whats-in-the-megabox-copy {
      max-width: 540px;
      margin: auto;
      padding: 0% 10% 0% 10%; } }

.subscribe-to-megabox {
  background-color: #F05865;
  background-repeat: repeat;
  z-index: 0;
  position: relative;
  background-size: cover;
  margin-top: -1px;
  padding-top: 120px;
  padding-bottom: 120px; }

.subscribe-to-megabox-inside {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-block-background.jpg?v=144365938833496065801662671768");
  height: auto;
  margin: auto;
  background-repeat: repeat;
  z-index: 7;
  width: 100%;
  max-width: 950px; }
  @media screen and (max-width: 800px) {
    .subscribe-to-megabox-inside {
      padding: 8% 0% 37% 0%;
      background-size: cover; } }

.megabox-subscribe-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative; }

.megabox-subscribe-block img {
  margin-top: -6px;
  /* min-height: 200px; */ }

.megabox-subscribe-top-above {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-top-above.png?v=12598868040878488561662671766");
  max-width: 1370px;
  display: block;
  z-index: 0;
  background-size: contain;
  width: 100%;
  background-position: bottom center; }

.megabox-subscribe-top-below {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-top-below.png?v=171674669246230479711662671768");
  background-repeat: no-repeat;
  max-width: 1370px;
  display: block;
  z-index: 0;
  background-size: contain;
  width: 100%;
  background-position: bottom center; }

.megabox-subscribe-top-repeat {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-middle.png?v=26851583757015832371662671767");
  height: auto;
  margin: auto;
  background-repeat: repeat;
  z-index: 7;
  background-size: contain; }
  @media screen and (max-width: 800px) {
    .megabox-subscribe-top-repeat {
      background-size: contain; } }

.megabox-subscribe-bottom-above {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-bottom-above.png?v=139671544164334060271662671762");
  background-repeat: no-repeat;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: top center; }

.megabox-subscribe-bottom-below {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-bottom-below.png?v=5640084070746190031662671766");
  background-repeat: no-repeat;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: bottom center; }

.megabox-subscribe-bottom-repeat {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-bottom-repeat.png?v=32528915258954359981662671769");
  background-repeat: repeat;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 7;
  background-size: contain;
  background-position: center; }

.megabox-subscription-background-body {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-subscribe-background-body.png?v=97735965149387633141662671761");
  background-position: top center;
  height: 100%;
  margin: auto;
  background-repeat: repeat-y;
  z-index: 7;
  position: relative;
  min-height: 290px;
  max-width: 953px;
  margin-top: 0px;
  padding-bottom: 100px; }

.megabox-subscription-header {
  max-width: 340px;
  margin: auto;
  display: block;
  vertical-align: top;
  margin-top: 50px; }
  @media screen and (max-width: 800px) {
    .megabox-subscription-header {
      max-width: 300px; } }

.megabox-subscription-two-ways-to-join {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .megabox-subscription-two-ways-to-join {
      display: block;
      flex-direction: initial;
      justify-content: initial; } }

.megabox-two-ways-to-join {
  display: flex;
  margin: auto;
  padding: 10px 30px 10px 30px;
  margin-top: 10px;
  margin-bottom: -60px;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 800px) {
    .megabox-two-ways-to-join {
      margin: 0 auto 0 auto;
      display: block;
      padding: 0% 10% 0% 10%; } }

.megabox-input-wrapper .input-wrapper {
  font-size: 21px !important;
  font-weight: bold; }

.selection-wrapper .megabox-button {
  background: #995006 !important;
  color: #FFF !important; }

.selection-wrapper .megabox-button:hover {
  background: #cfa17a !important;
  color: #000 !important; }

.megabox-button {
  font-size: 14px;
  padding: 8px;
  width: 100%;
  color: #FFF;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  background: #995006;
  font-family: "Lato","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  border-radius: 5px;
  max-width: 200px;
  margin: auto;
  text-align: center;
  transition: box-shadow 200ms;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .megabox-button {
      margin: 10px auto 10px auto;
      max-width: initial; } }

.megabox-button:hover {
  box-shadow: 0px 1px 12px 0 rgba(0, 0, 0, 0.5);
  background: #cfa17a;
  transition: box-shadow 200ms;
  color: #000; }

.megabox-body-copy-top {
  font-size: 15px;
  max-width: 340px;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: auto;
  font-weight: 500;
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/whats-in-the-megabox.png?v=111067650650305332191662671761");
  background-position: top center;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 250px;
  padding-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .megabox-body-copy-top {
      padding-top: 230px;
      padding-bottom: 10px; } }

.megabox-body-copy-is {
  font-size: 20px;
  max-width: 585px;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: auto;
  font-weight: 500;
  width: 90%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 10px; }
  @media screen and (max-width: 800px) {
    .megabox-body-copy-is {
      padding-top: 0px;
      padding-bottom: 10px; } }

.megabox-body-copy {
  font-size: 15px;
  max-width: 340px;
  letter-spacing: 0px;
  line-height: 1.2;
  margin: auto;
  font-weight: 500;
  padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .megabox-body-copy {
      padding: 0px 0px 40px 0px; } }

.megabox-body-headline {
  font-size: 100px;
  max-width: 585px;
  letter-spacing: 0.3px;
  line-height: 1.1;
  margin: auto;
  font-weight: bold;
  font-family: 'OrnitonsSerial-Bold', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.hero-bottom-middle {
  display: flex;
  background-size: contain;
  justify-content: space-between;
  padding: 20px 50px 0px 0;
  position: relative; }
  @media screen and (max-width: 800px) {
    .hero-bottom-middle {
      padding: 20px 20px 0px 0; } }

.megabox-middle-hero {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-middle-hero.jpg?v=12356878703882006561662671767");
  background-repeat: repeat-y;
  max-width: 1370px;
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  z-index: 7;
  background-size: cover;
  background-position: top;
  margin-top: 0px; }

.megabox-feature {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-feature.png?v=123744268323236518251662671768");
  background-position: center;
  width: 100%;
  height: auto;
  max-width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-self: baseline;
  position: relative; }

.megabox-real-box {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-real-box.png?v=60322083623588980351662671767");
  background-position: top center;
  width: 100%;
  height: auto;
  max-width: 430px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -210px;
  margin-left: 20px; }
  @media screen and (max-width: 800px) {
    .megabox-real-box {
      max-width: 540px;
      display: block;
      position: relative;
      width: 100%;
      margin: auto; } }

.megabox-countdown {
  display: none; }

.bold {
  font-weight: bold; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.whats-in-the-megabox-note {
  max-width: 400px;
  font-size: 14px;
  text-align: center; }

.unboxing-thumbnail-note {
  font-size: 14px;
  text-align: center; }

.megabox-subscribe-block .product-images .featured a {
  display: block;
  background-color: transparent; }

.megabox-subscribe-block .product-aside {
  width: 100%;
  margin: auto;
  display: block; }

@media screen and (max-width: 800px) {
  .megabox-subscribe-block .grid {
    padding-bottom: 40px; } }

.megabox-subscribe-top-repeat .grid .product-aside .purchase-box {
  background: transparent; }
  @media screen and (max-width: 800px) {
    .megabox-subscribe-top-repeat .grid .product-aside .purchase-box {
      margin: 0px 0px 30px 0px; } }

.megabox-subscribe-top-repeat .grid .product-images {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 650px;
  margin-top: 40px; }
  @media screen and (max-width: 800px) {
    .megabox-subscribe-top-repeat .grid .product-images {
      margin-top: 0px; } }

.megabox-subscribe-top-repeat .grid .product-aside .description .wpb_text_column {
  padding: 0% 5% 0% 5%;
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-weight: 500; }
  .megabox-subscribe-top-repeat .grid .product-aside .description .wpb_text_column p {
    margin-top: 10px;
    font-size: inherit; }

.megabox-subscribe-top-repeat .grid .product-aside .purchase-box .selection-wrapper.cart button {
  max-width: initial; }

.megabox-subscribe-top-repeat .grid .product-images .images-container .featured .featured-container .easyzoom-flyout {
  display: none;
  outline: 0;
  border: none; }

#the-megabox-subscription header.site-header .wrapper {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: none !important; }

.megabox-sub-nav-holder {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-sub-nav-background.png?v=154473103432779079261662671767");
  width: 100% !important;
  background-repeat: repeat-x;
  height: 60px;
  background-size: cover;
  background-position: top center;
  z-index: 1050 !important;
  margin-top: 0px;
  display: flex; }

.megabox-sub-nav-tab {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/megabox-sub-nav-tab.png?v=57838693248351664031662671767");
  background-repeat: no-repeat;
  height: 75px;
  width: 300px;
  margin: auto;
  background-size: cover;
  background-position: top center; }

@media only screen and (max-device-width: 700px) {
  .megabox-sub-nav-tab {
    display: none; } }
.megabox-sub-nav-menu-left {
  background-repeat: no-repeat;
  height: 38px;
  width: auto;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.1px; }

@media only screen and (max-device-width: 700px) {
  .megabox-sub-nav-menu-left {
    font-size: 12px;
    height: 50px; } }
.megabox-sub-nav-menu-right {
  background-repeat: no-repeat;
  height: 38px;
  width: auto;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.1px; }

@media only screen and (max-device-width: 700px) {
  .megabox-sub-nav-menu-right {
    font-size: 12px;
    height: 50px; } }
.megabox-sub-nav-menu-right a {
  color: #fff;
  text-decoration: none; }

.megabox-sub-nav-menu-left a {
  color: #fff;
  text-decoration: none; }

.megabox-sub-nav-menu-right a:hover {
  color: #000000; }

.megabox-sub-nav-menu-left a:hover {
  color: #000000; }

.megabox-nav-logo {
  max-width: 200px;
  width: 100%;
  margin: auto;
  margin-top: 12px;
  padding-right: 10px; }

.nosto-holder {
  width: 100%;
  background-color: #000; }

.footer-background {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/footer-background.jpg?v=33776071395925556881662671769");
  background-position: bottom center;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  min-height: 300px;
  -webkit-clip-path: polygon(50% 20%, 100% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(50% 20%, 100% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
  background-size: cover;
  padding-top: 3%;
  margin-bottom: -1px; }

.skybound-logo {
  background-image: url("//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/skybound-logo.svg?v=124642601727946878811662671769");
  background-position: top center;
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  padding-top: 10px; }

.nosto-holder {
  width: 100%;
  background-color: #FFFFFF; }

body.template-index .simple-collection {
  max-width: 1500px;
  margin: auto;
  padding: 40px 0px; }

.search-results .wrapper .collection-container .search-grid {
  text-align: center; }

.search-results .wrapper .collection-container .collection-header .container h2, .search-results .wrapper .collection-container .collection-header .container .h2 {
  text-align: center; }

.left-block {
  display: none; }

aside {
  width: 100%;
  z-index: 1051; }

.plusbutton {
  width: 20px;
  display: inline-block;
  line-height: normal; }

.plusinline {
  display: inline; }

header.site-header {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  z-index: 1052;
  width: 100%;
  min-height: 75px;
  top: 40px; }

header.site-header .layout-horizontal {
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%; }

.util {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  z-index: 1052;
  width: 100%;
  min-height: 40px;
  top: 0px; }

.megabox-sub-nav-holder {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1052;
  width: 100%; }

.headroom {
  transition: transform 0.25s;
  will-change: transform; }

#qab_content span {
  display: block !important;
  margin-top: 10px; }

#qab_content {
  max-width: 300px; }

#qab_button {
  line-height: 1.5em !important;
  padding: 0 5px 0 5px !important; }

#qab_bar {
  padding: 8px 30px !important; }

#qab_close {
  top: 50% !important; }

.embed-container {
  padding-bottom: 161% !important; }

#HIDDENDIV {
  display: none; }

#table td {
  padding: 1em;
  border: 0px solid black; }

#table.show tr > *:nth-child(2) {
  display: block; }

#the-long-dark-pre-order .single-product {
  padding: 0 0 0 0; }

.tld-fieldguide {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }

.single-product .grid {
  margin-top: 0px;
  display: flex; }

.product-title {
  margin-top: 50px; }
  @media screen and (max-width: 1100px) {
    .product-title {
      margin-top: 0px; } }

.slick-list.draggable {
  padding: 0 0 0 0 !important; }

.featured-text.page-secondary {
  padding: 0 0 0 0 !important; }

@media screen and (max-width: 800px) {
  img.home-slider-desktop {
    display: none !important; } }
@media screen and (min-width: 800px) {
  img.home-slider-mobile {
    display: none !important; } }
#the-megabox-subscriptions-get-your-megaboxes-only-at-skybound header.site-header .wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0px solid #00000026; }

.tickcounter {
  margin: 0 !important; }

.unit_value {
  font-size: 24px !important;
  font-family: "xxii", -apple-system, "Verdana", Verdana, sans-serif !important; }

.featured-text.page-featured.full-width .content.rte {
  display: flex;
  flex-direction: column;
  line-height: 0;
  background-color: #000; }

.featured-text.page-featured.full-width .content.rte {
  max-width: 2000px; }

.home-bf-container {
  display: flex;
  flex-direction: row;
  margin: auto;
  flex-wrap: wrap; }

.home-bf-item {
  padding: 10px;
  max-width: 25%; }

@media all and (max-width: 1224px) {
  .home-bf-item {
    max-width: 25%; } }
@media all and (max-width: 1108px) {
  .home-bf-item {
    max-width: 50%; } }
@media all and (max-width: 768px) {
  .home-bf-item {
    max-width: 100%; } }
.home-bf-header-item {
  margin: auto; }

.home-bf-holder {
  /* background-image: url('//cdn.shopify.com/s/files/1/0505/1057/t/77/assets/skybound-home-repeat.jpg?v=173070983105972860301662671769'); */
  background-position: top center;
  background-repeat: repeat;
  margin: auto;
  width: 100%; }

/*
.limoniapps-stick-to-top {
    animation: none !important;
}

.limoniapps-stick-to-top {
    max-height: 40px;
  left: 30% !important;
}

.limoniapps-sticky-topbar .limoniapps-box .limoniapps-content {
    max-height: 40px;
}

.limoniapps-sticky-topbar .limoniapps-box {
min-height: 40px !important
}

.fadeInLeftBig {
    
    animation-name: none !important;
}

.limoniapps-stick-to-top {

    width: 40% !important;
 
}

.limoniapps-sticky-topbar .limoniapps-box {
    background-color: transparent !important;
}

.limoniapps-sticky-topbar.limoniapps-closable .limoniapps-close {
    display: none !important;
}

.limoniapps-sticky-topbar .limoniapps-col-info .limoniapps-info .limoniapps-message {
    padding-right: 0px !important;
}



.limoniapps-popup {display: none;}

*/
/*

.preorder-button_description {
    display: none;
}
*/
.tickcounter #second_wrapper > div.unit_name {
  font-size: 8px !important; }

.product-aside-full {
  width: 100% !important;
  display: block !important; }

.product-images-full {
  width: 100% !important;
  display: block !important; }

.grid-full {
  display: block !important; }

.featured-full {
  display: none !important; }

.single-product .grid aside.product-aside {
  z-index: 0; }

/*
header.site-header.scroll-to-fixed-fixed.scroll-to-sticky > div > div > nav > ul > li:nth-child(2) > a {font-family: "declassified"; font-size: 17px; text-transform: uppercase; font-weight: 400; letter-spacing: 2px;}
*/
.nav-bar .site-nav li:nth-child(2)
#declassified .collection-container {
  margin-top: -37px; }

#declassified .collection .grid .collection-container {
  margin-top: -40px; }

#declassified .collection-header h1, #declassified .collection-header .h1, #declassified .collection-header header.site-header div.site-logo, header.site-header #declassified .collection-header div.site-logo {
  margin-top: -60px; }

#declassified .featured-collection figure a.product-image span.label {
  position: absolute;
  padding: 1px 8px;
  background-color: #fff;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Lato","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.625em;
  font-weight: 600;
  text-transform: uppercase;
  height: 100%;
  top: 0;
  background: #000000a8 !important;
  padding-top: 43%;
  font-size: 25px; }

.single-product.declassified {
  width: 100%;
  margin-top: 20px;
  padding-left: 0px; }

.declassified .grid .aside-container {
  display: none; }

.declassified .breadcrumb span:last-of-type {
  display: none; }

.declassified .wrapper {
  margin-left: auto;
  margin-right: auto; }

.declassified .grid .product-images {
  width: 75%; }

.declassified .grid aside.product-aside {
  width: 25%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.declassified .product-images .featured img {
  max-height: initial; }

.declassified .images-container {
  display: flex;
  flex-direction: row-reverse; }

.declassified .product-images .thumbnails {
  width: 30%;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.declassified .ProductThumbs {
  display: flex;
  flex-direction: column; }

.declassified .product-images .thumbnails li {
  width: 100%; }

.declassified .purchase-box h1, .declassified .purchase-box .h1, .declassified .purchase-box header.site-header div.site-logo, header.site-header .declassified .purchase-box div.site-logo {
  font-family: "declassified";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px; }

.declassified .purchase-box .selection-wrapper.price > span {
  font-size: 2em;
  font-weight: 400;
  font-family: "declassified";
  color: #000000; }

.declassified .single-product .grid {
  margin-top: -25px; }

.declassified header.product-header .product-jump-container {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  margin: auto; }

.declassified header.product-header {
  width: 100%;
  text-align: center; }

.declassified .product-images .thumbnails a {
  background-color: transparent; }

.declassified .product-images .featured {
  padding-right: 50px; }

.declassified-flex {
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px; }

.declassified-flex .left-block-top {
  width: 49%;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0505/1057/files/declassified-features-background.jpg?1207);
  background-repeat: no-repeat;
  background-size: contain; }

.declassified-flex .right-block-top {
  width: 49%;
  display: block;
  height: auto;
  margin-top: 0px;
  padding: 40px; }

.declassified-flex .left-block-top img {
  width: 100%;
  height: auto;
  visibility: hidden; }

.declassified-flex .left-block-bottom {
  width: 49%;
  display: block; }

.declassified-flex .right-block-bottom {
  width: 49%;
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0505/1057/files/declassified-fit-fabric-background.jpg?1356);
  background-repeat: no-repeat;
  background-size: contain; }

.declassified-flex .left-block img {
  width: 100%;
  height: auto; }

.declassified-flex .right-block img {
  width: 100%;
  height: auto; }

.declassified-flex .copy-content {
  margin-top: 16%;
  padding: 7%; }

.declassified-flex h2, .declassified-flex .h2 {
  font-family: "declassified";
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px; }

@media screen and (max-width: 1100px) {
  .declassified .grid .product-images {
    width: 100%;
    margin: auto;
    padding-right: initial; }

  .declassified .grid aside.product-aside {
    width: 100%; }

  .declassified .product-images .featured {
    padding-right: 0px; }

  .declassified .product-images .thumbnails {
    margin-top: 30px; } }
@media screen and (max-width: 800px) {
  .declassified .grid aside.product-aside {
    width: 100%; }

  .declassified .images-container {
    display: flex;
    flex-direction: column; }

  .declassified .product-images .thumbnails li {
    width: -webkit-fill-available; }

  .declassified .product-images .thumbnails {
    width: 100%; }

  .declassified .grid .product-images {
    width: 100%;
    margin: auto;
    padding-right: initial; }

  .declassified #ProductThumbs {
    display: flex; }

  .single-product.declassified {
    padding: 0 0 0 0; }

  .declassified-flex .copy-content {
    font-size: 12px; }

  .declassified-flex {
    flex-direction: column; }

  .declassified-flex h2, .declassified-flex .h2 {
    text-align: center;
    padding: 0 20px; }

  .declassified-flex h2 p, .declassified-flex .h2 p {
    padding: 0 15px 0px 0px; }

  .declassified-flex .right-block-top {
    flex-direction: column;
    padding: 0; }

  .declassified-flex.bottom {
    flex-direction: column-reverse; }

  .collection.declassified {
    padding: 0 20px 0 20px; }

  .declassified-flex .right-block-top {
    width: 100%; }

  .declassified-flex .right-block-bottom {
    width: 100%; }

  .declassified-flex .left-block-top {
    width: 100%;
    margin-bottom: 50px; }

  .declassified-flex .left-block-bottom {
    width: 100%; } }
/* === shop description styling for baldurs gate === */
.separator {
  margin: 15px 0;
  border: none;
  height: 2px;
  background: transparent; }

.game-title, .game-description-title {
  font-family: 'Lato', sans-serif; }

.game-description-title span {
  text-decoration: underline; }

.shop-hr {
  margin: 15px 0 35px 0;
  border: none;
  height: 1.5px;
  background: #000000; }

.description-wrap {
  margin-bottom: 25px; }

.game-bullets {
  margin-left: 5.5%; }

.game-section-description-text {
  font-size: 1em !important; }

.bd-collection-pack-included-items {
  width: 90%;
  margin: 0 auto; }

p.bd-collection-pack-included-items {
  font-size: 16px !important; }

.bd-included-items-table {
  margin-bottom: 50px; }

.bd-collectors-pack-items {
  display: flex;
  min-height: 2px;
  max-width: 1200px;
  flex-wrap: wrap;
  margin-bottom: 75px; }

.item-one,
.item-two,
.item-three,
.item-four,
.item-five,
.item-six,
.item-seven,
.item-eight,
.iten-nine {
  width: 50%; }

.bd-game-individual-items p {
  padding-right: 45px; }

.bd-game-individual-items {
  margin-bottom: 100px; }

@media screen and (max-width: 899px) {
  .bd-game-individual-items p {
    padding-right: 0px; } }
@media screen and (max-width: 899px) {
  .bd-collectors-pack-items {
    display: flex;
    flex-direction: column; }

  .item-one,
  .item-two,
  .item-three,
  .item-four,
  .item-five,
  .item-six,
  .item-seven,
  .item-eight,
  .item-nine {
    width: 100%; } }
/* ==== SHOP PAY PAL BUTTON === */
@media screen and (min-width: 660px) {
  .additional-checkout-buttons {
    margin-top: 10px !important; } }
/*  ==== MAGNIFIC POPUP ==== */
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.aside-container.scroll-to-fixed-fixed {
  z-index: 1050 !important; }

.purchase-box .selection-wrapper.cart button {
  display: block !important; }

.product-rating img {
  max-height: 120px;
  width: auto;
  margin-bottom: 20px; }

/* HOMEPAGE EDITS PER LOC VIA ERIC - AUGUST 8, 2019 */
.featured-container {
  max-width: 100%;
  margin: auto; }

#frontpage-nosto-1 .simple-collection .product-block .product-grid.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.featured-text.page-secondary.full-width .content .featured-container {
  margin-top: 0px; }

.featured-text.page-secondary.full-width .content .featured-container img {
  padding: 0 !important; }

.simple-collection.layout-4 .wrapper .product-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: initial; }

.template-index main.main-content {
  padding: 0 0 0 0; }

#ProductThumbs {
  display: flex;
  justify-content: center;
  padding: 0 25px; }

@media only screen and (max-width: 800px) {
  #frontpage-nosto-2 .simple-collection .product-block .product-grid {
    display: flex;
    flex-wrap: wrap; }

  #frontpage-nosto-2 .simple-collection .product-block .product-grid .item {
    width: 50% !important;
    padding-right: 1.5%; }

  #frontpage-nosto-1 ul {
    margin-left: 0px !important; }

  #frontpage-nosto-2 ul {
    margin-left: 0px !important; }

  #frontpage-nosto-2 li.item {
    padding-left: 0px !important; }

  #frontpage-nosto-3 ul {
    margin-left: 0px !important; }

  .simple-collection figure .image-cell a.product-image img, .collection figure .image-cell a.product-image img {
    max-height: initial !important;
    padding: 20px; }

  #productpage-nosto-2 .simple-collection .product-block .product-grid .item {
    padding-left: 0px !important;
    max-width: 50%; }

  ul.social-share {
    padding: 0 25px; } }
/* BREADCRUMB EDITS PER LOC VIA ERIC - AUGUST 8, 2019 */
@media screen and (max-width: 800px) {
  main.main-content .collection .wrapper .breadcrumb {
    display: none; } }
/* PARTNER PICKS */
#partner-picks .collection-container {
  padding-top: 0px;
  width: auto;
  margin-top: -25px;
  margin-left: 50px; }

#partner-picks .grid {
  display: flex;
  justify-content: flex-end; }

#partner-picks .products.products-grid {
  max-width: 1400px;
  margin: auto; }

#partner-picks .collection .grid .aside-container {
  max-width: 276px;
  flex-grow: 0;
  padding-left: 0px;
  margin-top: -25px; }

#partner-picks > div > div:nth-child(3) {
  display: none; }

@media screen and (max-width: 800px) {
  #partner-picks .grid {
    display: block; }

  #partner-picks .collection-container {
    margin-left: 0px; }

  #partner-picks .collection .grid .aside-container {
    display: none; } }
#twd-vinyl {
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#twd-vinyl .description {
  width: 100%; }

/* EDITS IN RELATION TO ZENHER UPDATES */
.collection .grid .collection-container {
  width: 100%; }

.collection .products-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 2048px;
  margin: auto; }

.single-product {
  width: 100%; }

.product-rating {
  display: flex; }

@media screen and (max-width: 800px) {
  .collection .mobile-aside-container {
    display: none; } }
header.collection-header .sort-by select {
  text-transform: initial; }

h1, .h1, header.site-header div.site-logo, .h1, header.site-header div.site-logo, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  font-weight: initial;
  font-family: 'FuturaBold'; }

.purchase-box h1, .purchase-box .h1, .purchase-box header.site-header div.site-logo, header.site-header .purchase-box div.site-logo, .purchase-box .h1, .purchase-box header.site-header div.site-logo, header.site-header .purchase-box div.site-logo {
  text-transform: uppercase; }

.single-product .wrapper {
  margin: auto; }

#productpage-nosto-2 .simple-collection {
  overflow: auto;
  max-width: 1500px;
  margin: auto;
  margin-top: 200px; }

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px; } }
/* EDITS IN RELATION TO ZENHER UPDATES */
/* Excerpts for books */
.excerpt-holder {
  position: relative;
  padding-bottom: 145.25%; }

.excerpt-content {
  border: none !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

/* Excerpts for books */
/* Edits for mobile first add to cart visibility  */
@media screen and (max-width: 800px) {
  .single-product .grid .product-images {
    margin: 0 0 0 0;
    padding: 0 !important; }

  aside.product-aside .purchase-box {
    margin: 5px auto 40px auto; }

  .dismiss-drawer {
    position: fixed !important;
    z-index: 0 !important;
    left: 0 !important;
    background: #c0c0c0;
    display: block !important; }

  .drawer-open .dismiss-drawer {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 220px !important;
    z-index: 9999 !important;
    background: #c0c0c0 !important; }

  .drawer--left .drawer-nav {
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }

  .mobile-pencil-header a {
    font-size: 9px; }

  .mobile-pencil-header {
    padding: 2px !important; }

  .purchase-box h1, .purchase-box .h1, .purchase-box header.site-header div.site-logo, header.site-header .purchase-box div.site-logo {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 22px; }

  .purchase-box .selection-wrapper.price {
    padding-bottom: 0px;
    display: flex;
    align-items: center; }

  .purchase-box .selection-wrapper.price > span {
    padding-right: 10px; } }
/* edits to table for POD */
.table-responsive.dynamic table {
  width: 100%; }

.table-responsive.dynamic table td {
  text-align: center;
  border: 1px solid #cacaca; }

.table-responsive.dynamic table > tbody > tr:nth-child(1) > td:nth-child(1) {
  text-align: left !important; }

.table-responsive.dynamic table > tbody > tr:nth-child(2) > td:nth-child(1) {
  text-align: left !important; }

.table-responsive.dynamic table > tbody > tr:nth-child(3) > td:nth-child(1) {
  text-align: left !important; }

/* schmoedown collections */
.collection.schmoedown {
  padding: 0px 0px 40px 0px;
  margin-top: -24px; }

.collection.schmoedown header.collection-header {
  min-height: 250px;
  background-color: #000;
  background-image: url(https://cdn.shopify.com/s/files/1/0505/1057/files/korruption-collection-header-background.jpg?v=1586016764);
  background-repeat: no-repeat;
  background-size: cover; }

.collection.schmoedown .wrapper .grid .collection-container {
  padding-top: 0px; }

/* EGGHUNT 
#eggslider{
    height:480px;
    width:400px;
    position:fixed;
    right:20px;
    bottom: -400px;
    z-index: 9999;
    display: none;
}

#eggslider img{
    height:480px;
    width:400px;
}


.eggopen{
    bottom: 0px !important;}
    
.eggtransition{
    
  -webkit-transition: bottom 0.3s ease-out;  
     -moz-transition: bottom 0.3s ease-out;  
       -o-transition: bottom 0.3s ease-out;  
          transition: bottom 0.3s ease-out; 

}
*/
/* Category Header Fix*/
.collection-container .collection-header .container {
  max-width: 2048px;
  margin: auto;
  padding: 0 10px; }

.simple-collection {
  max-width: 2048px;
  margin: auto; }

.simple-collection .product-container .box {
  width: 24%; }
