/*============================================================================
[Shopify-SEED] | Built with Slate
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*=========== VARIABLES + CORE =============*/
/* cart count title */
/* MIXIN : BUTTONS
 *    EX : @include mainButton;
 *    EX : @include altButton;
 * ------------------------------------------------------------------------- */
/* MIXIN : FONT SIZES
 *    EX : @include fontSize( 16px )
 * ------------------------------------------------------------------------- */
/* MIXIN : TYPOGRAPHY
 *    EX : @include h1;
 * ------------------------------------------------------------------------- */
/* MIXIN : FLEXBOX
 *    EX : @include flexbox;
 *    EX : @include flex-direction( value );
 * ------------------------------------------------------------------------- */
/* MIXIN : MAKE CONTAINER (Use to mimic widths of bootstrap '.row' styling)
 *    EX : @include make-container();
 * ------------------------------------------------------------------------- */
/* MIXIN : MEDIA QUERIES
 *    EX : @include mq( 'lap-and-up' ) { CODE }
 * ------------------------------------------------------------------------- */
.hide {
  display: none; }

#pageContainer {
  overflow-x: hidden;
  overflow-y: auto; }

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

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1; }

.product .box-ratio {
  background-color: white; }

.box-ratio img {
  background-color: white; }

.lazyload-fade {
  opacity: 0;
  transition: opacity 200ms; }

.lazyload-fade.lazyloaded {
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  margin-top: 0;
  line-height: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #000000; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

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

p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px; }

strong {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }

em {
  font-style: italic; }

pre {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem; }

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

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

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

a {
  text-decoration: none;
  color: #000000;
  outline: 0;
  transition: all .25s ease-in-out; }

a:hover {
  color: #d54d4d;
  text-decoration: underline; }

a:focus {
  outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
dt {
  font-weight: bold; }

ol {
  padding: 0;
  margin-left: 0;
  text-indent: 0;
  list-style-position: inside; }

ul {
  padding: 0;
  margin: 0;
  list-style: disc inside; }

blockquote {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: .5em 0 .5em 0; }

hr {
  background: #d5d5d5;
  border: none;
  color: #d5d5d5;
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

html {
  font-size: 16px;
  padding-bottom: 0 !important; }

html, body {
  height: 100%; }

body {
  font-family: futura-pt, sans-serif;
  color: #000000;
  background: #ffffff;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.3125em;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rockwell", serif; }

p {
  color: black;
  font-weight: 400; }

body > .page-wrap {
  overflow-y: auto;
  overflow-x: hidden; }

.zEWidget-launcher {
  z-index: 200 !important; }

@media screen and (max-width: 767px) {
  .gridlock .row {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px; } }

.homepage-section {
  margin-bottom: 40px; }

/*#PageContainer {
  @include bgGradient;
}*/
#content {
  position: relative;
  padding: 100px 0; }
  body.collection #content, body.product #content {
    padding-top: 0; }
  body.product #content {
    padding-bottom: 20px; }

#breadcrumb {
  font-weight: 700;
  line-height: 1.71429em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 57px;
  left: 0;
  margin: 0 auto;
  padding-left: 20px;
  z-index: 30; }
  @media screen and (max-width: 767px) {
    #breadcrumb {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    #breadcrumb {
      padding-left: 0; } }
  @media screen and (min-width: 1024px) {
    #breadcrumb {
      top: 38px; } }
  #breadcrumb a {
    color: #757575;
    text-transform: capitalize;
    text-decoration: none; }
  #breadcrumb .separator {
    color: #757575; }
  #breadcrumb .page-title {
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0;
    text-transform: capitalize;
    color: black;
    font-family: futura-pt, sans-serif;
    font-weight: 400; }

.animate25 {
  transition: all 0.25s ease-in-out; }

.animate50 {
  transition: all 0.50s ease-in-out; }

.errors {
  color: red; }
  .errors li {
    margin-bottom: 20px; }

.shopify-section:last-child {
  margin-bottom: 0px !important; }

body.cart {
  overflow-y: auto; }
  body.cart #CartDrawer {
    display: none !important; }

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

fieldset {
  margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #d5d5d5;
  height: 40px;
  line-height: 40px;
  outline: none;
  font: 13px futura-pt, sans-serif;
  color: #000000;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 3px;
  margin-bottom: 10px;
  background: transparent;
  height: 40px; }

select {
  padding: 0; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  min-height: 32px; }

textarea {
  min-height: 60px;
  min-width: 300px; }

label,
legend {
  display: block;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 13px; }

input[type="checkbox"] {
  display: inline; }

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #000000; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  background: transparent;
  border: 1px solid #d5d5d5;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-family: "Futura-PT",sans-serif; }

textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #d5d5d5;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;
  text-indent: 10px;
  padding: 10px 0;
  outline: none;
  min-height: 60px; }

/* GENERAL BUTTONS
 *  Most of this is coiped from stylesheet.css,
 *  so don't be nervous removing stuff no longer 
 *  needed here.
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #d54d4d;
  color: white;
  border: 0px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: px;
  font-size: px/16pxrem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  border: 0;
  border-radius: 0;
  transition: all .25s ease-in-out;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  padding: 0 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  height: 44px;
  line-height: 44px; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background: #a6041c;
    color: white;
    border: 0px solid rgba(0, 0, 0, 0); }

.secondary-button {
  color: #ffffff;
  background: #ddd; }

.secondary-button:hover {
  color: #ffffff;
  background: #ccc; }

a.button:visited {
  background: #d54d4d;
  color: #ffffff; }

.product-modal {
  display: none;
  background: #d54d4d;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .25s ease-in-out;
  z-index: 5;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px; }

.product-modal:hover {
  color: #ffffff;
  background: #a6041c;
  text-decoration: none;
  cursor: pointer; }

.product-modal:visited {
  background: #d54d4d;
  color: #ffffff; }

@media screen and (min-width: 981px) {
  .shopify-payment-button {
    margin-top: 0;
    margin-left: 3%; } }
@media screen and (max-width: 980px) {
  .add, .shopify-payment-button, .single-option-selector {
    width: 100%;
    margin-left: 0;
    clear: left; } }
.shopify-payment-button.hide {
  display: none; }

.shopify-payment-button__button--branded, .shopify-payment-button__button--unbranded {
  border-radius: 3px !important;
  line-height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin-bottom: 15px !important; }

.shopify-payment-button__button--unbranded {
  color: #ffffff !important;
  background: #d54d4d !important;
  font-size: px !important;
  font-weight: !important;
  font-family: !important; }

.shopify-payment-button__button--unbranded:hover {
  color: #ffffff !important;
  background: #a6041c !important; }

button.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
  background: transparent !important;
  color: #000 !important;
  padding: 0 !important; }

button.shopify-payment-button__more-options {
  height: initial;
  line-height: initial; }

.readmore {
  clear: left;
  text-align: left;
  margin: 20px auto 30px; }

.readmore a {
  background: #d54d4d;
  color: #ffffff;
  padding: 10px 20px;
  transition: all .25s ease-in-out;
  letter-spacing: 1px;
  border-radius: 3px; }

.readmore a:hover {
  color: #ffffff;
  background: #a6041c;
  text-decoration: none; }

/*
 * Gridlock v3.2.1
 * A responsive CSS grid system. Part of the Formstone Library.
 * http://formstone.it/gridlock/
 *
 * Copyright 2014 Ben Plum; MIT Licensed
 * ---------------------------------------------------------- */
*, :after, :before {
  box-sizing: border-box; }

.gridlock .row {
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden; }

.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04167%; }

.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04167%; }

.gridlock .row [class*=all-].padded, .gridlock .row [class*=desktop-].padded, .gridlock .row [class*=max-].padded, .gridlock .row [class*=min-].padded, .gridlock .row [class*=mobile-].padded, .gridlock .row [class*=tablet-].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04167%; }

.gridlock .row [class*=all-].contained, .gridlock .row [class*=desktop-].contained, .gridlock .row [class*=max-].contained, .gridlock .row [class*=min-].contained, .gridlock .row [class*=mobile-].contained, .gridlock .row [class*=tablet-].contained {
  margin-left: 0;
  margin-right: 0; }

.gridlock .row [class*=all-].right, .gridlock .row [class*=desktop-].right, .gridlock .row [class*=max-].right, .gridlock .row [class*=min-].right, .gridlock .row [class*=mobile-].right, .gridlock .row [class*=tablet-].right {
  float: right; }

@media screen and (min-width: 500px) {
  .gridlock .row,
  .grid-max-width {
    width: 480px; } }
@media screen and (min-width: 740px) {
  .gridlock .row,
  .grid-max-width {
    width: 720px; } }
@media screen and (min-width: 980px) {
  .gridlock .row,
  .grid-max-width {
    width: 960px; } }
@media screen and (min-width: 1220px) {
  .gridlock .row,
  .grid-max-width {
    width: 1200px; } }
@media screen and (min-width: 1680px) {
  .gridlock .row,
  .grid-max-width {
    width: 1400px; } }
@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%; } }
.gridlock .row .all-fifth {
  width: 17.91667%; }

.gridlock .row .all-fourth {
  width: 22.91667%; }

.gridlock .row .all-third {
  width: 31.25%; }

.gridlock .row .all-half {
  width: 47.91667%; }

.gridlock .row .all-full {
  width: 97.91667%; }

.gridlock .row .all-push-fifth {
  margin-left: 21.04167%; }

.gridlock .row .all-push-fourth {
  margin-left: 26.04167%; }

.gridlock .row .all-push-third {
  margin-left: 34.375%; }

.gridlock .row .all-push-half {
  margin-left: 51.04167%; }

.gridlock .row .contained.all-fifth {
  width: 20%; }

.gridlock .row .contained.all-fourth {
  width: 25%; }

.gridlock .row .contained.all-third {
  width: 33.33333%; }

.gridlock .row .contained.all-half {
  width: 50%; }

.gridlock .row .contained.all-full {
  width: 100%; }

.gridlock .row .contained.all-push-fifth {
  margin-left: 20%; }

.gridlock .row .contained.all-push-fourth {
  margin-left: 25%; }

.gridlock .row .contained.all-push-third {
  margin-left: 33.33333%; }

.gridlock .row .contained.all-push-half {
  margin-left: 50%; }

.gridlock .row [class*=all-].centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.gridlock .row .all-hide {
  display: none; }

@media screen and (max-width: 739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%; }

  .gridlock .row .mobile-2 {
    width: 64.58333%; }

  .gridlock .row .mobile-3 {
    width: 97.91667%; }

  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%; }

  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833%; }

  .gridlock .row .contained.mobile-1 {
    width: 33.33333%; }

  .gridlock .row .contained.mobile-2 {
    width: 66.66667%; }

  .gridlock .row .contained.mobile-3 {
    width: 100%; }

  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333%; }

  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66667%; }

  .gridlock .row .mobile-fifth {
    width: 17.91667%; }

  .gridlock .row .mobile-fourth {
    width: 22.91667%; }

  .gridlock .row .mobile-third {
    width: 31.25%; }

  .gridlock .row .mobile-half {
    width: 47.91667%; }

  .gridlock .row .mobile-full {
    width: 97.91667%; }

  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04167%; }

  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04167%; }

  .gridlock .row .mobile-push-third {
    margin-left: 34.375%; }

  .gridlock .row .mobile-push-half {
    margin-left: 51.04167%; }

  .gridlock .row .contained.mobile-fifth {
    width: 20%; }

  .gridlock .row .contained.mobile-fourth {
    width: 25%; }

  .gridlock .row .contained.mobile-third {
    width: 33.33333%; }

  .gridlock .row .contained.mobile-half {
    width: 50%; }

  .gridlock .row .contained.mobile-full {
    width: 100%; }

  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%; }

  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%; }

  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333%; }

  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%; }

  .gridlock .row [class*=mobile-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .gridlock .row .mobile-hide {
    display: none; } }
@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 31.25%; }

  .gridlock .row .min-2 {
    width: 64.58333%; }

  .gridlock .row .min-3 {
    width: 97.91667%; }

  .gridlock .row .min-push-1 {
    margin-left: 34.375%; }

  .gridlock .row .min-push-2 {
    margin-left: 67.70833%; }

  .gridlock .row .contained.min-1 {
    width: 33.33333%; }

  .gridlock .row .contained.min-2 {
    width: 66.66667%; }

  .gridlock .row .contained.min-3 {
    width: 100%; }

  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333%; }

  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66667%; }

  .gridlock .row .min-fifth {
    width: 17.91667%; }

  .gridlock .row .min-fourth {
    width: 22.91667%; }

  .gridlock .row .min-third {
    width: 31.25%; }

  .gridlock .row .min-half {
    width: 47.91667%; }

  .gridlock .row .min-full {
    width: 97.91667%; }

  .gridlock .row .min-push-fifth {
    margin-left: 21.04167%; }

  .gridlock .row .min-push-fourth {
    margin-left: 26.04167%; }

  .gridlock .row .min-push-third {
    margin-left: 34.375%; }

  .gridlock .row .min-push-half {
    margin-left: 51.04167%; }

  .gridlock .row .contained.min-fifth {
    width: 20%; }

  .gridlock .row .contained.min-fourth {
    width: 25%; }

  .gridlock .row .contained.min-third {
    width: 33.33333%; }

  .gridlock .row .contained.min-half {
    width: 50%; }

  .gridlock .row .contained.min-full {
    width: 100%; }

  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%; }

  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%; }

  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333%; }

  .gridlock .row .contained.min-push-half {
    margin-left: 50%; }

  .gridlock .row [class*=min-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .gridlock .row .min-hide {
    display: none; } }
@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333%; }

  .gridlock .row .tablet-2 {
    width: 31.25%; }

  .gridlock .row .tablet-3 {
    width: 47.91667%; }

  .gridlock .row .tablet-4 {
    width: 64.58333%; }

  .gridlock .row .tablet-5 {
    width: 81.25%; }

  .gridlock .row .tablet-6 {
    width: 97.91667%; }

  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833%; }

  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%; }

  .gridlock .row .tablet-push-3 {
    margin-left: 51.04167%; }

  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833%; }

  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%; }

  .gridlock .row .contained.tablet-1 {
    width: 16.66667%; }

  .gridlock .row .contained.tablet-2 {
    width: 33.33333%; }

  .gridlock .row .contained.tablet-3 {
    width: 50%; }

  .gridlock .row .contained.tablet-4 {
    width: 66.66667%; }

  .gridlock .row .contained.tablet-5 {
    width: 83.33333%; }

  .gridlock .row .contained.tablet-6 {
    width: 100%; }

  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66667%; }

  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333%; }

  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%; }

  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66667%; }

  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333%; }

  .gridlock .row .tablet-fifth {
    width: 17.91667%; }

  .gridlock .row .tablet-fourth {
    width: 22.91667%; }

  .gridlock .row .tablet-third {
    width: 31.25%; }

  .gridlock .row .tablet-three-quarter {
    width: 72.9%; }

  .gridlock .row .tablet-two-thirds {
    width: 64.5%; }

  .gridlock .row .tablet-half {
    width: 47.91667%; }

  .gridlock .row .tablet-full {
    width: 97.91667%; }

  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04167%; }

  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04167%; }

  .gridlock .row .tablet-push-third {
    margin-left: 34.375%; }

  .gridlock .row .tablet-push-half {
    margin-left: 51.04167%; }

  .gridlock .row .contained.tablet-fifth {
    width: 20%; }

  .gridlock .row .contained.tablet-fourth {
    width: 25%; }

  .gridlock .row .contained.tablet-third {
    width: 33.33333%; }

  .gridlock .row .contained.tablet-half {
    width: 50%; }

  .gridlock .row .contained.tablet-full {
    width: 100%; }

  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%; }

  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%; }

  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333%; }

  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%; }

  .gridlock .row [class*=tablet-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .gridlock .row .tablet-hide {
    display: none !important; } }
@media screen and (min-width: 980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%; }

  .gridlock .row .desktop-2 {
    width: 14.58333%; }

  .gridlock .row .desktop-3 {
    width: 22.91667%; }

  .gridlock .row .desktop-4 {
    width: 31.25%; }

  .gridlock .row .desktop-5 {
    width: 39.58333%; }

  .gridlock .row .desktop-6 {
    width: 47.91667%; }

  .gridlock .row .desktop-7 {
    width: 56.25%; }

  .gridlock .row .desktop-8 {
    width: 64.58333%; }

  .gridlock .row .desktop-9 {
    width: 72.91667%; }

  .gridlock .row .desktop-10 {
    width: 81.25%; }

  .gridlock .row .desktop-11 {
    width: 89.58333%; }

  .gridlock .row .desktop-12 {
    width: 97.91667%; }

  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%; }

  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833%; }

  .gridlock .row .desktop-push-3 {
    margin-left: 26.04167%; }

  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%; }

  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833%; }

  .gridlock .row .desktop-push-6 {
    margin-left: 51.04167%; }

  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%; }

  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833%; }

  .gridlock .row .desktop-push-9 {
    margin-left: 76.04167%; }

  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%; }

  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833%; }

  .gridlock .row .contained.desktop-1 {
    width: 8.33333%; }

  .gridlock .row .contained.desktop-2 {
    width: 16.66667%; }

  .gridlock .row .contained.desktop-3 {
    width: 25%; }

  .gridlock .row .contained.desktop-4 {
    width: 33.33333%; }

  .gridlock .row .contained.desktop-5 {
    width: 41.66667%; }

  .gridlock .row .contained.desktop-6 {
    width: 50%; }

  .gridlock .row .contained.desktop-7 {
    width: 58.33333%; }

  .gridlock .row .contained.desktop-8 {
    width: 66.66667%; }

  .gridlock .row .contained.desktop-9 {
    width: 75%; }

  .gridlock .row .contained.desktop-10 {
    width: 83.33333%; }

  .gridlock .row .contained.desktop-11 {
    width: 91.66667%; }

  .gridlock .row .contained.desktop-12 {
    width: 100%; }

  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333%; }

  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66667%; }

  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%; }

  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333%; }

  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66667%; }

  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%; }

  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333%; }

  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66667%; }

  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%; }

  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333%; }

  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66667%; }

  .gridlock .row .desktop-fifth {
    width: 17.91667%; }

  .gridlock .row .desktop-fourth {
    width: 22.91667%; }

  .gridlock .row .desktop-third {
    width: 31.25%; }

  .gridlock .row .desktop-half {
    width: 47.91667%; }

  .gridlock .row .desktop-full {
    width: 97.91667%; }

  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04167%; }

  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04167%; }

  .gridlock .row .desktop-push-third {
    margin-left: 34.375%; }

  .gridlock .row .desktop-push-half {
    margin-left: 51.04167%; }

  .gridlock .row .contained.desktop-fifth {
    width: 20%; }

  .gridlock .row .contained.desktop-fourth {
    width: 25%; }

  .gridlock .row .contained.desktop-third {
    width: 33.33333%; }

  .gridlock .row .contained.desktop-half {
    width: 50%; }

  .gridlock .row .contained.desktop-full {
    width: 100%; }

  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%; }

  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%; }

  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333%; }

  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%; }

  .gridlock .row [class*=desktop-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .gridlock .row .desktop-hide {
    display: none !important; } }
@media screen and (min-width: 1220px) {
  .gridlock .row .max-1 {
    width: 6.25%; }

  .gridlock .row .max-2 {
    width: 14.58333%; }

  .gridlock .row .max-3 {
    width: 22.91667%; }

  .gridlock .row .max-4 {
    width: 31.25%; }

  .gridlock .row .max-5 {
    width: 39.58333%; }

  .gridlock .row .max-6 {
    width: 47.91667%; }

  .gridlock .row .max-7 {
    width: 56.25%; }

  .gridlock .row .max-8 {
    width: 64.58333%; }

  .gridlock .row .max-9 {
    width: 72.91667%; }

  .gridlock .row .max-10 {
    width: 81.25%; }

  .gridlock .row .max-11 {
    width: 89.58333%; }

  .gridlock .row .max-12 {
    width: 97.91667%; }

  .gridlock .row .max-push-1 {
    margin-left: 9.375%; }

  .gridlock .row .max-push-2 {
    margin-left: 17.70833%; }

  .gridlock .row .max-push-3 {
    margin-left: 26.04167%; }

  .gridlock .row .max-push-4 {
    margin-left: 34.375%; }

  .gridlock .row .max-push-5 {
    margin-left: 42.70833%; }

  .gridlock .row .max-push-6 {
    margin-left: 51.04167%; }

  .gridlock .row .max-push-7 {
    margin-left: 59.375%; }

  .gridlock .row .max-push-8 {
    margin-left: 67.70833%; }

  .gridlock .row .max-push-9 {
    margin-left: 76.04167%; }

  .gridlock .row .max-push-10 {
    margin-left: 84.375%; }

  .gridlock .row .max-push-11 {
    margin-left: 92.70833%; }

  .gridlock .row .contained.max-1 {
    width: 8.33333%; }

  .gridlock .row .contained.max-2 {
    width: 16.66667%; }

  .gridlock .row .contained.max-3 {
    width: 25%; }

  .gridlock .row .contained.max-4 {
    width: 33.33333%; }

  .gridlock .row .contained.max-5 {
    width: 41.66667%; }

  .gridlock .row .contained.max-6 {
    width: 50%; }

  .gridlock .row .contained.max-7 {
    width: 58.33333%; }

  .gridlock .row .contained.max-8 {
    width: 66.66667%; }

  .gridlock .row .contained.max-9 {
    width: 75%; }

  .gridlock .row .contained.max-10 {
    width: 83.33333%; }

  .gridlock .row .contained.max-11 {
    width: 91.66667%; }

  .gridlock .row .contained.max-12 {
    width: 100%; }

  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333%; }

  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66667%; }

  .gridlock .row .contained.max-push-3 {
    margin-left: 25%; }

  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333%; }

  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66667%; }

  .gridlock .row .contained.max-push-6 {
    margin-left: 50%; }

  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333%; }

  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66667%; }

  .gridlock .row .contained.max-push-9 {
    margin-left: 75%; }

  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333%; }

  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66667%; }

  .gridlock .row .max-fifth {
    width: 17.91667%; }

  .gridlock .row .max-fourth {
    width: 22.91667%; }

  .gridlock .row .max-third {
    width: 31.25%; }

  .gridlock .row .max-half {
    width: 47.91667%; }

  .gridlock .row .max-full {
    width: 97.91667%; }

  .gridlock .row .max-push-fifth {
    margin-left: 21.04167%; }

  .gridlock .row .max-push-fourth {
    margin-left: 26.04167%; }

  .gridlock .row .max-push-third {
    margin-left: 34.375%; }

  .gridlock .row .max-push-half {
    margin-left: 51.04167%; }

  .gridlock .row .contained.max-fifth {
    width: 20%; }

  .gridlock .row .contained.max-fourth {
    width: 25%; }

  .gridlock .row .contained.max-third {
    width: 33.33333%; }

  .gridlock .row .contained.max-half {
    width: 50%; }

  .gridlock .row .contained.max-full {
    width: 100%; }

  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%; }

  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%; }

  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333%; }

  .gridlock .row .contained.max-push-half {
    margin-left: 50%; }

  .gridlock .row [class*=max-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .gridlock .row .max-hide {
    display: none; } }
.gridlock-fluid .row {
  width: 98%; }

@media screen and (min-width: 740px) {
  .homepage-promo.desktop-12.tablet-6.mobile-3.centered {
    width: 100% !important; }

  .homepage-promo.desktop-6.tablet-3.mobile-3.centered {
    width: 50% !important; }

  .homepage-promo.desktop-4.tablet-2.mobile-3.centered, .notification.desktop-4.tablet-2.mobile-3.centered {
    width: 33.33333% !important; }

  .homepage-promo.desktop-3.tablet-1.mobile-3.centered {
    width: 25% !important; } }
@media screen and (max-width: 740px) {
  .gridlock-fluid .mobile-3.centered {
    float: left !important;
    margin-left: 1.04166667% !important;
    margin-right: 1.04167% !important; } }
.gridlock-fluid .centered {
  display: inline-block; }

* {
  margin: 0; }

@media screen and (max-width: 767px) {
  .xs-hide {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .xs-show {
    display: none !important; } }

.overflow_hidden {
  overflow: hidden; }

/*image load effect*/
.blur-up {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }

.blur-up.lazyloaded {
  opacity: 1; }

/*end of image load effect*/
.visuallyhiddentext {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  color: #000; }

@media screen and (max-width: 767px) {
  #freshwidget-button {
    left: 10% !important; } }

#freshwidget-dialog #freshwidget-close {
  left: 88%; }
@media screen and (max-width: 767px) {
  #freshwidget-dialog #mobile-widget-close {
    left: 85%; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #freshwidget-dialog #mobile-widget-close {
    left: 92%; } }

/*================= Vendor =================*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* !Style Settings */
/*////////////////////////////////////////////////////////////////////////////*/
/* -- Wishlist button collection -- */
/* -- Wishlist button product -- */
/* -- Wishlist button wishlist page -- */
/* -- Clear wishlist button (on wishlist page) -- */
/* -- Wishlist link (in header) -- */
/* -- Wishlist page -- */
/* -- Link Sharing --*/
/* -- Upsell Widget --*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* !Mixins */
/*////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* !Buttons */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-disabled {
  pointer-events: none;
  opacity: 0.8; }

.wk-col-item {
  position: relative; }

button.wk-button-collection {
  width: auto;
  height: auto;
  background: none;
  border: none;
  line-height: normal;
  cursor: pointer;
  color: black;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  line-height: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  min-width: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  button.wk-button-collection:focus {
    outline: 0; }
  button.wk-button-collection .wk-icon {
    display: inline-block;
    width: 15px;
    height: calc(15px - 1 );
    padding: 5px; }
    button.wk-button-collection .wk-icon svg {
      width: 100%;
      height: 100%; }
      button.wk-button-collection .wk-icon svg path {
        fill: #424242;
        stroke: #424242; }
  button.wk-button-collection .wk-label {
    display: none; }
  button.wk-button-collection .wk-icon-label {
    margin: 0 auto;
    text-transform: uppercase; }
  button.wk-button-collection .wk-icon {
    display: inline-block;
    padding: 0;
    margin: 0 auto !important; }
  button.wk-button-collection .wk-label {
    /*display: inline-block;
    color: #FFF;
    font-size: 22px;
    text-transform: lowercase;*/
    display: none; }
  button.wk-button-collection:hover {
    opacity: .8; }

* > button.wk-button-collection.wk-add-product {
  opacity: 0; }

*:hover > button.wk-button-collection {
  opacity: 1; }

button.wk-button-product {
  width: auto;
  height: auto;
  background: none;
  border: none;
  line-height: normal;
  cursor: pointer;
  color: #333333;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  /* Icon and Text */
  /* display: block;
  margin: 18px 0 0 0 !important;
  padding: 0;
  border: none;
  border-radius: 0; */
  /* Icon ONLY */
  background: transparent;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 8px 12px;
  width: auto;
  border: none;
  border-radius: 0;
  vertical-align: bottom;
  transition: all 0.25s ease-in-out; }
  button.wk-button-product:focus {
    outline: 0; }
  button.wk-button-product .wk-icon {
    display: inline-block;
    width: 15px;
    height: calc(15px - 1 );
    padding: 0; }
    button.wk-button-product .wk-icon svg {
      width: 100%;
      height: 100%; }
      button.wk-button-product .wk-icon svg path {
        fill: #9e9e9e;
        stroke: #9e9e9e; }
  button.wk-button-product:hover .wk-icon svg path, button.wk-button-product.wk-remove-product .wk-icon svg path {
    stroke: black;
    fill: black;
    fill-opacity: 1; }
  button.wk-button-product .wk-icon {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    top: 2px; }
  button.wk-button-product .wk-label {
    text-align: center;
    margin: 0;
    display: inline;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal; }
  button.wk-button-product:hover {
    opacity: .8; }

button.wk-button-wishlist-page {
  width: auto;
  height: auto;
  background: none;
  border: none;
  line-height: normal;
  cursor: pointer;
  color: black;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  line-height: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  min-width: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  button.wk-button-wishlist-page:focus {
    outline: 0; }
  button.wk-button-wishlist-page .wk-icon {
    display: inline-block;
    width: 15px;
    height: calc(15px - 1 );
    padding: 5px; }
    button.wk-button-wishlist-page .wk-icon svg {
      width: 100%;
      height: 100%; }
      button.wk-button-wishlist-page .wk-icon svg path {
        fill: #424242;
        stroke: #424242; }
  button.wk-button-wishlist-page .wk-label {
    display: none; }
  button.wk-button-wishlist-page.wk-with-hover {
    opacity: 0; }
  button.wk-button-wishlist-page .wk-icon-label {
    margin: 0 auto;
    text-transform: uppercase; }
  button.wk-button-wishlist-page .wk-icon {
    display: inline-block;
    padding: 0;
    margin: 0 auto !important; }
  button.wk-button-wishlist-page .wk-label {
    /*display: inline-block;
    color: #FFF;
    font-size: 22px;
    text-transform: lowercase;*/
    display: none; }
  button.wk-button-wishlist-page:hover {
    opacity: .8; }

*:hover > button.wk-button-wishlist-page {
  opacity: 1; }

button.wk-button-wishlist-clear {
  width: auto;
  height: auto;
  background: none;
  border: none;
  line-height: normal;
  cursor: pointer;
  color: white;
  background: #333333;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 8px 12px;
  text-align: center;
  margin: 5px auto;
  width: auto;
  min-width: 0;
  box-shadow: none;
  border: none;
  text-shadow: none;
  text-transform: initial;
  border-radius: 0; }
  button.wk-button-wishlist-clear:focus {
    outline: 0; }
  button.wk-button-wishlist-clear:hover {
    background: #555555;
    color: white; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist Link in header / top bar */
/*////////////////////////////////////////////////////////////////////////////*/
a.wk-link {
  display: inline-block;
  vertical-align: middle;
  /*margin: 0 10px 0 0;*/ }
  a.wk-link .wk-icon {
    display: inline-block;
    width: 15px;
    height: calc(15px - 1 );
    padding: 0; }
    a.wk-link .wk-icon svg {
      width: 100%;
      height: 100%; }
      a.wk-link .wk-icon svg path {
        fill: #424242;
        stroke: #424242; }
  a.wk-link .wk-icon svg path {
    transition: 0.3s all; }
  a.wk-link:hover .wk-icon svg path {
    fill: #424242;
    stroke: #424242; }
  a.wk-link .wk-icon {
    width: 15px;
    height: 14px;
    margin: 0 5px 0 0;
    padding: 0; }
  a.wk-link .wk-label {
    /* display: none; */ }
  a.wk-link .wk-count {
    /* display: none; */ }
  a.wk-link.wk-empty .wk-count {
    display: none; }

.wk-variant-image {
  max-width: 100%;
  max-height: 100%; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist row (e.g. in cart) */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-wishlist-row {
  position: relative;
  padding: 0 15px;
  margin-top: 2em; }
  .wk-wishlist-row .wk-item {
    margin: 0; }
  .wk-wishlist-row .swiper-button-next.swiper-button-disabled,
  .wk-wishlist-row .swiper-button-prev.swiper-button-disabled {
    pointer-events: all; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Grid System */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  box-sizing: border-box; }

.wk-span2 {
  width: 16.6666%; }

.wk-span3 {
  width: 25%; }

.wk-span4 {
  width: 33.3333%; }

.wk-span6 {
  width: 50%; }

.wk-span12 {
  width: 100%; }

@media (max-width: 720px) {
  .wk-span2 {
    width: 33.3333%; }

  .wk-span3 {
    width: 50%; }

  .wk-span4 {
    width: 50%; }

  .wk-item-column {
    width: 50% !important; } }
@media (max-width: 480px) {
  .wk-span2 {
    width: 100%; }

  .wk-span3 {
    width: 100%; }

  .wk-span4 {
    width: 100%; }

  .wk-span6 {
    width: 100%; }

  .wk-item-column {
    width: 100% !important; } }
/*/////////////////////////////////////////////////////////////////////////////*/
/* !Wishlist Page */
/*////////////////////////////////////////////////////////////////////////////*/
body[class*='wishlist'] #wishlist-king {
  min-height: 300px; }

h1#wk-page-title {
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  border: none; }

.wk-wishlist-empty-note {
  text-align: center;
  margin-bottom: 35px; }

p.wk-login-note {
  text-align: center;
  margin-bottom: 35px;
  background: rgba(0, 0, 0, 0.02);
  padding: 10px;
  margin-bottom: 30px;
  font-style: italic; }
  p.wk-login-note a {
    text-decoration: underline; }

.wk-item {
  position: relative;
  text-align: center;
  margin: 0 10px 30px 5px; }
  .wk-item .wk-variant-link {
    display: block;
    float: none;
    text-decoration: none;
    color: #333333;
    border: none; }
  .wk-item .wk-price {
    color: #555555;
    border: none; }
  .wk-item .wk-product-options {
    border-bottom: none; }
    .wk-item .wk-product-options label {
      display: block;
      text-align: center; }
    .wk-item .wk-product-options select {
      box-sizing: border-box;
      display: block;
      width: 100% !important;
      border-radius: 0;
      margin-bottom: 10px; }
  .wk-item .wk-purchase-section {
    margin-top: 1em; }

.wk-add-item-form {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }
  .wk-add-item-form input.wk-add-to-cart {
    box-sizing: content-box;
    border: none;
    margin: 0;
    padding: 12px 22px;
    color: white;
    background: #333333;
    color: white;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    line-height: 1;
    border-radius: 0;
    text-transform: initial; }
    .wk-add-item-form input.wk-add-to-cart:hover {
      background: #333333;
      color: white; }

.wk-item:hover .wk-add-item-form {
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Share Buttons */
/*////////////////////////////////////////////////////////////////////////////*/
h3#wk-share-head {
  font-size: 1.1em;
  text-align: center;
  margin: 5px 0 7px 0;
  padding: 0;
  text-transform: uppercase;
  border: none; }

ul#wk-share-list {
  list-style: none;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center; }
  ul#wk-share-list li {
    display: inline-block;
    margin: 0;
    padding: 0 5px; }

#wk-share-link-text {
  margin-top: -30px;
  margin-bottom: 40px;
  color: #333333;
  padding: 3px 10px;
  display: none;
  text-align: center;
  font-size: .8em;
  font-style: italic; }
  #wk-share-link-text .wk-text {
    display: inline-block;
    padding: 0;
    margin: 0; }
  #wk-share-link-text .wk-clipboard {
    margin-left: 10px;
    background: #999999;
    border: none;
    color: white;
    padding: 4px 7px;
    border-radius: 0px; }
    #wk-share-link-text .wk-clipboard:focus {
      outline: none; }
  #wk-share-link-text.wk-visible {
    display: block; }

.wk-button-share {
  cursor: pointer; }
  .wk-button-share:hover {
    color: #fff; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  margin: 0; }

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 5px 8px 3px; }

.resp-sharing-button__icon svg {
  width: 15px;
  height: 15px; }

.resp-sharing-button span {
  padding-left: 0.4em;
  display: none; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }
  .resp-sharing-button__icon svg {
    position: relative;
    top: 2px; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--facebook {
  background-color: #333; }

.resp-sharing-button--pinterest {
  background-color: #333; }

.resp-sharing-button--twitter {
  background-color: #333; }

.resp-sharing-button--link {
  background-color: #333; }

.resp-sharing-button--email {
  background-color: #333; }

.resp-sharing-button--whatsapp {
  background-color: #333; }

#wk-share-whatsapp {
  display: none !important; }

.resp-sharing-button--facebook:hover {
  background-color: #3b5998; }

.resp-sharing-button--pinterest:hover {
  background-color: #bd081c; }

.resp-sharing-button--twitter:hover {
  background-color: #55acee; }

.resp-sharing-button--link:hover {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #777; }

.resp-sharing-button--whatsapp:hover {
  background-color: #25D366; }

.wk-touch .resp-sharing-button--facebook:hover,
.wk-touch .resp-sharing-button--pinterest:hover,
.wk-touch .resp-sharing-button--twitter:hover,
.wk-touch .resp-sharing-button--email:hover,
.wk-touch .resp-sharing-button--link:hover,
.wk-touch .resp-sharing-button--whatsapp:hover {
  background-color: #333; }
.wk-touch button.wk-button-collection.wk-add-product, .wk-touch button.wk-button-collection.wk-remove-product, .wk-touch button.wk-button-collection.wk-remove-item,
.wk-touch button.wk-button-product.wk-add-product,
.wk-touch button.wk-button-product.wk-remove-product,
.wk-touch button.wk-button-product.wk-remove-item,
.wk-touch button.wk-button-wishlist-page.wk-add-product,
.wk-touch button.wk-button-wishlist-page.wk-remove-product,
.wk-touch button.wk-button-wishlist-page.wk-remove-item {
  opacity: 1; }
.wk-touch .wk-add-item-form {
  position: static;
  opacity: 1; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Upsell Widget */
/*////////////////////////////////////////////////////////////////////////////*/
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -24px;
  background: none; }
  .swiper-button-prev svg,
  .swiper-container-rtl .swiper-button-next svg {
    width: 48px;
    height: 48px;
    fill: #999999; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -24px;
  background: none; }
  .swiper-button-next svg,
  .swiper-container-rtl .swiper-button-prev svg {
    width: 48px;
    height: 48px;
    fill: #999999; }

/*/////////////////////////////////////////////////////////////////////////////*/
/* !Responsive Styles */
/*////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1024px) {
  .wk-touch #wk-share-whatsapp {
    display: inline-block !important; } }
.borderfree-currency-container {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.25s ease-out, -webkit-transform 0s 0.25s;
  transition: 0.25s ease-out, -webkit-transform 0s 0.25s;
  transition: 0.25s ease-out, transform 0s 0.25s;
  transition: 0.25s ease-out, transform 0s 0.25s, -webkit-transform 0s 0.25s;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }
  .borderfree-currency-container.js-is-active {
    top: 91px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.25s ease-out, -webkit-transform 0s 0s;
    transition: 0.25s ease-out, -webkit-transform 0s 0s;
    transition: 0.25s ease-out, transform 0s 0s;
    transition: 0.25s ease-out, transform 0s 0s, -webkit-transform 0s 0s; }

@media only screen and (min-width: 992px) {
  .borderfree-currency-container.js-is-active {
    top: 0; } }
.borderfree-inside-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2rem; }

@media only screen and (min-width: 992px) {
  .borderfree-inside-container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }
.close-borderfree {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer; }

.borderfree-container {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media only screen and (min-width: 992px) {
  .borderfree-container {
    width: 29%;
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%; } }
.borderfree-header {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px; }

.borderfree-text {
  font-size: 14px; }

.borderfree-currency-selectors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem 0; }

@media only screen and (min-width: 992px) {
  .borderfree-currency-selectors {
    padding: 0; } }
.borderfree-btn {
  display: block;
  width: 100%; }

.currency-select-wrapper {
  position: relative;
  width: 50%; }
  .currency-select-wrapper:first-of-type {
    margin-right: 15px; }
  .currency-select-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1rem;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #000;
    pointer-events: none; }

.borderfree-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 16px 35px 16px 12px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #000018;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  outline: none; }

@media only screen and (min-width: 992px) {
  .borderfree-select {
    padding: 10px 35px 10px 12px; } }
.borderfree-header-selector {
  position: relative; }
  .borderfree-header-selector:after {
    content: "";
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 4px solid #000;
    pointer-events: none; }

.borderfree-disabled .borderfree-header-selector {
  display: none; }

#nav-bar-wrapper.stuckMenu .current-country-container {
  color: #000;
  fill: #000; }
#nav-bar-wrapper:hover .current-country-container {
  color: #000;
  fill: #000; }

.current-country {
  position: absolute;
  top: 30%;
  right: 9.35rem; }
  @media all and (min-width: 768px) {
    .current-country {
      position: relative;
      top: auto;
      right: auto; } }

.current-country-image {
  height: auto;
  margin-right: 5px; }

.current-country-container {
  font-size: 12px;
  color: #fff;
  fill: #fff;
  transition: all 0.25s ease-in-out; }

.borderfree-header-selector .current-country-image {
  width: 12px; }

.borderfree-footer-selector .current-country-image {
  width: 15px; }

.bfx-product-qty.hidden {
  display: none; }

.icon-flag {
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 20px;
  width: 20px; }
  @media (max-width: 767px) {
    .icon-flag:not(.us) {
      margin-right: auto !important;
      margin-left: auto !important; } }
  .icon-flag:before {
    height: auto; }
  .icon-flag.af {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AF.gif"); }
  .icon-flag.al {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AL.gif"); }
  .icon-flag.dz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DZ.gif"); }
  .icon-flag.ad {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AD.gif"); }
  .icon-flag.ao {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AO.gif"); }
  .icon-flag.ai {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AI.gif"); }
  .icon-flag.ag {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AG.gif"); }
  .icon-flag.am {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AM.gif"); }
  .icon-flag.aw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AW.gif"); }
  .icon-flag.au {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AU.gif"); }
  .icon-flag.at {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AT.gif"); }
  .icon-flag.az {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AZ.gif"); }
  .icon-flag.bs {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BS.gif"); }
  .icon-flag.bh {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BH.gif"); }
  .icon-flag.bd {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BD.gif"); }
  .icon-flag.bb {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BB.gif"); }
  .icon-flag.by {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BY.gif"); }
  .icon-flag.be {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BE.gif"); }
  .icon-flag.bz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BZ.gif"); }
  .icon-flag.bj {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BJ.gif"); }
  .icon-flag.bm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BM.gif"); }
  .icon-flag.bt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BT.gif"); }
  .icon-flag.bo {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BO.gif"); }
  .icon-flag.bq {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BQ.gif"); }
  .icon-flag.ba {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BA.gif"); }
  .icon-flag.bw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BW.gif"); }
  .icon-flag.br {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BR.gif"); }
  .icon-flag.bn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BN.gif"); }
  .icon-flag.bg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BG.gif"); }
  .icon-flag.bf {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BF.gif"); }
  .icon-flag.bi {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BI.gif"); }
  .icon-flag.kh {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KH.gif"); }
  .icon-flag.cm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CM.gif"); }
  .icon-flag.ca {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CA.gif"); }
  .icon-flag.cv {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CV.gif"); }
  .icon-flag.ky {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KY.gif"); }
  .icon-flag.cf {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CF.gif"); }
  .icon-flag.td {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TD.gif"); }
  .icon-flag.cl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CL.gif"); }
  .icon-flag.cn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CN.gif"); }
  .icon-flag.cx {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CX.gif"); }
  .icon-flag.cc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CC.gif"); }
  .icon-flag.co {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CO.gif"); }
  .icon-flag.km {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KM.gif"); }
  .icon-flag.cd {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CD.gif"); }
  .icon-flag.cg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CG.gif"); }
  .icon-flag.ck {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CK.gif"); }
  .icon-flag.cr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CR.gif"); }
  .icon-flag.hr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/HR.gif"); }
  .icon-flag.cw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CW.gif"); }
  .icon-flag.cy {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CY.gif"); }
  .icon-flag.cz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CZ.gif"); }
  .icon-flag.ci {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CI.gif"); }
  .icon-flag.dk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DK.gif"); }
  .icon-flag.dj {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DJ.gif"); }
  .icon-flag.dm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DM.gif"); }
  .icon-flag.do {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DO.gif"); }
  .icon-flag.ec {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/EC.gif"); }
  .icon-flag.eg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/EG.gif"); }
  .icon-flag.sv {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SV.gif"); }
  .icon-flag.gq {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GQ.gif"); }
  .icon-flag.er {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ER.gif"); }
  .icon-flag.ee {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/EE.gif"); }
  .icon-flag.et {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ET.gif"); }
  .icon-flag.fk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FK.gif"); }
  .icon-flag.fo {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FO.gif"); }
  .icon-flag.fj {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FJ.gif"); }
  .icon-flag.fi {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FI.gif"); }
  .icon-flag.fr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FR.gif"); }
  .icon-flag.gf {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GF.gif"); }
  .icon-flag.pf {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PF.gif"); }
  .icon-flag.ga {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GA.gif"); }
  .icon-flag.gm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GM.gif"); }
  .icon-flag.ge {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GE.gif"); }
  .icon-flag.de {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/DE.gif"); }
  .icon-flag.gh {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GH.gif"); }
  .icon-flag.gi {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GI.gif"); }
  .icon-flag.gr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GR.gif"); }
  .icon-flag.gl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GL.gif"); }
  .icon-flag.gd {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GD.gif"); }
  .icon-flag.gp {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GP.gif"); }
  .icon-flag.gt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GT.gif"); }
  .icon-flag.gg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GG.gif"); }
  .icon-flag.gn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GN.gif"); }
  .icon-flag.gw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GW.gif"); }
  .icon-flag.gy {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GY.gif"); }
  .icon-flag.ht {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/HT.gif"); }
  .icon-flag.va {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/VA.gif"); }
  .icon-flag.hn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/HN.gif"); }
  .icon-flag.hk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/HK.gif"); }
  .icon-flag.hu {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/HU.gif"); }
  .icon-flag.is {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IS.gif"); }
  .icon-flag.in {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IN.gif"); }
  .icon-flag.id {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ID.gif"); }
  .icon-flag.iq {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IQ.gif"); }
  .icon-flag.ie {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IE.gif"); }
  .icon-flag.im {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IM.gif"); }
  .icon-flag.il {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IL.gif"); }
  .icon-flag.it {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/IT.gif"); }
  .icon-flag.jm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/JM.gif"); }
  .icon-flag.jp {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/JP.gif"); }
  .icon-flag.je {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/JE.gif"); }
  .icon-flag.jo {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/JO.gif"); }
  .icon-flag.kz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KZ.gif"); }
  .icon-flag.ke {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KE.gif"); }
  .icon-flag.ki {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KI.gif"); }
  .icon-flag.kr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KR.gif"); }
  .icon-flag.xk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/XK.gif"); }
  .icon-flag.kw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KW.gif"); }
  .icon-flag.kg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KG.gif"); }
  .icon-flag.la {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LA.gif"); }
  .icon-flag.lv {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LV.gif"); }
  .icon-flag.lb {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LB.gif"); }
  .icon-flag.ls {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LS.gif"); }
  .icon-flag.lr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LR.gif"); }
  .icon-flag.ly {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LY.gif"); }
  .icon-flag.li {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LI.gif"); }
  .icon-flag.lt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LT.gif"); }
  .icon-flag.lu {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LU.gif"); }
  .icon-flag.mo {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MO.gif"); }
  .icon-flag.mk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MK.gif"); }
  .icon-flag.mg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MG.gif"); }
  .icon-flag.mw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MW.gif"); }
  .icon-flag.my {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MY.gif"); }
  .icon-flag.mv {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MV.gif"); }
  .icon-flag.ml {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ML.gif"); }
  .icon-flag.mt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MT.gif"); }
  .icon-flag.mh {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MH.gif"); }
  .icon-flag.mq {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MQ.gif"); }
  .icon-flag.mr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MR.gif"); }
  .icon-flag.mu {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MU.gif"); }
  .icon-flag.yt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/YT.gif"); }
  .icon-flag.mx {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MX.gif"); }
  .icon-flag.fm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/FM.gif"); }
  .icon-flag.md {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MD.gif"); }
  .icon-flag.mc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MC.gif"); }
  .icon-flag.mn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MN.gif"); }
  .icon-flag.me {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ME.gif"); }
  .icon-flag.ms {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MS.gif"); }
  .icon-flag.ma {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MA.gif"); }
  .icon-flag.mz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MZ.gif"); }
  .icon-flag.mm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/MM.gif"); }
  .icon-flag.na {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NA.gif"); }
  .icon-flag.nr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NR.gif"); }
  .icon-flag.np {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NP.gif"); }
  .icon-flag.nl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NL.gif"); }
  .icon-flag.nc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NC.gif"); }
  .icon-flag.nz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NZ.gif"); }
  .icon-flag.ni {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NI.gif"); }
  .icon-flag.ne {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NE.gif"); }
  .icon-flag.ng {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NG.gif"); }
  .icon-flag.nu {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NU.gif"); }
  .icon-flag.no {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/NO.gif"); }
  .icon-flag.om {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/OM.gif"); }
  .icon-flag.pk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PK.gif"); }
  .icon-flag.pw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PW.gif"); }
  .icon-flag.pa {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PA.gif"); }
  .icon-flag.pg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PG.gif"); }
  .icon-flag.py {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PY.gif"); }
  .icon-flag.pe {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PE.gif"); }
  .icon-flag.ph {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PH.gif"); }
  .icon-flag.pl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PL.gif"); }
  .icon-flag.pt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PT.gif"); }
  .icon-flag.qa {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/QA.gif"); }
  .icon-flag.ro {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/RO.gif"); }
  .icon-flag.ru {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/RU.gif"); }
  .icon-flag.rw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/RW.gif"); }
  .icon-flag.re {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/RE.gif"); }
  .icon-flag.bl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/BL.gif"); }
  .icon-flag.kn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/KN.gif"); }
  .icon-flag.lc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LC.gif"); }
  .icon-flag.pm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/PM.gif"); }
  .icon-flag.vc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/VC.gif"); }
  .icon-flag.ws {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/WS.gif"); }
  .icon-flag.sm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SM.gif"); }
  .icon-flag.st {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ST.gif"); }
  .icon-flag.sa {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SA.gif"); }
  .icon-flag.sn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SN.gif"); }
  .icon-flag.rs {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/RS.gif"); }
  .icon-flag.sc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SC.gif"); }
  .icon-flag.sl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SL.gif"); }
  .icon-flag.sg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SG.gif"); }
  .icon-flag.sx {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SX.gif"); }
  .icon-flag.sk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SK.gif"); }
  .icon-flag.si {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SI.gif"); }
  .icon-flag.sb {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SB.gif"); }
  .icon-flag.so {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SO.gif"); }
  .icon-flag.za {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ZA.gif"); }
  .icon-flag.es {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ES.gif"); }
  .icon-flag.lk {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/LK.gif"); }
  .icon-flag.sr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SR.gif"); }
  .icon-flag.sz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SZ.gif"); }
  .icon-flag.se {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/SE.gif"); }
  .icon-flag.ch {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/CH.gif"); }
  .icon-flag.tw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TW.gif"); }
  .icon-flag.tj {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TJ.gif"); }
  .icon-flag.tz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TZ.gif"); }
  .icon-flag.th {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TH.gif"); }
  .icon-flag.tl {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TL.gif"); }
  .icon-flag.tg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TG.gif"); }
  .icon-flag.to {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TO.gif"); }
  .icon-flag.tt {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TT.gif"); }
  .icon-flag.tn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TN.gif"); }
  .icon-flag.tr {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TR.gif"); }
  .icon-flag.tc {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TC.gif"); }
  .icon-flag.tv {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/TV.gif"); }
  .icon-flag.ug {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/UG.gif"); }
  .icon-flag.ua {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/UA.gif"); }
  .icon-flag.ae {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/AE.gif"); }
  .icon-flag.gb {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/GB.gif"); }
  .icon-flag.us {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/US.gif"); }
  .icon-flag.uy {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/UY.gif"); }
  .icon-flag.uz {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/UZ.gif"); }
  .icon-flag.vu {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/VU.gif"); }
  .icon-flag.vn {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/VN.gif"); }
  .icon-flag.vg {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/VG.gif"); }
  .icon-flag.wf {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/WF.gif"); }
  .icon-flag.ye {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/YE.gif"); }
  .icon-flag.zm {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ZM.gif"); }
  .icon-flag.zw {
    background-image: url("https://bfx-objects.stage.borderfree.com/v1/dist/images/context-chooser/flags/ZW.gif"); }

#bfx-wm-wrapper {
  font-family: futura-pt, sans-serif;
  font-weight: 400; }
  #bfx-wm-wrapper #bfx-wm-content {
    background: #fff;
    background-image: none; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-head {
      background: #fff; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body {
      background-image: none;
      background: #fff; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-title {
        background-image: none; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-continue-button-wrapper {
        padding-top: 20px; }
        #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-continue-button-wrapper #bfx-wm-continue-button {
          background-image: none;
          background: #000;
          color: #fff;
          font-family: futura-pt, sans-serif;
          font-weight: 400;
          text-transform: uppercase; }
      #bfx-wm-wrapper #bfx-wm-content #bfx-wm-body #bfx-wm-promo {
        background-color: #fff;
        border: none; }
    #bfx-wm-wrapper #bfx-wm-content #bfx-wm-foot {
      background: #fff; }

#bfx-cc-wrapper-collapsed {
  display: none; }

[data-borderfree-hidden] {
  opacity: 0;
  visibility: hidden;
  display: none; }

.bfx-active .additional-checkout-button {
  visibility: hidden !important; }
.bfx-active .bfx-price {
  visibility: hidden; }
.bfx-active .ls-item-price {
  visibility: hidden; }
.bfx-active .site-header__account {
  visibility: hidden; }
.bfx-active .site-header__icons--plus .site-header__search {
  padding-right: 33px; }
.bfx-active .bfx-minicart-container a[href="/cart"] {
  margin: 0;
  display: block; }
.bfx-active .bfx-minicart-container a[href="/checkout"] {
  display: none; }

.bfx-price[data-bfx] {
  visibility: visible !important; }

/* FANCYBOX.SCSS.LIQUID
 *   -- Applies to Product Quickview and Other Fancybox Usages
 *   -- fancyBox v2.1.5 fancyapps.com
 *
 *  FANCYBOX : Core Styles
 * ---------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: white;
  color: black;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  min-height: 40px;
  padding: 0 !important; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/fancybox_sprite.png?77522); }

.fancybox-next span {
  background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/next.png?77522); }

.fancybox-prev span {
  background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/prev.png?77522); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/fancybox_loading.gif?77522) center center no-repeat; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/blank.gif?v=16482679876569321596);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

/* NOTE : Font for X is in product-quickview for now since it needs scss help */
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  z-index: 8040;
  text-align: center;
  transition: all .25s ease-in-out;
  color: #5b5b5b; }

.fancybox-close:hover {
  color: #9b492b; }

.fancybox-close:before {
  font-weight: 700;
  line-height: 1.42857em;
  letter-spacing: 0;
  font-size: 28px;
  font-size: 1.75rem;
  content: "X";
  font-weight: 400;
  line-height: 40px; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
  font-family: FontAwesome;
  text-align: center;
  line-height: 50px;
  background: #fff;
  width: 50px; }

.fancybox-prev span {
  left: -10px; }

.fancybox-prev span:before {
  content: "\f104"; }

.fancybox-next span {
  right: -10px;
  content: "\f105"; }

.fancybox-next span:before {
  content: "\f105"; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
  /* fallback */
  background: rgba(0, 0, 0, 0.8); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* LOYALTY-LION.SCSS.LIQUID
 *   -- Applies to Loyalty Lion Modals and popups
 *
 *  LOYALTY LION : Core Styles
 * ---------------------------------------------- */
#lion-loyalty-panel-custom-css > div > div.lion-loyalty-splash__heading {
  display: none !important; }

#lion-loyalty-panel-custom-css > div {
  display: block !important; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-splash__content {
  display: none !important; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-panel-content.lion-loyalty-panel-content--rewards > div.lion-loyalty-panel-content__overflow-container > div > div.lion-loyalty-panel-page-rewards__rewards-list > div {
  width: 100% !important; }

#lion-loyalty-panel-custom-css > div {
  display: inline-flex !important; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-panel-sidebar > header > div.lion-loyalty-panel-sidebar__points {
  text-align: left !important; }

#lion-loyalty-panel-custom-css > div {
  min-height: auto !important; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-splash__footer {
  border-top-color: #f1f1f1;
  background-color: #f1f1f1;
  font-family: "Futura-BT", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #616365;
  margin-top: 5px; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-splash__footer > div > a {
  font-family: "Futura-BT", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 50px;
  border-radius: 0px !important;
  margin: 0px 15px; }

#lion-loyalty-panel-custom-css > div > div.lion-loyalty-splash__footer > div > span {
  display: none; }

#loyaltylion .lion-notification__close-button {
  top: 0;
  font-size: 26px; }

#loyaltylion .lion-loyalty-widget {
  z-index: 40; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/*
 * enlarge plugin
 *
 * Copyright (c) 2016 Filament Group, Inc.
 * Licensed under MIT
*/
.enlarge_pane_contain,
.enlarge_pane {
  position: relative; }

.enlarge_btn {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  padding: .5em;
  display: none; }

.enlarge_disabled .enlarge_btn {
  display: none; }

.enlarge-locked .enlarge_btn {
  background-color: #333;
  color: #fff;
  border-color: #333;
  background-image: url(/img/zoom-out-light.svg); }

.enlarge-zoomed {
  overflow: hidden; }

.enlarge_contain {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  position: relative;
  height: 100%; }

.enlarge_contain img {
  width: 100%;
  -webkit-touch-callout: none;
  /* image share menus get in the way of the interaction */ }

.enlarge-zoomed .enlarge_contain img,
.enlarge-zoomed.enlarge_flyout .enlarge_contain img {
  max-width: none; }

.enlarge-locked .enlarge_contain {
  overflow: scroll; }

.enlarge_loader {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 30;
  background: #eee;
  opacity: 0;
  display: none; }

.enlarge-delay .enlarge_loader {
  /* opacity: .4; disable loader for now */ }

.enlarge_loader * {
  width: 0;
  display: block;
  height: 5px;
  background: #4fa4c0;
  -webkit-transition: width .6s linear;
  transition: width .6s linear; }

.enlarge_img-loading {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.enlarge_flyout {
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: transform .3s;
  position: absolute;
  z-index: 9999; }

.enlarge_flyout-flyoutloupe {
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #333;
  pointer-events: none; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyouttopright {
  top: 0; }

.enlarge_flyout-flyoutbottomleft,
.enlarge_flyout-flyoutbottomright {
  bottom: 0; }

.enlarge_flyout-flyouttopright,
.enlarge_flyout-flyoutbottomright {
  transform-origin: left; }

.enlarge_flyout-flyouttopleft,
.enlarge_flyout-flyoutbottomleft {
  transform-origin: right; }

.enlarge-zoomed.enlarge_flyout {
  transform: scale(1);
  opacity: 1;
  overflow: hidden; }

.enlarge-zoomed.enlarge_flyout .enlarge_contain {
  overflow: visible; }

.enlarge-locked.enlarge_flyout {
  overflow: auto; }

#shogun-landing .margin-center {
  margin: 0 auto; }
#shogun-landing .mobile-asset {
  display: none; }
  @media screen and (max-width: 767px) {
    #shogun-landing .mobile-asset {
      display: block; } }
#shogun-landing .desktop-asset {
  display: block; }
  @media screen and (max-width: 767px) {
    #shogun-landing .desktop-asset {
      display: none; } }
#shogun-landing .shg-row {
  margin: 15px 0; }
#shogun-landing .shogun-heading-component h1 {
  border-bottom: none !important;
  padding: 0;
  margin: 0; }
#shogun-landing .shg-btn {
  text-decoration: none !important; }
#shogun-landing .main-hero {
  margin: 15px 0; }
@media screen and (max-width: 767px) {
  #shogun-landing .twin-promo [class*="shg-c-"]:first-child {
    margin-bottom: 60px; }
  #shogun-landing .twin-promo [class*="shg-c-"]:last-child {
    margin-bottom: 30px; } }
#shogun-landing .trio-promo .shogun-image-container {
  margin-bottom: 15px; }
#shogun-landing .img-txt [class*="shg-c-"] {
  display: flex;
  justify-content: center;
  align-items: center; }
#shogun-landing .img-txt .shogun-image-container {
  width: 100%;
  margin: 0 auto; }
#shogun-landing .img-txt .text-container {
  min-height: auto !important;
  height: auto;
  width: 100%;
  padding: 50px;
  text-align: center; }

/*shogun-css-new*/
.shougal-container {
  max-width: 1113px;
  margin: 0px auto; }

.heading-futura-bold span {
  font-family: futura-pt-bold,sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .heading-futura-bold span {
      font-size: 20px !important; } }
  @media screen and (max-width: 567px) {
    .heading-futura-bold span {
      font-size: 20px !important; } }

button.btn.shogun-form-submit {
  font-size: 16px;
  margin-top: 12px;
  letter-spacing: 0.3px; }

.heading-futura-bold h1 {
  font-family: futura-pt-bold,sans-serif;
  margin-bottom: 0px !important; }

.shg-default-text-content h1 {
  margin-bottom: 0px !important; }

.shogun-form input {
  text-align: center;
  font-size: 19px !important;
  letter-spacing: -0.3px;
  height: 45px;
  margin-bottom: 0; }
.shogun-form > div {
  padding: 0 0 1.2em !important; }
.shogun-form .shogun-form-submit-container {
  text-align: center; }
.shogun-form .shogun-form-error {
  color: red; }

.max-width-70 .shg-default-text-content p {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .max-width-70 .shg-default-text-content p {
      max-width: 85%; } }
  @media screen and (max-width: 767px) {
    .max-width-70 .shg-default-text-content p {
      max-width: 90%; } }

.ma-le-ri-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.shg-box.shg-c {
  box-shadow: none !important;
  border: 0px !important; }
  @media screen and (max-width: 767px) {
    .shg-box.shg-c {
      margin-top: 0px !important; } }

.help-here-text h2 {
  font-family: futura-pt-bold,sans-serif; }
.help-here-text .shg-theme-text-content p {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .help-here-text .shg-theme-text-content p {
      max-width: 85%; } }
  @media screen and (max-width: 767px) {
    .help-here-text .shg-theme-text-content p {
      max-width: 90%; } }

@media screen and (max-width: 1023px) {
  .explorers-first-part {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 767px) {
  .explorers-first-part {
    padding: 40px 10px 50px 10px; } }
.explorers-first-part .shogun-heading-component h1 {
  margin-bottom: 0px !important; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .explorers-first-part .shogun-heading-component h1 {
      font-size: 40px !important; } }
  @media screen and (max-width: 767px) {
    .explorers-first-part .shogun-heading-component h1 {
      font-size: 40px !important; } }
  @media screen and (max-width: 567px) {
    .explorers-first-part .shogun-heading-component h1 {
      font-size: 34px !important; } }
.explorers-first-part .shg-row {
  align-items: center; }
.explorers-first-part .shg-row h3 span {
  font-family: futura-pt-bold,sans-serif;
  text-transform: uppercase;
  font-weight: 900; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .left-background-blue .shogun-heading-component h1 {
    font-size: 25px !important; } }
@media screen and (max-width: 567px) {
  .left-background-blue .shogun-heading-component h1 {
    font-size: 25px !important; } }

@media screen and (max-width: 1023px) {
  .mo-padd-lr-10 {
    padding-left: 10px;
    padding-right: 10px; }

  #s-1d87fe5f-e0e0-4b77-be92-a4541ec1e3b7 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }
@media screen and (max-width: 767px) {
  .shogun-image-container {
    padding-left: 0px !important;
    margin: 0px auto;
    max-width: 320px !important; }

  #s-1fe731e7-f022-4543-b7ca-4796292072bb {
    padding-right: 0px !important; }

  #s-9eac0693-b1c7-4e7a-8e52-990809cac299 {
    padding-right: 0 !important; }

  #s-1d87fe5f-e0e0-4b77-be92-a4541ec1e3b7 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
/*shogun-css-new*/
/*================ Templates ================*/
/* 404 Page styling
 * ----------------------------------------------------------------------- */
body.template-404 #content {
  padding: 90px 20px 20px; }

/*body.cart {
    #content {
        max-width: 1200px;
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 80px;

        @include mq('tablet-and-up') {
            padding-top: 100px;
        }
    }
    #breadcrumb {
        display: none;
        @include mq('tablet-and-up') {
            display: inherit;
        }
    }
}

#shopping-cart {
    h2 {
        @include h2;
        color: $color--primary-1;
        @include fontSize(20px);
        text-align: center;

        @include mq('tablet-and-up') {
            text-align: left;
            @include fontSize(24px);
        }
    }
    #cartform {
        margin-top: 0;
        table {
            width: 100%;
            border-collapse: collapse;

            thead{

                @include mq('phone') {
                    display: none;
                }
                th {
                    padding: 0;
                    @include mq('tablet-and-up') {
                        padding: 10px;
                        border-bottom: solid 1px $color--border-gray;
                    }

                    label {
                        color: $color--primary-1;
                        @include fontDim(14px,14px,.025em);
                        font-weight: $font-weight--bold;
                        text-transform: uppercase;
                    }
                }
            }
            tbody {
                tr {
                    @include mq('phone') {
                        @include flexbox;
                        @include flex-wrap(wrap);
                        @include justify-content(flex-start); 
                        padding-bottom: 20px;
                        border-bottom: solid 1px $color--border-gray;
                    }
                }
                td {
                    padding: 10px;
                    @include mq('phone') {
                        border-bottom: none;
                        padding: 0;
                    }
                    @include mq('tablet-and-up') {
                        border-bottom: solid 1px $color--border-gray;
                    }
                }
            }
        }   
    }

    th.cart--remove{
        label {
            display: none;
        }
    }

    .cart-item {
        @include flexbox;
        @include align-items(center);

        @include mq('phone') {
            @include justify-content(space-between);
            width: 100%;
            border-bottom: none;    
        }
        @include mq('tablet-and-up') {
            @include justify-content(flex-start);
        }
    }

    .cart-image {
        margin-left: -15px;
        margin-right: 10px;

        @include mq('tablet-and-up') {
            margin-right: 20px;
        }
    }

    .cart-title {
        color: $color--primary-1;
        @include fontDim(14px,18px,.025em);
        @include sansBold;
        text-align: left;
        width: 90%;

        @include mq('tablet-and-up') {
            @include fontSize(16px);
            width: auto;
            text-align: center;

        }
    }

    .cart-remove {
        @include h7;
        color: $color--primary-1;
        text-transform: uppercase;

        @include mq('phone') {
            @include flexbox;
            @include justify-content(flex-start);
            @include order(5);
            width: 100%;
            @include fontSize(9px);
        }

        a{
            @include mq('phone') {
                margin-left: auto;
                margin-right: auto;      
            }
        }

        i.fa {
            display: none;
        }
    }

    .cart-price,
    .cart-quantity,
    .cart--total-price {
        color: $color--primary-2;
        @include fontDim(14px,14px,.025em);

        @include mq('phone') {
            @include flexbox;
            @include align-items(center);    
        }

        @include mq('tablet-and-up') {
            @include fontSize(16px);
        }
    }

    .cart-price {
        @include mq('phone') {
            width: 40%;
            text-align: left;
        }
        @include mq('tablet-and-up') {
            text-align: center;
        }

        & > div {
            display: inline;
        }
        .onsale {
            color: #d5d5d5;
        }
        .was {
            color: $color--primary-2;
        }   
    }

    .cart-quantity {
        @include mq('phone') {
            width: 20%;
        }
        margin-left: auto;
        text-align: center;

        input {
            margin-bottom: 0;
            text-indent: 0;
            text-align: center;
        }
    }

    .cart--total-price {
        @include mq('phone') {
            width: 40%;
        }
        margin-left: auto;
        text-align: right;

        span {
            margin-left: auto;
        }

        label {
            text-align: right;
        }
    }

    #basket-right {
        h4 {
            color: $color--primary-1;

            .subtotal-header {
                margin-right: 5em;
                font-weight: $font-weight--medium;
            }
            .money {
                @include fontSize(20px);

                @include mq('tablet-and-up') {
                    @include fontSize(22px);
                }
            }
        }
    }

    .button#update-cart {
        background-color: $color--primary-1;

        &:hover {
            background-color: $color--primary-1;
        }
    }

    .button#checkout {
        background-color: $color--accent-1;

        &:hover {
            background-color: $color--primary-1;
        }
    }

    .cart__checkout-wrapper {
        @media (min-width: 741px) {
            @include flexbox();
            @include justify-content(flex-end);
            @include flex-flow(row wrap);
        }
    }

    .cart__checkout-btn {
        min-width: 150px;
        display: block;

        + .cart__checkout-btn {
            @media (min-width: 741px) {
                margin-left: 10px;
            }
        }
    }

    .cart__additional-checkout .additional-checkout-button {
        @media (max-width: 740px) {
            margin-left: 0 !important;
            margin-bottom: 10px;
            display: block;
            width: 100%;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}


*/
.nav-business--wrapper {
  background: #9BCCEA; }
  .nav-business--wrapper .nav-business--container {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1220px) {
      .nav-business--wrapper .nav-business--container {
        max-width: 1170px; } }
    .nav-business--wrapper .nav-business--container nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      list-style: none; }
      @media screen and (min-width: 768px) {
        .nav-business--wrapper .nav-business--container nav ul {
          margin-right: -18px; } }
      @media screen and (min-width: 1220px) {
        .nav-business--wrapper .nav-business--container nav ul {
          margin-right: -28px; } }
      @media screen and (min-width: 1680px) {
        .nav-business--wrapper .nav-business--container nav ul {
          margin-right: -42px; } }
      .nav-business--wrapper .nav-business--container nav ul a {
        display: block;
        padding: 16px 15px;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        font-size: 11px;
        font-size: 0.6875rem;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .nav-business--wrapper .nav-business--container nav ul a {
            font-size: 16px;
            font-size: 1rem;
            padding: 16px 18px; } }
        @media screen and (min-width: 1220px) {
          .nav-business--wrapper .nav-business--container nav ul a {
            padding: 16px 28px; } }
        @media screen and (min-width: 1680px) {
          .nav-business--wrapper .nav-business--container nav ul a {
            padding: 16px 42px; } }
        .nav-business--wrapper .nav-business--container nav ul a:hover {
          text-decoration: none; }
  .nav-business--wrapper.nav-acqir {
    background: #ed806f; }
    .nav-business--wrapper.nav-acqir .nav-business--container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .nav-business--wrapper.nav-acqir .nav-business--container {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (min-width: 1024px) and (max-width: 1219px) {
        .nav-business--wrapper.nav-acqir .nav-business--container {
          padding-left: 30px;
          padding-right: 30px; } }
      @media screen and (min-width: 768px) {
        .nav-business--wrapper.nav-acqir .nav-business--container {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -moz-box-direction: normal;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      .nav-business--wrapper.nav-acqir .nav-business--container h2 {
        color: #fff;
        font-size: 34px;
        font-size: 2.125rem;
        font-family: futura, futura-pt-bold, sans-serif;
        font-weight: 700; }
      @media screen and (max-width: 767px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
      @media screen and (min-width: 768px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul {
          margin-right: -15px; } }
      @media screen and (min-width: 1220px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul {
          margin-right: -15px; } }
      @media screen and (min-width: 1680px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul {
          margin-right: -15px; } }
      @media screen and (max-width: 767px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul li {
          width: 50%; }
          .nav-business--wrapper.nav-acqir .nav-business--container nav ul li:last-of-type {
            width: 100%; } }
      @media screen and (min-width: 768px) {
        .nav-business--wrapper.nav-acqir .nav-business--container nav ul li {
          width: auto; } }
      .nav-business--wrapper.nav-acqir .nav-business--container nav ul a {
        text-align: center; }
        @media screen and (max-width: 767px) {
          .nav-business--wrapper.nav-acqir .nav-business--container nav ul a {
            line-height: normal;
            font-size: 16px;
            font-size: 1rem; } }
        @media screen and (min-width: 768px) {
          .nav-business--wrapper.nav-acqir .nav-business--container nav ul a {
            padding: 16px 15px; } }
        @media screen and (min-width: 1220px) {
          .nav-business--wrapper.nav-acqir .nav-business--container nav ul a {
            padding: 16px 15px; } }
        @media screen and (min-width: 1680px) {
          .nav-business--wrapper.nav-acqir .nav-business--container nav ul a {
            padding: 16px 15px; } }

.business-footer--wrapper {
  background: #1086CC;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .business-footer--wrapper a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (min-width: 1220px) {
      .business-footer--wrapper a {
        font-size: 40px;
        font-size: 2.5rem;
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1680px) {
      .business-footer--wrapper a {
        padding-top: 70px;
        padding-bottom: 70px; } }
    .business-footer--wrapper a:hover {
      text-decoration: none; }

body.page-content #content,
body.page-sample-item #content {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    body.page-content #content,
    body.page-sample-item #content {
      max-width: 1170px; } }
  body.page-content #content #page,
  body.page-sample-item #content #page {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      body.page-content #content #page,
      body.page-sample-item #content #page {
        padding-left: 0;
        padding-right: 0; } }

.page-content-wide #content .header--trio {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    .page-content-wide #content .header--trio {
      max-width: 1170px; } }

#content #breadcrumb {
  display: none;
  top: 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content #breadcrumb {
      max-width: 1170px; } }
#content .container {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .container {
      max-width: 1170px; } }
#content .header--trio {
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    #content .header--trio > .shg-row > .shg-c-lg-4 {
      width: auto; } }
  @media screen and (min-width: 768px) {
    #content .header--trio > .shg-row > .shg-c-lg-4:nth-child(2) {
      margin-left: auto;
      margin-right: 30px; } }
@media screen and (min-width: 768px) {
  #content .header--h1-box {
    max-width: 450px;
    padding-right: 32px; } }
#content .header--h1-box .shogun-heading-component h1 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #content .header--h1-box .shogun-heading-component h1 {
      font-size: 55px;
      font-size: 3.4375rem;
      line-height: 67px;
      text-align: left; } }
#content .header--h1-box p {
  font-size: 16px;
  font-size: 1rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #content .header--h1-box p {
      font-size: 18px;
      font-size: 1.125rem;
      text-align: left; } }
#content .header--link--samples .shogun-heading-component {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    #content .header--link--samples .shogun-heading-component {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 0; } }
  #content .header--link--samples .shogun-heading-component h2 {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #d54d4d;
    color: #fff; }
    #content .header--link--samples .shogun-heading-component h2 a {
      position: absolute;
      width: inherit;
      height: inherit;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #fff !important;
      font-size: 30px;
      line-height: 30px;
      font-family: futura-pt-bold, sans-serif;
      text-transform: uppercase;
      padding: 0 25px !important;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
#content .header-promo--custom-maps {
  width: 100%;
  margin: 15px 0px;
  padding: 10px 15px 20px;
  background: #1091d2;
  border: solid 4px #1091d2;
  text-align: center; }
  @media screen and (min-width: 768px) {
    #content .header-promo--custom-maps {
      margin: 0;
      width: 465px; } }
  #content .header-promo--custom-maps .shogun-heading-component h3 {
    margin-bottom: 10px;
    color: #00080c;
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase; }
  #content .header-promo--custom-maps p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem; }
  #content .header-promo--custom-maps .shg-btn-wrapper .shg-btn {
    margin-top: 25px;
    padding: 4px 30px;
    background: none;
    border: solid 1px #53b4e5;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: futura-pt-bold, sans-serif;
    text-transform: uppercase; }
    #content .header-promo--custom-maps .shg-btn-wrapper .shg-btn:hover {
      border-color: #236990 !important;
      background-color: #236990 !important; }
#content .page--heading {
  margin-bottom: -1px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #707070;
  text-align: center; }
  #content .page--heading .shogun-heading-component h2 {
    font-size: 32px;
    font-size: 2rem;
    color: #090909;
    font-weight: 700;
    text-transform: uppercase; }
#content .case-study--item {
  margin-bottom: -1px;
  margin-top: -1px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #838383;
  border-bottom: solid 1px #838383; }
  #content .case-study--item .shg-row > div:nth-child(2) {
    font-size: 15px;
    font-size: 0.9375rem; }
  #content .case-study--item .shg-row .shogun-heading-component h2 {
    font-size: 32px;
    font-size: 2rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      #content .case-study--item .shg-row .shogun-heading-component h2 {
        margin-top: 0; } }
  #content .case-study--item .shg-row h4 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }
  #content .case-study--item .shg-row p {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.4; }
  #content .case-study--item .shg-row .case-study--quote {
    margin-top: 30px; }
@media screen and (min-width: 768px) {
  #content .content--trio {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 15px; } }
#content .content--trio .shg-row > .shg-c-lg-4 {
  padding: 30px 0;
  border-bottom: solid 1px #dcdcdc; }
  @media screen and (min-width: 768px) {
    #content .content--trio .shg-row > .shg-c-lg-4 {
      padding: 15px 30px;
      border-bottom: none;
      border-left: solid 1px #838383; }
      #content .content--trio .shg-row > .shg-c-lg-4:nth-child(1) {
        border-left: none; } }
#content .content--trio .shogun-heading-component h3 {
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: futura-pt, sans-serif;
  text-align: center;
  text-transform: uppercase; }
#content .content--trio .shg-rich-text {
  padding: 30px 0px;
  text-align: left;
  color: #000; }
  @media screen and (min-width: 768px) {
    #content .content--trio .shg-rich-text {
      min-height: 215px; } }
  #content .content--trio .shg-rich-text p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 20px; }
#content .content--trio.business--trio .shogun-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 250px; }
@media screen and (min-width: 768px) {
  #content .content--trio.business--trio .shg-rich-text {
    min-height: 150px; } }
#content .content--trio.business--trio .shg-rich-text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px; }
#content .content--trio.business--trio .shg-btn {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  text-transform: uppercase; }
  #content .content--trio.business--trio .shg-btn:hover {
    color: #fff; }
#content .samples--trio .shogun-image-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: 250px; }
#content .cs-list--pair {
  margin-bottom: 35px;
  border-bottom: solid 10px #eeebeb; }
  #content .cs-list--pair .inner {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 768px) {
      #content .cs-list--pair .inner {
        padding-left: 80px;
        padding-right: 80px; } }
  #content .cs-list--pair h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }
  #content .cs-list--pair h3 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    margin-bottom: 40px; }
#content .content--blockquote {
  padding: 50px;
  border-top: solid 1px #838383;
  border-bottom: solid 1px #838383;
  font-family: georgia, serif;
  font-style: italic;
  font-weight: 400;
  text-align: center; }
  #content .content--blockquote p {
    font-family: inherit;
    color: #000;
    font-size: 16px;
    font-size: 1rem; }
  #content .content--blockquote .quote-source {
    margin-top: 20px;
    text-align: right; }
#content .case-study--page-content .shg-box-content .shogun-heading-component {
  margin-bottom: 30px; }
  #content .case-study--page-content .shg-box-content .shogun-heading-component h2 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 42px;
    font-size: 2.625rem; }
#content .case-study--page-content .shg-theme-text-content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4; }
#content .case-study--page-content .shg-theme-text-content h4 {
  margin-top: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem; }
#content .case-study--page-content img {
  margin-bottom: 30px; }
#content .case-study--page-content .shg-rich-text img {
  margin: 0; }
#content .case-study--page-content .image--two-up .shg-rich-text img {
  margin-right: 30px; }
#content .shogun-video {
  margin: 20px 0; }
#content .samples--trio .shg-row {
  margin-left: -15px;
  margin-right: -15px; }
  #content .samples--trio .shg-row > .shg-c-lg-4 {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      #content .samples--trio .shg-row > .shg-c-lg-4 {
        border-left: solid 1px #838383; }
        #content .samples--trio .shg-row > .shg-c-lg-4:first-child {
          border-left: none; } }
#content .samples--trio .sample--trio--item {
  padding: 15px 15px 0;
  margin-bottom: 20px; }
  #content .samples--trio .sample--trio--item .shogun-heading-component h3 {
    color: #000;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: futura-pt, sans-serif;
    text-align: center;
    text-transform: uppercase; }
#content .samples--divider hr,
#content .content--divider hr {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: solid 1px #838383;
  background: none; }
#content .samples--columns .shg-box-vertical-align-wrapper {
  padding-bottom: 30px; }
#content .samples--columns .shogun-heading-component h3 {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: futura-pt, sans-serif;
  text-align: center;
  text-transform: uppercase; }
#content .client--headline {
  background: #D3D2CE;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #content .client--headline {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #content .client--headline .shogun-heading-component h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 768px) {
      #content .client--headline .shogun-heading-component h2 {
        font-size: 29px;
        font-size: 1.8125rem; } }
#content .client--image-grid {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .client--image-grid {
      max-width: 1170px; } }
  #content .client--image-grid .shg-box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #content .client--image-grid .shogun-image-container {
    padding: 15px 25px;
    width: 50%; }
    @media screen and (min-width: 768px) {
      #content .client--image-grid .shogun-image-container {
        width: 20%; } }
#content .sample--image-container .shogun-image-container {
  display: none; }

body.page-sample-item #content .sample--image-container {
  min-height: 0; }

.page-content-acqir #content {
  padding: 0; }
#content .content-acqir {
  margin-bottom: 0; }
  #content .content-acqir h1, #content .content-acqir h2, #content .content-acqir h3 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }
  #content .content-acqir .shogun-root > .shg-box-vertical-align-wrapper > .shg-box {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px; }
    #content .content-acqir .shogun-root > .shg-box-vertical-align-wrapper > .shg-box.acqir--thank-you-header {
      padding-top: 40px;
      padding-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #content .content-acqir .shogun-root > .shg-box-vertical-align-wrapper > .shg-box {
        padding-top: 75px;
        padding-bottom: 65px;
        padding-left: 0;
        padding-right: 0; }
        #content .content-acqir .shogun-root > .shg-box-vertical-align-wrapper > .shg-box.acqir--thank-you-header {
          padding: 140px 0 120px; } }
#content .acqir-main--header-trio {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .acqir-main--header-trio {
      max-width: 1170px; } }
#content .acqir-main--header .shogun-heading-component h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: futura, futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  border-bottom: none; }
#content .acqir-main--header .shogun-heading-component h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem; }
#content .acqir--login p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem; }
  @media screen and (min-width: 768px) {
    #content .acqir--login p {
      text-align: right; } }
  #content .acqir--login p a {
    display: inline-block;
    margin-top: -5px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.42857143;
    background: #444;
    color: #fff; }
#content .acqir-main--results-driven > .shg-box-content > .shg-c {
  margin-left: auto;
  margin-right: auto; }
#content .acqir-main--results-driven .shogun-heading-component h2 {
  color: #fff;
  font-size: 60px;
  font-size: 3.75rem; }
#content .acqir-main--results-driven .shg-rich-text p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center; }
#content .acqir-main--results-driven .shg-btn {
  color: #fff;
  border-color: #444;
  background-color: #444;
  margin-bottom: .25em;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75);
  border-radius: .25em;
  padding: .579em 1.105em;
  font-size: 19px;
  font-size: 1.1875rem; }
#content .acqir-main--content-trio {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .acqir-main--content-trio {
      max-width: 1170px; } }
  #content .acqir-main--content-trio .shogun-heading-component h3 {
    margin-top: 30px;
    font-size: 32px;
    font-size: 2rem; }
  #content .acqir-main--content-trio .shg-rich-text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6em;
    text-align: center; }
#content .acqir-main--more-info .shogun-heading-component h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  color: #fff; }
#content .acqir-main--more-info .shg-btn {
  background-color: #5a9edc;
  font-size: 14px;
  font-size: 0.875rem; }
#content .acqir-main--contact-form > .shg-box-content > .shg-c {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .acqir-main--contact-form > .shg-box-content > .shg-c {
      max-width: 1170px; } }
#content .acqir-main--contact-form .acqir-form--inner {
  max-width: 500px;
  margin: 0 auto; }
  #content .acqir-main--contact-form .acqir-form--inner p {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem; }
#content .acqir-main--contact-form .shogun-heading-component h2 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff; }
#content .acqir-main--contact-form .shg-rich-text p {
  font-size: 18px;
  font-size: 1.125rem; }
#content .acqir-main--contact-form .acqir-form--address {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem; }
  #content .acqir-main--contact-form .acqir-form--address p {
    color: #fff;
    font-size: inherit; }
  #content .acqir-main--contact-form .acqir-form--address a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem; }
  #content .acqir-main--contact-form .acqir-form--address .emps-row {
    vertical-align: top; }
    #content .acqir-main--contact-form .acqir-form--address .emps-row span {
      display: inline-block;
      margin-right: 10px; }
  #content .acqir-main--contact-form .acqir-form--address address {
    vertical-align: top;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    font-style: normal; }
    #content .acqir-main--contact-form .acqir-form--address address p {
      margin-bottom: 0; }
#content .acqir-main--contact-form form p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff; }
#content .acqir-main--contact-form input[type=text],
#content .acqir-main--contact-form input[type=email],
#content .acqir-main--contact-form textarea {
  display: inline-block;
  height: 2.65em;
  margin-bottom: 9px;
  border: 2px solid #787878;
  padding: 10 .65em;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  width: 100%;
  min-height: 0; }
#content .acqir-main--contact-form textarea, #content .acqir-main--contact-form textarea:focus {
  height: 80px;
  min-height: 80px;
  padding: 5px .65em; }
#content .acqir-main--contact-form input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #fff;
  border-color: #444;
  background-color: #444;
  margin-bottom: .25em;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75);
  border-radius: .25em;
  padding: 0 1.105em;
  font-size: 19px;
  font-weight: 600;
  transition: all ease .2s; }
#content .acqir--shop-products.shg-box {
  padding-top: 30px !important;
  padding-bottom: 20px !important; }
  @media screen and (min-width: 768px) {
    #content .acqir--shop-products.shg-box {
      padding-top: 55px !important;
      padding-bottom: 45px !important; } }
#content .acqir--shop-products p {
  font-size: 18px;
  font-size: 1.125rem; }
  #content .acqir--shop-products p a {
    color: #ed806f; }
#content .acqir--social {
  background: #666;
  text-align: center;
  color: #e0e0e0; }
  #content .acqir--social .emps-social-media-links {
    padding-bottom: 20px; }
    #content .acqir--social .emps-social-media-links a {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.2);
      line-height: 50px;
      font-size: 23px;
      border-radius: 50%;
      margin: 0 5px;
      text-decoration: none;
      font-style: normal !important;
      cursor: pointer;
      transition: all ease .2s; }
      #content .acqir--social .emps-social-media-links a.acqir-fb:hover {
        background-color: #3b5998; }
      #content .acqir--social .emps-social-media-links a.acqir-li:hover {
        background-color: #1a81ad; }
      #content .acqir--social .emps-social-media-links a img {
        width: 20px;
        height: auto;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  #content .acqir--social .emps-abt-and-terms {
    padding: 10px 0; }
    #content .acqir--social .emps-abt-and-terms a {
      color: #e0e0e0;
      margin: 0 0;
      cursor: pointer;
      display: inline-block; }
      #content .acqir--social .emps-abt-and-terms a:after {
        content: "/";
        display: inline-block;
        margin: 0 8px; }
      #content .acqir--social .emps-abt-and-terms a:last-child:after {
        display: none;
        content: none; }
#content .acqir--thank-you-header {
  text-align: center; }
  #content .acqir--thank-you-header span, #content .acqir--thank-you-header h2 {
    color: #fff; }
  #content .acqir--thank-you-header h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 27px; }
#content .acqir-crc--inner {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .acqir-crc--inner {
      max-width: 1170px; } }
  #content .acqir-crc--inner h1 {
    border: none;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px; }
    @media screen and (min-width: 768px) {
      #content .acqir-crc--inner h1 {
        font-size: 52px;
        font-size: 3.25rem;
        line-height: 50px; } }
  #content .acqir-crc--inner p {
    color: #fff;
    font-size: 19px;
    font-size: 1.1875rem; }
#content .request-a-quote--header .header--h1-box {
  max-width: none;
  padding-right: 32px; }
#content .contact-us--header-box .shg-theme-text-content {
  background-color: #666664;
  font-family: futura-pt, sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  padding: 25px 20px;
  text-align: left;
  margin: 30px 30px;
  color: #fff; }
  #content .contact-us--header-box .shg-theme-text-content a {
    color: #fff; }
#content .emps-form-row {
  display: flex;
  flex-direction: row;
  margin: 0; }
  #content .emps-form-row .emps-form-input-right,
  #content .emps-form-row .emps-form-label-left {
    display: flex;
    flex: auto; }
  #content .emps-form-row .emps-form-label-left {
    max-width: 200px;
    text-align: right;
    justify-content: center;
    align-items: flex-start;
    min-width: 200px; }
    #content .emps-form-row .emps-form-label-left label {
      text-transform: uppercase;
      display: block;
      width: 100%;
      padding: 0 15px;
      font-weight: 500;
      color: #000;
      white-space: pre-wrap;
      font-family: futura-pt, sans-serif;
      font-weight: 500;
      font-size: 18px; }
  #content .emps-form-row .emps-form-input-right input,
  #content .emps-form-row .emps-form-input-right select,
  #content .emps-form-row .emps-form-input-right textarea {
    width: 100%;
    border: solid 1px #d5d5d2;
    outline: 0;
    height: 40px;
    padding: 4px 15px;
    background-color: white; }
  #content .emps-form-row .emps-form-input-right input[type=submit] {
    background-color: #5a9edc;
    color: #fff;
    outline: 0;
    border: none;
    font-weight: 600;
    line-height: 27px; }
    #content .emps-form-row .emps-form-input-right input[type=submit]:active, #content .emps-form-row .emps-form-input-right input[type=submit]:focus, #content .emps-form-row .emps-form-input-right input[type=submit]:hover {
      background-color: #3085d3; }
  #content .emps-form-row .emps-form-input-right select {
    -webkit-appearance: none; }
  #content .emps-form-row .emps-form-input-right textarea {
    height: 150px;
    margin-bottom: 20px;
    resize: none; }
  @media screen and (max-width: 993px) {
    #content .emps-form-row {
      flex-direction: column; }
      #content .emps-form-row .emps-form-label-left {
        max-width: 100%;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 0; }
        #content .emps-form-row .emps-form-label-left label {
          padding-left: 0; } }
#content .contact-us--form-wrapper {
  padding: 60px 30px; }
  @media screen and (min-width: 768px) {
    #content .contact-us--form-wrapper {
      margin-bottom: 40px;
      padding: 60px 0; } }
  #content .contact-us--form-wrapper .shg-theme-text-content {
    background-color: rgba(216, 216, 212, 0.9);
    font-size: 20px;
    padding: 30px 15px 20px 50px; }
    #content .contact-us--form-wrapper .shg-theme-text-content .emps-top-title {
      font-size: 23px;
      font-size: 1.4375rem;
      margin-bottom: 30px; }
    #content .contact-us--form-wrapper .shg-theme-text-content .emps-bottom-border-right {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #content .contact-us--form-wrapper .shg-theme-text-content .emps-p-contents {
      margin-bottom: 20px; }
  #content .contact-us--form-wrapper .contact-us--success-inner h2 {
    font-family: futura-pt, sans-serif;
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 768px) {
      #content .contact-us--form-wrapper .contact-us--success-inner h2 {
        margin-top: 40px; } }
  #content .contact-us--form-wrapper .contact-us--success-inner h3 {
    font-size: 26px;
    font-size: 1.625rem;
    color: #3675ae; }
    @media screen and (min-width: 768px) {
      #content .contact-us--form-wrapper .contact-us--success-inner h3 {
        margin-bottom: 40px; } }

.page-content-wide-blank #page {
  margin-bottom: 0; }

.page-content-wide-blank #content {
  padding-bottom: 0; }
#content .maps101--header h1 {
  border: none; }
#content .maps101--inner {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1220px) {
    #content .maps101--inner {
      max-width: 1170px; } }
#content .shg-box-vertical-align-wrapper,
#content .shg-box-vertical-center-wrapper {
  display: block !important; }

/*================ Sections ================*/
.about--wrapper .slideshow-section .flex-caption .caption-inners {
  background: none; }
  @media screen and (min-width: 1024px) {
    .about--wrapper .slideshow-section .flex-caption .caption-inners {
      min-width: 930px; } }
.about--wrapper .slideshow-section .flex-caption h2.slide-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333em;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 768px) {
    .about--wrapper .slideshow-section .flex-caption h2.slide-title {
      font-size: 45px;
      font-size: 2.8125rem;
      line-height: 1.33333em;
      letter-spacing: 0.05em; } }
  @media screen and (min-width: 1024px) {
    .about--wrapper .slideshow-section .flex-caption h2.slide-title {
      font-size: 68px;
      font-size: 4.25rem;
      line-height: 1.32353em;
      letter-spacing: 0.05em; } }
  .about--wrapper .slideshow-section .flex-caption h2.slide-title:after {
    display: block !important;
    content: '';
    width: 50%;
    margin: 20px auto 12px;
    border-bottom: solid 2px white; }
    @media screen and (min-width: 768px) {
      .about--wrapper .slideshow-section .flex-caption h2.slide-title:after {
        border-bottom-width: 3px; } }
.about--wrapper .slideshow-section .flex-caption .caption {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625em;
  letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .about--wrapper .slideshow-section .flex-caption .caption {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.66667em;
      letter-spacing: 0; } }
  @media screen and (min-width: 1024px) {
    .about--wrapper .slideshow-section .flex-caption .caption {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.63636em;
      letter-spacing: 0; } }

.about-container {
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .about-container {
      width: 83.33%;
      max-width: 1200px;
      margin: 0 auto; } }

.content-module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .content-module {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .content-module .text-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 45px 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .content-module .text-box {
        width: 50%;
        padding-left: 7.5%;
        padding-right: 7.5%; } }
    .content-module .text-box p {
      color: black;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.625em;
      letter-spacing: 0; }
      @media screen and (min-width: 1024px) {
        .content-module .text-box p {
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 1.63636em;
          letter-spacing: 0; } }
    .content-module .text-box strong {
      color: black;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
  .content-module .image-box {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .content-module .image-box {
        width: 50%; } }
    .content-module .image-box img {
      display: block;
      width: 100%;
      max-width: none;
      height: auto; }

.color-scheme--dark .text-box {
  position: relative;
  padding: 65px 30px;
  background: #616365; }
  @media screen and (min-width: 1220px) {
    .color-scheme--dark .text-box {
      padding-left: 50px;
      padding-right: 50px; } }
  .color-scheme--dark .text-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 15px;
    border: solid 4px rgba(255, 255, 255, 0.06); }
    @media screen and (min-width: 1220px) {
      .color-scheme--dark .text-box:after {
        margin: 30px; } }
  .color-scheme--dark .text-box p {
    color: white; }
  .color-scheme--dark .text-box strong {
    color: white; }

.content-module:first-child .image-box {
  margin-top: -50px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .content-module:first-child .image-box {
      margin-top: -70px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1024px) {
    .content-module:first-child .image-box {
      margin-top: -110px; } }

.layout-mob--image_top .image-box {
  order: 1; }
.layout-mob--image_top .text-box {
  order: 2; }

.layout-mob--image_bottom .image-box {
  order: 2; }
.layout-mob--image_bottom .text-box {
  order: 1; }

@media screen and (min-width: 768px) {
  .layout-desk--image_right .image-box {
    order: 2; }
  .layout-desk--image_right .text-box {
    order: 1; }

  .layout-desk--image_left .image-box {
    order: 1; }
  .layout-desk--image_left .text-box {
    order: 2; } }
.about-block {
  padding: 40px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .about-block {
      padding: 50px; } }
  .about-block h2 {
    color: black;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.46667em;
    letter-spacing: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .about-block h2 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.04762em;
        letter-spacing: 0; } }
  .about-block p {
    color: black;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625em;
    letter-spacing: 0; }
    @media screen and (min-width: 1024px) {
      .about-block p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625em;
        letter-spacing: 0; } }

/* New About Us Scss */
body.page-about-us #about-us-page h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: black; }
body.page-about-us #about-us-page h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px; }
  body.page-about-us #about-us-page h4 strong {
    color: #757575; }
body.page-about-us #about-us-page a {
  color: black;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem; }
body.page-about-us #about-us-page p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px; }

/* New About Us End */
#terms-page ul, #privacy-policy-page ul {
  margin-bottom: 30px; }
#terms-page h3, #privacy-policy-page h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: black; }
#terms-page h4, #privacy-policy-page h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px; }
  #terms-page h4 strong, #privacy-policy-page h4 strong {
    color: #757575; }
#terms-page a, #privacy-policy-page a {
  color: black;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem; }
#terms-page p, #privacy-policy-page p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px; }

body.page-shipping-page #shipping-page ul {
  margin-bottom: 30px; }
body.page-shipping-page #shipping-page h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  margin-top: 15px;
  color: black; }
body.page-shipping-page #shipping-page h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 15px; }
  body.page-shipping-page #shipping-page h4 strong {
    color: #757575; }
body.page-shipping-page #shipping-page a {
  margin: 10px 0px;
  color: black;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem; }
body.page-shipping-page #shipping-page .shipping-qus-ans p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }
body.page-shipping-page #shipping-page .shipping-qus-ans .highlight {
  color: #eb0b0b; }
body.page-shipping-page #shipping-page .shipping-qus-ans a {
  margin: 20px 0px 20px 0px;
  color: black;
  text-decoration: underline;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block; }

.page-shipping-v1 #content {
  padding-top: 100px; }
  .page-shipping-v1 #content .grid-max-width {
    margin: 0px auto; }
    @media screen and (max-width: 767px) {
      .page-shipping-v1 #content .grid-max-width {
        padding: 15px; } }
  .page-shipping-v1 #content #page {
    clear: none; }
  @media screen and (max-width: 1023px) {
    .page-shipping-v1 #content {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .page-shipping-v1 #content {
      padding: 50px 0 30px 0px; } }
.page-shipping-v1 .shipping-section {
  margin: 0 50px;
  border-bottom: 1px solid #616365; }
  @media screen and (max-width: 1023px) {
    .page-shipping-v1 .shipping-section {
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .page-shipping-v1 .shipping-section {
      margin: 50px 0 0; } }
.page-shipping-v1 h1 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  border: none !important; }
  @media screen and (max-width: 1023px) {
    .page-shipping-v1 h1 {
      font-size: 20px;
      font-size: 1.25rem; } }
.page-shipping-v1 .shipping-question-answer-block {
  border-top: 1px solid #616365;
  padding: 15px 0; }
  .page-shipping-v1 .shipping-question-answer-block .shipping-que-title {
    position: relative;
    cursor: pointer; }
    .page-shipping-v1 .shipping-question-answer-block .shipping-que-title.active .up-down-arrow svg {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .page-shipping-v1 .shipping-question-answer-block .shipping-que-title p {
      font-size: 18px;
      font-size: 1.125rem;
      color: black;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 25px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .page-shipping-v1 .shipping-question-answer-block .shipping-que-title p {
          font-size: 12px;
          font-size: 0.75rem;
          padding-right: 40px; } }
    .page-shipping-v1 .shipping-question-answer-block .shipping-que-title .up-down-arrow {
      position: absolute;
      right: 15px;
      top: 0px; }
      .page-shipping-v1 .shipping-question-answer-block .shipping-que-title .up-down-arrow svg {
        display: inline-block;
        width: 14px;
        height: 7px;
        transition: transform .25s ease;
        transform-origin: center; }
  .page-shipping-v1 .shipping-question-answer-block .shipping-content {
    margin: 10px 0;
    display: none; }
    .page-shipping-v1 .shipping-question-answer-block .shipping-content p,
    .page-shipping-v1 .shipping-question-answer-block .shipping-content h6 {
      font-size: 16px;
      font-size: 1rem; }
    .page-shipping-v1 .shipping-question-answer-block .shipping-content ul {
      padding-left: 15px;
      color: #616365; }
      .page-shipping-v1 .shipping-question-answer-block .shipping-content ul li a {
        color: #616365; }
      .page-shipping-v1 .shipping-question-answer-block .shipping-content ul ul {
        padding-left: 15px;
        color: #616365; }
  .page-shipping-v1 .shipping-question-answer-block a {
    text-decoration: underline; }
  .page-shipping-v1 .shipping-question-answer-block .table-bordered td {
    border: 1px solid #616365; }

/*  HEADER : Core Styles
* ---------------------------------------------- */
#header-section {
  position: relative;
  margin-top: 0 !important; }

/* SNIPPET : Header-Announcement-Bar 
 *           (Promos bar on top of nav bar)
 * ---------------------------------------------- */
/* SNIPPET : Header-Announcement-Bar 
*           (Promos bar on top of nav bar)
* ---------------------------------------------- */
#top-bar-bg {
  width: 100%;
  height: 40px;
  z-index: 100;
  position: absolute;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  #top-bar-bg #bg-1,
  #top-bar-bg #bg-2 {
    width: 100%;
    height: 100%;
    background: #333333; }
  #top-bar-bg #bg-2 {
    display: none;
    background: #333333; }
  @media screen and (min-width: 768px) {
    #top-bar-bg.double-promo #bg-1,
    #top-bar-bg.double-promo #bg-2 {
      display: inline-block;
      width: 50%; } }

#top-bar {
  text-align: center;
  line-height: 30px;
  padding: 5px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 200;
  color: #ffffff; }
  #top-bar .row {
    height: 100%;
    width: 100%;
    max-width: 1400px;
    position: relative; }
  #top-bar a {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    color: #ffffff; }
  #top-bar .bold {
    font-weight: 700; }

#single-promo-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
  line-height: calc(18px + 4px ); }
  #single-promo-wrapper div {
    display: inline-block; }

#double-promo-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(18px - 3px );
  line-height: calc(18px + 4px );
  /* TABLET : Adjust tablet portrait font to fit prettier in space */
  /* DESKTOP : Adjust tablet portrait font to fit prettier in space */ }
  @media screen and (min-width: 768px) {
    #double-promo-wrapper {
      font-size: calc(18px - 4px );
      line-height: calc(18px - 4px ); } }
  @media screen and (min-width: 1024px) {
    #double-promo-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  #double-promo-wrapper .promo-banner {
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: 0.5s all ease-in-out;
    padding: 0 36px;
    left: 0; }
    #double-promo-wrapper .promo-banner.one {
      opacity: 1; }
    #double-promo-wrapper .promo-banner div {
      display: inline-block; }
  #double-promo-wrapper #promo-arrow-left,
  #double-promo-wrapper #promo-arrow-right {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 23px;
    top: 50%;
    transform: translateY(-50%); }
    #double-promo-wrapper #promo-arrow-left svg,
    #double-promo-wrapper #promo-arrow-right svg {
      width: 10px;
      height: 10px; }
  #double-promo-wrapper #promo-arrow-left {
    left: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  #double-promo-wrapper #promo-arrow-right {
    right: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #double-promo-wrapper.auto-swap .one {
    animation: 10s promoFade1 0s linear infinite; }
  #double-promo-wrapper.auto-swap .two {
    animation: 10s promoFade2 5s linear infinite; }
  #double-promo-wrapper.show-promo-two .promo-banner.one {
    opacity: 0; }
  #double-promo-wrapper.show-promo-two .promo-banner.two {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    #double-promo-wrapper {
      -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
      #double-promo-wrapper.auto-swap .one {
        animation: none; }
      #double-promo-wrapper.auto-swap .two {
        animation: none; }
      #double-promo-wrapper #promo-arrow-left,
      #double-promo-wrapper #promo-arrow-right {
        display: none; }
      #double-promo-wrapper .promo-banner.one,
      #double-promo-wrapper .promo-banner.two {
        opacity: 1;
        width: 50%;
        padding: 0;
        position: relative; }
      #double-promo-wrapper.show-promo-two .promo-banner.one {
        opacity: 1; }
      #double-promo-wrapper.show-promo-two .promo-banner.two {
        opacity: 1; } }

@keyframes promoFade1 {
  0% {
    opacity: 0; }

  5% {
    opacity: 1; }

  50% {
    opacity: 1; }

  55% {
    opacity: 0; } }

@keyframes promoFade2 {
  5% {
    opacity: 0; }

  10% {
    opacity: 1; }

  45% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@media screen and (max-width: 1023px) {
  #mini-menu-bar {
    display: none; } }
#mini-menu-bar .wrapper .menu-bar .mini-menu-ul {
  list-style: none; }
  #mini-menu-bar .wrapper .menu-bar .mini-menu-ul .mini-menu-li {
    display: inline-block;
    padding: 0 15px; }
    #mini-menu-bar .wrapper .menu-bar .mini-menu-ul .mini-menu-li a {
      display: inline-block;
      text-decoration: none;
      color: white;
      font-size: 14px;
      font-size: 0.875rem; }
      #mini-menu-bar .wrapper .menu-bar .mini-menu-ul .mini-menu-li a .icon {
        padding-right: 9px; }

/* TRANSPARENT LANDING : 
 *  When setting 'nav_transparent_landing' is enabled, we set navbar colorations to 
 *  be transparent when idle on ONLY the homepage, can use the classing on body
 *  to add more pages by classnames when needed. 
 * 
 * NOTE : The show-transparent-landing is for COLLECTION PAGE HEADERS with BANNERS
 * --------------------------------------------- */
body.index, body.show-transparent-landing {
  /*  TRANSPARENT LANDING : Core Styles
   * ---------------------------------------------- */ }
  body.index #nav-bar-wrapper.transparent-landing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing {
    position: absolute;
    background: rgba(0, 0, 0, 0); }
    body.index #nav-bar-wrapper.transparent-landing #nav-bar-bg,
    body.index #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
    body.index #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
    body.index #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing #nav-bar-wrapper.transparent-landing #nav-bar-bg,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
      background: rgba(0, 0, 0, 0);
      transition: box-shadow 0.25s ease-in-out, background 0.25s ease-in-out; }
    body.index #nav-bar-wrapper.transparent-landing .nav-category-header,
    body.index #nav-bar-wrapper.transparent-landing .account-text,
    body.index #nav-bar-wrapper.transparent-landing .icon-cart-text,
    body.index #nav-bar-wrapper.transparent-landing .cart-count,
    body.index #nav-bar-wrapper.transparent-landing .site-name,
    body.index #nav-bar-wrapper.transparent-landing .nav-item svg path,
    body.index #nav-bar-wrapper.transparent-landing .icon-header-logo path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing .nav-category-header,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .account-text,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .icon-cart-text,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .cart-count,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .site-name,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .nav-item svg path,
    body.show-transparent-landing #nav-bar-wrapper.transparent-landing .icon-header-logo path {
      color: black !important;
      fill: black !important;
      transition: all 0.25s ease-in-out; }
    body.index #nav-bar-wrapper.transparent-landing .nav-wishlist svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing .nav-wishlist svg path {
      stroke: black !important; }
    body.index #nav-bar-wrapper.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing .nav-wishlist .wk-filled svg path {
      fill: black !important;
      fill-opacity: 1; }
    body.index #nav-bar-wrapper.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing .icon-nav-mobile-menu .bar {
      background: black !important; }
    body.index #nav-bar-wrapper.transparent-landing:hover, body.index #nav-bar-wrapper.transparent-landing.isStuck, body.index #nav-bar-wrapper.transparent-landing.show-search-bar, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open {
      box-shadow: 0px 1px 9px #8d8d8d; }
      body.index #nav-bar-wrapper.transparent-landing:hover #nav-logo-backing, body.index #nav-bar-wrapper.transparent-landing.isStuck #nav-logo-backing, body.index #nav-bar-wrapper.transparent-landing.show-search-bar #nav-logo-backing, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open #nav-logo-backing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover #nav-logo-backing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck #nav-logo-backing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar #nav-logo-backing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open #nav-logo-backing {
        box-shadow: 0px 1px 9px #8d8d8d; }
      body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing {
        background: #000000; }
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-bar-bg,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-bar-bg,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-bar-bg,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-bar-bg,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-bar-bg,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-bar-bg,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-bar-bg,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-bar-bg,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
          background: #000000; }
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-category-header,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .account-text,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-cart-text,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .cart-count,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .site-name,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-item svg path,
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-header-logo path, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-category-header,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .account-text,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-cart-text,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .cart-count,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .site-name,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-item svg path,
        body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-header-logo path, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-category-header,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .account-text,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-cart-text,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .cart-count,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .site-name,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-item svg path,
        body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-header-logo path, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-category-header,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .account-text,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-cart-text,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .cart-count,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .site-name,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-item svg path,
        body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-header-logo path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-category-header,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .account-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-cart-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .cart-count,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .site-name,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-item svg path,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-header-logo path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-category-header,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .account-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-cart-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .cart-count,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .site-name,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-item svg path,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-header-logo path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-category-header,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .account-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-cart-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .cart-count,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .site-name,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-item svg path,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-header-logo path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-category-header,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .account-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-cart-text,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .cart-count,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .site-name,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-item svg path,
        body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-header-logo path {
          color: white !important;
          fill: white !important; }
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist svg path, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist svg path, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist svg path, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist svg path {
          stroke: white !important; }
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist .wk-filled svg path, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist .wk-filled svg path, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist .wk-filled svg path, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist .wk-filled svg path {
          fill: white !important;
          fill-opacity: 1; }
        body.index #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-nav-mobile-menu .bar, body.index #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-nav-mobile-menu .bar, body.index #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-nav-mobile-menu .bar, body.index #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-nav-mobile-menu .bar {
          background: white !important; }
@media screen and (max-width: 1023px) {
  body.show-transparent-landing-mobile {
    /*  TRANSPARENT LANDING : Core Styles
     * ---------------------------------------------- */ }
    body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing {
      position: absolute;
      background: rgba(0, 0, 0, 0); }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing #nav-bar-bg,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
        background: rgba(0, 0, 0, 0);
        transition: box-shadow 0.25s ease-in-out, background 0.25s ease-in-out; }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .nav-category-header,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .account-text,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .icon-cart-text,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .cart-count,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .site-name,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .nav-item svg path,
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .icon-header-logo path {
        color: black !important;
        fill: black !important;
        transition: all 0.25s ease-in-out; }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .nav-wishlist svg path {
        stroke: black !important; }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .nav-wishlist .wk-filled svg path {
        fill: black !important;
        fill-opacity: 1; }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing .icon-nav-mobile-menu .bar {
        background: black !important; }
      body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open {
        box-shadow: 0px 1px 9px #8d8d8d; }
        body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover #nav-logo-backing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck #nav-logo-backing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar #nav-logo-backing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open #nav-logo-backing {
          box-shadow: 0px 1px 9px #8d8d8d; }
        body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing {
          background: #000000; }
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
            background: #000000; }
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-category-header,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .account-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-cart-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .cart-count,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .site-name,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-item svg path,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-header-logo path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-category-header,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .account-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-cart-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .cart-count,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .site-name,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-item svg path,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-header-logo path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-category-header,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .account-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-cart-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .cart-count,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .site-name,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-item svg path,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-header-logo path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-category-header,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .account-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-cart-text,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .cart-count,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .site-name,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-item svg path,
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-header-logo path {
            color: white !important;
            fill: white !important; }
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist svg path {
            stroke: white !important; }
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist .wk-filled svg path {
            fill: white !important;
            fill-opacity: 1; }
          body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-mobile #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-nav-mobile-menu .bar {
            background: white !important; } }
@media screen and (min-width: 1024px) {
  body.show-transparent-landing-desktop {
    /*  TRANSPARENT LANDING : Core Styles
     * ---------------------------------------------- */ }
    body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing {
      position: absolute;
      background: rgba(0, 0, 0, 0); }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing #nav-bar-bg,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
        background: rgba(0, 0, 0, 0);
        transition: box-shadow 0.25s ease-in-out, background 0.25s ease-in-out; }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .nav-category-header,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .account-text,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .icon-cart-text,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .cart-count,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .site-name,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .nav-item svg path,
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .icon-header-logo path {
        color: black !important;
        fill: black !important;
        transition: all 0.25s ease-in-out; }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .nav-wishlist svg path {
        stroke: black !important; }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .nav-wishlist .wk-filled svg path {
        fill: black !important;
        fill-opacity: 1; }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing .icon-nav-mobile-menu .bar {
        background: black !important; }
      body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open {
        box-shadow: 0px 1px 9px #8d8d8d; }
        body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover #nav-logo-backing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck #nav-logo-backing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar #nav-logo-backing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open #nav-logo-backing {
          box-shadow: 0px 1px 9px #8d8d8d; }
        body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing {
          background: #000000; }
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-bar-bg,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing #nav-user ul#nav-user-list .nav-sites ul.sites-picker li .site-name {
            background: #000000; }
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-category-header,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .account-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-cart-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .cart-count,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .site-name,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-item svg path,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-header-logo path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-category-header,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .account-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-cart-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .cart-count,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .site-name,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-item svg path,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-header-logo path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-category-header,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .account-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-cart-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .cart-count,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .site-name,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-item svg path,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-header-logo path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-category-header,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .account-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-cart-text,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .cart-count,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .site-name,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-item svg path,
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-header-logo path {
            color: white !important;
            fill: white !important; }
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist svg path {
            stroke: white !important; }
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .nav-wishlist .wk-filled svg path, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .nav-wishlist .wk-filled svg path {
            fill: white !important;
            fill-opacity: 1; }
          body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing:hover.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.isStuck.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.show-search-bar.transparent-landing .icon-nav-mobile-menu .bar, body.show-transparent-landing-desktop #nav-bar-wrapper.transparent-landing.mobile-nav-open.transparent-landing .icon-nav-mobile-menu .bar {
            background: white !important; } }

/*
 * Hide the zEwidget chat thingy
 * ---------------------------------------------- */
body.js-drawer-open .zEWidget-launcher {
  display: none; }

#bfx-cc-wrapper {
  display: none; }

/*  NAV : Styles for the Nav-Bar portion
* ---------------------------------------------- */
#nav-bar-wrapper {
  padding: 0;
  background: unset;
  width: 100%;
  z-index: 999;
  /*background: $navHeaderBackgroundColor;*/
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  border: none; }
  @media screen and (max-width: 1023px) {
    #nav-bar-wrapper {
      position: relative; } }
  @media screen and (max-width: 1023px) {
    #nav-bar-wrapper .normal-header {
      display: none; } }
  #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%; }
    #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .site-logo {
      padding-left: 35px; }
      #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .site-logo img {
        max-width: 129px; }
    #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav {
      line-height: 26px; }
    #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list {
      display: inline-block;
      list-style: none; }
      #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link {
        display: inline-block;
        width: auto; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .nav-category-header {
          text-decoration: none;
          display: inline-block;
          text-align: center;
          padding: 15px;
          font-weight: 400;
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: 0.5px;
          word-spacing: 5px;
          color: white;
          min-width: 77px; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .nav-category-header:hover {
            background: black;
            color: #75adde; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .nav-category-header.active {
            background: black;
            color: #75adde; }
          @media screen and (min-width: 1024px) and (max-width: 1219px) {
            #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .nav-category-header {
              word-spacing: unset;
              letter-spacing: unset;
              padding: 15px 11px; } }
          @media screen and (min-width: 1024px) and (max-width: 1219px) {
            #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .nav-category-header {
              word-spacing: unset;
              letter-spacing: unset;
              padding: 15px 11px; } }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link:hover .submenu {
          display: block; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link.nav-simple-menu {
          position: relative; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu {
          background: black;
          display: none;
          padding: 35px 0px 32px;
          position: absolute;
          top: 100%;
          left: -30px;
          width: 610px; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu a {
            color: white;
            font-weight: 400;
            font-size: 18px;
            font-size: 1.125rem;
            text-decoration: none; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper {
            max-width: 100%; }
            #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper {
              -moz-column-count: 2;
              -webkit-column-count: 2;
              column-count: 2;
              list-style: none;
              padding: 0 50px;
              line-height: 39px; }
              #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper.col-1 {
                -moz-column-count: 1;
                -webkit-column-count: 1;
                column-count: 1; }
              #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner {
                width: 100%;
                vertical-align: top;
                letter-spacing: normal;
                -webkit-column-break-inside: avoid;
                break-inside: avoid;
                list-style: none;
                margin-bottom: 15px;
                -webkit-column-break-inside: avoid; }
                #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .only-category {
                  font-family: futura-pt-bold, sans-serif;
                  font-weight: 400;
                  display: inline-block;
                  padding-bottom: 0;
                  text-decoration: none;
                  font-size: 18px;
                  font-size: 1.125rem; }
                  #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .only-category.shop-all {
                    color: #75adde;
                    font-family: futura-pt-bold, sans-serif;
                    font-weight: 400;
                    text-transform: uppercase; }
                #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list {
                  list-style: none; }
                  #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list .subcategory-li {
                    padding-bottom: 0; }
                    #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list .subcategory-li .subcategory-link {
                      font-size: 18px;
                      font-size: 1.125rem; }
                      #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list .subcategory-li .subcategory-link.shop-all {
                        color: #75adde;
                        font-family: futura-pt-bold, sans-serif;
                        font-weight: 400;
                        text-transform: uppercase; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .normal-nav #nav-menu-desktop #nav-menu-desktop-list .nav-primary-link .submenu.custom-width-1 {
            width: 300px; }
    #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul {
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      padding-right: 11px; }
      #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li {
        display: inline-block; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li .search-form form {
          position: relative; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li .search-form form input {
            background: white;
            border-radius: 20px;
            font-size: 12px;
            font-size: 0.75rem;
            height: 30px;
            margin-bottom: 0;
            text-indent: 23px; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li .search-form form .nav-search-icon-wrap {
            position: absolute;
            top: 6px;
            right: 15px; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li.search-li {
          width: 48%; }
        #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li.cart-li {
          padding-left: 22px; }
          #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li.cart-li .cart-icon {
            display: inline-block; }
            #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li.cart-li .cart-icon a {
              display: inline-block;
              position: relative; }
              #nav-bar-wrapper .normal-header #desk-nav .desk-nav-wrapper .search-ul li.cart-li .cart-icon a .count {
                position: absolute;
                top: -7px;
                right: -5px;
                font-size: 12px;
                font-size: 0.75rem;
                background: white;
                color: #d54d4d;
                border-radius: 50%;
                width: 20px;
                text-align: center;
                height: 20px;
                line-height: 20px; }
  #nav-bar-wrapper .mob-header {
    padding: 8px 0; }
    @media screen and (min-width: 1024px) {
      #nav-bar-wrapper .mob-header {
        display: none; } }
    #nav-bar-wrapper .mob-header #mobile-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #nav-bar-wrapper .mob-header #mobile-nav .nav-toggle-wrapper .nav-toggle-icon {
        display: inline-block;
        cursor: pointer; }
        #nav-bar-wrapper .mob-header #mobile-nav .nav-toggle-wrapper .nav-toggle-icon .bar-one, #nav-bar-wrapper .mob-header #mobile-nav .nav-toggle-wrapper .nav-toggle-icon .bar-two, #nav-bar-wrapper .mob-header #mobile-nav .nav-toggle-wrapper .nav-toggle-icon .bar-three {
          width: 23px;
          height: 3px;
          margin: 5px 0;
          background: white; }
      #nav-bar-wrapper .mob-header #mobile-nav .cart-icon-div .cart-icon {
        display: inline-block; }
        #nav-bar-wrapper .mob-header #mobile-nav .cart-icon-div .cart-icon a {
          display: inline-block;
          position: relative; }
          #nav-bar-wrapper .mob-header #mobile-nav .cart-icon-div .cart-icon a img {
            vertical-align: middle; }
          #nav-bar-wrapper .mob-header #mobile-nav .cart-icon-div .cart-icon a .count {
            position: absolute;
            top: -7px;
            right: -5px;
            font-size: 12px;
            font-size: 0.75rem;
            background: white;
            color: #d54d4d;
            border-radius: 50%;
            width: 20px;
            text-align: center;
            height: 20px;
            line-height: 20px; }
  @media screen and (min-width: 1024px) {
    #nav-bar-wrapper #mob-search-bar {
      display: none; } }
  #nav-bar-wrapper #mob-search-bar .search-form {
    width: 75%;
    padding: 10px 0;
    margin: 0 auto; }
    #nav-bar-wrapper #mob-search-bar .search-form form {
      position: relative; }
      #nav-bar-wrapper #mob-search-bar .search-form form input {
        margin-bottom: 0;
        background: white;
        text-indent: 20px;
        border-radius: 25px;
        height: 35px;
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (max-width: 1023px) {
          #nav-bar-wrapper #mob-search-bar .search-form form input {
            line-height: 35px; } }
      #nav-bar-wrapper #mob-search-bar .search-form form .nav-search-icon-wrap {
        position: absolute;
        top: 8px;
        right: 15px; }

@keyframes borderfreeMobileReveal {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.shifter {
  overflow-x: hidden; }

#shopify-section-newsletter {
  margin-bottom: 0 !important; }

#newsletter-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    #newsletter-social {
      line-height: initial !important; } }
  @media screen and (min-width: 768px) {
    #newsletter-social {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.newsletter-wrapper {
  background: #e41c39;
  text-transform: uppercase;
  text-align: center;
  padding: 44px 25px 43px; }
  @media screen and (min-width: 768px) {
    .newsletter-wrapper {
      width: 50%;
      padding: 69px 25px 73px; } }
  .newsletter-wrapper .newsletter-inner {
    width: 100%;
    max-width: 325px;
    margin: 0 auto; }
  .newsletter-wrapper header {
    padding-top: 0;
    background: transparent; }
  .newsletter-wrapper h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .newsletter-wrapper h2 {
        margin-bottom: 4px;
        font-size: 22px;
        font-size: 1.375rem; } }
  .newsletter-wrapper .newsletter-subheading {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143em;
    letter-spacing: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: none; }
    @media screen and (min-width: 768px) {
      .newsletter-wrapper .newsletter-subheading {
        margin-bottom: 16px;
        font-size: 16px;
        font-size: 1rem; } }
    .newsletter-wrapper .newsletter-subheading p {
      color: inherit;
      margin-bottom: 0;
      font-size: inherit; }
  .newsletter-wrapper form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin-bottom: 12px;
    background: white;
    border: solid 1px transparent;
    transition: border .3s ease; }
  .newsletter-wrapper form.has-error {
    border: solid 1px red; }
  .newsletter-wrapper input[type="email"] {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 47px;
    margin-bottom: 0;
    padding: 15px 68px 15px 20px;
    border: none;
    border-radius: none;
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .025em;
    text-align: left;
    line-height: 14px; }
    @media screen and (min-width: 768px) {
      .newsletter-wrapper input[type="email"] {
        height: 46px;
        padding: 20px 68px 20px 20px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px; } }
    .newsletter-wrapper input[type="email"]:focus {
      color: #3e3e3e; }
  .newsletter-wrapper form.has-error input[type="email"] {
    color: red; }
  .newsletter-wrapper #button-footer-newsletter-submit {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .newsletter-wrapper #button-footer-newsletter-submit {
        width: 46px;
        height: 46px; } }
    .newsletter-wrapper #button-footer-newsletter-submit svg {
      width: 14px;
      height: 14px; }
    .newsletter-wrapper #button-footer-newsletter-submit:hover svg * {
      fill: black; }
  .newsletter-wrapper input[type="submit"] {
    display: none; }
  .newsletter-wrapper #newsletter-form--response {
    color: white; }
    .newsletter-wrapper #newsletter-form--response #newsletter-error-response {
      font-weight: 700;
      line-height: 1.42857em;
      letter-spacing: 0; }
    .newsletter-wrapper #newsletter-form--response #newsletter-success-response {
      text-transform: none; }
      .newsletter-wrapper #newsletter-form--response #newsletter-success-response p {
        color: inherit;
        font-size: 16px;
        font-size: 1rem; }

.social-wrapper {
  padding: 35px 50px 34px;
  background: #ffffff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .social-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 50%; } }
  .social-wrapper .social-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .social-wrapper .social-inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
  .social-wrapper .section-title {
    margin-bottom: 0;
    color: #0a56a4;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .social-wrapper .section-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1em;
        letter-spacing: 0.04em; } }
  .social-wrapper ul#social-icons {
    margin-top: 16px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .social-wrapper ul#social-icons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 0;
        margin-left: 24px; } }
    .social-wrapper ul#social-icons li {
      display: inline-block;
      padding: 0 20px; }
    .social-wrapper ul#social-icons a {
      position: relative;
      top: 2px;
      color: #000000; }
      .social-wrapper ul#social-icons a svg {
        width: 22px;
        height: 22px; }
        @media screen and (min-width: 768px) {
          .social-wrapper ul#social-icons a svg {
            width: 20px;
            height: 20px; } }
        .social-wrapper ul#social-icons a svg * {
          fill: #000000; }
      .social-wrapper ul#social-icons a:hover svg * {
        fill: #000000; }

.site-footer {
  background: #333333;
  padding: 0 0 39px;
  /*.row {
    width: 100%;

    @include mq('tablet-and-up') {
      @include flexbox;
      @include flex-direction(row);
      @include justify-content(space-between);
      @include align-items(center);
      max-width: 1100px;
      margin-bottom: 74px;
    }
    }*/ }
  @media screen and (min-width: 768px) {
    .site-footer {
      padding: 96px 40px 39px; } }
  .site-footer h4 {
    color: white;
    border-bottom: none;
    text-transform: uppercase; }
  .site-footer img,
  .site-footer svg {
    width: auto;
    margin: 0 10px; }
    @media screen and (min-width: 768px) {
      .site-footer img,
      .site-footer svg {
        margin: 0 18px; } }

.footer-blocks {
  width: 100%; }

.footer-nav {
  width: 100%;
  padding: 50px 45px 46px;
  border-bottom: solid 1px black; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      width: 100%;
      padding: 0;
      border-bottom: none;
      border-right: solid 1px black; } }
  .footer-nav .section-title {
    display: none; }
  .footer-nav nav {
    background: transparent;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: initial;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .footer-nav nav {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 767px) {
      .footer-nav nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 0; }
        .footer-nav nav ul li {
          position: relative;
          width: 220px;
          left: 50%;
          transform: translateX(-50%); }
        .footer-nav nav ul .footer-sub-nav-wrapper:not(:first-child) .nav-sub-header {
          margin-top: 25px; } }
    @media screen and (min-width: 768px) {
      .footer-nav nav ul {
        display: block; }
        .footer-nav nav ul .footer-sub-nav-wrapper {
          position: relative;
          width: 49%;
          display: inline-flex;
          padding-top: 25px; }
        .footer-nav nav ul h4.nav-sub-header {
          position: absolute;
          top: 0;
          left: 0; }
        .footer-nav nav ul.footer-sub-nav {
          columns: 1; } }
    .footer-nav nav a {
      display: block;
      padding: 7px 12px 7px 0;
      color: white; }
      @media screen and (min-width: 768px) {
        .footer-nav nav a {
          display: inline-block;
          padding: 9.5px 12px 9.5px 0; } }
      @media screen and (min-width: 1024px) {
        .footer-nav nav a {
          padding: 9.5px 0; } }

.visit-our-brands {
  padding: 45px 20px 33px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .visit-our-brands {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 21px -18px 0 auto;
      padding: 0; } }
  .visit-our-brands .section-title {
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .visit-our-brands .section-title {
        margin-bottom: 18px; } }
  .visit-our-brands .section-title h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .3em; }
    @media screen and (min-width: 768px) {
      .visit-our-brands .section-title h4 {
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: .25em; } }
  .visit-our-brands .brands--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .visit-our-brands img {
    max-height: 40px; }
    @media screen and (min-width: 768px) {
      .visit-our-brands img {
        max-height: 55px;
        max-width: none;
        margin: 0 20px; } }

@media screen and (min-width: 768px) {
  .row.footer--bottom-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 24px;
    border-top: solid 1px #394d64; } }
@media screen and (min-width: 1024px) {
  .row.footer--bottom-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.brands--telephone {
  padding-bottom: 42px;
  border-bottom: solid 1px #394d64; }
  @media screen and (min-width: 768px) {
    .brands--telephone {
      margin-top: 7px;
      margin-bottom: 18px;
      padding-bottom: 0;
      border-bottom: none; } }
  @media screen and (min-width: 1024px) {
    .brands--telephone {
      margin-bottom: 0; } }
  .brands--telephone a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: initial;
    letter-spacing: .2em; }
    @media screen and (min-width: 768px) {
      .brands--telephone a {
        font-size: 16px;
        font-size: 1rem; } }
  .brands--telephone h4 {
    margin: 0 7px 0 0;
    padding: 0;
    font-size: inherit;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    letter-spacing: inherit; }
  .brands--telephone span {
    color: #ffffff;
    font-size: inherit;
    letter-spacing: inherit; }

#payment {
  padding-top: 36px; }
  @media screen and (min-width: 768px) {
    #payment {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-top: 6px; } }
  @media screen and (min-width: 1024px) {
    #payment {
      margin-left: auto; } }
  @media screen and (min-width: 1220px) {
    #payment {
      margin-right: auto; } }
  #payment .section-title {
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      #payment .section-title {
        margin-top: 5px;
        margin-bottom: 0; } }
  #payment h4 {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .2em; }
    @media screen and (min-width: 768px) {
      #payment h4 {
        font-size: 15px;
        font-size: 0.9375rem;
        padding-bottom: 0; } }
  #payment svg {
    height: 30px; }
    @media screen and (min-width: 768px) {
      #payment svg {
        margin: 0 10px; } }

#trust-icons {
  padding-top: 18px; }
  @media screen and (min-width: 768px) {
    #trust-icons {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 1024px) {
    #trust-icons {
      padding-top: 0;
      margin-right: -11px; } }
  #trust-icons img {
    max-height: 34px; }
    @media screen and (min-width: 768px) {
      #trust-icons img {
        margin: 0 7px; } }

/* new Footer scss start */
@media screen and (min-width: 1220px) {
  .footer-section .row {
    max-width: 1345px;
    width: 100%; } }
.footer-section .site-footer {
  padding: 53px 0px; }
  @media screen and (max-width: 767px) {
    .footer-section .site-footer {
      padding: 35px 0px; } }
  @media screen and (max-width: 767px) {
    .footer-section .site-footer .mobile-hide {
      display: none; } }
  .footer-section .site-footer .address {
    width: 27.2%; }
    @media screen and (max-width: 767px) {
      .footer-section .site-footer .address {
        width: 100%; } }
  .footer-section .site-footer .menu-section {
    width: 33.3%; }
    @media screen and (max-width: 767px) {
      .footer-section .site-footer .menu-section {
        width: 100%; } }
  .footer-section .site-footer .social-section {
    width: 33.2%; }
    @media screen and (max-width: 767px) {
      .footer-section .site-footer .social-section {
        width: 100%; } }
    .footer-section .site-footer .social-section .copyright-title {
      display: none; }
      @media screen and (max-width: 767px) {
        .footer-section .site-footer .social-section .copyright-title {
          display: block;
          color: white; } }
.footer-section .address-section {
  margin-left: 6px;
  border-right: solid 2px #394d64; }
  @media screen and (max-width: 767px) {
    .footer-section .address-section {
      margin-left: 0px;
      border: 0px; } }
  .footer-section .address-section .img {
    max-width: 205px; }
    .footer-section .address-section .img img {
      max-width: 100%;
      margin-left: 0px;
      width: 100%; }
.footer-section .information-section {
  margin-top: 17px; }
  @media screen and (max-width: 767px) {
    .footer-section .information-section {
      text-align: left; } }
  .footer-section .information-section .add-title {
    color: white;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.5px; }
    @media screen and (max-width: 767px) {
      .footer-section .information-section .add-title {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer-section .information-section .add-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
  .footer-section .information-section .contact-title {
    margin-top: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer-section .information-section .contact-title {
        margin-top: 15px; } }
    .footer-section .information-section .contact-title svg {
      margin: 0px; }
    .footer-section .information-section .contact-title span:nth-child(2) {
      vertical-align: top;
      display: inline-block; }
  .footer-section .information-section p {
    color: white; }
  .footer-section .information-section .copyright-title {
    margin-top: 15px;
    font-size: 12.5px;
    font-size: 0.78125rem;
    letter-spacing: 0.1px; }
    @media screen and (max-width: 767px) {
      .footer-section .information-section .copyright-title {
        display: none; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .footer-section .information-section .copyright-title {
        margin-top: 0px; } }
.footer-section .footer-blocks {
  display: inline-block;
  border-right: 2px solid #394d64; }
  @media screen and (max-width: 767px) {
    .footer-section .footer-blocks {
      border: 0px; } }
  .footer-section .footer-blocks .footer-nav {
    float: left;
    width: 100%;
    border: 0px;
    margin-top: 14px; }
    @media screen and (max-width: 767px) {
      .footer-section .footer-blocks .footer-nav {
        width: 100%;
        padding: 0px; } }
    .footer-section .footer-blocks .footer-nav nav {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      padding-left: 70px;
      padding-right: 20px; }
      @media screen and (max-width: 767px) {
        .footer-section .footer-blocks .footer-nav nav {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1; } }
      @media screen and (max-width: 1023px) {
        .footer-section .footer-blocks .footer-nav nav {
          padding-left: 0px;
          padding-right: 0px; } }
    .footer-section .footer-blocks .footer-nav ul li a {
      font-weight: 300;
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 0.5px;
      padding: 6.5px 0; }
.footer-section .join-section {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    .footer-section .join-section {
      display: inline-block; } }
  .footer-section .join-section .section-wrapper {
    float: left;
    width: 50%; }
    @media screen and (max-width: 1023px) {
      .footer-section .join-section .section-wrapper {
        width: 100%; } }
    .footer-section .join-section .section-wrapper .content {
      text-align: center;
      margin-top: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer-section .join-section .section-wrapper .content {
          margin-top: 15px; } }
      .footer-section .join-section .section-wrapper .content .content_title {
        color: white;
        font-size: 23px;
        font-size: 1.4375rem;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-size: 1.125rem;
        cursor: pointer; }
      .footer-section .join-section .section-wrapper .content .content_text {
        color: white;
        font-weight: 400;
        margin-top: 2px;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .footer-section .join-section .section-wrapper .content .content_text {
            margin: 0px; } }
    .footer-section .join-section .section-wrapper img {
      width: 100%;
      margin: 0px; }
  .footer-section .join-section .section-wrapper.img {
    float: left;
    width: 56%;
    padding-left: 16%;
    margin-top: 14px;
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .footer-section .join-section .section-wrapper.img {
        width: 100%;
        padding-left: 0px;
        margin: 0 auto; } }
    @media screen and (max-width: 1023px) {
      .footer-section .join-section .section-wrapper.img img {
        max-width: 50%;
        margin: 0 auto; } }
.footer-section .footer-social {
  margin-top: 47px;
  text-align: center;
  margin-left: 14%; }
  @media screen and (max-width: 1023px) {
    .footer-section .footer-social {
      margin-top: 15px;
      margin-left: 0px; } }
  .footer-section .footer-social ul li {
    display: inline-block;
    margin-right: 8px; }
    @media screen and (max-width: 1023px) {
      .footer-section .footer-social ul li {
        margin-right: 4px; } }
    .footer-section .footer-social ul li svg {
      margin: 0px; }

@media screen and (max-width: 767px) {
  #_hj-f5b2a1eb-9b07_feedback_minimized {
    bottom: 500px; } }

/* new Footer scss Footer */
/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */
.js-drawer-open {
  overflow: hidden;
  height: 100%; }

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px); }

.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px); }

.drawer--right {
  width: 320px;
  right: -320px;
  border-left: 1px solid #d5d5d5; }

.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #000000;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%; }

.drawer__header h3 {
  margin-bottom: 0; }

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer; }

.ajaxcart__inner {
  margin-bottom: 30px; }

.ajaxcart__product {
  position: relative;
  max-height: 500px; }

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  width: 270px;
  padding: 0; }

#CartDrawer .ajaxcart__footer {
  width: 270px; }

#CartDrawer .ajaxcart__product-details {
  padding-bottom: 15px; }

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px; }

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

span.fallback-text {
  display: none; }

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d5d5d5;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #000000;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  background: transparent;
  outline: 0 none;
  border-radius: 0; }

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none; }

textarea#CartSpecialInstructions {
  width: 270px !important;
  max-width: 270px;
  min-width: 270px; }

.drawer .text-right {
  line-height: 40px; }

.cart__checkout {
  width: 100%; }

.ajaxcart__footer.row .text-right {
  line-height: initial; }

.ajaxcart__footer.row .text-center {
  clear: left; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.drawer__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .drawer__header .cart-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1em;
    letter-spacing: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    display: inline-block;
    cursor: pointer; }

.drawer__close {
  margin-left: auto;
  color: #616365; }
  .drawer__close span {
    display: none;
    text-indent: -9999em; }
  .drawer__close:hover {
    color: black; }
  .drawer__close:before {
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0;
    font-size: 28px;
    font-size: 1.75rem;
    content: 'X';
    font-weight: 400; }

.ajaxcart__product p {
  color: black; }

.ajaxcart__product-name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  color: black;
  text-transform: uppercase; }

.ajaxcart__product-meta {
  color: black;
  display: block; }

.quantity-increment {
  margin-bottom: 12px;
  color: #616365;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }
  .quantity-increment:hover {
    background: black;
    color: white; }

.ajaxcart__product.is-loading {
  pointer-events: none;
  position: relative; }
  .ajaxcart__product.is-loading:after {
    content: 'Updating...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 8px;
    background: black;
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0;
    text-transform: uppercase;
    color: white; }
  .ajaxcart__product.is-loading .ajaxcart.row {
    opacity: .4; }

.ajaxcart__remove {
  display: block;
  clear: both;
  cursor: pointer;
  color: black;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.42857em;
  letter-spacing: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }

.ajaxcart__footer p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  letter-spacing: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: black; }
  .ajaxcart__footer p strong {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }

button.cart__checkout {
  background: black;
  border-radius: 0 !important;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: background .25s ease-in-out;
  margin-bottom: 0; }
  button.cart__checkout:hover {
    background: black; }

.twin-promos {
  /* FULL-WIDTH : Negate the redundant bootstrap
   *              padding for row wrappers here
   * -------------------------------------------- */
  /* SINGLE-PROMO : Individual promo element wrap
   *     (Mobile starts as stacked single promos)
   * ---------------------------------------------- */ }
  .twin-promos .homepage-section {
    margin-bottom: 0; }
  .twin-promos .gridlock-fluid.twin-promos-full-width .row {
    padding: 0; }
  .twin-promos .promo-wrapper {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .twin-promos .promo-wrapper .single-promo {
      text-align: center;
      margin: 0 0 30px;
      width: 100%;
      float: none;
      /* TEXT BOX : Wrapper for the text content
       * -------------------------------------------- */
      /* HEADER : Primary text heading
       * -------------------------------------------- */
      /* BODY : Smaller content text for description
       * -------------------------------------------- */
      /* CTA : Button for the promo element
       * -------------------------------------------- */ }
      @media screen and (min-width: 768px) {
        .twin-promos .promo-wrapper .single-promo {
          width: 50%; }
          .twin-promos .promo-wrapper .single-promo:first-of-type {
            padding-left: 20px;
            padding-right: 10px;
            padding-top: 12px; }
          .twin-promos .promo-wrapper .single-promo:last-of-type {
            padding-left: 10px;
            padding-right: 20px;
            padding-top: 12px; }
          .twin-promos .promo-wrapper .single-promo:only-of-type {
            padding-left: 0;
            padding-right: 0; } }
      @media screen and (min-width: 1024px) {
        .twin-promos .promo-wrapper .single-promo {
          margin-bottom: 0; }
          .twin-promos .promo-wrapper .single-promo:first-of-type {
            padding-top: 0; }
          .twin-promos .promo-wrapper .single-promo:last-of-type {
            padding-top: 0; } }
      @media screen and (min-width: 1220px) {
        .twin-promos .promo-wrapper .single-promo:first-of-type {
          padding-left: 40px;
          padding-right: 20px; }
        .twin-promos .promo-wrapper .single-promo:last-of-type {
          padding-left: 20px;
          padding-right: 40px; }
        .twin-promos .promo-wrapper .single-promo:only-of-type {
          padding-left: 0;
          padding-right: 0; } }
      .twin-promos .promo-wrapper .single-promo .text-promo-content {
        position: relative;
        margin-top: 24px;
        padding-left: 20px;
        padding-right: 20px; }
        @media screen and (min-width: 768px) {
          .twin-promos .promo-wrapper .single-promo .text-promo-content {
            width: 100%;
            margin: 30px auto 0;
            padding-left: 10px;
            padding-right: 10px; } }
        .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-left {
          text-align: left; }
          @media screen and (min-width: 1024px) {
            .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-left .cta {
              right: 10px; } }
        .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-center {
          text-align: center; }
          @media screen and (min-width: 1024px) {
            .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-center .cta {
              position: relative;
              right: auto;
              left: auto;
              top: 20px; } }
        .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-right {
          text-align: right; }
          @media screen and (min-width: 1024px) {
            .twin-promos .promo-wrapper .single-promo .text-promo-content.align-promo-text-right .cta {
              right: auto;
              left: 10px; } }
      .twin-promos .promo-wrapper .single-promo .heading-text {
        color: black;
        font-weight: 400;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.3em;
        letter-spacing: 3px; }
        @media screen and (min-width: 768px) {
          .twin-promos .promo-wrapper .single-promo .heading-text {
            font-size: 18px;
            font-size: 1.125rem; } }
      @media screen and (min-width: 768px) {
        .twin-promos .promo-wrapper .single-promo .body-text {
          margin-top: 12px; } }
      .twin-promos .promo-wrapper .single-promo .body-text p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.22222em;
        letter-spacing: 1px;
        font-weight: 400;
        color: #3e3e3e; }
      .twin-promos .promo-wrapper .single-promo .cta {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.125em;
        letter-spacing: 2px;
        font-weight: 400;
        margin-top: 12px;
        display: block; }
        @media screen and (min-width: 768px) {
          .twin-promos .promo-wrapper .single-promo .cta {
            margin-top: 15px; } }
        @media screen and (min-width: 1024px) {
          .twin-promos .promo-wrapper .single-promo .cta {
            position: absolute;
            margin-top: 0;
            right: 10px;
            top: 0; } }
        .twin-promos .promo-wrapper .single-promo .cta a {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          color: black;
          text-decoration: none;
          letter-spacing: inherit;
          transition: color 0.25s ease-in-out; }
          .twin-promos .promo-wrapper .single-promo .cta a:hover {
            color: #616365; }
          .twin-promos .promo-wrapper .single-promo .cta a span {
            transition: color 0.25s ease-in-out; }
        .twin-promos .promo-wrapper .single-promo .cta.cta-type-text a {
          padding: 10px 0; }
          @media screen and (min-width: 1024px) {
            .twin-promos .promo-wrapper .single-promo .cta.cta-type-text a {
              padding: 0 0 10px; } }
        .twin-promos .promo-wrapper .single-promo .cta.cta-type-button a {
          padding: 12px 20px; }
        .twin-promos .promo-wrapper .single-promo .cta .cta-line-left,
        .twin-promos .promo-wrapper .single-promo .cta .cta-line-right {
          width: 30px;
          height: 1px;
          margin-top: -2px;
          opacity: 0.25;
          display: none;
          transition: background-color 0.25s ease-in-out; }
        .twin-promos .promo-wrapper .single-promo .cta .cta-line-left {
          margin-right: 11px; }
        .twin-promos .promo-wrapper .single-promo .cta .cta-line-right {
          margin-left: 11px; }
        .twin-promos .promo-wrapper .single-promo .cta.cta-accent-mark-both .cta-line-right, .twin-promos .promo-wrapper .single-promo .cta.cta-accent-mark-both .cta-line-left, .twin-promos .promo-wrapper .single-promo .cta.cta-accent-mark-left .cta-line-left, .twin-promos .promo-wrapper .single-promo .cta.cta-accent-mark-right .cta-line-right {
          display: block; }
        .twin-promos .promo-wrapper .single-promo .cta svg {
          width: 10px;
          height: 10px;
          margin-left: 20px; }
          @media screen and (min-width: 768px) {
            .twin-promos .promo-wrapper .single-promo .cta svg {
              width: 12px;
              height: 12px; } }
          .twin-promos .promo-wrapper .single-promo .cta svg * {
            fill: black;
            transition: fill 0.25s ease-in-out; }
        .twin-promos .promo-wrapper .single-promo .cta a:hover svg * {
          fill: black; }

.slideshow-section {
  margin-bottom: 0;
  /* IMAGE HOLDER : For lazy loading images
   * ------------------------------------------ */
  /* TEXT BOX : Wrapper around text portion
   * ------------------------------------------ */
  /* HEADING : Primary text for slide
   * ------------------------------------------ */
  /* SUB-HEADING : Smaller text under header
   * ------------------------------------------ */
  /* BUTTONS : CTA Button in text box
   * ------------------------------------------ */
  /* NAVIGATION : Arrows and counter setup
   * ------------------------------------------ */ }
  @media screen and (min-width: 768px) {
    .slideshow-section .box-ratio.slideshow__image__mobile {
      display: none; } }
  .slideshow-section .box-ratio.slideshow__image__desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      .slideshow-section .box-ratio.slideshow__image__desktop {
        display: inherit; } }
  .slideshow-section .flex-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 57% !important; }
    @media screen and (max-width: 1023px) {
      .slideshow-section .flex-caption {
        top: 50% !important; } }
    @media screen and (max-width: 767px) {
      .slideshow-section .flex-caption {
        padding: 0 40px; } }
    @media screen and (min-width: 768px) {
      .slideshow-section .flex-caption.caption-box-align-left {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .slideshow-section .flex-caption.caption-box-align-right {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    .slideshow-section .flex-caption.caption-text-align-left .buttons-row {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .slideshow-section .flex-caption.caption-text-align-center .buttons-row {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .slideshow-section .flex-caption.caption-text-align-right .buttons-row {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .slideshow-section .flex-caption.caption-text-align-right.caption-theme-light .buttons-row, .slideshow-section .flex-caption.caption-text-align-right.caption-theme-white .buttons-row, .slideshow-section .flex-caption.caption-text-align-right.caption-theme-dark .buttons-row {
      right: -5px; }
      .slideshow-section .flex-caption.caption-text-align-right.caption-theme-light .buttons-row > .cta:last-child.show-lines--right,
      .slideshow-section .flex-caption.caption-text-align-right.caption-theme-light .buttons-row > .cta:last-child.show-lines--both, .slideshow-section .flex-caption.caption-text-align-right.caption-theme-white .buttons-row > .cta:last-child.show-lines--right,
      .slideshow-section .flex-caption.caption-text-align-right.caption-theme-white .buttons-row > .cta:last-child.show-lines--both, .slideshow-section .flex-caption.caption-text-align-right.caption-theme-dark .buttons-row > .cta:last-child.show-lines--right,
      .slideshow-section .flex-caption.caption-text-align-right.caption-theme-dark .buttons-row > .cta:last-child.show-lines--both {
        padding-right: 12px; }
    .slideshow-section .flex-caption.caption-text-align-right.caption-theme-custom .buttons-row {
      right: 5px; }
    .slideshow-section .flex-caption .caption-inners {
      display: inline-block;
      padding: 0;
      max-width: 700px;
      margin: 0 auto;
      text-align: center; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .slideshow-section .flex-caption .caption-inners {
          max-width: 450px; } }
  .slideshow-section .slide-title {
    border-bottom: 0 !important;
    font-weight: 700;
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: .04em;
    line-height: 58px; }
    @media screen and (max-width: 767px) {
      .slideshow-section .slide-title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 40px;
        max-width: 320px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slideshow-section .slide-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px; } }
    @media screen and (min-width: 1220px) {
      .slideshow-section .slide-title {
        font-size: 55px;
        font-size: 3.4375rem; } }
    .slideshow-section .slide-title:after {
      display: none !important; }
  .slideshow-section .caption {
    margin-top: 5px;
    padding-right: 5px;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143em;
    letter-spacing: 0; }
    @media screen and (min-width: 1024px) {
      .slideshow-section .caption {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625em;
        letter-spacing: 0; } }
  .slideshow-section .buttons-row {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 5%;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .slideshow-section .buttons-row {
        margin-top: 20px; } }
    .slideshow-section .buttons-row > .cta {
      margin: 0; }
      .slideshow-section .buttons-row > .cta:not(:first-child) {
        margin-left: 15px; }
      .slideshow-section .buttons-row > .cta .cta-line-left,
      .slideshow-section .buttons-row > .cta .cta-line-right {
        height: 1px;
        width: 0;
        opacity: 0.6; }
      .slideshow-section .buttons-row > .cta .cta-line-left {
        margin-right: 10px; }
      .slideshow-section .buttons-row > .cta .cta-line-right {
        margin-left: 10px; }
      .slideshow-section .buttons-row > .cta.show-lines--left .cta-line-left, .slideshow-section .buttons-row > .cta.show-lines--both .cta-line-left {
        width: 25px; }
      .slideshow-section .buttons-row > .cta.show-lines--right .cta-line-right, .slideshow-section .buttons-row > .cta.show-lines--both .cta-line-right {
        width: 25px; }
      .slideshow-section .buttons-row > .cta a {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 2.66667em;
        letter-spacing: 0.04em;
        border: none;
        border-radius: 0;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        min-height: 40px;
        text-transform: uppercase;
        transition: opacity 0.25s ease-in-out;
        min-width: 210px;
        text-align: center;
        display: inline-block;
        text-decoration: none; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .slideshow-section .buttons-row > .cta a {
            min-width: 150px;
            font-size: 12px;
            font-size: 0.75rem;
            line-height: 2.5em;
            letter-spacing: 0.04em;
            min-height: 30px; } }
  .slideshow-section .flexslider.one-image-only .slider--nav {
    display: none; }
  @media screen and (max-width: 767px) {
    .slideshow-section .flexslider .flex-control-nav {
      display: none; } }
  .slideshow-section .slider--nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 47.5%;
    width: 100%;
    transform: translateX(-50%);
    color: white;
    padding: 0 14px 0 11PX;
    /* PAGINATION : Page counter 
     * ------------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .slideshow-section .slider--nav {
        top: 40.5%; } }
    .slideshow-section .slider--nav.hide-nav {
      display: none; }
    @media screen and (max-width: 767px) {
      .slideshow-section .slider--nav a.flex-prev {
        width: 27px;
        height: 27px; } }
    @media screen and (max-width: 767px) {
      .slideshow-section .slider--nav a.flex-next {
        width: 27px;
        height: 27px; } }
    @media screen and (min-width: 768px) {
      .hide-pagination .slideshow-section .slider--nav {
        display: none; } }
    .slideshow-section .slider--nav svg {
      width: 20px;
      height: 20px;
      margin-top: 7px; }
      .slideshow-section .slider--nav svg * {
        fill: white; }
    .slideshow-section .slider--nav .pagination {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      padding: 10px;
      background: white;
      color: black;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1em;
      letter-spacing: 0;
      text-align: center;
      display: none; }
      @media screen and (min-width: 1024px) {
        .slideshow-section .slider--nav .pagination {
          font-size: 14px;
          font-size: 0.875rem; } }
      .slideshow-section .slider--nav .pagination span {
        display: inline;
        text-align: center;
        margin: 0 2px; }

.columns-carousel {
  position: relative; }
  .columns-carousel .columns-carousel--columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none; }
  .columns-carousel .column-item {
    position: relative; }
  .columns-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #757575;
    opacity: .5;
    z-index: 2;
    transition: opacity .3s ease; }
  .columns-carousel .column-item.hovered .overlay {
    opacity: .2; }
  .columns-carousel .text-overlay {
    position: absolute;
    z-index: 3;
    top: 33%;
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .columns-carousel .text-overlay {
        top: 42%; } }
  .columns-carousel .overlay-icon {
    margin: 0 auto 20px; }
    .columns-carousel .overlay-icon svg {
      max-height: 36px; }
      @media screen and (min-width: 768px) {
        .columns-carousel .overlay-icon svg {
          max-height: 30px; } }
  .columns-carousel h3 {
    color: white;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.13636em;
    letter-spacing: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .columns-carousel h3 {
        max-width: 200px;
        margin: 0 auto;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.20833em;
        letter-spacing: 0; } }
  .columns-carousel .cta {
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .columns-carousel .cta {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1em;
        letter-spacing: 0.06em; } }
    .columns-carousel .cta svg {
      width: 10px;
      margin-left: 20px; }
      @media screen and (min-width: 768px) {
        .columns-carousel .cta svg {
          width: 12px; } }
      .columns-carousel .cta svg * {
        fill: white; }
  .columns-carousel .owl-dots {
    display: none; }

.one-image-only .columns-carousel--nav {
  display: none; }

.columns-carousel--nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  width: 100%;
  max-width: 220px;
  transform: translateX(-50%);
  color: white; }
  @media screen and (min-width: 1024px) {
    .columns-carousel--nav {
      bottom: 55px; } }
  @media screen and (min-width: 1024px) {
    .hide-pagination .columns-carousel--nav {
      display: none; } }
  .columns-carousel--nav svg {
    width: 20px;
    height: 20px;
    margin-top: 7px; }
    .columns-carousel--nav svg * {
      fill: white; }
  .columns-carousel--nav .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 10px;
    background: white;
    color: black;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    letter-spacing: 0;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .columns-carousel--nav .pagination {
        font-size: 14px;
        font-size: 0.875rem; } }
    .columns-carousel--nav .pagination span {
      display: inline;
      text-align: center;
      margin: 0 2px; }

.instagram-feed {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/bg-home-instagram-mobile.jpg?v=7485130467154856361);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .instagram-feed {
      padding-top: 115px;
      padding-bottom: 145px;
      background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/bg-home-instagram.jpg?v=11490973519913265278); } }
  .instagram-feed .text-box {
    max-width: 360px;
    margin: 0 auto 35px; }
    @media screen and (min-width: 768px) {
      .instagram-feed .text-box {
        margin-bottom: 45px; } }
  .instagram-feed h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1em;
    letter-spacing: 0.04em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .instagram-feed h2 {
        font-size: 42px;
        font-size: 2.625rem;
        letter-spacing: 0; } }
    .instagram-feed h2:after {
      display: none; }
  @media screen and (min-width: 768px) {
    .instagram-feed .copy {
      margin-top: 12px; } }
  .instagram-feed .copy p {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143em;
    letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      .instagram-feed .copy p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625em;
        letter-spacing: 0; } }
  .instagram-feed .cta {
    display: inherit;
    margin-top: 12px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .instagram-feed .cta {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1rem; } }
    .instagram-feed .cta a {
      color: #ffffff;
      text-decoration: none;
      letter-spacing: inherit; }
    .instagram-feed .cta svg {
      width: 10px;
      height: 10px;
      margin-left: 4px; }
      @media screen and (min-width: 768px) {
        .instagram-feed .cta svg {
          width: 12px;
          height: 12px; } }
      .instagram-feed .cta svg * {
        fill: #ffffff; }
    .instagram-feed .cta a:hover svg * {
      fill: #ffffff; }
  .instagram-feed .instagram-user-feed > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .instagram-feed .instagram-item {
    width: 50%;
    padding: 5px; }
    @media screen and (min-width: 768px) {
      .instagram-feed .instagram-item {
        width: 25%;
        padding: 3px; } }
    .instagram-feed .instagram-item img {
      opacity: 0; }
  .instagram-feed .instagram-image-container {
    margin-bottom: 0;
    background-size: cover;
    background-position: center center; }

/* COLLECTION: Core Variables
 * ---------------------------------------------- */
/* COLLECTION: Main Styles 
 *    Various landing styles needed to see body class 
 *    changes, thus the high level wrapper. Most styles
 *    are a bit futher in at '#shopify-section-collection-template'
 * ----------------------------------------------------------------- */
body.collection #content.row {
  width: 100%; }

body.collection,
body.search {
  /* TRANSPARENT LANDING : NAV SCROLLED DOWN (Sticky nav floats w/ scroll)
   *      Adjust margins so transition to floating nav state is smooth
   * ---------------------------------------------------------------------- */
  /*  COLLECTION : Main styling block
   * ---------------------------------------------- */ }
  body.collection #breadcrumb,
  body.search #breadcrumb {
    padding: 9px 16px 9px;
    position: static;
    font-weight: 400; }
    @media screen and (max-width: 1023px) {
      body.collection #breadcrumb,
      body.search #breadcrumb {
        text-align: center;
        padding: 5px 0; } }
    body.collection #breadcrumb .homepage-link,
    body.search #breadcrumb .homepage-link {
      color: black;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem; }
    body.collection #breadcrumb span,
    body.search #breadcrumb span {
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        body.collection #breadcrumb span,
        body.search #breadcrumb span {
          font-size: 12px;
          font-size: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    body.collection.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'],
    body.search.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'] {
      margin-top: 0; } }
  @media screen and (max-width: 1023px) {
    body.collection.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='false'],
    body.search.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='false'] {
      margin-top: 50px; } }
  @media screen and (min-width: 1024px) {
    body.collection.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='false'],
    body.search.nav-menu-stuck #shopify-section-collection-template .collection-template[data-transparent-landing='false'] {
      margin-top: 82px; } }
  body.collection #shopify-section-collection-template,
  body.collection #shopify-section-search-template,
  body.search #shopify-section-collection-template,
  body.search #shopify-section-search-template {
    /* COLLECTION : Primary wrapper around component
     * ---------------------------------------------- */
    /* FILTERS : Styling for filter sets
     *    --> keep at this level, uses a few &.name inside
     * -------------------------------------------------- */
       /*  FILTER : Core Variables
* ---------------------------------------------- */
    /* FILTERS : DESKTOP - WRAPPER 
     *    Filter layout and setup on Desktop
     * ---------------------------------------------- */
    /* FILTERS : MOBILE - WRAPPER
     *    Filter layout and setup on Mobile
     * ---------------------------------------------- */
    /* FILTERS : GLOBAL (All Resolutions)
     *    Congruent styles, Iconography, etc.
     * ---------------------------------------------- */
    /* LOADING INDICATOR : Filter Loading Indicator
     * ---------------------------------------------- */
    /* PAGINATION : Pagination generated by filter app
     * ------------------------------------------------ */ }
    body.collection #shopify-section-collection-template .collection-template,
    body.collection #shopify-section-search-template .collection-template,
    body.search #shopify-section-collection-template .collection-template,
    body.search #shopify-section-search-template .collection-template {
      margin-top: 0;
      /* TRANSPARENT LANDING : INITIAL
       *    If Transparent Landing Enabled + Banner Present, 
       *    adjust top margins so banner under transparent navbar
       * ---------------------------------------------------------- */
      /* COLLECTION FULL-WIDTH WRAP : Keeps width of screen
       * --------------------------------------------------- */
      /* COLLECTION CONTENT WRAP : Has max-width like a row
       * NOTE : please dont' move the imports into here, as 
       *        they both use & in their top levels
       * --------------------------------------------------- */
      /* COLLECTION : Product Grid + Item View
       * ---------------------------------------------- */ }
      @media screen and (max-width: 1023px) {
        body.collection #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'],
        body.collection #shopify-section-search-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'],
        body.search #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'],
        body.search #shopify-section-search-template .collection-template[data-transparent-landing='true'][data-has-banner-mobile='true'] {
          margin-top: 30px; } }
      @media screen and (min-width: 1024px) {
        body.collection #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-desktop='true'],
        body.collection #shopify-section-search-template .collection-template[data-transparent-landing='true'][data-has-banner-desktop='true'],
        body.search #shopify-section-collection-template .collection-template[data-transparent-landing='true'][data-has-banner-desktop='true'],
        body.search #shopify-section-search-template .collection-template[data-transparent-landing='true'][data-has-banner-desktop='true'] {
          margin-top: 0; } }
      body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap,
      body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap,
      body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap,
      body.search #shopify-section-search-template .collection-template .collection-full-width-wrap {
        /* COLLECTION BANNER : Header image and content
         * ---------------------------------------------- */
               /* COLLECTION BANNER : Header image and content
* ---------------------------------------------- */ }
        body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner,
        body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner,
        body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner,
        body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner {
          position: relative; }
          body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
          body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
          body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
          body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop {
            display: none; }
          @media screen and (min-width: 1024px) {
            body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
            body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
            body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop,
            body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-desktop {
              display: block; }
            body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-mobile,
            body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-mobile,
            body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-mobile,
            body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-image-mobile {
              display: none; } }
          body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
          body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
          body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
          body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap {
            width: 100%;
            height: auto; }
            @media screen and (min-width: 1024px) {
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap,
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                position: absolute;
                height: 100%;
                left: 0;
                top: 0;
                padding: 0 20px; }
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'] {
                  left: 50%;
                  transform: translateX(-50%);
                  max-width: 1000px; }
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='top'],
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='top'],
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='top'],
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='top'] {
                  -webkit-box-align: start;
                  -moz-box-align: start;
                  -ms-flex-align: start;
                  -webkit-align-items: flex-start;
                  align-items: flex-start; }
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='bottom'],
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='bottom'],
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='bottom'],
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-vertical='bottom'] {
                  -webkit-box-align: end;
                  -moz-box-align: end;
                  -ms-flex-align: end;
                  -webkit-align-items: flex-end;
                  align-items: flex-end; }
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='left'],
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='left'],
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='left'],
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='left'] {
                  -webkit-box-pack: start;
                  -moz-box-pack: start;
                  -ms-flex-pack: start;
                  -webkit-justify-content: flex-start;
                  justify-content: flex-start; }
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='right'],
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='right'],
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='right'],
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-textbox-horizontal='right'] {
                  -webkit-box-pack: end;
                  -moz-box-pack: end;
                  -ms-flex-pack: end;
                  -webkit-justify-content: flex-end;
                  justify-content: flex-end; } }
            @media screen and (min-width: 1220px) {
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'] {
                max-width: 1200px; } }
            @media screen and (min-width: 1680px) {
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'],
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap[data-constrain-width='true'] {
                max-width: 1400px; } }
            body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
            body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
            body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
            body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-direction: normal;
              -webkit-box-orient: vertical;
              -moz-box-direction: normal;
              -moz-box-orient: vertical;
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              position: relative;
              padding: 30px 20px 20px;
              max-width: 440px;
              margin: 0 auto;
              text-align: center; }
              @media screen and (min-width: 1024px) {
                body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
                body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
                body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box,
                body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box {
                  margin: 0;
                  padding: 50px 40px; }
                  body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-left,
                  body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-left,
                  body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-left,
                  body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-left {
                    text-align: left;
                    -webkit-box-align: start;
                    -moz-box-align: start;
                    -ms-flex-align: start;
                    -webkit-align-items: flex-start;
                    align-items: flex-start; }
                  body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-right,
                  body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-right,
                  body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-right,
                  body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box.text-right {
                    text-align: right;
                    -webkit-box-align: end;
                    -moz-box-align: end;
                    -ms-flex-align: end;
                    -webkit-align-items: flex-end;
                    align-items: flex-end; } }
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header {
                font-size: 25px;
                font-size: 1.5625rem;
                font-weight: 400;
                margin-bottom: 15px; }
                @media screen and (min-width: 1024px) {
                  body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
                  body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
                  body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header,
                  body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-header {
                    font-size: 28px;
                    font-size: 1.75rem;
                    line-height: 1.14286em;
                    letter-spacing: 7px; } }
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-divider,
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-divider,
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-divider,
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-divider {
                position: relative;
                width: 65px;
                height: 1px;
                margin-bottom: 20px;
                background: black; }
              body.collection #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-body,
              body.collection #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-body,
              body.search #shopify-section-collection-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-body,
              body.search #shopify-section-search-template .collection-template .collection-full-width-wrap .collection-banner .banner-text-box-wrap .banner-text-box .banner-body {
                color: #3e3e3e;
                font-weight: 400;
                font-size: 18px;
                font-size: 1.125rem; }
      body.collection #shopify-section-collection-template .collection-template .collection-content-wrap,
      body.collection #shopify-section-search-template .collection-template .collection-content-wrap,
      body.search #shopify-section-collection-template .collection-template .collection-content-wrap,
      body.search #shopify-section-search-template .collection-template .collection-content-wrap {
        position: relative;
        float: none;
        margin: 25px auto;
        /*min-height: 500px;*/ }
        body.collection #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details,
        body.collection #shopify-section-search-template .collection-template .collection-content-wrap #collection-details,
        body.search #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details,
        body.search #shopify-section-search-template .collection-template .collection-content-wrap #collection-details {
          margin: 0 auto; }
          body.collection #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
          body.collection #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
          body.search #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
          body.search #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap {
            position: relative;
            padding: 20px 20px 15px; }
            @media screen and (min-width: 1024px) {
              body.collection #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
              body.collection #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
              body.search #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap,
              body.search #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap {
                position: absolute;
                padding: 40px 0 15px;
                max-width: 50%; } }
            body.collection #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
            body.collection #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
            body.search #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
            body.search #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb {
              top: 0;
              width: 100%;
              text-align: center;
              padding: 0;
              margin: 0; }
              @media screen and (min-width: 1024px) {
                body.collection #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
                body.collection #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
                body.search #shopify-section-collection-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb,
                body.search #shopify-section-search-template .collection-template .collection-content-wrap #collection-details .collection-breadcrumb-wrap #breadcrumb {
                  text-align: left; } }
      body.collection #shopify-section-collection-template .collection-template #collection-product-wrap,
      body.collection #shopify-section-search-template .collection-template #collection-product-wrap,
      body.search #shopify-section-collection-template .collection-template #collection-product-wrap,
      body.search #shopify-section-search-template .collection-template #collection-product-wrap {
        margin: 0 auto;
        float: none;
               /*  PRODUCT-GRID : Core Variables
* ---------------------------------------------- */ }
        body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop,
        body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop,
        body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop,
        body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index,
          body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index,
          body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index,
          body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index {
            width: 50%;
            margin-bottom: 10px;
            float: none;
            margin: 0 0 10px; }
            @media screen and (min-width: 768px) {
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index {
                width: 33%; } }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index .product-modal,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index .product-modal,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index .product-modal,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index .product-modal {
              font-weight: 700;
              line-height: 1.42857em;
              letter-spacing: 0;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              font-size: 14px;
              font-size: 0.875rem;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center;
              transition: opacity 0.25s ease-in-out;
              font-weight: 400;
              background: #e41c39;
              color: #fefffe;
              padding: 6px 10px 4px;
              letter-spacing: 2px;
              border-radius: 0;
              top: -21px;
              opacity: 0; }
            @media screen and (min-width: 1024px) {
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index:hover .product-modal,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index:hover .product-modal,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-index:hover .product-modal,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-index:hover .product-modal {
                opacity: 1;
                display: block;
                pointer-events: all; } }
          body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container,
          body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container,
          body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container,
          body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container {
            width: 100%;
            margin-top: 25px; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image {
              width: 100%;
              height: 100%; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal {
                width: 100%;
                height: auto !important;
                text-align: center;
                -webkit-box-pack: center;
                -moz-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center; }
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal img,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal img,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal img,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .prod-image .reveal img {
                  max-height: 372px;
                  width: auto;
                  height: 180px;
                  max-width: 100%;
                  display: block;
                  margin: 0 auto; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon {
              display: none;
              width: 55px;
              right: 5px;
              top: 5px; }
              @media screen and (min-width: 768px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon {
                  top: 20px; } }
              @media screen and (min-width: 1024px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge-icon {
                  top: 30px;
                  width: 84px; } }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge {
              top: 10px;
              right: 20px; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond {
                top: 20px; }
              @media screen and (min-width: 768px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge {
                  top: 30px;
                  right: 40px; }
                  body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond {
                    top: 40px; } }
              @media screen and (min-width: 768px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge {
                  top: 20px;
                  right: 40px; }
                  body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond {
                    top: 30px; } }
              @media screen and (min-width: 1220px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge {
                  top: 40px;
                  right: 50px; }
                  body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond {
                    top: 50px; } }
              @media screen and (min-width: 1680px) {
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge {
                  top: 50px;
                  right: 70px; }
                  body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond,
                  body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .prod-container .react-badge .item-badge.diamond {
                    top: 60px; } }
          body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info,
          body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info,
          body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info,
          body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info {
            position: relative;
            text-align: center;
            display: block;
            margin-bottom: 25px; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap {
              text-decoration: none; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap .product-title,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap .product-title,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap .product-title,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-title-wrap .product-title {
                font-weight: 700;
                line-height: 1.375em;
                letter-spacing: 0;
                font-size: 16px;
                font-size: 1rem;
                font-size: 16px;
                font-size: 1rem;
                line-height: 1.375em;
                letter-spacing: 0px;
                display: block;
                margin-bottom: 15px;
                font-weight: 400;
                color: #164732;
                word-break: break-word;
                text-align: center; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product {
              background: transparent;
              border: none;
              outline: none;
              position: absolute;
              cursor: pointer;
              height: 16px;
              width: 16px;
              padding: 0;
              margin: 0;
              right: 0;
              top: 0; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg {
                width: 100%;
                display: block;
                pointer-events: none; }
                body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg path,
                body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg path,
                body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg path,
                body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product svg path {
                  stroke: #757575;
                  fill: transparent; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product[data-on-wishlist='true'] svg path,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product[data-on-wishlist='true'] svg path,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product[data-on-wishlist='true'] svg path,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .button-wishlist-product[data-on-wishlist='true'] svg path {
                stroke: black;
                fill: black; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap {
              font-size: 16px;
              font-size: 1rem;
              font-family: futura-pt-bold, sans-serif;
              font-weight: 400;
              color: black;
              text-align: center; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale {
                display: inline-block; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .prod-price .from-title,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .prod-price .from-title,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .prod-price .from-title,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .prod-price .from-title {
                font-family: futura-pt, sans-serif;
                font-weight: 400; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .was {
                font-weight: 400;
                color: #525252; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .product-price-wrap .onsale {
                margin-right: 5px;
                color: #aa5131;
                font-family: futura-pt-bold, sans-serif;
                font-weight: 400; }
            body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list,
            body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list,
            body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list,
            body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list {
              height: 23px;
              margin: 5px 0 10px -5px; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-item,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-item,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-item,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-item {
                width: 11px;
                height: 11px; }
              body.collection #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-highlight,
              body.collection #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-highlight,
              body.search #shopify-section-collection-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-highlight,
              body.search #shopify-section-search-template .collection-template #collection-product-wrap #product-loop .product-info .react-swatch-list .swatch-list .swatch-item-wrap .swatch-highlight {
                width: 17px;
                height: 17px; }
        body.collection #shopify-section-collection-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button,
        body.collection #shopify-section-search-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button,
        body.search #shopify-section-collection-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button,
        body.search #shopify-section-search-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button {
          font-weight: 700;
          line-height: 1.375em;
          letter-spacing: 0;
          font-size: 16px;
          font-size: 1rem;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1em;
          letter-spacing: 2px;
          font-weight: 400;
          color: #fefffe;
          background: #ab5232;
          border: none;
          cursor: pointer;
          padding: 12px 50px;
          transition: background 0.25s ease-in-out; }
          body.collection #shopify-section-collection-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button:hover,
          body.collection #shopify-section-search-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button:hover,
          body.search #shopify-section-collection-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button:hover,
          body.search #shopify-section-search-template .collection-template #collection-product-wrap .bc-sf-filter-load-more-button:hover {
            background: #9b492b;
            color: #fefffe; }
    body.collection #shopify-section-collection-template .filter-wrap-desktop,
    body.collection #shopify-section-search-template .filter-wrap-desktop,
    body.search #shopify-section-collection-template .filter-wrap-desktop,
    body.search #shopify-section-search-template .filter-wrap-desktop {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
      width: 100%;
      padding: 15px 30px;
      background: #f4f2ec;
      z-index: 25;
      margin: 0 auto 20px;
      border-top: 0px solid #fefffe;
      border-bottom: 0px solid #fefffe; }
      @media screen and (min-width: 1024px) {
        body.collection #shopify-section-collection-template .filter-wrap-desktop,
        body.collection #shopify-section-search-template .filter-wrap-desktop,
        body.search #shopify-section-collection-template .filter-wrap-desktop,
        body.search #shopify-section-search-template .filter-wrap-desktop {
          margin: 65px 0 55px; } }
      @media screen and (min-width: 1220px) {
        body.collection #shopify-section-collection-template .filter-wrap-desktop,
        body.collection #shopify-section-search-template .filter-wrap-desktop,
        body.search #shopify-section-collection-template .filter-wrap-desktop,
        body.search #shopify-section-search-template .filter-wrap-desktop {
          padding: 15px 30px; } }
      body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop-wrap,
      body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop-wrap,
      body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop-wrap,
      body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-label,
      body.collection #shopify-section-search-template .filter-wrap-desktop .filter-label,
      body.search #shopify-section-collection-template .filter-wrap-desktop .filter-label,
      body.search #shopify-section-search-template .filter-wrap-desktop .filter-label {
        position: relative;
        display: none;
        color: #164732;
        margin-bottom: 0;
        margin-right: 5px; }
        @media screen and (min-width: 1024px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-label,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-label,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-label,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-label {
            display: block;
            top: 3px; } }
        @media screen and (min-width: 1220px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-label,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-label,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-label,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-label {
            font-size: 16px;
            font-size: 1rem;
            margin-right: 20px;
            margin-top: 0; } }
      body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop,
      body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop,
      body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop,
      body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop {
        position: static;
        margin-bottom: 0;
        display: none; }
        @media screen and (min-width: 1024px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop {
            display: block; } }
        body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block,
        body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block,
        body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block,
        body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block {
          position: relative;
          margin-bottom: 0;
          padding-top: 3px; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content-inner,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content-inner,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content-inner,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content-inner {
            padding: 30px 15px 15px; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a {
            border: none;
            background: transparent;
            padding: 5px 16px 5px 9px;
            margin-right: 11px; }
            @media screen and (min-width: 1220px) {
              body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
              body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
              body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a,
              body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a {
                margin-right: 20px; } }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a:before,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a:before,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a:before,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a:before {
              transform: rotate(0deg);
              border-bottom: none;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 8px solid #aa5131;
              transition: all 0.25s ease-in-out;
              margin-top: -5px;
              right: 0; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span {
              font-weight: 700;
              line-height: 1.42857em;
              letter-spacing: 0;
              text-transform: uppercase;
              font-weight: 400;
              color: #164732; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected:before {
              transform: rotateX(180deg);
              margin-top: -5px; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a.selected div {
              display: none; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content,
          body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content,
          body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content,
          body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content {
            background: #f4f2ec;
            border: none;
            width: 190px;
            top: 54px !important;
            border: 0px solid #fefffe; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-clear,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-clear,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-clear,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-clear {
              display: none; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-select-button {
              font-weight: 700;
              line-height: 1.375em;
              letter-spacing: 0;
              font-size: 16px;
              font-size: 1rem;
              width: 100%;
              outline: none;
              color: #fefffe;
              background: #164732; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li,
            body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li,
            body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li,
            body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li {
              display: block;
              width: 100%;
              margin-bottom: 15px; }
              body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a,
              body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a,
              body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a,
              body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a {
                display: -webkit-inline-box;
                display: -moz-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center; }
              body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li span,
              body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li span,
              body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li span,
              body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li span {
                color: #164732;
                text-transform: capitalize; }
              body.collection #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li input[type=checkbox] + a > span:first-child,
              body.collection #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li input[type=checkbox] + a > span:first-child,
              body.search #shopify-section-collection-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li input[type=checkbox] + a > span:first-child,
              body.search #shopify-section-search-template .filter-wrap-desktop .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li input[type=checkbox] + a > span:first-child {
                top: 50%;
                transform: translateY(-54%);
                background: #fefffe; }
      body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper,
      body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper,
      body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper,
      body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 0;
        top: 75px;
        margin-bottom: 0;
        padding-left: 5px; }
        body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper > span,
        body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper > span,
        body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper > span,
        body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper > span {
          display: none; }
        body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
        body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
        body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
        body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items {
          padding-right: 140px; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item,
          body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item,
          body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item,
          body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item {
            margin: 4px 20px 4px 0; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-option-label,
            body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-option-label,
            body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-option-label,
            body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-option-label {
              font-weight: 700;
              line-height: 1.42857em;
              letter-spacing: 0;
              font-size: 16px;
              font-size: 1rem;
              color: #164732; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:before,
            body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:after,
            body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:before,
            body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:after,
            body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:before,
            body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:after,
            body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:before,
            body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .bc-sf-filter-clear:after {
              background: #aa5131;
              width: 16px;
              top: 8px; }
        body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all,
        body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all,
        body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all,
        body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all {
          font-weight: 700;
          line-height: 1.375em;
          letter-spacing: 0;
          font-size: 16px;
          font-size: 1rem;
          font-size: 16px;
          font-size: 1rem;
          position: absolute;
          right: 5px;
          top: 7px;
          padding-right: 20px;
          text-transform: uppercase;
          color: #164732;
          font-weight: 700; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before, body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after {
            position: absolute;
            display: block;
            content: '';
            top: 10px;
            right: 0;
            width: 16px;
            height: 1px;
            background: #aa5131; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before,
          body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:before {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after,
          body.search #shopify-section-search-template .filter-wrap-desktop .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all:after {
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg); }
      body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options,
      body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options,
      body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options,
      body.search #shopify-section-search-template .filter-wrap-desktop .sort-options {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        padding-left: 20px;
        border-left: 1px solid #d8d8d8;
        border-bottom: 0px solid transparent; }
        @media screen and (min-width: 1024px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options {
            width: auto;
            padding-left: 0;
            border-left: none; } }
        @media screen and (min-width: 1220px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options {
            right: 10px; } }
        body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting,
        body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting,
        body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting,
        body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          height: 100%;
          width: 100%; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select {
            margin: 0; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label {
            display: -webkit-inline-box;
            display: -moz-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            text-transform: uppercase;
            color: #164732; }
            body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
            body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
            body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
            body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after {
              position: absolute;
              right: 20px;
              top: 50%;
              border-bottom: none;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 8px solid #aa5131;
              transition: all 0.25s ease-in-out;
              margin-top: -5px;
              content: ' ';
              background: #f4f2ec;
              pointer-events: none;
              z-index: 25; }
              @media screen and (min-width: 1024px) {
                body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
                body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
                body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after,
                body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .sort-label:after {
                  right: 16px; } }
          body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
          body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select {
            font-weight: 700;
            line-height: 1.42857em;
            letter-spacing: 0;
            display: -webkit-inline-box;
            display: -moz-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            font-family: futura-pt, sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            color: #164732;
            border: none;
            float: none;
            padding: 0 10px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            opacity: 0; }
            @media screen and (min-width: 1024px) {
              body.collection #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
              body.collection #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
              body.search #shopify-section-collection-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select,
              body.search #shopify-section-search-template .filter-wrap-desktop .sort-options #bc-sf-filter-top-sorting .styled-select {
                position: relative;
                opacity: 1;
                padding-right: 32px; } }
      @media screen and (min-width: 1024px) {
        body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] {
          padding: 15px 5px; } }
      @media screen and (min-width: 1220px) {
        body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"], body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"],
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] {
          padding: 15px 30px; } }
      body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-label,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-label,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-label,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-label,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-label,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-label,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-label,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-label,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-label,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-label,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-label,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-label,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-label {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 2px; }
      body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
      body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span {
        font-size: 12px;
        font-size: 0.75rem; }
        @media screen and (min-width: 1220px) {
          body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .filter-list-desktop .bc-sf-filter-option-block .bc-sf-filter-block-title a span {
            font-size: 14px;
            font-size: 0.875rem; } }
      @media screen and (min-width: 1024px) and (max-width: 1679px) {
        body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label {
          font-size: 14px;
          font-size: 0.875rem;
          position: absolute;
          right: 40px;
          z-index: 10;
          pointer-events: none;
          margin-top: 2px; }
          body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label:after, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label:after, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label:after, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .sort-label:after,
          body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .sort-label:after {
            right: -24px; }
        body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .styled-select, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .styled-select, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .styled-select, body.collection #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.collection #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-collection-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="6"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="7"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="8"] .sort-options #bc-sf-filter-top-sorting .styled-select,
        body.search #shopify-section-search-template .filter-wrap-desktop[data-total-filter-count="9"] .sort-options #bc-sf-filter-top-sorting .styled-select {
          font-size: 12px;
          font-size: 0.75rem;
          min-width: 100px;
          width: 100px;
          color: #f4f2ec;
          cursor: pointer; } }
    body.collection #shopify-section-collection-template #filter-list-mobile-wrap,
    body.collection #shopify-section-search-template #filter-list-mobile-wrap,
    body.search #shopify-section-collection-template #filter-list-mobile-wrap,
    body.search #shopify-section-search-template #filter-list-mobile-wrap {
      position: relative;
      top: -54px; }
      body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap,
      body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap,
      body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap,
      body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap {
        position: absolute;
        z-index: 25;
        width: 50%;
        left: 0;
        top: 0px;
        height: 27px;
        padding: 0; }
        @media screen and (min-width: 1024px) {
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap {
            display: none; } }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile {
          position: absolute;
          height: 100%;
          width: 100%;
          top: 0;
          background: #f4f2ec; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile {
            height: 100%;
            width: 100%;
            display: block; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button {
            margin: 0;
            height: 100%;
            background: none;
            text-align: left;
            color: #164732;
            text-transform: uppercase;
            font-weight: 700;
            position: relative;
            width: 100%;
            padding: 0 15px; }
            body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before, body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after {
              content: '';
              position: absolute;
              background: black;
              height: 5px;
              width: 15px;
              transition: transform 500ms ease;
              top: 5px; }
            body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before,
            body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:before {
              border: none;
              border-top-color: transparent;
              display: block;
              margin: 0;
              right: 15px;
              top: 14px;
              -moz-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
            body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
            body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after {
              right: 15px;
              top: 15px;
              -moz-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #filter-button-arrow,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #filter-button-arrow,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #filter-button-arrow,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #filter-button-arrow {
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -5px;
            border-bottom: none;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 8px solid #aa5131;
            transition: all 0.25s ease-in-out;
            pointer-events: none; }
      body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree,
      body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree,
      body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree,
      body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree {
        position: absolute;
        width: 100%;
        top: 54px;
        left: 0;
        margin: 0;
        z-index: 25;
        padding: 15px 20px;
        background: #f4f2ec; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block {
          padding: 0;
          position: relative;
          padding-bottom: 0; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-selected-filter-count],
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-selected-filter-count],
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-selected-filter-count],
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-selected-filter-count] {
            padding-bottom: 30px; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-hide="true"],
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-hide="true"],
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-hide="true"],
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-option-block[data-hide="true"] {
            display: none; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3 {
          font-weight: 700;
          line-height: 1.375em;
          letter-spacing: 0;
          font-size: 16px;
          font-size: 1rem;
          position: relative;
          width: 100%;
          height: 100%;
          padding: 15px 0;
          cursor: pointer;
          color: #164732; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span:before,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span:before,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span:before,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span:before {
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -3px;
          transition: all 0.25s ease-in-out;
          pointer-events: none;
          border-bottom: 8px solid #aa5131;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: none; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span.up:before,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span.up:before,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span.up:before,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title span.up:before {
          border-bottom: none;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 8px solid #aa5131; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear {
          font-weight: 700;
          line-height: 1.71429em;
          letter-spacing: 0;
          font-size: 14px;
          font-size: 0.875rem;
          font-size: 14px;
          font-size: 0.875rem;
          position: absolute;
          left: 0;
          bottom: 10px;
          color: #164732;
          text-decoration: none; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear:after,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear:after,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear:after,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear:after {
            content: ' ';
            position: absolute;
            right: -15px;
            top: 50%;
            margin-top: -5px;
            pointer-events: none;
            border-bottom: 5px solid transparent;
            border-left: 8px solid #aa5131;
            border-right: none;
            border-top: 5px solid transparent; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content {
          margin-top: 0;
          margin-bottom: 10px; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content .bc-sf-filter-option-value,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content .bc-sf-filter-option-value,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content .bc-sf-filter-option-value,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-block-content .bc-sf-filter-option-value {
            font-weight: 700;
            line-height: 1.71429em;
            letter-spacing: 0;
            font-size: 14px;
            font-size: 0.875rem;
            font-size: 14px;
            font-size: 0.875rem;
            color: #164732; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .mobile-apply-button,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .mobile-apply-button,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .mobile-apply-button,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .mobile-apply-button {
          position: absolute;
          bottom: 16px;
          left: 50%;
          float: none;
          height: 50px;
          width: calc(100% - 30px );
          transform: translateX(-50%);
          margin: 0;
          outline: none;
          background: #164732;
          color: #fefffe; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree.selections-active .mobile-apply-button,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree.selections-active .mobile-apply-button,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree.selections-active .mobile-apply-button,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree.selections-active .mobile-apply-button {
          width: calc(50% - 20px );
          left: auto;
          right: 20px;
          transform: translateX(0); }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper {
          margin: 0;
          padding: 0;
          border: none; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper h3,
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper h3,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper h3,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper h3,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items {
            display: none; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title {
            display: -webkit-inline-box;
            display: -moz-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-align-content: space-around;
            -ms-flex-line-pack: space-around;
            align-content: space-around;
            position: absolute;
            width: 50%;
            bottom: 15px;
            left: 0;
            padding: 0 10px 0 20px;
            float: none; }
            body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear-all,
            body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear-all,
            body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear-all,
            body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear-all {
              font-weight: 700;
              line-height: 1.375em;
              letter-spacing: 0;
              font-size: 16px;
              font-size: 1rem;
              font-size: 14px;
              font-size: 0.875rem;
              text-transform: uppercase;
              text-align: center;
              text-decoration: none;
              background: #aa5131;
              color: #fefffe;
              padding: 15px;
              width: 100%;
              height: 50px;
              float: none; }
        body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper,
        body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper,
        body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper,
        body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper {
          padding-bottom: 60px; }
          body.collection #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block:last-child,
          body.collection #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block:last-child,
          body.search #shopify-section-collection-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block:last-child,
          body.search #shopify-section-search-template #filter-list-mobile-wrap #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-option-block:last-child {
            border-bottom: 1px solid #d8d8d8;
            margin-bottom: 10px; }
    body.collection #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before, body.collection #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.collection #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.collection #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.search #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.search #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.search #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.search #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after {
      position: absolute;
      display: block;
      content: '';
      top: 7px;
      right: -1px;
      width: 16px;
      height: 1px;
      background: #aa5131; }
    body.collection #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.collection #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.search #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
    body.search #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    body.collection #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.collection #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.search #shopify-section-collection-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
    body.search #shopify-section-search-template .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after {
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
    body.collection #shopify-section-collection-template .bc-sf-filter-block-title span[data-selected-filter-count]:after,
    body.collection #shopify-section-search-template .bc-sf-filter-block-title span[data-selected-filter-count]:after,
    body.search #shopify-section-collection-template .bc-sf-filter-block-title span[data-selected-filter-count]:after,
    body.search #shopify-section-search-template .bc-sf-filter-block-title span[data-selected-filter-count]:after {
      content: " (" attr(data-selected-filter-count) ") ";
      transition: opacity 0.25s ease-in-out;
      font-weight: 400; }
    body.collection #shopify-section-collection-template.filter-open #filter-button-arrow,
    body.collection #shopify-section-collection-template.filter-open #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
    body.collection #shopify-section-search-template.filter-open #filter-button-arrow,
    body.collection #shopify-section-search-template.filter-open #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
    body.search #shopify-section-collection-template.filter-open #filter-button-arrow,
    body.search #shopify-section-collection-template.filter-open #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after,
    body.search #shopify-section-search-template.filter-open #filter-button-arrow,
    body.search #shopify-section-search-template.filter-open #filter-list-mobile-wrap #filter-list-button-wrap #filter-button-mobile #bc-sf-filter-tree-mobile-button:after {
      transform: rotateX(180deg); }
    body.collection #shopify-section-collection-template.filter-open .sort-options,
    body.collection #shopify-section-search-template.filter-open .sort-options,
    body.search #shopify-section-collection-template.filter-open .sort-options,
    body.search #shopify-section-search-template.filter-open .sort-options {
      border-bottom: 1px solid #d8d8d8;
      border-bottom-left-radius: 3px; }
    body.collection #shopify-section-collection-template.filter-open #collection-filters #bc-sf-filter-tree-mobile-button:before,
    body.collection #shopify-section-search-template.filter-open #collection-filters #bc-sf-filter-tree-mobile-button:before,
    body.search #shopify-section-collection-template.filter-open #collection-filters #bc-sf-filter-tree-mobile-button:before,
    body.search #shopify-section-search-template.filter-open #collection-filters #bc-sf-filter-tree-mobile-button:before {
      transform: rotate(180deg) !important;
      top: 14px;
      width: 15px; }
    body.collection #shopify-section-collection-template select::-ms-expand,
    body.collection #shopify-section-search-template select::-ms-expand,
    body.search #shopify-section-collection-template select::-ms-expand,
    body.search #shopify-section-search-template select::-ms-expand {
      display: none; }
    body.collection #shopify-section-collection-template #collection-loading-bar,
    body.collection #shopify-section-search-template #collection-loading-bar,
    body.search #shopify-section-collection-template #collection-loading-bar,
    body.search #shopify-section-search-template #collection-loading-bar {
      position: fixed;
      bottom: -30px;
      width: 100vw;
      height: 30px;
      opacity: 0;
      text-align: center;
      pointer-events: none;
      background: black; }
      body.collection #shopify-section-collection-template #collection-loading-bar .loading-bar-text,
      body.collection #shopify-section-search-template #collection-loading-bar .loading-bar-text,
      body.search #shopify-section-collection-template #collection-loading-bar .loading-bar-text,
      body.search #shopify-section-search-template #collection-loading-bar .loading-bar-text {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        color: white;
        font-weight: 400;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 2.14286em;
        letter-spacing: 1px; }
        body.collection #shopify-section-collection-template #collection-loading-bar .loading-bar-text:after,
        body.collection #shopify-section-search-template #collection-loading-bar .loading-bar-text:after,
        body.search #shopify-section-collection-template #collection-loading-bar .loading-bar-text:after,
        body.search #shopify-section-search-template #collection-loading-bar .loading-bar-text:after {
          position: absolute;
          bottom: 0;
          left: 100%;
          height: 30px;
          content: ' '; }
    body.collection #shopify-section-collection-template.applying-filters #collection-loading-bar,
    body.collection #shopify-section-search-template.applying-filters #collection-loading-bar,
    body.search #shopify-section-collection-template.applying-filters #collection-loading-bar,
    body.search #shopify-section-search-template.applying-filters #collection-loading-bar {
      bottom: 0;
      opacity: 1; }
      body.collection #shopify-section-collection-template.applying-filters #collection-loading-bar .loading-bar-text:after,
      body.collection #shopify-section-search-template.applying-filters #collection-loading-bar .loading-bar-text:after,
      body.search #shopify-section-collection-template.applying-filters #collection-loading-bar .loading-bar-text:after,
      body.search #shopify-section-search-template.applying-filters #collection-loading-bar .loading-bar-text:after {
        animation: 0.8s animatedDots 0s linear infinite; }

.collection-template {
  min-height: 500px; }
  .collection-template #collection-filters {
    display: none; }
    @media screen and (max-width: 1023px) {
      .collection-template #collection-filters {
        display: block; } }

.collection-header ul {
  list-style: none; }
.collection-header .header-wrapper {
  padding-top: 10px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .collection-header .header-wrapper {
      padding: 23px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .collection-header .header-wrapper .collection-title {
    font-size: 26px;
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #2e6ba1;
    word-spacing: 00;
    padding-left: 15px;
    letter-spacing: -0.8px; }
    @media screen and (max-width: 1023px) {
      .collection-header .header-wrapper .collection-title {
        text-align: center;
        font-size: 25px;
        font-size: 1.5625rem;
        margin-bottom: 0;
        padding-left: 0; } }
    @media screen and (min-width: 1024px) and (max-width: 1219px) {
      .collection-header .header-wrapper .collection-title {
        padding-left: 10px;
        font-size: 18px;
        font-size: 1.125rem; } }
  .collection-header .header-wrapper .descr {
    margin-top: 50px;
    padding-right: 30px; }
    .collection-header .header-wrapper .descr .collection-descr {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 18px; }

#collection-navmenu {
  margin-bottom: 60px;
  background: #eaeaea;
  margin-top: 3px; }
  #collection-navmenu ul {
    list-style: none; }
  @media screen and (max-width: 767px) {
    #collection-navmenu .row {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    #collection-navmenu {
      background: none; } }
  #collection-navmenu .desk-collection-menu {
    width: 100%; }
    @media screen and (max-width: 1023px) {
      #collection-navmenu .desk-collection-menu {
        display: none; } }
    #collection-navmenu .desk-collection-menu ul.collection-nav {
      position: relative;
      list-style: none;
      margin-left: 15px;
      margin-right: 46px; }
      #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li {
        display: inline-block;
        padding: 10px 15px;
        position: relative; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li a:hover {
          text-decoration: none; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .collection-menu-links {
          text-transform: uppercase;
          transition: none;
          text-decoration: none;
          display: inline-block;
          font-size: 12px;
          font-size: 0.75rem;
          letter-spacing: 0.1px;
          line-height: 18px; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .collection-menu-links:hover {
            color: black;
            text-decoration: underline; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li:hover {
          background: white; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li:hover .collection_menu_links {
            text-decoration: underline;
            font-family: futura-pt-bold, sans-serif;
            font-weight: 400; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu {
          position: absolute;
          top: 100%;
          left: -18%;
          border-left: 4px solid #eaeaea;
          border-bottom: 4px solid #eaeaea;
          border-right: 4px solid #eaeaea;
          padding: 30px 35px 17px;
          z-index: 9999;
          width: 250px;
          list-style: none;
          display: none;
          background: white; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper {
            max-width: 100%; }
            #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper {
              height: auto; }
              #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .inner {
                width: 100%;
                /*display: inline-block;*/
                vertical-align: top;
                letter-spacing: normal;
                -webkit-column-break-inside: avoid;
                break-inside: avoid;
                list-style: none;
                -webkit-column-break-inside: avoid; }
                #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .inner .only-category {
                  font-family: futura-pt-bold, sans-serif;
                  font-weight: 400;
                  display: inline-block;
                  padding-bottom: 15px;
                  text-decoration: none;
                  font-size: 14px;
                  font-size: 0.875rem;
                  letter-spacing: 1.5px; }
                #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list {
                  list-style: none;
                  padding-left: 10px; }
                  #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list li {
                    padding-bottom: 9px; }
                    #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .inner .subcategory-list li a {
                      font-size: 14px;
                      font-size: 0.875rem; }
            #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .col-1 {
              -moz-column-count: 1;
              -webkit-column-count: 1;
              column-count: 1; }
            #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .col-2 {
              -moz-column-count: 2;
              -webkit-column-count: 2;
              column-count: 2; }
            #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .col-3 {
              -moz-column-count: 3;
              -webkit-column-count: 3;
              column-count: 3; }
            #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .col-5 {
              -moz-column-count: 5;
              -webkit-column-count: 5;
              column-count: 5; }
              #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu .submenu-wrapper .col-5 .inner .subcategory-list li {
                padding-bottom: 10px; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu.custom-width-2 {
            width: 474px; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu.custom-width-3 {
            width: 550px; }
          #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li .submenu.custom-width-5 {
            width: 100%;
            left: 15px;
            padding: 25px 21px 34px; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li:hover .submenu {
          display: block; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li:hover .collection-menu-links {
          text-decoration: underline; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li.has-child-5 {
          position: static; }
        #collection-navmenu .desk-collection-menu ul.collection-nav .collection-menu-li:last-child .submenu.custom-width-2 {
          width: 400px;
          left: -100%; }
  #collection-navmenu .mobile-collection-menu {
    width: 100%;
    background: #eaeaea; }
    @media screen and (min-width: 1024px) {
      #collection-navmenu .mobile-collection-menu {
        display: none; } }
    #collection-navmenu .mobile-collection-menu .category-toggle {
      padding: 10px 20px; }
      #collection-navmenu .mobile-collection-menu .category-toggle h3 {
        margin-bottom: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        display: inline-block;
        vertical-align: middle;
        text-transform: uppercase;
        font-family: futura-pt, sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px; }
      #collection-navmenu .mobile-collection-menu .category-toggle span {
        display: inline-block;
        float: right;
        font-size: 27px;
        font-size: 1.6875rem;
        padding-right: 5px;
        font-weight: 700; }
        #collection-navmenu .mobile-collection-menu .category-toggle span.active {
          display: none; }
    #collection-navmenu .mobile-collection-menu ul.mob-collection-nav {
      display: none;
      list-style: none;
      background: white;
      margin: 0 5px 5px;
      padding: 30px 15px; }
      #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .collection-menu-links {
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        position: relative;
        padding: 15px 0;
        font-size: 13px;
        font-size: 0.8125rem;
        letter-spacing: 1px; }
        #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .collection-menu-links span {
          display: inline-block;
          font-size: 22px;
          font-size: 1.375rem;
          font-weight: 700;
          vertical-align: middle;
          position: absolute;
          right: 0;
          top: 50%;
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .collection-menu-links span.active {
            display: none; }
        #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .collection-menu-links:hover {
          text-decoration: none;
          color: black; }
      #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .submenu {
        display: none; }
        #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper {
          margin-bottom: 15px; }
          #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .category-li .only-category {
            font-weight: 700;
            margin-bottom: 15px;
            display: block;
            font-size: 14px;
            font-size: 0.875rem; }
          #collection-navmenu .mobile-collection-menu ul.mob-collection-nav .collection-menu-li .submenu .submenu-wrapper .category-wrapper .category-li .subcategory-list .subcategory-li .subcategory-link {
            display: block;
            padding: 8px 0;
            font-size: 14px;
            font-size: 0.875rem; }
      #collection-navmenu .mobile-collection-menu ul.mob-collection-nav.show {
        display: block; }

@keyframes animatedDots {
  0% {
    content: ' '; }

  25% {
    content: '.'; }

  50% {
    content: '..'; }

  75% {
    content: '...'; }

  100% {
    content: ' '; } }

/* RESULTS COUNT : 
 *    # of results on a collection page, only shown
 *    when filters are present so only applies here.
 *
 *    (NOTE: #results-count in breadcrumbs.liquid)
 * ---------------------------------------------- */
#results-count {
  font-weight: 700;
  line-height: 1.42857em;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  position: static;
  top: auto;
  color: #164732;
  font-weight: 700; }
  @media screen and (min-width: 1024px) {
    #results-count {
      position: absolute;
      top: 0;
      right: 2px;
      left: auto; } }

#product-quick-view .product-main-image {
  min-height: 350px; }
  #product-quick-view .product-main-image img {
    max-height: 350px !important;
    width: auto !important; }

/*==================
  PDP for custom radius maps
 ==================*/
.custom-radius-maps {
  margin-top: 50px; }
  .custom-radius-maps .product-radius-steps {
    margin-bottom: 30px; }
  .custom-radius-maps .error-msg {
    display: none;
    color: #eb340a;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 10px 0; }
  .custom-radius-maps .product-card {
    padding: 25px 30px;
    background: #f0f0f0;
    box-sizing: border-box; }
    .custom-radius-maps .product-card .product-name {
      margin: 10px 0 0 0;
      font-size: 1.4em;
      font-weight: 600; }
      .custom-radius-maps .product-card .product-name h1 {
        text-transform: uppercase;
        margin: 25px 10px 17px 10px; }
    .custom-radius-maps .product-card .product-description div {
      margin-left: 10px;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.1;
      text-align: justify;
      color: #000; }
  .custom-radius-maps .steps-container {
    padding: 20px 15px 7px 15px;
    background: #ccc;
    width: 100%;
    box-sizing: border-box; }
    .custom-radius-maps .steps-container h2 {
      margin: 0 0 9px;
      margin-bottom: 15px;
      font-size: 52px;
      font-weight: 700;
      letter-spacing: 0.16em;
      line-height: 1em;
      word-spacing: 0.15em;
      color: #fff; }
    .custom-radius-maps .steps-container h3 {
      margin: 0 0 9px;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 0.07em;
      line-height: 37px;
      color: #fff; }
    .custom-radius-maps .steps-container .steps {
      display: flex; }
      .custom-radius-maps .steps-container .steps .step {
        margin: 0;
        font-size: 18px;
        color: #333;
        text-align: center; }
        .custom-radius-maps .steps-container .steps .step img {
          width: 100%;
          height: auto;
          background: white; }
        .custom-radius-maps .steps-container .steps .step.active img {
          background: #08c; }
      .custom-radius-maps .steps-container .steps.custom-map-steps {
        list-style: none;
        margin: 0;
        padding: 0; }
        .custom-radius-maps .steps-container .steps.custom-map-steps .step {
          margin-left: 0.66%;
          width: 16%; }
  .custom-radius-maps .product-view {
    margin-bottom: 50px; }
    .custom-radius-maps .product-view .map-wrapper {
      width: 100%;
      min-height: 450px; }
      .custom-radius-maps .product-view .map-wrapper #map {
        width: 100%;
        height: 100%;
        overflow: hidden; }
    .custom-radius-maps .product-view .map-steps-form {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .custom-radius-maps .product-view .map-steps-form .headline {
        padding: 7px 10px;
        margin-bottom: 15px;
        background: #5a9edc;
        color: #fff; }
        .custom-radius-maps .product-view .map-steps-form .headline h2 {
          font-size: 2em;
          font-weight: 700;
          line-height: 37px;
          padding: 0;
          margin: 0; }
      .custom-radius-maps .product-view .map-steps-form .map-step {
        display: none;
        margin: 0 25px; }
        .custom-radius-maps .product-view .map-steps-form .map-step.active {
          display: block; }
        .custom-radius-maps .product-view .map-steps-form .map-step h2 {
          margin-bottom: 16px;
          font-size: 32px;
          font-weight: bold; }
        .custom-radius-maps .product-view .map-steps-form .map-step h3 {
          margin: 0;
          margin-top: 20px;
          padding-left: 10px;
          font-size: 16px;
          font-weight: normal;
          line-height: 22px; }
        .custom-radius-maps .product-view .map-steps-form .map-step h5 {
          margin: 0;
          margin-top: 12px;
          padding-left: 10px;
          font-size: 15px;
          font-weight: normal;
          line-height: 21px; }
        .custom-radius-maps .product-view .map-steps-form .map-step input {
          width: 100%;
          height: 42px;
          margin: 0;
          padding: 0 12px;
          font-size: 18px;
          font-weight: 300;
          text-indent: unset;
          text-overflow: ellipsis;
          border: 1px solid #ccc; }
        .custom-radius-maps .product-view .map-steps-form .map-step select {
          width: 100% !important;
          height: 46px !important;
          padding: 0 11px;
          border: 1px solid #ccc;
          border-radius: 0;
          font-size: 18px;
          font-weight: 300;
          text-overflow: ellipsis; }
        .custom-radius-maps .product-view .map-steps-form .map-step button.btn-next {
          float: right;
          width: 120px;
          margin-top: 15px;
          border-radius: 10px;
          background-color: #5a9edc;
          font-size: 18px;
          text-transform: uppercase;
          color: #FFF; }
        .custom-radius-maps .product-view .map-steps-form .map-step button.btn-cart {
          display: inline-block;
          width: 160px;
          min-width: 110px;
          height: 38px;
          border: 0;
          border-radius: 5px;
          padding: 0;
          margin: 0;
          vertical-align: middle;
          white-space: inherit;
          font-weight: normal;
          font-size: 14px;
          line-height: 38px;
          color: white;
          background: #ff6d4d !important;
          cursor: pointer; }
          .custom-radius-maps .product-view .map-steps-form .map-step button.btn-cart span .icon-cart {
            margin-right: 10px; }
            .custom-radius-maps .product-view .map-steps-form .map-step button.btn-cart span .icon-cart:before {
              content: '\e80c'; }
        .custom-radius-maps .product-view .map-steps-form .map-step .price {
          font-size: 36px;
          font-weight: 600;
          line-height: 38px;
          color: #5a9edc; }
        .custom-radius-maps .product-view .map-steps-form .map-step.sizes-field.active img {
          padding: 14px 0 20px 0; }
        .custom-radius-maps .product-view .map-steps-form .map-step.sizes-field img {
          width: 70%;
          height: auto; }
  .custom-radius-maps .product-sample-style h2 {
    margin: 20px 9px 30px 9px;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px; }
  .custom-radius-maps .product-sample-style .map-style-images img {
    width: 100%; }
  .custom-radius-maps .product-sample-style .map-style-images h3 {
    margin: 0 0 9px;
    font-size: 20px;
    line-height: 37px; }
  .custom-radius-maps .product-sample-style .block-parent .d-flex-column {
    display: flex;
    flex-direction: column; }
  .custom-radius-maps .d-flex {
    display: flex; }

.single-option-selector {
  height: 40px;
  width: initial;
  min-width: 195px;
  display: inline-block;
  float: left;
  border: 1px solid #ddd;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  padding-left: 8px;
  background: url(//cdn.shopify.com/s/files/1/0268/2549/0485/t/71/assets/select-arrow.png?v=11259594172122509499) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*==================
  PDP
 ==================*/
body.template-collection .fancybox-quickview .fancybox-close {
  right: 15px; }

.product #breadcrumb {
  padding: 9px 28px 9px;
  position: static;
  font-weight: 400; }
  @media screen and (max-width: 1023px) {
    .product #breadcrumb {
      text-align: center;
      padding: 5px 0; } }
  .product #breadcrumb .homepage-link {
    color: black;
    text-transform: capitalize;
    font-size: 12px;
    font-size: 0.75rem; }
  .product #breadcrumb span {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: capitalize;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .product #breadcrumb span {
        font-size: 12px;
        font-size: 0.75rem; } }
    .product #breadcrumb span.separator {
      padding: 0 5px; }

.product-main-image {
  visibility: visible;
  opacity: 1;
  position: static; }
  .product-main-image .product-fancybox img {
    height: 650px !important;
    max-height: 650px !important;
    width: auto !important; }

.product--mobile-header {
  position: relative;
  padding: 12px 15px 12px;
  margin-top: 15px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .product--mobile-header {
      display: none; } }
  .product--mobile-header:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    height: 25px;
    width: 100%;
    opacity: .25;
    background: #8e6262;
    background: -moz-linear-gradient(top, #d9d9d9 0%, white 100%);
    background: -webkit-linear-gradient(top, #d9d9d9 0%, white 100%);
    background: linear-gradient(to bottom, #d9d9d9 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 ); }
  .product--mobile-header .mobile-header--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .product--mobile-header .product-title {
    color: black;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.06667em;
    letter-spacing: 0;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .product--mobile-header .money {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }
  .product--mobile-header .add {
    margin-left: 40px;
    max-width: 92px;
    padding: 6px 8px;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667em;
    white-space: normal; }
  .product--mobile-header .add[disabled] {
    font-size: 8px;
    font-size: 0.5rem; }
  .product--mobile-header .errors {
    width: 100%; }

#shopify-section-product-template {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    #shopify-section-product-template {
      margin-top: 0px; } }

.row.product-details--top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .row.product-details--top {
      margin: 0 auto 72px; } }

.product #content h1 {
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.06667em;
  letter-spacing: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .product #content h1 {
      display: none; } }
  @media screen and (min-width: 768px) {
    .product #content h1 {
      max-width: 100%;
      margin-bottom: 20px;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.54545em;
      letter-spacing: 0;
      text-align: left; } }

/* Product Images Snippet
 * ---------------------------------------------- */
/*MOBILE PRODUCT PHOTOS */
@media screen and (min-width: 768px) {
  .mobile-product-photos--wrapper {
    display: none; } }

#mobile-product-photos {
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #mobile-product-photos {
      display: none; } }
  #mobile-product-photos .owl-nav {
    display: block; }
    #mobile-product-photos .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      outline: none; }
      #mobile-product-photos .owl-nav button.disabled {
        opacity: .3; }
    #mobile-product-photos .owl-nav svg {
      width: 18px; }
      @media screen and (min-width: 768px) {
        #mobile-product-photos .owl-nav svg {
          width: 20px; } }
  #mobile-product-photos .owl-prev {
    left: 20px; }
  #mobile-product-photos .owl-next {
    right: 20px; }
  #mobile-product-photos .owl-next:before {
    display: none; }
  #mobile-product-photos .owl-prev:before {
    display: none; }
  #mobile-product-photos .owl-item .video-wrapper {
    padding-bottom: 100%; }
  #mobile-product-photos .owl-item img {
    margin: 0 auto; }

/* PRODUCT PHOTOS (Desktop Photos) */
#product-photos {
  width: 63.40741%; }
  @media screen and (max-width: 767px) {
    #product-photos {
      display: none; } }
  #product-photos .product-video .video-wrapper {
    padding: 0 0 100% 0; }

.product-main-images {
  width: 84.57944%; }

.product-fancybox {
  outline: none;
  border: none; }

#thumbnail-gallery {
  position: relative; }
  #thumbnail-gallery .product-thumbnail {
    cursor: pointer;
    display: inline-block;
    outline: none;
    width: 100%;
    opacity: .5;
    position: relative; }
    #thumbnail-gallery .product-thumbnail.selected, #thumbnail-gallery .product-thumbnail:hover {
      opacity: 1; }
  #thumbnail-gallery .play-button-text {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 8px;
    font-size: 0.5rem;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 3; }
  #thumbnail-gallery .play-button-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 30px; }

.product__image {
  max-width: 600px; }

#product-price {
  border-bottom: none;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #product-price {
      display: none; } }
  @media screen and (min-width: 768px) {
    #product-price {
      font-size: 18px;
      font-size: 1.125rem;
      text-align: left; } }
  #product-price.has-compare-price .product-price {
    color: black; }
  #product-price.has-compare-price .was {
    color: #d5d5d5; }

#product-description form {
  padding-top: 0;
  border-top: none;
  border-bottom: none; }

@media screen and (max-width: 767px) {
  #product-right {
    width: 100%;
    margin: 0 auto; } }

/* Product Form Snippet
 * ---------------------------------------------- */
.swatch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px; }
  .swatch .swatch-header {
    width: 100%;
    margin-bottom: 14px; }
  .swatch h5,
  .swatch .current-option {
    display: inline;
    color: black;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .swatch h5,
      .swatch .current-option {
        font-size: 16px;
        font-size: 1rem; } }
  .swatch h5 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400; }
  .swatch .current-option {
    margin-left: .5em;
    font-weight: 700; }
  .swatch.size {
    width: calc(100% + 5px ); }
    .swatch.size .swatch-element.short-label label {
      width: 46px; }
    .swatch.size .swatch-element.long-label label {
      width: 97px; }
  .swatch .swatch-element {
    display: inline-block;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
    position: relative; }
    .swatch .swatch-element input {
      display: none; }
    .swatch .swatch-element > label {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      position: relative;
      min-width: 44px;
      height: 37px;
      margin: 0 5px 5px 0;
      padding: 0;
      border: solid 1px black;
      color: black;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em;
      letter-spacing: 0.025em;
      font-weight: 700;
      line-height: 37px;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap; }
    .swatch .swatch-element label:hover,
    .swatch .swatch-element input:checked + label {
      background-color: black;
      border-color: black;
      color: white; }
  .swatch .swatch-element.soldout label,
  .swatch .swatch-element.soldout label:hover,
  .swatch .swatch-element.soldout input:checked + label {
    background-color: white;
    border-color: #e6e6e6;
    color: #5b5b5b; }
  .swatch .swatch-element.color > label {
    position: relative;
    width: 30px;
    height: 30px;
    min-width: 0;
    border: solid 2px white;
    border-radius: 50%;
    background-color: #e6e6e6;
    margin-right: 16px;
    margin-bottom: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .swatch .swatch-element.color > label:after {
      content: '';
      display: block;
      position: absolute;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      left: -4px;
      top: -4px;
      border: solid 2px transparent; }
  .swatch .swatch-element.color label:hover {
    border-color: white;
    background-color: inherit;
    box-shadow: none; }
    .swatch .swatch-element.color label:hover:after {
      border-color: black; }
  .swatch .swatch-element.color input:checked + label {
    border-color: white;
    background-color: none;
    box-shadow: none; }
    .swatch .swatch-element.color input:checked + label:after {
      border-color: black; }
  .swatch .swatch-element.color[data-swatch-value="White"] label,
  .swatch .swatch-element.color[data-swatch-value="white"] label {
    border-color: rgba(227, 227, 227, 0.65); }
  .swatch .crossed-out {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .swatch .swatch-element.soldout .crossed-out {
    display: block; }
  .swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px; }
    .swatch.error p {
      margin: 0.7em 0; }
    .swatch.error p:first-child {
      margin-top: 0; }
    .swatch.error p:last-child {
      margin-bottom: 0; }
    .swatch.error code {
      font-family: monospace; }
  .swatch .tooltip {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    z-index: 10000;
    margin-bottom: 15px;
    padding: 4px 6px;
    background: black;
    /* Make it invisible by default */
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
    /* Animations */
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: opacity .25s ease-out, transform .25s ease-out;
    -moz-transition: opacity .25s ease-out, transform .25s ease-out;
    -ms-transition: opacity .25s ease-out, transform .25s ease-out;
    -o-transition: opacity .25s ease-out, transform .25s ease-out;
    transition: opacity .25s ease-out, transform .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }
    .swatch .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .swatch .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid black 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -10px;
      position: absolute;
      width: 0; }
  @media screen and (min-width: 1024px) {
    .swatch .swatch-element:hover .tooltip {
      filter: alpha(opacity=100);
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 0px);
      -moz-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      -o-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); } }

#product-add {
  margin-top: 0; }

input.add {
  width: 100%;
  margin-top: 0;
  background: #d54d4d;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }
  input.add:hover {
    background: black; }

.custom-message {
  margin-bottom: 20px; }
  .custom-message label .required {
    color: #df280a;
    font-size: 16px; }
  .custom-message input.custom-message-input {
    margin-bottom: 0; }
    .custom-message input.custom-message-input.field-required {
      background: #faebe7 !important;
      border: 1px dashed #eb340a !important; }
  .custom-message .custom-message-status-bar {
    align-items: center;
    display: flex;
    font-size: 11px;
    justify-content: space-between; }
    .custom-message .custom-message-status-bar .error-msg {
      color: #df280a;
      font-weight: bold; }
    .custom-message .custom-message-status-bar .character-status {
      flex: 1 0;
      text-align: right; }
      .custom-message .custom-message-status-bar .character-status .character-remaining-count {
        font-weight: bold; }

.custom-msg {
  color: #eb0b0b; }

/* Free Shipping
 * ---------------------------------------------- */
#free-shipping--accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px; }
  #free-shipping--accordion dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer; }
    #free-shipping--accordion dt > svg {
      width: 21px;
      height: 21px;
      margin-right: 5px; }
      @media screen and (min-width: 768px) {
        #free-shipping--accordion dt > svg {
          width: 36px;
          height: 36px;
          margin-right: 12px; } }
      #free-shipping--accordion dt > svg * {
        fill: black; }
    #free-shipping--accordion dt h3 {
      margin-top: 3px;
      color: black;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1em;
      letter-spacing: 0;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        #free-shipping--accordion dt h3 {
          margin-top: 5px;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1em;
          letter-spacing: 0; } }
    #free-shipping--accordion dt .opener {
      margin-left: auto; }
      #free-shipping--accordion dt .opener svg {
        width: 10px;
        height: 10px;
        transition: transform .25s ease;
        transform-origin: center; }
        #free-shipping--accordion dt .opener svg * {
          fill: black; }
  #free-shipping--accordion dt.open .opener svg {
    transform: rotate(180deg); }
  #free-shipping--accordion dd {
    display: none;
    margin-top: 16px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      #free-shipping--accordion dd {
        padding-right: 24px; } }
    #free-shipping--accordion dd p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5625em;
      letter-spacing: 0.025em; }

/* Big Product Description Area
 * ---------------------------------------------- */
.product--big-description {
  background: #f6f6f6;
  padding: 32px 0; }
  @media screen and (max-width: 767px) {
    .product--big-description .description--header {
      width: 100%;
      margin: 0;
      padding: 0; } }
  .product--big-description h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #aeaeae;
    color: #2E6BA1;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1em;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase; }
  .product--big-description .rte {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125em;
    letter-spacing: 0.023em; }
    .product--big-description .rte p {
      margin: 1em 0 0;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3125em;
      letter-spacing: 0.023em; }
    .product--big-description .rte b, .product--big-description .rte strong {
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400; }
    .product--big-description .rte ul {
      margin: 1em 0 0; }
  .product--big-description table {
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .product--big-description table {
        margin-top: 0; } }
    .product--big-description table th, .product--big-description table td {
      padding: 1em 1.5em;
      width: 50%;
      border: solid 1px #979797;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.28571em;
      letter-spacing: 0.023em;
      text-align: left; }
    .product--big-description table th {
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      text-transform: uppercase; }

/* Product Campaign Video
 * ---------------------------------------------- */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9); }

.product-details--campaign-video {
  position: relative;
  z-index: 1; }

.product-details--video-caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  text-transform: uppercase; }
  .product-details--video-caption h3 {
    margin-bottom: 12px;
    color: inherit;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 0.02em;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 768px) {
      .product-details--video-caption h3 {
        margin-bottom: 8px;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.9em;
        letter-spacing: 0.4em; } }
  .product-details--video-caption h2 {
    color: inherit;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 768px) {
      .product-details--video-caption h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.36667em;
        letter-spacing: 0.25em; } }
  .product-details--video-caption .play-btn {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: 4px;
    background: none;
    color: white;
    font-weight: 700;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1em;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 1024px) {
      .product-details--video-caption .play-btn {
        margin-top: 20px;
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1em;
        letter-spacing: 0.2em; } }
    .product-details--video-caption .play-btn span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .product-details--video-caption .play-btn:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: -1;
      width: 61px;
      height: 61px;
      transform: translate(-50%, -50%) rotate(45deg);
      border: solid 2px white;
      transition: all .25s ease-out; }
      @media screen and (min-width: 1024px) {
        .product-details--video-caption .play-btn:before {
          width: 73px;
          height: 73px; } }
    .product-details--video-caption .play-btn:hover {
      color: black; }
      .product-details--video-caption .play-btn:hover:before {
        background-color: white; }

.campaign-video--image img {
  width: 100%;
  max-width: none; }

#campaign-video {
  width: 100%;
  max-width: 800px;
  padding: 0; }

#recently-viewed-products--wrapper {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 35px;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    #recently-viewed-products--wrapper {
      padding-top: 47px;
      padding-bottom: 65px; } }
  #recently-viewed-products--wrapper .price > div {
    display: inline; }
  #recently-viewed-products--wrapper .price .onsale {
    color: #d5d5d5; }
  #recently-viewed-products--wrapper .price .was {
    color: black; }

/* Product Page Scss Start */
body.template-product {
  /* Product Form Scss Start */
  /* Product Form Scss End */ }
  body.template-product #breadcrumb {
    display: block;
    position: static;
    top: 18px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    max-width: 1170px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.71429em;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto;
    z-index: 30; }
    @media screen and (max-width: 767px) {
      body.template-product #breadcrumb {
        width: 100vw;
        padding: 5px 15px;
        text-align: left; } }
    body.template-product #breadcrumb .homepage-link, body.template-product #breadcrumb a {
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem; }
    body.template-product #breadcrumb .page-title, body.template-product #breadcrumb span {
      font-weight: 400;
      font-size: 12px;
      font-size: 0.75rem; }
  @media screen and (max-width: 1023px) {
    body.template-product #shopify-section-product-template {
      margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    body.template-product #shopify-section-product-template .row.product-details--top {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.template-product #shopify-section-product-template .row.product-details--top {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    body.template-product #shopify-section-product-template .product--mobile-header {
      margin-top: 0px;
      padding-top: 0px; } }
  body.template-product #shopify-section-product-template .product--mobile-header .header-text {
    width: 100%; }
    body.template-product #shopify-section-product-template .product--mobile-header .header-text .title-wrapper {
      width: 100%;
      display: flex; }
      @media screen and (max-width: 767px) {
        body.template-product #shopify-section-product-template .product--mobile-header .header-text .title-wrapper {
          margin-top: 6px; } }
      body.template-product #shopify-section-product-template .product--mobile-header .header-text .title-wrapper #product-price--mobile {
        width: 50%; }
      body.template-product #shopify-section-product-template .product--mobile-header .header-text .title-wrapper .sku {
        width: 50%;
        display: block;
        text-align: right; }
        body.template-product #shopify-section-product-template .product--mobile-header .header-text .title-wrapper .sku .variant_sku {
          font-size: 12px;
          font-size: 0.75rem; }
    @media screen and (max-width: 767px) {
      body.template-product #shopify-section-product-template .product--mobile-header .header-text .product-title-content {
        width: 75%;
        display: block;
        text-transform: capitalize;
        font-size: 21px;
        font-size: 1.3125rem; } }
  @media screen and (max-width: 767px) {
    body.template-product #shopify-section-product-template .product--mobile-header:after {
      position: static; } }
  @media screen and (max-width: 767px) {
    body.template-product #shopify-section-product-template #mobile-product-photos {
      margin-bottom: 0px;
      padding: 0px 15px; } }
  body.template-product #shopify-section-product-template #mobile-product-photos .slick-dots {
    text-align: center;
    margin-top: 5px; }
    body.template-product #shopify-section-product-template #mobile-product-photos .slick-dots .slick-active button {
      background: #2e6ba1;
      border: 1px solid #2e6ba1;
      border-radius: 50px;
      outline: none; }
    body.template-product #shopify-section-product-template #mobile-product-photos .slick-dots li {
      list-style: none;
      display: inline-block; }
      body.template-product #shopify-section-product-template #mobile-product-photos .slick-dots li button {
        font-size: 0px;
        font-size: 0rem;
        margin-right: 12px;
        width: 12px;
        height: 12px;
        display: block;
        padding: 0px;
        border-radius: 50px;
        background: transparent;
        border: 1px solid #757575;
        outline: none; }
      body.template-product #shopify-section-product-template #mobile-product-photos .slick-dots li:last-child button {
        margin-right: 0px; }
  body.template-product .product-car .prod-image a {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    body.template-product .product-car .prod-image a img {
      max-height: 372px;
      width: auto;
      height: 180px;
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  body.template-product #thumbnail-gallery[data-slider-type="bottom"] {
    width: 100%; }
    body.template-product #thumbnail-gallery[data-slider-type="bottom"] .thumbnail-slider {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      body.template-product #thumbnail-gallery[data-slider-type="bottom"] .thumbnail-slider .product-thumbnail {
        min-height: 100px;
        max-width: 100px;
        width: 100%;
        margin-top: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    body.template-product #product-photos {
      width: 50%; } }
  body.template-product #product-photos .product-main-images {
    width: 100%; }
  body.template-product #product-photos #thumbnail-gallery {
    margin-top: 10px; }
    body.template-product #product-photos #thumbnail-gallery .thumbnail-slider .slick-slide {
      outline: none; }
      body.template-product #product-photos #thumbnail-gallery .thumbnail-slider .slick-slide .product-thumbnail {
        display: inline-block;
        padding: 5px;
        opacity: 1;
        transition: all 300ms ease; }
  body.template-product #product-right {
    padding-left: 9px;
    margin-top: 12px; }
    @media screen and (max-width: 1023px) {
      body.template-product #product-right {
        padding-left: 0px;
        margin-top: 0px; } }
    body.template-product #product-right #product-add {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top: 22px; }
      @media screen and (max-width: 767px) {
        body.template-product #product-right #product-add {
          display: block;
          margin-top: 10px; } }
      body.template-product #product-right #product-add .quanity-select {
        width: unset;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.template-product #product-right #product-add .quanity-select {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          body.template-product #product-right #product-add .quanity-select {
            width: 100%; } }
        body.template-product #product-right #product-add .quanity-select label {
          margin-right: 0;
          font-size: 13px;
          font-size: 0.8125rem;
          font-family: futura-pt-bold, sans-serif;
          font-weight: 400; }
          @media screen and (max-width: 767px) {
            body.template-product #product-right #product-add .quanity-select label {
              margin-top: 0px; } }
        body.template-product #product-right #product-add .quanity-select .js-qty {
          margin: 0 24px; }
          body.template-product #product-right #product-add .quanity-select .js-qty .js-qty__num {
            width: 31px;
            height: 31px; }
          body.template-product #product-right #product-add .quanity-select .js-qty .js-qty__adjust--minus, body.template-product #product-right #product-add .quanity-select .js-qty .js-qty__adjust--plus {
            display: none; }
      body.template-product #product-right #product-add .AddtoCart {
        height: 40px;
        line-height: 40px;
        width: 72%;
        letter-spacing: 0px;
        margin: 0; }
        @media screen and (max-width: 767px) {
          body.template-product #product-right #product-add .AddtoCart {
            width: 100%;
            margin-top: 17px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          body.template-product #product-right #product-add .AddtoCart {
            width: 100%; } }
    body.template-product #product-right #note-div {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 4px; }
      body.template-product #product-right #note-div p {
        margin-bottom: 0;
        line-height: 19px; }
      body.template-product #product-right #note-div .note-title {
        color: #eb0b0b;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700; }
    body.template-product #product-right .select {
      width: 100%;
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        body.template-product #product-right .select {
          margin-top: 17px; } }
      body.template-product #product-right .select .selector-wrapper {
        display: flex;
        padding-right: 22px;
        margin-bottom: 6px; }
        @media screen and (max-width: 1023px) {
          body.template-product #product-right .select .selector-wrapper {
            padding-right: 0px;
            width: 100%; } }
        body.template-product #product-right .select .selector-wrapper label {
          width: 16%;
          text-align: right;
          padding-right: 0;
          margin-top: 8px;
          font-weight: 700;
          letter-spacing: 0.5px;
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            body.template-product #product-right .select .selector-wrapper label {
              width: 50%; } }
          body.template-product #product-right .select .selector-wrapper label:after {
            content: "*";
            width: 5px;
            height: 5px;
            color: #d54d4d;
            padding-left: 5px; }
        body.template-product #product-right .select .selector-wrapper .single-option-selector {
          padding: 0px 15px;
          border-radius: 0px;
          min-width: 250px;
          height: 32px;
          font-weight: 700;
          border: 1px solid black;
          margin-left: 16px; }
          @media screen and (max-width: 767px) {
            body.template-product #product-right .select .selector-wrapper .single-option-selector {
              width: 50%;
              min-width: 175px;
              margin-left: 40px; } }
    body.template-product #product-right .product-price-sku {
      max-width: 100%%;
      width: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        body.template-product #product-right .product-price-sku {
          max-width: 100%; } }
      body.template-product #product-right .product-price-sku #product-price {
        margin: 0px;
        width: 50%;
        float: left; }
      body.template-product #product-right .product-price-sku .sku {
        float: left;
        width: 50%;
        text-align: right;
        font-weight: 400;
        color: #616365;
        font-size: 12px;
        font-size: 0.75rem; }
        @media screen and (max-width: 767px) {
          body.template-product #product-right .product-price-sku .sku {
            display: none; } }
    body.template-product #product-right #product-description .product-desc {
      padding-right: 10px;
      padding-left: 2px;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        body.template-product #product-right #product-description .product-desc {
          max-width: 100%; } }
      body.template-product #product-right #product-description .product-desc p {
        word-spacing: -2px;
        padding: 0px;
        font-size: 16px;
        font-size: 1rem;
        margin-top: 5px;
        line-height: 21px; }
        @media screen and (max-width: 767px) {
          body.template-product #product-right #product-description .product-desc p {
            font-size: 14px;
            font-size: 0.875rem; } }
    body.template-product #product-right #product-description .desc {
      padding: 8px 0;
      margin-top: 22px; }
      body.template-product #product-right #product-description .desc .product-share-icons .share-text {
        vertical-align: top;
        margin-right: 16px;
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400; }
      body.template-product #product-right #product-description .desc .product-share-icons a {
        margin-right: 9px; }
        body.template-product #product-right #product-description .desc .product-share-icons a:hover {
          text-decoration: none; }
    body.template-product #product-right #product-description .product-title-content {
      font-size: 23px;
      font-size: 1.4375rem;
      text-transform: capitalize;
      word-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body.template-product .product-description--area {
      padding-top: 24px;
      padding-bottom: 9px; } }
  @media screen and (max-width: 767px) {
    body.template-product .product-description--area h3 {
      font-size: 26px;
      font-size: 1.625rem; } }
  @media screen and (max-width: 767px) {
    body.template-product .product-description--area .row {
      padding-right: 0px;
      padding-left: 0px; } }
  body.template-product .product-description--area hr {
    margin: 0px; }
  body.template-product .product-description--area .product-description--left {
    width: 100%; }
    body.template-product .product-description--area .product-description--left .main-wrapper {
      width: 100%;
      display: flex;
      margin-top: 23px; }
      @media screen and (max-width: 767px) {
        body.template-product .product-description--area .product-description--left .main-wrapper {
          display: inline-block; } }
      body.template-product .product-description--area .product-description--left .main-wrapper .left-section, body.template-product .product-description--area .product-description--left .main-wrapper .right-section {
        width: 50%; }
        @media screen and (max-width: 767px) {
          body.template-product .product-description--area .product-description--left .main-wrapper .left-section, body.template-product .product-description--area .product-description--left .main-wrapper .right-section {
            width: 100%; } }
      body.template-product .product-description--area .product-description--left .main-wrapper .left-section {
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.4px; }
        body.template-product .product-description--area .product-description--left .main-wrapper .left-section p {
          font-size: 15px;
          font-size: 0.9375rem;
          margin-top: 4px;
          letter-spacing: 0.4px;
          font-weight: 400;
          line-height: 1.4; }
          @media screen and (max-width: 767px) {
            body.template-product .product-description--area .product-description--left .main-wrapper .left-section p {
              text-align: left;
              margin-top: 0px; } }
        body.template-product .product-description--area .product-description--left .main-wrapper .left-section b, body.template-product .product-description--area .product-description--left .main-wrapper .left-section strong {
          font-family: futura-pt-bold, sans-serif;
          font-weight: 400; }
        body.template-product .product-description--area .product-description--left .main-wrapper .left-section span {
          margin-top: 25px;
          display: block;
          font-size: 17px;
          text-transform: capitalize;
          letter-spacing: 1px; }
          @media screen and (max-width: 767px) {
            body.template-product .product-description--area .product-description--left .main-wrapper .left-section span {
              text-align: left; } }
        body.template-product .product-description--area .product-description--left .main-wrapper .left-section ul {
          margin-top: 23px;
          padding-left: 43px;
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            body.template-product .product-description--area .product-description--left .main-wrapper .left-section ul {
              margin-top: 38px;
              padding-left: 11px;
              margin-bottom: 22px; } }
          body.template-product .product-description--area .product-description--left .main-wrapper .left-section ul li {
            display: block;
            font-weight: 100;
            letter-spacing: 0.3px;
            line-height: 1.7; }
            @media screen and (max-width: 767px) {
              body.template-product .product-description--area .product-description--left .main-wrapper .left-section ul li {
                line-height: 2; } }
  body.template-product .product-description--area .product-description-content .right-section table {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    float: right; }
    @media screen and (max-width: 767px) {
      body.template-product .product-description--area .product-description-content .right-section table {
        width: 100%;
        margin-top: 29px; } }
    body.template-product .product-description--area .product-description-content .right-section table td, body.template-product .product-description--area .product-description-content .right-section table th {
      font-weight: 400;
      border: 1px solid black;
      padding: 11px 35px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        body.template-product .product-description--area .product-description-content .right-section table td, body.template-product .product-description--area .product-description-content .right-section table th {
          padding: 10px 20px;
          text-align: left; } }
      body.template-product .product-description--area .product-description-content .right-section table td:nth-child(1), body.template-product .product-description--area .product-description-content .right-section table th:nth-child(1) {
        text-transform: uppercase; }
  body.template-product #recently-viewed-products--wrapper {
    padding-top: 38px; }
    @media screen and (max-width: 767px) {
      body.template-product #recently-viewed-products--wrapper .row {
        padding-left: 0px;
        padding-right: 0px; } }
    @media screen and (max-width: 767px) {
      body.template-product #recently-viewed-products--wrapper .row .section-heading {
        max-width: 100%; } }
    body.template-product #recently-viewed-products--wrapper .owl-prev .product-carousel--prev {
      display: none; }
    body.template-product #recently-viewed-products--wrapper .owl-next .product-carousel--next {
      display: none; }
    body.template-product #recently-viewed-products--wrapper #recently-viewed-products {
      margin-top: 17px; }
      body.template-product #recently-viewed-products--wrapper #recently-viewed-products #recently-product-baby-basta-apricot .prod-image a {
        width: 92%;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          body.template-product #recently-viewed-products--wrapper #recently-viewed-products #recently-product-baby-basta-apricot .prod-image a {
            width: 100%; } }

/* Product Page Scss End */
/*product slider start*/
#thumbnail-gallery .slick-track {
  /*width:100% !important;
  display:inline-block;*/ }

/*product slider end*/
#content #cross-sell {
  margin: 40px 0; }
  #content #cross-sell h3.crosssell-title {
    margin: 25px 0 12px;
    text-transform: uppercase;
    color: #2e6ba1;
    font-size: 24px;
    font-size: 1.5rem; }
  #content #cross-sell .cross-sell.xs-v2 .xs-card .xs-card-body .xs-product-title {
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    letter-spacing: 0px; }
  #content #cross-sell .cross-sell.xs-v2 .xs-card .xs-card-body .xs-price {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375em;
    letter-spacing: 0;
    color: black; }

.zoomContainer {
  z-index: 5 !important; }

#cross-sell .xs-image {
  max-height: 372px;
  width: auto;
  height: 180px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }
#cross-sell .xs-card-body a {
  display: block; }

/*  QUICKVIEW : Core Styles
 * ---------------------------------------------- */
.fancybox-quickview {
  position: fixed !important;
  width: 960px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: none; }
  .fancybox-quickview + .fancybox-overlay {
    display: none; }
  .fancybox-quickview .fancybox-inner {
    max-width: 960px;
    width: 100% !important; }
  @media screen and (min-width: 1024px) {
    .fancybox-quickview {
      display: block; }
      .fancybox-quickview + .fancybox-overlay {
        display: block; } }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.7); }

#product-quick-view {
  padding: 40px 40px 40px 20px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%; }
  #product-quick-view h3 {
    color: black;
    font-size: 23px;
    font-size: 1.4375rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  #product-quick-view .custom-message {
    clear: both; }
  #product-quick-view .product-navigation,
  #product-quick-view .product-price-sku,
  #product-quick-view .product-desc {
    display: none; }
  #product-quick-view #shopify-section-product-template {
    margin-top: 0; }
    #product-quick-view #shopify-section-product-template .product-details--top {
      width: 100%;
      margin: 0;
      padding: 20px 0 40px; }
    #product-quick-view #shopify-section-product-template #product-photos .react-badge {
      position: absolute;
      right: 0;
      top: 50px; }
    #product-quick-view #shopify-section-product-template #product-photos .product-main-images {
      position: relative;
      top: 50px; }
    #product-quick-view #shopify-section-product-template #product-photos #thumbnail-gallery .bx-viewport {
      height: 311px !important; }
    #product-quick-view #shopify-section-product-template #product-right {
      margin-top: 20px; }
      #product-quick-view #shopify-section-product-template #product-right #product-description {
        width: 100%;
        padding: 0;
        border: none; }
        #product-quick-view #shopify-section-product-template #product-right #product-description #product-price {
          margin-bottom: 10px; }
        #product-quick-view #shopify-section-product-template #product-right #product-description h1 {
          font-weight: 700;
          line-height: 1.375em;
          letter-spacing: 0;
          font-size: 16px;
          font-size: 1rem;
          font-size: 20px;
          font-size: 1.25rem;
          font-family: futura-pt-bold, sans-serif;
          font-weight: 400;
          color: black;
          text-transform: uppercase;
          letter-spacing: 0.04em; }
        #product-quick-view #shopify-section-product-template #product-right #product-description h2 {
          display: none; }
        #product-quick-view #shopify-section-product-template #product-right #product-description .desc {
          border: none;
          padding: 0;
          margin: 0; }
        #product-quick-view #shopify-section-product-template #product-right #product-description #AddToCartForm .swatch.size {
          width: calc(100% + 5px ); }
          #product-quick-view #shopify-section-product-template #product-right #product-description #AddToCartForm .swatch.size .swatch-element.short-label label {
            width: 46px; }
          #product-quick-view #shopify-section-product-template #product-right #product-description #AddToCartForm .swatch.size .swatch-element.long-label label {
            width: 97px; }
        #product-quick-view #shopify-section-product-template #product-right #product-description a.full-click {
          font-family: futura-pt-bold, sans-serif;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: black;
          text-decoration: underline;
          transition: color 0.25s ease-in-out; }
          #product-quick-view #shopify-section-product-template #product-right #product-description a.full-click:hover {
            color: black; }

body.cart #content {
  max-width: 1200px;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px; }
  @media screen and (min-width: 768px) {
    body.cart #content {
      padding-top: 100px; } }
body.cart #breadcrumb {
  display: none; }
  @media screen and (min-width: 768px) {
    body.cart #breadcrumb {
      display: inherit; } }

#shopping-cart h2 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  line-height: 1.19048em;
  letter-spacing: 0em;
  font-size: 42px;
  font-size: 2.625rem;
  color: black;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    #shopping-cart h2 {
      font-size: 24px;
      font-size: 1.5rem; } }
#shopping-cart #cartform {
  margin-top: 50px; }
  #shopping-cart #cartform table {
    width: 100%;
    border-collapse: collapse; }
    @media screen and (max-width: 767px) {
      #shopping-cart #cartform table thead {
        display: none; } }
    #shopping-cart #cartform table thead th {
      padding: 0; }
      @media screen and (min-width: 768px) {
        #shopping-cart #cartform table thead th {
          padding: 10px;
          border-bottom: solid 1px rgba(227, 227, 227, 0.65); } }
      #shopping-cart #cartform table thead th label {
        color: black;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 0.77778em;
        letter-spacing: 0.025em;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        text-transform: uppercase; }
      #shopping-cart #cartform table thead th.cart-remove {
        text-align: center; }
        #shopping-cart #cartform table thead th.cart-remove label {
          display: none; }
      #shopping-cart #cartform table thead th.title-product {
        text-align: left; }
      #shopping-cart #cartform table thead th.title-qty {
        text-align: center; }
    #shopping-cart #cartform table tbody tr {
      position: relative; }
      @media screen and (min-width: 768px) {
        #shopping-cart #cartform table tbody tr {
          border-bottom: solid 1px rgba(227, 227, 227, 0.65); } }
      @media screen and (max-width: 767px) {
        #shopping-cart #cartform table tbody tr {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          padding-bottom: 20px;
          border-bottom: solid 1px rgba(227, 227, 227, 0.65); } }
      #shopping-cart #cartform table tbody tr td {
        padding: 35px; }
        #shopping-cart #cartform table tbody tr td.cart-item {
          padding: 35px 0; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform table tbody tr td {
            border-bottom: none;
            padding: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #shopping-cart #cartform table tbody tr td {
            padding: 10px; } }
        #shopping-cart #cartform table tbody tr td.cart-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding-left: 0; }
          @media screen and (max-width: 767px) {
            #shopping-cart #cartform table tbody tr td.cart-item {
              -webkit-box-pack: justify;
              -moz-box-pack: justify;
              -ms-flex-pack: justify;
              -webkit-justify-content: space-between;
              justify-content: space-between;
              width: 100%;
              border-bottom: none; } }
          @media screen and (min-width: 768px) {
            #shopping-cart #cartform table tbody tr td.cart-item {
              -webkit-box-pack: start;
              -moz-box-pack: start;
              -ms-flex-pack: start;
              -webkit-justify-content: flex-start;
              justify-content: flex-start; } }
          #shopping-cart #cartform table tbody tr td.cart-item .cart-title {
            color: black;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 1.28571em;
            letter-spacing: 0.025em;
            font-family: futura-pt-bold, sans-serif;
            font-weight: 400;
            text-align: left;
            width: 90%; }
            @media screen and (min-width: 768px) {
              #shopping-cart #cartform table tbody tr td.cart-item .cart-title {
                font-size: 16px;
                font-size: 1rem;
                width: auto;
                text-align: center; } }
        #shopping-cart #cartform table tbody tr td.cart-remove {
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
            #shopping-cart #cartform table tbody tr td.cart-remove {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-pack: start;
              -moz-box-pack: start;
              -ms-flex-pack: start;
              -webkit-justify-content: flex-start;
              justify-content: flex-start;
              -webkit-box-ordinal-group: 6;
              -moz-box-ordinal-group: 6;
              -webkit-order: 5;
              -ms-flex-order: 5;
              order: 5;
              width: 100%;
              font-size: 9px;
              font-size: 0.5625rem; } }
          #shopping-cart #cartform table tbody tr td.cart-remove a {
            text-decoration: none;
            letter-spacing: 0.5px; }
            @media screen and (max-width: 767px) {
              #shopping-cart #cartform table tbody tr td.cart-remove a {
                margin-left: auto;
                margin-right: auto; } }
            #shopping-cart #cartform table tbody tr td.cart-remove a .remove-text {
              cursor: pointer; }
              @media screen and (max-width: 767px) {
                #shopping-cart #cartform table tbody tr td.cart-remove a .remove-text {
                  font-size: 14px;
                  font-size: 0.875rem; } }
          #shopping-cart #cartform table tbody tr td.cart-remove i.fa {
            display: none; }
      #shopping-cart #cartform table tbody tr .cart-price,
      #shopping-cart #cartform table tbody tr .cart-quantity,
      #shopping-cart #cartform table tbody tr .cart--total-price {
        color: black;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1em;
        letter-spacing: 0.025em; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform table tbody tr .cart-price,
          #shopping-cart #cartform table tbody tr .cart-quantity,
          #shopping-cart #cartform table tbody tr .cart--total-price {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; } }
        @media screen and (min-width: 768px) {
          #shopping-cart #cartform table tbody tr .cart-price,
          #shopping-cart #cartform table tbody tr .cart-quantity,
          #shopping-cart #cartform table tbody tr .cart--total-price {
            font-size: 16px;
            font-size: 1rem; } }
      @media screen and (max-width: 767px) {
        #shopping-cart #cartform table tbody tr .cart-price {
          width: 40%;
          text-align: left;
          padding-left: 15px; } }
      @media screen and (min-width: 768px) {
        #shopping-cart #cartform table tbody tr .cart-price {
          text-align: center; } }
      #shopping-cart #cartform table tbody tr .cart-price > div {
        display: inline; }
      #shopping-cart #cartform table tbody tr .cart-price .onsale {
        color: #d5d5d5; }
      #shopping-cart #cartform table tbody tr .cart-price .was {
        color: black; }
      #shopping-cart #cartform table tbody tr .cart-quantity {
        padding: 0;
        margin-left: auto;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform table tbody tr .cart-quantity {
            width: 20%; } }
        #shopping-cart #cartform table tbody tr .cart-quantity input {
          margin-bottom: 0;
          text-indent: 0;
          text-align: center;
          height: 20px; }
          @media screen and (max-width: 767px) {
            #shopping-cart #cartform table tbody tr .cart-quantity input {
              margin: 10px auto; } }
      #shopping-cart #cartform table tbody tr .cart--total-price {
        margin-left: auto;
        text-align: right; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform table tbody tr .cart--total-price {
            width: 40%;
            padding-right: 15px; } }
        #shopping-cart #cartform table tbody tr .cart--total-price span {
          margin-left: auto; }
        #shopping-cart #cartform table tbody tr .cart--total-price label {
          text-align: right; }
        #shopping-cart #cartform table tbody tr .cart--total-price .message-txt {
          color: #eb0b0b;
          display: inline-block;
          position: absolute;
          margin-top: 35px;
          right: 6%;
          width: 100%;
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            #shopping-cart #cartform table tbody tr .cart--total-price .message-txt {
              right: 0;
              font-size: 13px;
              font-size: 0.8125rem; } }
          @media screen and (max-width: 767px) {
            #shopping-cart #cartform table tbody tr .cart--total-price .message-txt {
              padding-top: 98px;
              right: 0;
              font-size: 11px;
              font-size: 0.6875rem; } }
  #shopping-cart #cartform #basket-right {
    text-align: unset;
    float: none;
    margin: 0; }
    #shopping-cart #cartform #basket-right .total-title {
      color: black;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      letter-spacing: 0px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      margin: 15px 0; }
      #shopping-cart #cartform #basket-right .total-title span {
        padding: 10px;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        min-width: 100px; }
        #shopping-cart #cartform #basket-right .total-title span#cart-page-price {
          text-align: right; }
      @media screen and (max-width: 767px) {
        #shopping-cart #cartform #basket-right .total-title {
          font-size: 15px;
          font-size: 0.9375rem; } }
    #shopping-cart #cartform #basket-right .cart-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      float: right; }
      @media screen and (max-width: 767px) {
        #shopping-cart #cartform #basket-right .cart-btn {
          display: block;
          width: 100%;
          margin-bottom: 15px; } }
      #shopping-cart #cartform #basket-right .cart-btn #update-cart {
        padding: 10px 40px;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 0;
        line-height: 10px;
        width: 100%;
        margin-right: 15px; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform #basket-right .cart-btn #update-cart {
            font-size: 12px;
            font-size: 0.75rem;
            padding: 7px 12px;
            min-width: unset; } }
      #shopping-cart #cartform #basket-right .cart-btn #checkout {
        padding: 10px 40px;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 0;
        width: 100%;
        line-height: 10px;
        margin-top: 5px; }
        @media screen and (max-width: 767px) {
          #shopping-cart #cartform #basket-right .cart-btn #checkout {
            font-size: 12px;
            font-size: 0.75rem;
            padding: 7px 12px;
            min-width: unset; } }
    #shopping-cart #cartform #basket-right #dynamic-checkout-cart .shopify-cleanslate {
      margin-top: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        #shopping-cart #cartform #basket-right #dynamic-checkout-cart .shopify-cleanslate {
          margin-top: 0px; } }
      #shopping-cart #cartform #basket-right #dynamic-checkout-cart .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
#shopping-cart .button#update-cart {
  background-color: black; }
  #shopping-cart .button#update-cart:hover {
    background-color: black; }
#shopping-cart .button#checkout {
  background-color: black; }
  #shopping-cart .button#checkout:hover {
    background-color: black; }
@media (min-width: 741px) {
  #shopping-cart .cart__checkout-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; } }
#shopping-cart .cart__checkout-btn {
  min-width: 150px;
  display: block; }
  @media (min-width: 741px) {
    #shopping-cart .cart__checkout-btn + .cart__checkout-btn {
      margin-left: 10px; } }
@media (max-width: 740px) {
  #shopping-cart .cart__additional-checkout .additional-checkout-button {
    margin-left: 0 !important;
    margin-bottom: 10px;
    display: block;
    width: 100%; }
    #shopping-cart .cart__additional-checkout .additional-checkout-button:last-child {
      margin-bottom: 0; } }
#shopping-cart ._38ksdFFHosgt4hh6EjDuLm {
  width: 100%; }

#CartDrawer ._3TUeZPsTWjDxakSmeDcA4D {
  width: 100%;
  flex-basis: inherit !important;
  margin: 10px 5px !important; }

body.template-account #breadcrumb, body.template-login #breadcrumb {
  display: none; }

.account-header {
  position: relative; }
  @media screen and (max-width: 767px) {
    .account-header {
      margin-top: 28px; } }
  .account-header h1 {
    color: black;
    border-bottom: 0; }
  .account-header .account-title {
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5px; }
    @media screen and (max-width: 767px) {
      .account-header .account-title {
        font-size: 25px;
        font-size: 1.5625rem; } }

#customer-wrapper {
  float: none;
  width: 100%; }
  #customer-wrapper h2 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    line-height: 1.26667em;
    letter-spacing: 0em;
    font-size: 30px;
    font-size: 1.875rem;
    color: black; }
  #customer-wrapper h5 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875em;
    letter-spacing: .025em;
    color: black;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem; }
  #customer-wrapper label {
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0;
    color: #616365; }
  #customer-wrapper input[type="text"],
  #customer-wrapper input[type="email"],
  #customer-wrapper input[type="password"] {
    color: #616365;
    font-family: futura-pt, sans-serif; }
  #customer-wrapper #customer-subscribe {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #customer-wrapper #customer-subscribe input {
        width: auto;
        min-width: unset; } }
    #customer-wrapper #customer-subscribe .subscribe-label {
      display: inline; }
  #customer-wrapper #sign-out {
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    font-size: 13px;
    font-size: 0.8125rem;
    /*position: relative;*/
    padding: 13px 16px;
    /*top: 20px;*/
    background: black;
    color: white;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: inline-block;
    margin-top: 20px; }
    #customer-wrapper #sign-out:hover {
      text-decoration: underline; }
  #customer-wrapper .button {
    background: #d54d4d;
    color: white;
    width: 100%;
    font-size: 16px;
    font-size: 1rem; }
  @media screen and (max-width: 767px) {
    #customer-wrapper #customer-orders {
      margin-top: 50px; } }
  #customer-wrapper #account-msg {
    display: block;
    width: 100%;
    text-align: center; }
    #customer-wrapper #account-msg h3 {
      font-size: 32px;
      font-size: 2rem;
      color: black;
      text-transform: uppercase; }
    #customer-wrapper #account-msg p {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: 1px; }
    #customer-wrapper #account-msg hr {
      margin: 25px 0; }

/*My Account page*/
@media screen and (max-width: 1023px) {
  body.template-account #content {
    padding: 35px 0; } }
body.template-account #account-page #customer-wrapper {
  float: none;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    body.template-account #account-page #customer-wrapper #customer-sidebar {
      width: 40%; } }
  body.template-account #account-page #customer-wrapper #customer-sidebar #customer-detail {
    background: #e6e6e6;
    padding: 25px 15px; }
    body.template-account #account-page #customer-wrapper #customer-sidebar #customer-detail .name {
      text-transform: capitalize; }
    body.template-account #account-page #customer-wrapper #customer-sidebar #customer-detail p {
      font-size: 15px;
      font-size: 0.9375rem;
      padding-bottom: 4px; }

/*Orders Page*/
@media screen and (max-width: 1023px) {
  body.page-orders #content {
    padding: 35px 0; } }
@media screen and (max-width: 1023px) {
  body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive {
    width: 100%;
    overflow-x: auto;
    padding: 0; } }
body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive .track-order {
  text-align: left;
  border: 1px solid #dddddd; }
  body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive .track-order thead {
    background: black; }
    body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive .track-order thead th {
      text-align: left;
      padding: 5px 15px;
      font-size: 14px;
      font-size: 0.875rem;
      border-right: 1px solid #dddddd;
      white-space: nowrap;
      color: white; }
  body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive .track-order tbody tr {
    border-bottom: 1px solid #dddddd; }
  body.page-orders #page-orders #customer-wrapper #customer-orders .account.table-responsive .track-order tbody td {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
    padding: 5px 15px;
    border-right: 1px solid #dddddd;
    white-space: nowrap; }

/* Order Details Page*/
@media screen and (max-width: 1023px) {
  body.template-order #content {
    padding: 35px 0; } }
body.template-order #customer-order-details .section-title h3 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #d54d4d;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
body.template-order #customer-order-details #customer-wrapper .order-table {
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive {
      width: 100%;
      overflow-x: auto; } }
  body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details {
    border: 1px solid #dddddd; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details thead {
      background: black; }
      body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details thead th {
        text-align: left;
        padding: 5px 15px;
        font-size: 14px;
        font-size: 0.875rem;
        border-right: 1px solid #dddddd;
        white-space: nowrap;
        color: white; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details tbody tr {
      border-bottom: 1px solid #dddddd; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details tbody td {
      padding: 5px 10px;
      text-align: left;
      font-size: 14px;
      font-size: 0.875rem;
      border-right: 1px solid #dddddd;
      white-space: nowrap; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details tfoot .order-summary td {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 2px 10px; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details tfoot .order-summary .total {
      text-align: left; }
    body.template-order #customer-order-details #customer-wrapper .order-table .table-responsive #order-details tfoot .order-total td {
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400; }
body.template-order #customer-order-details #customer-wrapper #order-address #order-payment, body.template-order #customer-order-details #customer-wrapper #order-address #order-shipping {
  margin-left: 0px; }
body.template-order #customer-order-details #customer-wrapper #order-address #order-payment .order-section-title, body.template-order #customer-order-details #customer-wrapper #order-address #order-shipping .order-section-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 5px; }
  @media screen and (max-width: 767px) {
    body.template-order #customer-order-details #customer-wrapper #order-address #order-payment .order-section-title, body.template-order #customer-order-details #customer-wrapper #order-address #order-shipping .order-section-title {
      font-size: 20px;
      font-size: 1.25rem; } }
body.template-order #customer-order-details #customer-wrapper #order-address #order-payment p, body.template-order #customer-order-details #customer-wrapper #order-address #order-shipping p {
  font-size: 15px;
  font-size: 0.9375rem; }

/*Address Page*/
@media screen and (max-width: 1023px) {
  body.template-addresses #content {
    padding: 35px 0; } }
body.template-addresses #page-address .button {
  width: auto; }
body.template-addresses #page-address .section-title h3 {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  color: #d54d4d;
  text-transform: uppercase;
  letter-spacing: 1.5px; }
body.template-addresses #page-address #customer-wrapper .address_table .customer_address h4 {
  font-size: 17px;
  font-size: 1.0625rem; }
body.template-addresses #page-address #customer-wrapper .address_table .customer_address p {
  font-size: 17px;
  font-size: 1.0625rem; }
body.template-addresses #page-address #customer-wrapper .address_table .address_actions {
  margin-top: 20px;
  font-weight: 700; }
body.template-addresses #page-address #customer-wrapper .button {
  background: #d54d4d;
  color: white; }

#subpage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-right: 27px;
  margin-left: 27px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 1.3125em;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 1024px) {
    #subpage {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-right: 0px;
      margin-left: 0px; } }
  @media screen and (max-width: 767px) {
    #subpage {
      margin-right: 0px;
      margin-left: 0px; } }
  #subpage div.left-nav {
    margin: 0 0 25px 0; }
    @media screen and (min-width: 1024px) {
      #subpage div.left-nav {
        -webkit-flex-basis: 220px;
        flex-basis: 220px;
        padding-right: 20px; } }
    @media screen and (min-width: 1220px) {
      #subpage div.left-nav {
        -webkit-flex-basis: 300px;
        flex-basis: 300px; } }
    #subpage div.left-nav div.desktop-left-nav {
      display: none; }
      @media screen and (min-width: 1024px) {
        #subpage div.left-nav div.desktop-left-nav {
          display: block; } }
      #subpage div.left-nav div.desktop-left-nav ul > li {
        margin-bottom: 0px; }
        #subpage div.left-nav div.desktop-left-nav ul > li:before {
          content: " ";
          margin-right: 0; }
        #subpage div.left-nav div.desktop-left-nav ul > li a {
          color: black; }
  @media screen and (min-width: 1024px) {
    #subpage .left-nav--categories {
      display: none; } }
  #subpage .left-nav--categories .opener {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background: #616365;
    color: white;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem; }
    #subpage .left-nav--categories .opener svg {
      width: 10px;
      transition: transform .25s ease; }
      #subpage .left-nav--categories .opener svg * {
        fill: white; }
    #subpage .left-nav--categories .opener.is-on svg {
      transform: rotate(-180deg); }
  #subpage .left-nav--categories div.dropdown {
    display: none;
    float: left;
    width: 100%;
    background: #e6e6e6;
    padding: 10px 15px; }
    #subpage .left-nav--categories div.dropdown a {
      float: left;
      width: 100%;
      color: black;
      margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    #subpage div.page-content-field {
      -webkit-flex-basis: 100%;
      flex-basis: 100%; } }
  #subpage div.page-content-field a {
    color: black; }
  #subpage p {
    color: black;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429em;
    letter-spacing: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #subpage p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2.25em;
        letter-spacing: 0; } }
  #subpage h1 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    line-height: 1.19565em;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 2.875rem;
    color: black;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    border-bottom: none; }
    @media screen and (min-width: 768px) {
      #subpage h1 {
        font-size: 30px;
        font-size: 1.875rem; } }
  #subpage h2 {
    color: black;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem; }
    @media screen and (min-width: 768px) {
      #subpage h2 {
        font-size: 22px;
        font-size: 1.375rem; } }
  #subpage h3 {
    color: black;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 768px) {
      #subpage h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
  #subpage h2 + h3 {
    margin-top: 20px; }
  #subpage h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    color: black;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      #subpage h4 {
        font-size: 16px;
        font-size: 1rem; } }
  #subpage h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.41176em;
    letter-spacing: 0;
    color: black;
    margin: 15px 0; }
    @media screen and (min-width: 768px) {
      #subpage h5 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.36em;
        letter-spacing: 0; } }
  #subpage table {
    margin-bottom: 30px; }
  #subpage ul > li {
    list-style: none;
    color: black;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429em;
    letter-spacing: 0; }
    @media screen and (min-width: 768px) {
      #subpage ul > li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2.25em;
        letter-spacing: 0; } }
  #subpage ol > li {
    list-style-type: decimal;
    content: " ";
    padding-bottom: 10px;
    padding-left: 40px; }
    #subpage ol > li:last-child {
      padding-bottom: 0; }
  #subpage table td {
    border: 1px solid #ccc;
    padding: 5px 10px; }
  #subpage table table {
    margin-bottom: 0; }
  #subpage .shipping-guide-chart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 20px 0; }
    @media screen and (min-width: 768px) {
      #subpage .shipping-guide-chart {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    #subpage .shipping-guide-chart .col {
      padding: 20px 30px;
      border: 1px dotted white;
      background: black;
      color: white;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #subpage .shipping-guide-chart .col {
          width: 33%;
          padding: 20px; } }

@media screen and (max-width: 767px) {
  body.page-faq-v1 #breadcrumb {
    position: static;
    padding: 20px; } }

#faq h1 {
  padding: 0;
  margin: 0; }
#faq h4 {
  display: inline-block;
  width: 90%;
  line-height: 2;
  margin: 0; }
#faq h5 {
  margin: 0 0 15px 0; }
#faq p {
  margin: 0; }
#faq .toggle .opener {
  float: right; }
#faq .toggle .opener svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: transform .25s ease;
  transform-origin: center; }
#faq .toggle-title {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }
#faq .toggle-title.active {
  border-bottom: none; }
#faq .toggle-title.active h4 {
  color: black; }
#faq .toggle-title.active svg {
  transform: rotate(180deg); }
#faq .toggle-inner {
  display: none;
  margin: 10px 0; }
#faq .fineprint {
  margin-top: 30px; }
  #faq .fineprint p {
    font-size: 11px; }

#contact-muck td {
  vertical-align: top; }
#contact-muck h4 {
  margin-bottom: 15px; }
#contact-muck h5 {
  margin: 10px 0; }
#contact-muck table h5 {
  margin-top: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: black;
  text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    #contact-muck table h5 {
      font-size: 22px;
      font-size: 1.375rem; } }
#contact-muck h6 {
  color: black;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    #contact-muck h6 {
      font-size: 16px;
      font-size: 1rem; } }
#contact-muck p {
  margin-bottom: 0; }
#contact-muck h5 ~ p {
  color: black;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }
#contact-muck h6 ~ p {
  margin-bottom: 20px; }
#contact-muck hr {
  margin: 25px 0; }
  @media screen and (min-width: 768px) {
    #contact-muck hr {
      margin: 40px 0; } }
@media screen and (max-width: 767px) {
  #contact-muck br {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact-muck br {
    display: none; } }
#contact-muck table td {
  float: left;
  border: none;
  vertical-align: top;
  padding: 0; }
  @media screen and (max-width: 767px) {
    #contact-muck table td {
      float: left;
      width: 100% !important;
      padding: 0 !important;
      margin: 0 !important;
      border-left: none !important;
      height: auto !important; } }
#contact-muck .page-content-field .main-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 28px;
  text-transform: capitalize; }
#contact-muck .page-content-field a {
  font-weight: 700; }
#contact-muck .page-content-field .address-section .contact-section ul li {
  line-height: 1.5; }
#contact-muck .page-content-field .address-section .wrapper {
  margin-bottom: 30px; }
#contact-muck .left-nav .account-sidebar li {
  list-style: none;
  line-height: 1; }

#muck-form {
  margin: 0 -28px 20px;
  background-color: #e6e6e6; }
  @media screen and (min-width: 768px) {
    #muck-form {
      float: right;
      width: 100%;
      margin: 0px 0 50px 0px; } }
  #muck-form h3 {
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    color: black;
    text-transform: capitalize;
    margin: 25px 0 0; }
    @media screen and (min-width: 768px) {
      #muck-form h3 {
        font-size: 22px;
        font-size: 1.375rem; } }
  #muck-form form {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0; }
    @media screen and (min-width: 768px) {
      #muck-form form {
        width: 90%;
        padding: 50px; } }
    #muck-form form .successForm {
      background: #4caf50; }
      #muck-form form .successForm p {
        color: white;
        padding: 5px 20px; }
    #muck-form form label {
      margin-bottom: 5px;
      color: black;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 768px) {
        #muck-form form label {
          font-size: 16px;
          font-size: 1rem; } }
      #muck-form form label .req {
        color: black;
        font-size: 19px; }
    #muck-form form input {
      background: white;
      border-radius: 0; }
    #muck-form form input::placeholder {
      color: transparent;
      opacity: 0; }
    #muck-form form textarea {
      background-color: white;
      border-radius: 0; }
    #muck-form form textarea::-webkit-input-placeholder {
      color: transparent; }
    #muck-form form p.form-phone {
      display: none; }
    #muck-form form p.form-name,
    #muck-form form p.form-email {
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 768px) {
        #muck-form form p.form-name,
        #muck-form form p.form-email {
          width: 49%; } }
    #muck-form form p.form-email {
      margin-left: 1%; }
    #muck-form form p.form-submit {
      text-align: center; }
    #muck-form form input[type="submit"] {
      width: 200px;
      background-color: black; }

#honeywell-updates {
  float: left;
  width: 100%; }
  #honeywell-updates h5 {
    color: black;
    font-size: 17px;
    font-size: 1.0625rem; }
    @media screen and (min-width: 768px) {
      #honeywell-updates h5 {
        font-size: 22px;
        font-size: 1.375rem; } }
  #honeywell-updates div {
    float: left;
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      #honeywell-updates div {
        width: 100%;
        margin: 15px 0; } }
  #honeywell-updates a {
    display: inline-block;
    color: black !important;
    text-transform: uppercase;
    letter-spacing: .1em; }
  #honeywell-updates svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: transform .25s ease;
    transform: rotate(-90deg); }
    #honeywell-updates svg * {
      fill: black; }

@media screen and (max-width: 767px) {
  body.page-sitemap #breadcrumb {
    padding: 0px 15px; } }
body.page-sitemap #content {
  padding: 80px 0px 0px 0px; }
body.page-sitemap #site_map .page-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 20px !important; }
body.page-sitemap #site_map .menus .title_link {
  margin: 20px 0px 10px 0px; }
body.page-sitemap #site_map .menus ul {
  margin-bottom: 20px; }
  body.page-sitemap #site_map .menus ul li {
    list-style: none; }
    @media screen and (max-width: 767px) {
      body.page-sitemap #site_map .menus ul li {
        line-height: 2; } }
body.page-sitemap #site_map .pages_layout {
  padding-left: 0px;
  padding-right: 0px; }

/*  SEARCH : Core Variables
 * ---------------------------------------------- */
/*  GLOBAL : 
 *     - Items not in search.liquid that need adjustment
 * ----------------------------------------------------- */
body.search #breadcrumb {
  display: none; }
body.search #content {
  padding: 0 0 100px; }

/* SEARCH: Page-specific styles for search.liquid
 * ------------------------------------------------- */
#search-template {
  position: relative;
  width: 100%;
  margin: 75px 0 !important;
  float: left;
  display: block;
  /* TITLE + SEARCH BAR : Header content w/ search bar
   * ------------------------------------------------- */
  /* LAYOUT : Overrides for filter / collection styles
   * ------------------------------------------------- */ }
  #search-template #collection-product-wrap {
    margin-top: 50px !important; }
  #search-template .search-title,
  #search-template .bc-sf-search-result-number {
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    color: black;
    position: relative; }
  #search-template .search-title {
    font-size: 32px;
    font-size: 2rem;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  #search-template .bc-sf-search-result-number {
    font-weight: 400; }
    #search-template .bc-sf-search-result-number strong {
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400; }
  #search-template #search-bar {
    position: relative;
    width: calc(100% - ( 10px * 2 ) );
    margin: 0 10px;
    border: none;
    float: none; }
    @media screen and (min-width: 1024px) {
      #search-template #search-bar {
        position: absolute;
        width: 320px;
        top: 13px;
        right: 0; } }
    #search-template #search-bar input#q {
      font-weight: 700;
      line-height: 1.42857em;
      letter-spacing: 0;
      width: 100%;
      border: none;
      font-weight: 700;
      color: black;
      border-bottom: 1px solid #d8d8d8; }
    #search-template #search-bar svg.icon.icon-search {
      width: 16px;
      position: absolute;
      right: 10px;
      top: 8px; }
  #search-template #filter-list-mobile-wrap {
    position: relative;
    margin-top: 0; }
  @media screen and (min-width: 1024px) {
    #search-template .filter-wrap-desktop {
      margin-top: 5px; } }

#map-with-image-content .main-wrapper {
  padding: 47px 0 48px; }
  @media screen and (max-width: 767px) {
    #map-with-image-content .main-wrapper {
      padding: 25px 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #map-with-image-content .main-wrapper {
      padding: 50px 0; } }
  @media screen and (min-width: 1024px) {
    #map-with-image-content .main-wrapper .row {
      width: 84%; } }
  #map-with-image-content .main-wrapper .row .block-wrapper {
    width: 84%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #map-with-image-content .main-wrapper .row .block-wrapper {
        padding-bottom: 30px; } }
    #map-with-image-content .main-wrapper .row .block-wrapper .image-wrap {
      width: 90%;
      margin: 0 auto 20px; }
    #map-with-image-content .main-wrapper .row .block-wrapper .text-wrap a.block_url:hover {
      text-decoration: none; }
    #map-with-image-content .main-wrapper .row .block-wrapper .text-wrap .map-title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 27px;
      font-size: 1.6875rem;
      margin-bottom: 0; }
    #map-with-image-content .main-wrapper .row .block-wrapper .text-wrap .map_text {
      margin-top: 10px;
      margin-bottom: 22px; }
      #map-with-image-content .main-wrapper .row .block-wrapper .text-wrap .map_text p {
        color: black;
        font-size: 16px;
        font-size: 1rem;
        font-family: futura-pt, sans-serif;
        letter-spacing: .02em;
        line-height: 22px;
        margin-bottom: 0; }
    #map-with-image-content .main-wrapper .row .block-wrapper .text-wrap a.learn_more {
      text-transform: uppercase;
      border-bottom: 1px solid #000;
      display: inline-block;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 14px;
      font-size: 0.875rem;
      text-decoration: none; }

#custom-maps {
  padding: 20px 0; }
  #custom-maps .desktop-section {
    position: relative; }
    @media screen and (max-width: 767px) {
      #custom-maps .desktop-section {
        display: none; } }
    #custom-maps .desktop-section .img {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      #custom-maps .desktop-section .img img {
        width: 100%;
        height: auto;
        max-width: 100%; }
      #custom-maps .desktop-section .img .bg-black {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5); }
    #custom-maps .desktop-section .section-wrapper .title {
      font-size: 35px;
      font-size: 2.1875rem;
      color: white;
      font-weight: 700;
      margin-bottom: 55px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #custom-maps .desktop-section .section-wrapper .title {
          font-size: 28px;
          font-size: 1.75rem;
          margin-bottom: 15px; } }
      @media screen and (min-width: 1024px) and (max-width: 1219px) {
        #custom-maps .desktop-section .section-wrapper .title {
          margin-bottom: 25px; } }
    #custom-maps .desktop-section .section-wrapper .img-wrapper {
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #custom-maps .desktop-section .section-wrapper .img-wrapper {
          width: 30%;
          margin: 0 auto 10px; } }
    #custom-maps .desktop-section .section-wrapper .image-with-text-block .img-wrapper {
      max-width: 45%;
      margin: 0 auto 25px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #custom-maps .desktop-section .section-wrapper .image-with-text-block .img-wrapper {
          max-width: 100%; } }
    #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper a:hover {
      text-decoration: none; }
    #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper p {
      font-size: 20px;
      font-size: 1.25rem;
      color: white;
      font-weight: 700;
      max-width: 40%;
      margin: 0 auto;
      line-height: 25px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper p {
          margin-bottom: 0;
          font-size: 14px;
          font-size: 0.875rem;
          max-width: 100%; } }
      @media screen and (min-width: 1024px) and (max-width: 1219px) {
        #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper p {
          margin-bottom: 0;
          font-size: 15px;
          font-size: 0.9375rem;
          max-width: 100%; } }
    #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper .map-link {
      margin-top: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper .map-link {
          margin-top: 10px; } }
      @media screen and (min-width: 1024px) and (max-width: 1219px) {
        #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper .map-link {
          margin-top: 10px; } }
      #custom-maps .desktop-section .section-wrapper .image-with-text-block .txt-wrapper .map-link a {
        display: inline-block;
        color: white;
        text-decoration: underline;
        font-weight: 700;
        font-size: 16px;
        font-size: 1rem; }
  #custom-maps .mobile-view {
    display: none;
    position: relative; }
    @media screen and (max-width: 767px) {
      #custom-maps .mobile-view {
        display: block; } }
    #custom-maps .mobile-view .img {
      position: relative; }
      #custom-maps .mobile-view .img img {
        width: 100%;
        height: auto;
        max-width: 100%; }
      #custom-maps .mobile-view .img .bg-black {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5); }
    #custom-maps .mobile-view .section-wrapper {
      width: 100%; }
      #custom-maps .mobile-view .section-wrapper .title {
        font-size: 28px;
        font-size: 1.75rem;
        color: white;
        font-weight: 700;
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #custom-maps .mobile-view .section-wrapper .title {
            margin-bottom: 10px; } }
        @media screen and (min-width: 1024px) and (max-width: 1219px) {
          #custom-maps .mobile-view .section-wrapper .title {
            margin-bottom: 10px; } }
      #custom-maps .mobile-view .section-wrapper .owl-carousel {
        padding: 0 40px; }
        #custom-maps .mobile-view .section-wrapper .owl-carousel li {
          list-style: none; }
      #custom-maps .mobile-view .section-wrapper .owl-nav {
        display: block; }
        #custom-maps .mobile-view .section-wrapper .owl-nav button {
          position: absolute;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 33.5%;
          outline: none; }
          #custom-maps .mobile-view .section-wrapper .owl-nav button.disabled {
            opacity: .3; }
          #custom-maps .mobile-view .section-wrapper .owl-nav button span {
            display: none; }
        #custom-maps .mobile-view .section-wrapper .owl-nav svg {
          width: 18px; }
          @media screen and (min-width: 768px) {
            #custom-maps .mobile-view .section-wrapper .owl-nav svg {
              width: 20px; } }
      #custom-maps .mobile-view .section-wrapper .owl-prev {
        left: 10px; }
      #custom-maps .mobile-view .section-wrapper .owl-next {
        right: 10px; }
      #custom-maps .mobile-view .section-wrapper .owl-next:before {
        display: block;
        content: '';
        background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/files/right_arrow_copy.svg?v=4148605207650020431);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 40px;
        outline: none; }
        @media screen and (max-width: 767px) {
          #custom-maps .mobile-view .section-wrapper .owl-next:before {
            width: 30px;
            height: 30px; } }
      #custom-maps .mobile-view .section-wrapper .owl-prev:before {
        outline: none;
        display: block;
        content: '';
        background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/files/left_arrow_copy.svg?v=11163073311413279092);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 40px;
        height: 40px; }
        @media screen and (max-width: 767px) {
          #custom-maps .mobile-view .section-wrapper .owl-prev:before {
            width: 30px;
            height: 30px; } }
      #custom-maps .mobile-view .section-wrapper .image-with-text-block {
        margin: 0 auto; }
        #custom-maps .mobile-view .section-wrapper .image-with-text-block .img-wrapper {
          max-width: 70%;
          margin: 0 auto 30px; }
        #custom-maps .mobile-view .section-wrapper .image-with-text-block .txt-wrapper .map-para p {
          font-size: 16px;
          font-size: 1rem;
          color: white;
          font-weight: 700;
          margin-bottom: 20px;
          line-height: 25px; }
        #custom-maps .mobile-view .section-wrapper .image-with-text-block .txt-wrapper a {
          display: inline-block;
          color: white;
          text-decoration: underline;
          font-size: 14px;
          font-size: 0.875rem; }

#map-images {
  padding: 57px 0 77px; }
  @media screen and (max-width: 1023px) {
    #map-images {
      padding: 25px 0; } }
  #map-images .main-wrapper .map-img-block {
    width: 80.2%; }
    @media screen and (max-width: 767px) {
      #map-images .main-wrapper .map-img-block {
        width: 100%;
        padding: 0 15px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #map-images .main-wrapper .map-img-block .map-image-left-block {
        width: 40.3%;
        margin-left: 0;
        margin-right: 1%; } }
    @media screen and (min-width: 1024px) {
      #map-images .main-wrapper .map-img-block .map-image-left-block {
        margin-left: 0.6%; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #map-images .main-wrapper .map-img-block .map-image-right-block {
        width: 57.5%;
        margin-right: 0;
        margin-left: 1%; } }
    @media screen and (min-width: 1024px) {
      #map-images .main-wrapper .map-img-block .map-image-right-block {
        margin-right: 0%;
        width: 56.7%;
        margin-left: 1.5%; } }
  #map-images .main-wrapper .img {
    position: relative; }
    #map-images .main-wrapper .img .img-text-wrapper {
      width: 100%;
      bottom: 0;
      background: #1b1e23; }
      @media screen and (min-width: 768px) {
        #map-images .main-wrapper .img .img-text-wrapper {
          position: absolute; } }
  #map-images .main-wrapper .left-image .img .img-text-wrapper {
    padding: 40px 0 35px; }
    #map-images .main-wrapper .left-image .img .img-text-wrapper h3 {
      color: white;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 25px;
      font-size: 1.5625rem;
      margin-bottom: 10px; }
    #map-images .main-wrapper .left-image .img .img-text-wrapper p {
      font-size: 15px;
      font-size: 0.9375rem;
      color: white;
      margin: 0 auto;
      width: 67%;
      letter-spacing: 0.04em; }
      @media screen and (max-width: 767px) {
        #map-images .main-wrapper .left-image .img .img-text-wrapper p {
          max-width: 250px; } }
    #map-images .main-wrapper .left-image .img .img-text-wrapper a {
      display: inline-block;
      background: #d54d4d;
      color: white;
      font-weight: 700;
      font-size: 16px;
      font-size: 1rem;
      margin-top: 24px;
      min-height: 40px;
      line-height: 40px;
      min-width: 210px; }
  @media screen and (max-width: 767px) {
    #map-images .main-wrapper .right-image {
      margin-top: 5%; } }
  #map-images .main-wrapper .right-image .img .img-text-wrapper {
    padding: 15px 0 10px; }
    #map-images .main-wrapper .right-image .img .img-text-wrapper h3 {
      color: white;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 25px;
      font-size: 1.5625rem; }
    #map-images .main-wrapper .right-image .img .img-text-wrapper p {
      font-size: 15px;
      font-size: 0.9375rem;
      color: white;
      margin: 25px auto;
      font-size: 18px;
      font-size: 1.125rem; }
      @media screen and (max-width: 767px) {
        #map-images .main-wrapper .right-image .img .img-text-wrapper p {
          max-width: 250px; } }
      @media screen and (min-width: 768px) {
        #map-images .main-wrapper .right-image .img .img-text-wrapper p {
          display: none; } }
    #map-images .main-wrapper .right-image .img .img-text-wrapper a {
      display: inline-block;
      background: #d54d4d;
      padding: 10px;
      color: white;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        #map-images .main-wrapper .right-image .img .img-text-wrapper a {
          display: none; } }
  #map-images .main-wrapper .right-image .image-three {
    margin-top: 4.5%; }
    @media screen and (max-width: 1023px) {
      #map-images .main-wrapper .right-image .image-three {
        margin-top: 5%; } }

#home-sign-up-section {
  position: relative; }
  @media screen and (max-width: 767px) {
    #home-sign-up-section .sign-up-content-block {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #home-sign-up-section .sign-up-content-block .row {
      width: 100%;
      padding: 0; } }
  #home-sign-up-section .sign-up-content-block .sign-up-block .img {
    width: 35%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #home-sign-up-section .sign-up-content-block .sign-up-block .img {
        width: 25%; } }
    #home-sign-up-section .sign-up-content-block .sign-up-block .img img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  #home-sign-up-section .sign-up-content-block .sign-up-block .sign-up-content {
    margin-top: 35px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #home-sign-up-section .sign-up-content-block .sign-up-block .sign-up-content {
        margin-top: 20px; } }
    #home-sign-up-section .sign-up-content-block .sign-up-block .sign-up-content p {
      color: white;
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      letter-spacing: .03em;
      padding-left: 15px;
      margin-bottom: 20px;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #home-sign-up-section .sign-up-content-block .sign-up-block .sign-up-content p {
          padding: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #home-sign-up-section .sign-up-content-block .sign-up-block .sign-up-content p {
          margin-bottom: 10px;
          font-size: 12px;
          font-size: 0.75rem; } }
  #home-sign-up-section .sign-up-content-block .sign-up-now-form {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      #home-sign-up-section .sign-up-content-block .sign-up-now-form {
        margin-top: 40px; } }
    #home-sign-up-section .sign-up-content-block .sign-up-now-form .sign-up-now-form-title {
      color: white;
      text-align: center;
      font-size: 40px;
      font-size: 2.5rem;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      margin-bottom: 43px;
      letter-spacing: .04em; }
      @media screen and (max-width: 767px) {
        #home-sign-up-section .sign-up-content-block .sign-up-now-form .sign-up-now-form-title {
          font-size: 34px;
          font-size: 2.125rem;
          margin-bottom: 10px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #home-sign-up-section .sign-up-content-block .sign-up-now-form .sign-up-now-form-title {
          margin-bottom: 15px;
          font-size: 34px;
          font-size: 2.125rem; } }
    #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form {
      text-align: center;
      width: 100%;
      max-width: 70%;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form {
          max-width: 90%; } }
      #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form .form-control {
        background: white;
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 20px;
        line-height: 45px;
        min-height: 45px; }
        @media screen and (max-width: 767px) {
          #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form .form-control {
            margin-bottom: 10px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form .form-control {
            line-height: 30px;
            max-height: 30px;
            min-height: auto;
            margin-bottom: 10px; } }
      #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form #button-footer-newsletter-submit {
        min-width: 210px;
        letter-spacing: .02em;
        font-size: 16px;
        font-size: 1rem;
        margin: 0 auto;
        text-align: center;
        margin-top: 12px;
        max-height: 40px;
        line-height: 40px; }
        @media screen and (max-width: 767px) {
          #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form #button-footer-newsletter-submit {
            margin-top: 0px; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #home-sign-up-section .sign-up-content-block .sign-up-now-form #contact_form #button-footer-newsletter-submit {
            margin-top: 10px; } }
    #home-sign-up-section .sign-up-content-block .sign-up-now-form a.learn_more {
      text-align: center;
      color: white;
      width: 100%;
      display: block;
      margin-top: 15px;
      text-transform: uppercase;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      border-bottom: 1px solid white;
      max-width: 100px;
      margin: 18px auto;
      cursor: pointer;
      text-decoration: none;
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 0.04em; }
    #home-sign-up-section .sign-up-content-block .sign-up-now-form .success-message p {
      font-size: 16px;
      font-size: 1rem;
      color: white;
      text-align: center;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      margin-bottom: 40px; }
  #home-sign-up-section #newsletter-error-response {
    display: none;
    color: #d54c4d;
    font-size: 20px;
    margin: 15px; }
  #home-sign-up-section #newsletter-success-response {
    color: #fff;
    font-size: 22px;
    border: 1px solid #d54c4d;
    padding: 5px 15px;
    background: #d54c4d; }
  #home-sign-up-section #subscribe--popup--error-response {
    color: #d54c4d;
    font-size: 20px;
    margin: 15px; }
  #home-sign-up-section #subscribe--popup--success-response {
    color: #fff;
    font-size: 22px;
    border: 1px solid #d54c4d;
    padding: 5px 15px;
    background: #d54c4d; }

.page-faq-v1 #content {
  padding-top: 100px; }
  @media screen and (max-width: 1023px) {
    .page-faq-v1 #content {
      padding-top: 50px; } }
.page-faq-v1 .faq-section-block {
  border-bottom: 1px solid #616365; }
.page-faq-v1 h1 {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  border: none !important; }
  @media screen and (max-width: 1023px) {
    .page-faq-v1 h1 {
      font-size: 20px;
      font-size: 1.25rem; } }
.page-faq-v1 .faq-question-answer-block {
  border-top: 1px solid #616365;
  padding: 15px 0; }
  .page-faq-v1 .faq-question-answer-block .faq-que-title {
    position: relative;
    cursor: pointer; }
    .page-faq-v1 .faq-question-answer-block .faq-que-title.active .up-down-arrow svg {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .page-faq-v1 .faq-question-answer-block .faq-que-title p {
      font-size: 18px;
      font-size: 1.125rem;
      color: black;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 25px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .page-faq-v1 .faq-question-answer-block .faq-que-title p {
          font-size: 14px;
          font-size: 0.875rem; } }
    .page-faq-v1 .faq-question-answer-block .faq-que-title .up-down-arrow {
      position: absolute;
      right: 15px;
      top: 0px; }
      .page-faq-v1 .faq-question-answer-block .faq-que-title .up-down-arrow svg {
        display: inline-block;
        width: 14px;
        height: 7px;
        transition: transform .25s ease;
        transform-origin: center; }
  .page-faq-v1 .faq-question-answer-block .faq-content {
    margin: 10px 0;
    display: none; }
    .page-faq-v1 .faq-question-answer-block .faq-content p,
    .page-faq-v1 .faq-question-answer-block .faq-content h6 {
      font-size: 16px;
      font-size: 1rem; }
    .page-faq-v1 .faq-question-answer-block .faq-content ul {
      padding-left: 15px;
      color: #616365; }
      .page-faq-v1 .faq-question-answer-block .faq-content ul li a {
        color: #616365; }
      .page-faq-v1 .faq-question-answer-block .faq-content ul ul {
        padding-left: 15px;
        color: #616365; }
  .page-faq-v1 .faq-question-answer-block .table-bordered td {
    border: 1px solid #616365; }

body.template-collection .collection-product-block .prod-container,
body.template-search .collection-product-block .prod-container {
  position: relative; }
  body.template-collection .collection-product-block .prod-container:hover .quick-view,
  body.template-search .collection-product-block .prod-container:hover .quick-view {
    display: block; }
    body.template-collection .collection-product-block .prod-container:hover .quick-view .product-modal,
    body.template-search .collection-product-block .prod-container:hover .quick-view .product-modal {
      display: block; }
  body.template-collection .collection-product-block .prod-container .quick-view,
  body.template-search .collection-product-block .prod-container .quick-view {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0; }
    body.template-collection .collection-product-block .prod-container .quick-view .product-modal,
    body.template-search .collection-product-block .prod-container .quick-view .product-modal {
      background: #2e6ba1;
      border: 1px solid #2e6ba1;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0; }
      @media screen and (max-width: 767px) {
        body.template-collection .collection-product-block .prod-container .quick-view .product-modal,
        body.template-search .collection-product-block .prod-container .quick-view .product-modal {
          display: none; } }
body.template-collection #content,
body.template-search #content {
  padding-bottom: 0px; }
body.template-collection .w-half,
body.template-search .w-half {
  width: 50%;
  margin: 15px 0;
  display: inline-block;
  margin-right: -4px; }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-filters #filter-button-mobile #bc-sf-filter-tree-mobile #bc-sf-filter-tree-mobile-button,
  body.template-search #collection-filters #filter-button-mobile #bc-sf-filter-tree-mobile #bc-sf-filter-tree-mobile-button {
    border: 1px solid #d5d5d5;
    border-right: none; } }
body.template-collection #collection-filters .mobile-product-filter,
body.template-search #collection-filters .mobile-product-filter {
  width: 100%;
  margin: 0;
  position: relative;
  top: -25px; }
  body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree-h,
  body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree-h {
    display: none; }
  body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree,
  body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree {
    width: 100%;
    margin: 0;
    border: 1px solid #d5d5d5;
    border-top: none;
    padding: 15px; }
    body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree .bc-sf-filter-selection-wrapper,
    body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree .bc-sf-filter-selection-wrapper {
      display: none; }
      body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3,
      body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3 {
        font-family: futura-pt-bold, sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        font-size: 1.125rem;
        color: #2e6ba1; }
    body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3,
    body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 {
      width: 100%;
      cursor: pointer;
      font-family: futura-pt-bold, sans-serif; }
      body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span,
      body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span {
        position: relative;
        width: 100%;
        display: block; }
        body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before, body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after,
        body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before,
        body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after {
          content: '';
          position: absolute;
          background: black;
          height: 5px;
          width: 15px;
          transition: transform 500ms ease;
          top: 5px; }
        body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before,
        body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before {
          right: 0;
          border: none;
          border-top-color: transparent;
          display: block;
          margin: 0; }
        body.template-collection #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after,
        body.template-search #collection-filters .mobile-product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after {
          right: 0; }
body.template-collection #collection-filters #bc-sf-filter-tree-mobile,
body.template-search #collection-filters #bc-sf-filter-tree-mobile {
  color: #2e6ba1; }
body.template-collection #collection-filters #filter-list-mobile-wrap,
body.template-search #collection-filters #filter-list-mobile-wrap {
  top: 0;
  min-height: 40px; }
  body.template-collection #collection-filters #filter-list-mobile-wrap #filter-list-button-wrap,
  body.template-search #collection-filters #filter-list-mobile-wrap #filter-list-button-wrap {
    min-height: 40px;
    float: left;
    position: relative; }
  body.template-collection #collection-filters #filter-list-mobile-wrap ul.sortme,
  body.template-search #collection-filters #filter-list-mobile-wrap ul.sortme {
    width: 50%;
    float: left;
    max-height: 40px; }
    body.template-collection #collection-filters #filter-list-mobile-wrap ul.sortme .sort-label,
    body.template-search #collection-filters #filter-list-mobile-wrap ul.sortme .sort-label {
      display: none; }
    body.template-collection #collection-filters #filter-list-mobile-wrap ul.sortme #bc-sf-filter-top-sorting,
    body.template-search #collection-filters #filter-list-mobile-wrap ul.sortme #bc-sf-filter-top-sorting {
      width: 100%; }
      body.template-collection #collection-filters #filter-list-mobile-wrap ul.sortme #bc-sf-filter-top-sorting .styled-select,
      body.template-search #collection-filters #filter-list-mobile-wrap ul.sortme #bc-sf-filter-top-sorting .styled-select {
        width: 100%;
        min-height: 40px; }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-product-wrap,
  body.template-search #collection-product-wrap {
    width: auto; } }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-product-wrap .collection-product-wrap-row,
  body.template-search #collection-product-wrap .collection-product-wrap-row {
    padding: 0 5px 0 0;
    width: 97%;
    margin: 0 1.5%; } }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-product-wrap .filter-block,
  body.template-search #collection-product-wrap .filter-block {
    width: 100%; } }
body.template-collection #collection-product-wrap .filter-block #filter-button-mobile,
body.template-search #collection-product-wrap .filter-block #filter-button-mobile {
  padding: 0; }
body.template-collection #collection-product-wrap .filter-block .bc-sf-filter-selection-wrapper,
body.template-search #collection-product-wrap .filter-block .bc-sf-filter-selection-wrapper {
  display: none; }
body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title,
body.template-search #collection-product-wrap .filter-block .product-filter .filter-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 15px; }
  @media screen and (max-width: 1023px) {
    body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title,
    body.template-search #collection-product-wrap .filter-block .product-filter .filter-title {
      display: none; } }
  body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .refine-title,
  body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .refine-title {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .refine-title,
      body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .refine-title {
        float: left; } }
    body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .refine-title h3,
    body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .refine-title h3 {
      margin: 0;
      font-size: 22px;
      font-size: 1.375rem;
      text-transform: uppercase;
      font-family: futura-pt-bold, sans-serif;
      color: #2e6ba1; }
  body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter,
  body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter,
      body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter {
        float: left; } }
    body.template-collection #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter a,
    body.template-search #collection-product-wrap .filter-block .product-filter .filter-title .reset-filter a {
      margin: 0;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: right;
      display: inline-block;
      width: 100%; }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree,
  body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree {
    width: 100%;
    margin: 0;
    margin-top: -20px;
    border: 1px solid #d5d5d5;
    padding: 20px 15px;
    border-top: 0; } }
body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3,
body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 {
  font-family: futura-pt-bold, sans-serif;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .02em;
  color: black; }
  body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span,
  body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span {
    position: relative;
    width: 100%;
    display: block; }
    body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span.up:after,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span.up:after {
      top: 10px;
      width: 15px; }
    body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span.up:before,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span.up:before {
      top: 10px;
      width: 15px;
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before, body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after {
      content: '';
      position: absolute;
      background: black;
      height: 5px;
      width: 15px;
      transition: transform 500ms ease;
      top: 5px; }
    body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:before {
      right: 0;
      border: none;
      border-top-color: transparent;
      display: block;
      margin: 0; }
    body.template-collection #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after,
    body.template-search #collection-product-wrap .filter-block .product-filter #bc-sf-filter-tree #bc-sf-filter-options-wrapper .bc-sf-filter-block-title h3 span:after {
      right: 0; }
@media screen and (max-width: 1023px) {
  body.template-collection #collection-product-wrap .product-grid-list,
  body.template-search #collection-product-wrap .product-grid-list {
    width: 100%;
    margin: 0;
    margin-top: 25px; } }
@media screen and (min-width: 1024px) {
  body.template-collection #collection-product-wrap .product-grid-list,
  body.template-search #collection-product-wrap .product-grid-list {
    border-left: 1px solid #d5d5d5;
    padding-left: 25px; } }
body.template-collection #collection-product-wrap #bc-sf-filter-tree-h,
body.template-search #collection-product-wrap #bc-sf-filter-tree-h {
  display: none; }
@media screen and (min-width: 1024px) {
  body.template-collection #collection-product-wrap #bc-sf-filter-tree,
  body.template-search #collection-product-wrap #bc-sf-filter-tree {
    display: block !important; } }
body.template-collection #collection-product-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3,
body.template-search #collection-product-wrap #bc-sf-filter-tree .bc-sf-filter-block-title h3 {
  font-family: futura-pt-bold, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  color: #2e6ba1; }
body.template-collection #collection-product-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear-all,
body.template-search #collection-product-wrap #bc-sf-filter-tree .bc-sf-filter-block-title .bc-sf-filter-clear-all {
  font-size: 18px;
  font-size: 1.125rem;
  display: block; }
body.template-collection #collection-product-wrap .product-filter-sortby,
body.template-search #collection-product-wrap .product-filter-sortby {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    body.template-collection #collection-product-wrap .product-filter-sortby .filter-toggle-wrap,
    body.template-search #collection-product-wrap .product-filter-sortby .filter-toggle-wrap {
      display: none; } }
  @media screen and (max-width: 1023px) {
    body.template-collection #collection-product-wrap .product-filter-sortby .product-pagination,
    body.template-search #collection-product-wrap .product-filter-sortby .product-pagination {
      width: 100%;
      margin: 0;
      padding-right: 15px; } }
body.template-collection #collection-product-wrap .sortme,
body.template-search #collection-product-wrap .sortme {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  body.template-collection #collection-product-wrap .sortme .sort-label,
  body.template-search #collection-product-wrap .sortme .sort-label {
    display: none; }
body.template-collection #collection-product-wrap .pagination,
body.template-search #collection-product-wrap .pagination {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  body.template-collection #collection-product-wrap .pagination .total-product-number,
  body.template-search #collection-product-wrap .pagination .total-product-number {
    display: inline-block;
    width: auto; }
  body.template-collection #collection-product-wrap .pagination .collection-pagination,
  body.template-search #collection-product-wrap .pagination .collection-pagination {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 25px; }
    body.template-collection #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable,
    body.template-collection #collection-product-wrap .pagination .collection-pagination .next-arrow-disable,
    body.template-search #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable,
    body.template-search #collection-product-wrap .pagination .collection-pagination .next-arrow-disable {
      opacity: 0.5;
      cursor: none; }
    body.template-collection #collection-product-wrap .pagination .collection-pagination .prev-arrow,
    body.template-collection #collection-product-wrap .pagination .collection-pagination .next-arrow,
    body.template-collection #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable,
    body.template-collection #collection-product-wrap .pagination .collection-pagination .next-arrow-disable,
    body.template-search #collection-product-wrap .pagination .collection-pagination .prev-arrow,
    body.template-search #collection-product-wrap .pagination .collection-pagination .next-arrow,
    body.template-search #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable,
    body.template-search #collection-product-wrap .pagination .collection-pagination .next-arrow-disable {
      max-width: 15px;
      height: auto;
      display: inline-block;
      margin-top: 5px; }
      body.template-collection #collection-product-wrap .pagination .collection-pagination .prev-arrow img,
      body.template-collection #collection-product-wrap .pagination .collection-pagination .next-arrow img,
      body.template-collection #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable img,
      body.template-collection #collection-product-wrap .pagination .collection-pagination .next-arrow-disable img,
      body.template-search #collection-product-wrap .pagination .collection-pagination .prev-arrow img,
      body.template-search #collection-product-wrap .pagination .collection-pagination .next-arrow img,
      body.template-search #collection-product-wrap .pagination .collection-pagination .prev-arrow-disable img,
      body.template-search #collection-product-wrap .pagination .collection-pagination .next-arrow-disable img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    body.template-collection #collection-product-wrap .pagination .collection-pagination .pagination-number,
    body.template-search #collection-product-wrap .pagination .collection-pagination .pagination-number {
      min-width: 80px;
      border: 1px solid #d5d5d5;
      text-align: center;
      margin: 0 15px;
      border-radius: 15px;
      min-height: 25px;
      line-height: 25px; }
      body.template-collection #collection-product-wrap .pagination .collection-pagination .pagination-number span,
      body.template-search #collection-product-wrap .pagination .collection-pagination .pagination-number span {
        padding: 0 5px; }
body.template-collection #collection-product-wrap #product-loop,
body.template-search #collection-product-wrap #product-loop {
  clear: both; }
  body.template-collection #collection-product-wrap #product-loop .prod-container .prod-image a,
  body.template-search #collection-product-wrap #product-loop .prod-container .prod-image a {
    display: block; }
    body.template-collection #collection-product-wrap #product-loop .prod-container .prod-image a .reveal,
    body.template-search #collection-product-wrap #product-loop .prod-container .prod-image a .reveal {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
  body.template-collection #collection-product-wrap #product-loop .product-info .product-title-wrap,
  body.template-search #collection-product-wrap #product-loop .product-info .product-title-wrap {
    display: inline-block; }
  body.template-collection #collection-product-wrap #product-loop .product-info .button-wishlist-product,
  body.template-search #collection-product-wrap #product-loop .product-info .button-wishlist-product {
    display: none; }
body.template-collection .bc-sf-filter-selected-items span.bc-sf-filter-clear,
body.template-search .bc-sf-filter-selected-items span.bc-sf-filter-clear {
  margin-left: 10px !important;
  margin-top: 0 !important; }
body.template-collection a.bc-sf-filter-clear-all,
body.template-search a.bc-sf-filter-clear-all {
  display: none; }
body.template-collection a.bc-sf-filter-clear,
body.template-search a.bc-sf-filter-clear {
  display: none; }
body.template-collection .styled-select,
body.template-search .styled-select {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
  letter-spacing: .02em;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (max-width: 1023px) {
    body.template-collection .styled-select,
    body.template-search .styled-select {
      min-width: 100%; } }
@media screen and (max-width: 1023px) {
  body.template-collection .shopify-section.filter-open .filter-title,
  body.template-search .shopify-section.filter-open .filter-title {
    display: block !important;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    border-top: none;
    padding: 15px 15px 0; } }
body.template-collection #shopify-section-collection-template .bc-sf-filter-option-block .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before,
body.template-search #shopify-section-collection-template .bc-sf-filter-option-block .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0px;
  width: 6px;
  height: 2px;
  top: 8px;
  background: black; }
body.template-collection #shopify-section-collection-template .bc-sf-filter-option-block .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after,
body.template-search #shopify-section-collection-template .bc-sf-filter-option-block .bc-sf-filter-block-content ul li input[type=checkbox] + a.selected > span:first-child:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 6px;
  width: 10px;
  height: 2px;
  background: black; }

body.page-driving-directions #content {
  padding: 0; }

#driving-directions .banner {
  position: relative; }
  @media screen and (max-width: 767px) {
    #driving-directions .banner .desk-banner {
      display: none; } }
  @media screen and (min-width: 768px) {
    #driving-directions .banner .mob-ipad-banner {
      display: none; } }
  #driving-directions .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #driving-directions .banner .banner-text h3 {
      color: white;
      font-size: 64px;
      font-size: 4rem;
      font-weight: 700;
      text-shadow: 1px 1px 12px black; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #driving-directions .banner .banner-text h3 {
          font-size: 35px;
          font-size: 2.1875rem; } }
      @media screen and (max-width: 767px) {
        #driving-directions .banner .banner-text h3 {
          font-size: 25px;
          font-size: 1.5625rem; } }
      #driving-directions .banner .banner-text h3.subcaption {
        font-size: 54px;
        font-size: 3.375rem; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #driving-directions .banner .banner-text h3.subcaption {
            font-size: 25px;
            font-size: 1.5625rem; } }
        @media screen and (max-width: 767px) {
          #driving-directions .banner .banner-text h3.subcaption {
            font-size: 17px;
            font-size: 1.0625rem;
            padding: 0 20px; } }
    #driving-directions .banner .banner-text .shop-btn {
      color: white;
      padding: 15px 20px;
      font-size: 33px;
      font-size: 2.0625rem;
      display: inline-block;
      margin-top: 30px;
      text-decoration: none; }
      #driving-directions .banner .banner-text .shop-btn:hover {
        background-color: #1f5d80; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #driving-directions .banner .banner-text .shop-btn {
          padding: 4px 15px;
          font-size: 18px;
          font-size: 1.125rem;
          margin-top: 5px; } }
      @media screen and (max-width: 767px) {
        #driving-directions .banner .banner-text .shop-btn {
          font-size: 22px;
          font-size: 1.375rem;
          padding: 10px; } }
#driving-directions .direction-page-content {
  display: block;
  width: 100%;
  outline: 0;
  border: none; }
  #driving-directions .direction-page-content iframe {
    width: 100%;
    border: none;
    outline: 0;
    border: none; }
    @media screen and (max-width: 767px) {
      #driving-directions .direction-page-content iframe {
        min-height: 800px;
        max-height: 800px; } }
    @media screen and (min-width: 768px) {
      #driving-directions .direction-page-content iframe {
        min-height: 75vh;
        max-height: 75vh; } }
#driving-directions .collections .collection-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 80px 15px 0; }
  @media screen and (max-width: 767px) {
    #driving-directions .collections .collection-blocks {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #driving-directions .collections .collection-blocks .block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: auto;
    margin: 0 8px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px; }

#blog-page .blog-template #content p {
  font-size: 16px;
  font-size: 1rem; }
#blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-title {
  font-size: 23px;
  font-size: 1.4375rem;
  text-transform: capitalize;
  word-spacing: 1px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-title {
      font-size: 16px;
      font-size: 1rem; } }
#blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content {
  max-width: 800px; }
  #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content .blog-article-img {
    margin-bottom: 15px;
    position: relative;
    border: 2px solid #e6e6e6;
    padding: 6px;
    background-color: white; }
    #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content .blog-article-img .overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #e39e54;
      opacity: 0.8;
      margin: 6px; }
    #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content .blog-article-img img {
      width: 100%;
      margin-bottom: 0;
      position: relative;
      max-height: 340px; }
    #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content .blog-article-img:hover .overlay {
      display: block; }
  #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .article-content a {
    display: inline-block; }
#blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .readmore a {
  display: inline-block;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 400; }
  #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .readmore a:hover {
    background: black; }
  @media screen and (max-width: 767px) {
    #blog-page .blog-template #content #article-loop .article-index .article-info .article-info-inner .readmore a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 12px; } }
#blog-page .blog-template #content #blog-sidebar .join-section {
  background: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  margin-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    #blog-page .blog-template #content #blog-sidebar .join-section {
      display: inline-block; } }
  #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper {
        width: 100%; } }
    #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper .content {
      text-align: center;
      margin-top: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper .content {
          margin-top: 15px; } }
      #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper .content .content_title {
        color: white;
        font-size: 23px;
        font-size: 1.4375rem;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-size: 1.125rem;
        cursor: pointer; }
      #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper .content .content_text {
        color: white;
        font-weight: 400;
        margin-top: 2px;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper .content .content_text {
            margin: 0px; } }
    #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper img {
      width: 100%;
      margin: 0px; }
  @media screen and (max-width: 1023px) {
    #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper.img {
      width: 100%;
      padding-left: 0px;
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    #blog-page .blog-template #content #blog-sidebar .join-section .section-wrapper.img img {
      max-width: 50%;
      margin: 0 auto; } }

/* Article Page Scss Start */
#article-page .article-template p {
  font-size: 16px;
  font-size: 1rem; }
#article-page .article-template #blog-article .title {
  max-width: 800px;
  width: 100%; }
#article-page .article-template #blog-article #article-body {
  max-width: 800px; }
  #article-page .article-template #blog-article #article-body .rte img {
    margin: 0px 0;
    display: block;
    margin: 0 auto 1.5em;
    max-width: 100%;
    border: 2px solid #e6e6e6;
    padding: 4px;
    text-align: center; }
  #article-page .article-template #blog-article #article-body .rte div {
    width: 100%;
    display: block; }
  #article-page .article-template #blog-article #article-body .wp-caption {
    display: block;
    margin: 0 auto 1.5em;
    max-width: 100%;
    padding: 4px;
    text-align: center; }
    #article-page .article-template #blog-article #article-body .wp-caption img {
      border: 0px;
      padding: 0px; }
#article-page .article-template #blog-sidebar .join-section {
  background: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 20px;
  margin-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 1023px) {
    #article-page .article-template #blog-sidebar .join-section {
      display: inline-block; } }
  #article-page .article-template #blog-sidebar .join-section .section-wrapper {
    width: 50%; }
    @media screen and (max-width: 1023px) {
      #article-page .article-template #blog-sidebar .join-section .section-wrapper {
        width: 100%; } }
    #article-page .article-template #blog-sidebar .join-section .section-wrapper .content {
      text-align: center;
      margin-top: 30px; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        #article-page .article-template #blog-sidebar .join-section .section-wrapper .content {
          margin-top: 15px; } }
      #article-page .article-template #blog-sidebar .join-section .section-wrapper .content .content_title {
        color: white;
        font-size: 23px;
        font-size: 1.4375rem;
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        font-size: 1.125rem;
        cursor: pointer; }
      #article-page .article-template #blog-sidebar .join-section .section-wrapper .content .content_text {
        color: white;
        font-weight: 400;
        margin-top: 2px;
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          #article-page .article-template #blog-sidebar .join-section .section-wrapper .content .content_text {
            margin: 0px; } }
    #article-page .article-template #blog-sidebar .join-section .section-wrapper img {
      width: 100%;
      margin: 0px; }
  @media screen and (max-width: 1023px) {
    #article-page .article-template #blog-sidebar .join-section .section-wrapper.img {
      width: 100%;
      padding-left: 0px;
      margin: 0 auto; } }
  @media screen and (max-width: 1023px) {
    #article-page .article-template #blog-sidebar .join-section .section-wrapper.img img {
      max-width: 50%;
      margin: 0 auto; } }

/* Article Page Scss End */
@media screen and (max-width: 767px) {
  body.page-returns #content {
    padding: 0 0 50px; } }
@media screen and (max-width: 767px) {
  body.page-returns #breadcrumb {
    position: static;
    padding: 20px; } }

@media screen and (max-width: 767px) {
  #returns-page .returns {
    margin-top: 40px; } }
#returns-page .returns .wrapper h1.title {
  border: none;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #returns-page .returns .wrapper h1.title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 25px;
      text-align: center; } }
#returns-page .returns .wrapper p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 22px 0; }
#returns-page .returns .wrapper ul {
  list-style: none; }
  #returns-page .returns .wrapper ul li {
    padding-left: 15px;
    font-size: 17px;
    font-size: 1.0625rem; }
#returns-page .returns .wrapper .return-btn {
  margin: 30px 0;
  padding-left: 15px; }
  #returns-page .returns .wrapper .return-btn .btn {
    padding-left: 10px; }
#returns-page .returns .wrapper .return-form {
  display: none;
  padding-left: 15px; }
  #returns-page .returns .wrapper .return-form form label {
    font-size: 15px;
    font-size: 0.9375rem;
    display: inline-block; }
  #returns-page .returns .wrapper .return-form form input {
    width: 35%;
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      #returns-page .returns .wrapper .return-form form input {
        margin-left: 0; } }

/*================ Snippets ================*/
/* SEO-PARAGRAPH : 
 *    SEO Text paragraph for the collection page
 *
 * SNIPPET: collection-seo-block.liquid
 * ---------------------------------------------- */
#collection-seo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f4f2ec;
  padding: 50px 0; }
  @media screen and (min-width: 1024px) {
    #collection-seo-wrap {
      padding: 100px 0; } }
  #collection-seo-wrap .collection-seo-content {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #164732;
    max-width: 746px;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out; }
  #collection-seo-wrap .read-more-content {
    height: 0;
    opacity: 0;
    margin: 0;
    pointer-events: none; }
  #collection-seo-wrap #collection-seo-read-more {
    position: relative;
    background: transparent;
    color: #164732;
    max-width: 746px;
    font-weight: 400;
    outline: none;
    margin: 20px auto 0; }
    #collection-seo-wrap #collection-seo-read-more:after {
      position: absolute;
      content: ' ';
      right: 0;
      top: 50%;
      margin-top: -4px;
      border-bottom: none;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #aa5131;
      transition: all 0.25s ease-in-out;
      transform: rotateX(0deg); }
  #collection-seo-wrap.seo-open .read-more-content {
    height: auto;
    margin-top: 35px; }
  #collection-seo-wrap.seo-open #collection-seo-read-more:after {
    transform: rotateX(180deg); }
  #collection-seo-wrap.seo-visible .read-more-content {
    opacity: 1;
    pointer-events: all; }

#cookie-banner--popup-wrapper {
  position: fixed !important;
  width: 100% !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-top: 0px solid #0b56a3;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.33); }
  #cookie-banner--popup-wrapper .fancybox-inner {
    width: 100% !important;
    overflow: hidden !important; }
  #cookie-banner--popup-wrapper .fancybox-close {
    display: none; }
  #cookie-banner--popup-wrapper .fancybox-skin {
    background-color: #333333; }
  #cookie-banner--popup-wrapper p {
    margin-bottom: 0;
    color: white; }

#cookie-banner--popup--inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #cookie-banner--popup--inner {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-top: 25px;
      margin-bottom: 25px; } }

#cookie-banner--popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #333333;
  display: none; }
  #cookie-banner--popup .mobile-text {
    width: 100%;
    margin: 15px 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #cookie-banner--popup .mobile-text {
        display: none; } }
  #cookie-banner--popup .desktop-text {
    max-width: 880px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66667em;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 767px) {
      #cookie-banner--popup .desktop-text {
        display: none; } }
    #cookie-banner--popup .desktop-text p {
      color: white;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.25em;
      letter-spacing: 0.04em; }
    #cookie-banner--popup .desktop-text a {
      color: white;
      text-decoration: underline; }
  #cookie-banner--popup .buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      #cookie-banner--popup .buttons {
        margin-left: 40px; } }
    #cookie-banner--popup .buttons a {
      text-decoration: none;
      letter-spacing: .25em;
      font-family: futura-pt-bold, sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #cookie-banner--popup .buttons a {
          width: 46%;
          height: 30px;
          margin-left: 2%;
          margin-right: 2%;
          line-height: 30px;
          font-size: 10px;
          font-size: 0.625rem;
          border: solid 2px transparent; } }
    #cookie-banner--popup .buttons .more-info {
      display: none;
      background: #dddddd;
      color: white;
      border: 0px solid rgba(0, 0, 0, 0);
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      background: white;
      color: #d54d4d; }
      #cookie-banner--popup .buttons .more-info:hover {
        background: #cccccc;
        color: white;
        border: 0px solid rgba(0, 0, 0, 0); }
      #cookie-banner--popup .buttons .more-info:hover {
        background: #d6d6d6; }
    #cookie-banner--popup .buttons .button-close {
      background: #d54d4d;
      color: white;
      border: 0px solid rgba(0, 0, 0, 0);
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      background: #cc4a4a;
      color: white; }
      #cookie-banner--popup .buttons .button-close:hover {
        background: #a6041c;
        color: white;
        border: 0px solid rgba(0, 0, 0, 0); }
      #cookie-banner--popup .buttons .button-close:hover {
        background: white;
        color: #cc4a4a; }
      @media screen and (min-width: 768px) {
        #cookie-banner--popup .buttons .button-close {
          width: 210px;
          height: 55px;
          line-height: 55px; } }
      @media screen and (max-width: 767px) {
        #cookie-banner--popup .buttons .button-close {
          margin: 0 auto; } }

#subscribe--popup-wrapper {
  position: fixed !important;
  width: 100% !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.33);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//cdn.shopify.com/s/files/1/0268/2549/0485/files/Bitmap_Copy_1024x768.jpg?v=198121927699951842);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #subscribe--popup-wrapper {
      max-width: 350px;
      left: auto !important;
      right: 0 !important; } }
  #subscribe--popup-wrapper .fancybox-inner {
    width: 100% !important;
    overflow: hidden !important;
    height: auto !important; }
  #subscribe--popup-wrapper .fancybox-close {
    display: none; }
  #subscribe--popup-wrapper .fancybox-skin {
    background: transparent;
    border: 1px solid white; }

#subscribe--close {
  position: absolute;
  top: 12px;
  right: 13px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    #subscribe--close {
      right: 18px; } }
  #subscribe--close svg {
    width: 17px;
    height: 17px; }
    #subscribe--close svg * {
      fill: white; }
  #subscribe--close:hover svg * {
    fill: white; }

#subscribe--popup {
  padding: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    #subscribe--popup {
      padding: 23px 20px 10px; } }
  #subscribe--popup #subscribe--popup--header .email_popup_title,
  #subscribe--popup #subscribe--popup--header .email_popup_sub_title,
  #subscribe--popup #subscribe--popup--header .email_popup_text {
    color: white;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625em;
    letter-spacing: 0.06em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0; }
  #subscribe--popup #subscribe--popup--header .email_popup_offer_heading {
    text-transform: uppercase;
    color: white;
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 0.54348em;
    letter-spacing: 0.06em;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 22px; }
  #subscribe--popup .email-popup-lear-more {
    color: white;
    text-align: center;
    text-decoration: underline;
    line-height: 5px;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    min-height: 20px;
    line-height: 20px; }
    @media screen and (max-width: 767px) {
      #subscribe--popup .email-popup-lear-more {
        margin-bottom: 3px; } }
  #subscribe--popup form {
    margin-top: 18px;
    margin-bottom: 22px;
    transition: border .3s ease; }
    @media screen and (max-width: 767px) {
      #subscribe--popup form {
        margin-top: 18px;
        margin-bottom: 18px; } }
    #subscribe--popup form #button-footer-newsletter-submit {
      width: 100%;
      max-width: 70%;
      margin: 13px auto 10px;
      display: block;
      max-height: 40px;
      height: auto;
      line-height: 40px; }
      @media screen and (max-width: 767px) {
        #subscribe--popup form #button-footer-newsletter-submit {
          max-width: 67%;
          margin-bottom: 0;
          margin-top: 16px; } }
  #subscribe--popup form.has-error {
    border: solid 1px red; }
  #subscribe--popup input[type="email"],
  #subscribe--popup input[type="text"] {
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    max-height: 35px;
    line-height: 35px;
    border-radius: 0px;
    color: #757575;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .04em;
    text-align: center;
    background: white;
    max-width: 78%;
    margin: 10px auto;
    text-indent: 0;
    min-width: unset; }
    #subscribe--popup input[type="email"]:focus,
    #subscribe--popup input[type="text"]:focus {
      color: #3e3e3e; }
  #subscribe--popup form.has-error input[type="email"] {
    color: red; }
  #subscribe--popup #subscribe--popup--button {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      #subscribe--popup #subscribe--popup--button {
        width: 46px;
        height: 46px; } }
    #subscribe--popup #subscribe--popup--button svg {
      width: 9px;
      height: 9px; }
      @media screen and (min-width: 768px) {
        #subscribe--popup #subscribe--popup--button svg {
          width: 12px;
          height: 12px; } }
    #subscribe--popup #subscribe--popup--button:hover svg * {
      fill: black; }
  #subscribe--popup input[type="submit"] {
    display: none; }
  #subscribe--popup #subscribe--popup--form-response {
    color: white;
    text-align: center; }
    #subscribe--popup #subscribe--popup--form-response #subscribe--popup--error-response {
      font-weight: 700;
      line-height: 1.42857em;
      letter-spacing: 0;
      margin-bottom: 12px; }
    #subscribe--popup #subscribe--popup--form-response #subscribe--popup--success-response {
      text-transform: none; }
      #subscribe--popup #subscribe--popup--form-response #subscribe--popup--success-response p {
        color: inherit;
        font-size: 16px;
        font-size: 1rem; }
  #subscribe--popup .fine-print {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    #subscribe--popup .fine-print p {
      font-size: 9px;
      font-size: 0.5625rem;
      line-height: 1.77778em;
      letter-spacing: 0.04em; }
    #subscribe--popup .fine-print a {
      color: white;
      font-weight: 700;
      text-decoration: underline; }
      #subscribe--popup .fine-print a:hover {
        color: black; }

.featured-collection {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .featured-collection {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .featured-collection {
      margin-top: 87px;
      margin-bottom: 65px; } }
  @media screen and (max-width: 767px) {
    .featured-collection .row {
      padding-left: 16px;
      padding-right: 16px; } }
  .featured-collection .section-header h2 {
    margin-bottom: 0px;
    color: #2e6ba1;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .featured-collection .section-header h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1em;
        letter-spacing: 0.02em;
        max-width: 250px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .featured-collection .section-header h2 {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.93333em;
        letter-spacing: 0.02em; } }
    .featured-collection .section-header h2:after {
      display: none; }
  .featured-collection .section-header .cta {
    display: block; }
  .featured-collection .section-header a {
    display: block;
    color: black;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .featured-collection .section-header a {
        font-size: 18px;
        font-size: 1.125rem; } }
    .featured-collection .section-header a svg {
      width: 9px;
      margin-left: 18px; }
      @media screen and (min-width: 768px) {
        .featured-collection .section-header a svg {
          width: 12px;
          margin-left: 15px; } }
      .featured-collection .section-header a svg * {
        fill: black; }

.product-collection-carousel {
  position: relative;
  padding: 0 60px; }
  .product-collection-carousel .product-car {
    margin: 0; }
    .product-collection-carousel .product-car .prod-image .product-img img {
      max-height: 350px;
      width: auto;
      height: 250px;
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .product-collection-carousel .owl-nav button {
    position: absolute;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    outline: none; }
    .product-collection-carousel .owl-nav button.disabled {
      opacity: .3; }
    .product-collection-carousel .owl-nav button span {
      display: none; }
  .product-collection-carousel .owl-nav svg {
    width: 18px; }
    @media screen and (min-width: 768px) {
      .product-collection-carousel .owl-nav svg {
        width: 20px; } }
  .product-collection-carousel .owl-prev {
    left: 12px; }
  .product-collection-carousel .owl-next {
    right: 16px; }
  .product-collection-carousel .owl-next:before {
    display: block;
    content: '';
    background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/files/right_arrow_copy.svg?v=4148605207650020431);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    outline: none; }
    @media screen and (max-width: 767px) {
      .product-collection-carousel .owl-next:before {
        width: 30px;
        height: 30px; } }
  .product-collection-carousel .owl-prev:before {
    outline: none;
    display: block;
    content: '';
    background-image: url(//cdn.shopify.com/s/files/1/0268/2549/0485/files/left_arrow_copy.svg?v=11163073311413279092);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px; }
    @media screen and (max-width: 767px) {
      .product-collection-carousel .owl-prev:before {
        width: 30px;
        height: 30px; } }
  .product-collection-carousel .product-index {
    margin-bottom: 0; }
  .product-collection-carousel .icn {
    display: none; }
  .product-collection-carousel .product-info {
    text-align: center; }
    .product-collection-carousel .product-info a {
      text-decoration: none;
      display: inline-block; }
    .product-collection-carousel .product-info p {
      max-width: 200px;
      margin: 0 auto;
      color: black;
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5625em;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 15px; }
    .product-collection-carousel .product-info .price {
      margin-top: 0;
      color: black;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1em;
      letter-spacing: 0;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .product-collection-carousel .product-info .price {
          margin-top: 6px; } }
      .product-collection-carousel .product-info .price > div {
        display: inline; }
      .product-collection-carousel .product-info .price .onsale {
        color: #d5d5d5; }
      .product-collection-carousel .product-info .price .was {
        color: black; }
      .product-collection-carousel .product-info .price .prod-price span {
        font-weight: 400;
        margin-right: 5px; }
      .product-collection-carousel .product-info .price .prod-price .money {
        font-family: futura-pt-bold, sans-serif;
        font-weight: 400; }
  .product-collection-carousel .product-modal {
    font-weight: 700;
    line-height: 1.42857em;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    background: black;
    color: white;
    opacity: 0;
    border-radius: 0;
    transition: opacity .25s ease-in-out; }
  @media screen and (min-width: 1024px) {
    .product-collection-carousel .product-index:hover .product-modal {
      display: block;
      opacity: 0.9;
      pointer-events: all; }
    .product-collection-carousel .product-index:hover .product-modal:hover {
      opacity: 1; } }
  .product-collection-carousel .owl-dots {
    display: none; }

.product-carousel--nav {
  display: none; }

.size-chart--wrapper {
  margin-bottom: 2rem; }
  .size-chart--wrapper h2 {
    margin-bottom: 12px;
    color: black;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .size-chart--wrapper h2 {
        margin-bottom: 12px;
        font-size: 30px;
        font-size: 1.875rem;
        letter-spacing: .25em; } }
    .size-chart--wrapper h2:after {
      display: none; }

table.size-chart td, table.size-chart th {
  padding: 8px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    table.size-chart td, table.size-chart th {
      padding: 16px; } }
table.size-chart th {
  font-weight: 700;
  color: white;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    table.size-chart th {
      font-size: 16px;
      font-size: 1rem; } }
table.size-chart thead th {
  background: black; }
table.size-chart tbody .th-odd {
  background-color: black; }
table.size-chart tbody .th-even {
  background-color: black; }
table.size-chart tbody td {
  border-right: solid 1px rgba(227, 227, 227, 0.65);
  color: #616365;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  letter-spacing: 0.025em; }
  @media screen and (min-width: 1024px) {
    table.size-chart tbody td {
      font-size: 16px;
      font-size: 1rem; } }
table.size-chart tbody td:last-of-type {
  border-right: none; }
table.size-chart tbody tr:nth-child(odd) td {
  background-color: white; }
table.size-chart tbody tr:nth-child(even) td {
  background-color: #f2f2f2; }

.size-chart--trigger {
  color: black;
  float: right;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: 0.025em;
  text-decoration: underline; }

.product .fancybox-skin {
  background: transparent; }
.product .fancybox-close {
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  color: black;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    .product .fancybox-close {
      left: auto;
      margin-left: 0;
      top: 0; } }

#size-chart--popup {
  max-height: 80vh; }
  @media screen and (min-width: 1024px) {
    #size-chart--popup {
      max-width: 720px;
      width: 100%;
      padding-left: 50px;
      padding-right: 50px;
      overflow-y: scroll; } }
  #size-chart--popup h2 {
    color: white; }

.faq-size-charts-wrapper {
  position: relative;
  margin: 15px 0 25px; }
  .faq-size-charts-wrapper a {
    font-weight: 400; }

/*  YOTPO REVIEWS : VARIABLES
 * ---------------------------------------------- */
/* YOTPO REVIEWS : CORE STYLES
 * ---------------------------------------------- */
#yotpo-reviews.yotpo-main-widget {
  padding: 15px 0 25px;
  max-width: 1220px; }
  #yotpo-reviews.yotpo-main-widget .yotpo-label {
    display: none; }
  #yotpo-reviews.yotpo-main-widget .yotpo-icon.rating-star,
  #yotpo-reviews.yotpo-main-widget .yotpo-icon.review-star,
  #yotpo-reviews.yotpo-main-widget .yotpo-icon.yotpo-icon-star {
    color: black; }
  #yotpo-reviews.yotpo-main-widget label {
    font-family: futura-pt, sans-serif; }
  #yotpo-reviews.yotpo-main-widget .yotpo-regular-box {
    border-top: none; }
  #yotpo-reviews.yotpo-main-widget a {
    color: black !important;
    transition: color 0.25s ease-in-out; }
    #yotpo-reviews.yotpo-main-widget a:hover {
      color: black !important; }
  #yotpo-reviews.yotpo-main-widget .yotpo-bottomline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 50px; }
    #yotpo-reviews.yotpo-main-widget .yotpo-bottomline:before {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      content: 'OVERALL RATING';
      font-size: 20px;
      font-size: 1.25rem;
      font-family: futura-pt, sans-serif;
      font-weight: 400;
      text-align: center;
      color: black; }
    #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: 0;
      left: 50%;
      transform: translateX(-50%); }
      #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-sum-reviews {
        padding: 0 0 2px; }
        #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .yotpo-sum-reviews .based-on {
          padding-top: 0; }
      #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews .write-review-button {
        display: none; }
    #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .write-review-button {
      top: 62px;
      left: 50%;
      width: 180px;
      display: inline;
      background: #d54d4d;
      transform: translateX(-50%); }
      #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .write-review-button:hover {
        background: #a6041c; }
      #yotpo-reviews.yotpo-main-widget .yotpo-bottomline .write-review-button .yotpo-icon-button-text {
        display: inline; }
  #yotpo-reviews.yotpo-main-widget .write-review input {
    outline: none; }
    #yotpo-reviews.yotpo-main-widget .write-review input.yotpo-submit {
      background: #d54d4d;
      font-family: futura-pt, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      transition: all 0.25s ease-in-out; }
      #yotpo-reviews.yotpo-main-widget .write-review input.yotpo-submit:hover {
        background: #a6041c !important; }
      #yotpo-reviews.yotpo-main-widget .write-review input.yotpo-submit.yotpo-disabled {
        pointer-events: none;
        opacity: 0.5; }
  #yotpo-reviews.yotpo-main-widget .yotpo-nav {
    display: none; }
  #yotpo-reviews.yotpo-main-widget .yotpo-messages {
    border: none; }
    #yotpo-reviews.yotpo-main-widget .yotpo-messages .yotpo-thank-you {
      border-left: none;
      border-right: none; }
  #yotpo-reviews.yotpo-main-widget .yotpo-reviews {
    margin-bottom: 20px; }
    #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review {
      width: 100%;
      margin: 0 auto;
      padding: 25px 10px 22px; }
      #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review:not(:last-child) {
        border-bottom: 1px solid #e6e6e6; }
      @media screen and (min-width: 768px) {
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 25px 20px; } }
      #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header {
        font-family: futura-pt, sans-serif; }
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header .yotpo-icon-profile {
          background: black;
          display: none; }
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header .yotpo-user-name {
          font-family: futura-pt, sans-serif; }
        @media screen and (min-width: 768px) {
          #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header {
            width: 180px; }
            #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-actions {
              float: none;
              display: block;
              position: relative;
              height: 20px;
              left: 2px;
              top: 3px;
              max-width: 150px; }
              #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-actions .yotpo-review-date {
                float: none; } }
      #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main {
        margin-left: 0; }
        @media screen and (min-width: 768px) {
          #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main {
            width: calc(100% - 180px );
            max-width: 970px; } }
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main .content-title {
          color: black; }
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main .content-title,
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main .content-review,
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main .yotpo-read-more,
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-main .rest-content-collapsed {
          font-family: futura-pt, sans-serif; }
      #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-footer {
        margin-left: 0;
        font-family: futura-pt, sans-serif;
        -webkit-flex-basis: 100%;
        flex-basis: 100%; }
        @media screen and (min-width: 768px) {
          #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-footer {
            margin-left: 180px;
            max-width: 970px; } }
        #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-footer .yotpo-icon-seperator {
          opacity: 0; }
      #yotpo-reviews.yotpo-main-widget .yotpo-reviews .yotpo-review .yotpo-comments-box {
        border-left-color: black; }
  #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .yotpo-bottomline .write-review-button {
    display: none; }
  #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .yotpo-first-review {
    margin-top: 0; }
    #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .yotpo-first-review .yotpo-first-review-stars {
      display: none; }
    #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .yotpo-first-review .write-first-review-button {
      font-family: futura-pt, sans-serif;
      background: #d54d4d;
      transition: background 0.25s ease-in-out; }
      #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .yotpo-first-review .write-first-review-button:hover {
        background: #a6041c; }
  #yotpo-reviews.yotpo-main-widget .yotpo-no-reviews .write-review-wrapper.visible ~ .yotpo-nav-content .yotpo-first-review {
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }

@media screen and (max-width: 767px) {
  .sidemenu {
    margin: 0 -15px; } }
.sidemenu a.active {
  color: #d54d4d; }
@media screen and (min-width: 768px) {
  .sidemenu .xs-toggle {
    display: none; } }
@media screen and (max-width: 767px) {
  .sidemenu .xs-toggle {
    margin-left: 0px;
    margin-right: 0px;
    width: inherit;
    width: 100%; }
    .sidemenu .xs-toggle h3 {
      padding: 15px;
      border-bottom: 1px solid #dddddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-transform: uppercase;
      letter-spacing: 1px;
      cursor: pointer; }
    .sidemenu .xs-toggle .account-sidebar {
      display: none;
      padding: 10px 20px; } }
.sidemenu .xs-toggle i {
  color: #d54d4d; }
@media screen and (min-width: 768px) {
  .sidemenu .desktop-side-menu {
    display: block; } }
@media screen and (max-width: 767px) {
  .sidemenu .desktop-side-menu {
    display: none; } }
.sidemenu .desktop-side-menu li a {
  font-size: 17px;
  font-size: 1.0625rem; }
.sidemenu .account-sidebar {
  margin: 0px;
  padding: 0px; }
  @media screen and (max-width: 767px) {
    .sidemenu .account-sidebar {
      margin-left: 0px; } }
  .sidemenu .account-sidebar li {
    list-style: none;
    margin-bottom: 19px;
    margin-top: 7px; }
    .sidemenu .account-sidebar li a {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 767px) {
        .sidemenu .account-sidebar li a {
          font-size: 14px;
          font-size: 0.875rem; } }
      .sidemenu .account-sidebar li a:hover {
        color: #2e6ba1; }

@media screen and (max-width: 1023px) {
  .mobile-header-left,
  .mobile-header-center,
  .mobile-header-right {
    width: 33.33%; } }

#nav-bar-wrapper #mobile-navbar {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all .5s ease; }
  #nav-bar-wrapper #mobile-navbar.open {
    left: 0%;
    display: block; }
  @media screen and (min-width: 1024px) {
    #nav-bar-wrapper #mobile-navbar {
      display: none; } }
  #nav-bar-wrapper #mobile-navbar .mobile-navbar-left {
    width: 100%;
    height: 100%;
    max-width: 250px;
    background: #1b1e23;
    float: left;
    overflow-y: scroll; }
    #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .close-mobile-menu {
      background: black;
      padding: 20px 30px 10px; }
      #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .close-mobile-menu img {
        width: 100%;
        max-width: 15px;
        height: auto; }
    #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu {
      padding: 0 30px 15px;
      border-bottom: 1px solid #4c4c4c;
      background: black; }
      #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul {
        list-style: none; }
        #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li {
          display: block;
          width: auto;
          position: relative;
          min-height: 35px;
          line-height: 35px; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li.mobile-li.active.has-dropdown .plus {
            display: none; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li.mobile-li.active.has-dropdown .minus {
            display: block; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li.mobile-li.active .menu-title {
            font-family: futura-pt-bold, sans-serif;
            font-weight: 400;
            color: #74addd; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li a.menu-title {
            text-decoration: none;
            display: block;
            font-weight: 400;
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: 0.04px;
            color: white; }
            #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li a.menu-title .plus {
              position: absolute;
              float: right;
              color: white;
              top: 0px;
              right: 0;
              font-size: 24px;
              display: block;
              font-weight: bold; }
            #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li a.menu-title .minus {
              position: absolute;
              float: right;
              color: white;
              top: 0px;
              right: 0;
              font-size: 24px;
              display: none;
              font-weight: bold; }
            #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li a.menu-title.navbar-title {
              font-weight: 700;
              padding-bottom: 12px; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li .dropdown-menu {
            display: none; }
            #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li .dropdown-menu .dropdown-li .sub-navbar-title {
              text-decoration: none;
              display: block;
              font-family: futura-pt-bold, sans-serif;
              font-weight: 400;
              font-size: 16px;
              font-size: 1rem;
              letter-spacing: 0.04px;
              color: white; }
            #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li .dropdown-menu .dropdown-li .child-dropdown-ul {
              padding-left: 15px; }
              #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-menu ul.mobile-ul li .dropdown-menu .dropdown-li .child-dropdown-ul .child-dropdown-li .child-dropdown-a {
                text-decoration: none;
                display: block;
                font-weight: 400;
                font-size: 14px;
                font-size: 0.875rem;
                letter-spacing: 0.04px;
                color: white; }
    #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-center-menu {
      padding: 20px 30px;
      background: black; }
    #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mobile-footer-menu {
      padding: 15px 30px 30px; }
    #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mini-menu-ul {
      list-style: none; }
      #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mini-menu-ul .mini-menu-li {
        display: block;
        width: auto;
        position: relative; }
        #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mini-menu-ul .mini-menu-li a {
          text-decoration: none;
          display: block;
          padding: 5px 0;
          font-weight: 400;
          font-size: 16px;
          font-size: 1rem;
          color: white; }
          #nav-bar-wrapper #mobile-navbar .mobile-navbar-left .mini-menu-ul .mini-menu-li a .icon {
            margin-right: 5px; }
  #nav-bar-wrapper #mobile-navbar .mobile-navbar-right {
    width: 25%;
    height: 100%;
    float: left; }

/*============= ReactComponents ============*/
/*  BADGE : Core Styles
 * ---------------------------------------------- */
.item-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  z-index: 20;
  background: #3e3e3e; }
  @media screen and (min-width: 1024px) {
    .item-badge {
      width: 72px;
      height: 72px; } }
  .item-badge .item-badge-text {
    font-weight: 700;
    line-height: 1.375em;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    color: #fefffe;
    text-align: center; }
    .item-badge .item-badge-text.tiny {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 0.75rem; }
    .item-badge .item-badge-text.small {
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 0.85rem; }
    .item-badge .item-badge-text.medium {
      font-size: 10px;
      font-size: 0.625rem; }
    .item-badge .item-badge-text.large {
      font-size: 14px;
      font-size: 0.875rem; }
    @media screen and (min-width: 1024px) {
      .item-badge .item-badge-text.tiny {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 0.9rem; }
      .item-badge .item-badge-text.small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 0.95rem; }
      .item-badge .item-badge-text.medium {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.15rem; }
      .item-badge .item-badge-text.large {
        font-size: 16px;
        font-size: 1rem; } }
  .item-badge.circle {
    border-radius: calc(( 52px + 8px ) / 2 );
    background: #ab5232;
    width: calc(52px + 8px );
    height: calc(52px + 8px ); }
    @media screen and (min-width: 1024px) {
      .item-badge.circle {
        border-radius: calc(( 72px + 8px ) / 2 );
        width: calc(72px + 8px );
        height: calc(72px + 8px ); } }
  .item-badge.diamond {
    transform: rotate(45deg);
    background: #164732;
    width: calc(52px - 8px );
    height: calc(52px - 8px );
    right: 10px;
    top: 10px; }
    @media screen and (min-width: 1024px) {
      .item-badge.diamond {
        right: 20px;
        top: 20px;
        width: calc(72px - 8px );
        height: calc(72px - 8px ); } }
    .item-badge.diamond .item-badge-text {
      position: relative;
      transform: rotate(-45deg); }

.swatch-list,
.swatch-spacer {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: auto;
  max-width: 100%;
  height: 40px;
  margin: 10px 0; }

.swatch-list .swatch-item-wrap {
  position: relative;
  width: 22px;
  height: 22px; }
  .swatch-list .swatch-item-wrap:hover .swatch-highlight, .swatch-list .swatch-item-wrap.active .swatch-highlight {
    opacity: 1; }
  .swatch-list .swatch-item-wrap .swatch-highlight {
    position: absolute;
    width: 19px;
    height: 19px;
    border: 1px solid #9a9a9a;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.25s ease-in-out; }
  .swatch-list .swatch-item-wrap .swatch-item {
    position: relative;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
    background-color: #999999;
    border-radius: 15px;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .swatch-list .swatch-item-wrap .swatch-item.red {
      background-color: #e80076; }
    .swatch-list .swatch-item-wrap .swatch-item.orange {
      background-color: #e88000; }
    .swatch-list .swatch-item-wrap .swatch-item.yellow {
      background-color: #fff707; }
    .swatch-list .swatch-item-wrap .swatch-item.green {
      background-color: #07ff5f; }
    .swatch-list .swatch-item-wrap .swatch-item.blue {
      background-color: #0ff0ff; }
    .swatch-list .swatch-item-wrap .swatch-item.indigo {
      background-color: #5b07ff; }
    .swatch-list .swatch-item-wrap .swatch-item.violet {
      background-color: #ab07ff; }
