/** Shopify CDN: Minification failed

Line 93:2 Expected identifier but found "*"
Line 610:13 Expected identifier but found whitespace
Line 610:71 Expected identifier but found whitespace
Line 610:129 Expected identifier but found whitespace
Line 610:187 Expected identifier but found whitespace
Line 610:246 Expected identifier but found whitespace
Line 5404:2 Expected identifier but found "*"
Line 5515:2 Expected identifier but found "*"
Line 11004:21 Expected ")" to end URL token
Line 11019:21 Expected ")" to end URL token

**/
/*
* Vantage Shopify Theme
* Copyright 2018, We are Underground
* https://www.weareunderground.com
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/**
 * Colors
 * ====================================
 *
 * Black:      #000
 * Black2:     #181615
 * Gray:       #9a8b84
 * LightGray:  #ece9e5
 * DarkGray:   #4f4946
 * White:      #fff
 * Peach:      #ff6b53
 * Red:        #be1e2d
 * Green:      #17b36b
 */

/* !Reset Box-sizing */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(boxsizing.htc);
}

/* !Defaults */
.gridlock .row {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  /* Fallback */
}

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

.gridlock .row .row {
  margin-left: -1.0416666666666667%;
  margin-right: -1.0416666666666667%;
  width: 102.0833333333333334%;
}

.gridlock .row [class*="desktop-"] {
  float: left;
  margin-left: 1.0416666666666667%;
  margin-right: 1.0416666666666667%;
}

.gridlock .row [class*="desktop-"].right {
  float: right;
}

.gridlock .row [class*="desktop-"].padded {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.0416666666666667%;
  padding-right: 1.0416666666666667%;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: none;
}

.grid-inline.row {
  font-size: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.btn-disabled {
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
} 

/* !Rows, Widest to Thinest */

@media screen and (min-width: 1680px) {
  .gridlock .row {
    width: 1400px;
  }
}

@media screen and (max-width: 1679px) {
  .gridlock .row {
    width: 1200px;
  }
}

@media screen and (max-width: 1220px) {
  .gridlock .row {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  .gridlock .row {
    width: 720px;
  }
}

@media screen and (max-width: 740px) {
  .gridlock .row {
    width: 480px;
  }
}

@media screen and (max-width: 500px) {
  .gridlock .row {
    width: 96%;
  }
}

.gridlock-fluid .row {
  width: 98%;
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1 {
  width: 6.25%;
}

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

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

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

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

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

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

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

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

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

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

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

/* Push Cells */
.gridlock .row .desktop-push-1 {
  margin-left: 9.375%;
}

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

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

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

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

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

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

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

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

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

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

/* Center Cells */
.gridlock .row [class*="desktop-"].center {
  margin-left: auto;
  margin-right: auto;
}

/* !Generic, fractions */
.gridlock .row .desktop-third {
  width: 31.25%;
}

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

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

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

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

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1 {
    width: 6.25%;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* Push Cells */
  .gridlock .row .max-push-1 {
    margin-left: 9.375%;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 980px) {
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] {
    margin-left: 1.0416666666666667%;
    margin-right: 1.0416666666666667%;
  }

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

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

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

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

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

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

  /* Push Cells */
  .gridlock .row .tablet-push-1 {
    margin-left: 17.7083333333333333%;
  }

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

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

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

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

  /* !Generic, fractions */
  .gridlock .row .tablet-third {
    width: 31.25%;
  }

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

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

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

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

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

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

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

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

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

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

}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {

  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] {
    margin-left: 1.0416666666666667%;
    margin-right: 1.0416666666666667%;
  }

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

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

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

  /* Push Cells */
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%;
  }

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

  /* !Generic, fractions */
  .gridlock .row .mobile-third {
    width: 31.25%;
  }

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

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

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

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

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

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

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

}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full {
    width: 97.9166666666666667%;
  }
}

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

* {
  margin: 0;
}

/* Assign font picker families from theme settings */





Liquid error: font_face can only be used with a font drop Liquid error: font_face can only be used with a font drop Liquid error: font_face can only be used with a font drop Liquid error: font_modify can only be used with a font dropLiquid error: font_modify can only be used with a font drop html,
body {
  height: 100%;
}

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;
  position: relative;
}

.box-ratio>figure {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product .box-ratio {
  background-color: #f9f8f8;
}

.box-ratio img {
  background-color: #f9f8f8;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
}

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

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

.first {
  clear: left;
}

.no-fouc {
  visibility: hidden;
}

.load-wait {
  width: 100%;
  text-align: center;
  margin-top: 100px;
  font-size: 50px;
  color: #ddd;
  margin-bottom: 50px;
}

.hide {
  display: none;
}

@media(max-width:980px){
  .hide-on-mobile{
    display:none!important;
  }
  ul.ga-products-table{
  margin-bottom:0!important;
}

}
ul.ga-products-table>li:last-child{
  border-bottom:none!important;
}

/* NO JS Helpers
================================================== */
.no-js .no-fouc {
  visibility: visible;
}

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

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

.no-js .thumbnail-slider .lazyload {
  display: none;
}

.no-js .vantage-accordion .product-accordion-content {
  display: block;
}

.no-js .related-products img.lazyload {
  display: none;
}

/* #Base Styles
================================================== */

body {
  font-family: 'gill-sans-nova';
  font-weight: 300;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #181615;
  line-height: 1.571428571em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  letter-spacing: 0;
}

@media (min-width: 720px) {
  body {
    font-size: 18px;
    line-height: 1.611111111em;
  }
}

.shifter-page {
  z-index: 1;
  position: relative;
  background: #ffffff;
}

/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
}

h1,
h2,
h3 {
  font-family: 'adobe-garamond-pro';
}

h4,
h5 {
  color: #4F4946;
  font-family: 'gill-sans-nova';
  font-weight: 600;
}

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

h1 {
  font-size: 2.071428571em;
  letter-spacing: .05em;
  line-height: 1.194444444em;
  text-transform: none;
}

@media (min-width: 720px) {
  h1 {
    font-size: 3.111111111em;
    line-height: 1.196428571em;
  }
}

h2 {
  font-size: 1.414285714em;
  letter-spacing: .15em;
  line-height: 1.208333333em;
  text-transform: uppercase;
}

@media (min-width: 720px) {
  h2 {
    font-size: 1.777777778em;
    line-height: 1.1875em;
  }
}

h3 {
  font-size: 1.285714286em;
  line-height: 1.055555556em;
  text-transform: none;
}

@media (min-width: 720px) {
  h3 {
    font-size: 1.444444444em;
    line-height: 1.153846154em;
  }
}

h4,
h5 {
  font-size: .857142857em;
  letter-spacing: 0;
  line-height: 1.166666667em;
  text-transform: none;
}

@media (min-width: 720px) {

  h4,
  h5 {
    font-size: .888888889em;
    line-height: 1.1875em;
  }
}

.section-title {
  margin: 0;
  padding: 1em 0 1.2em;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-family: 'adobe-garamond-pro';
  font-weight: 500;
}

p {
  margin: 1.571428571em 0;
}

@media (min-width: 720px) {
  margin: 1.611111111em 0;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

pre {
  font-family: ;
  font-size: 13px;
  font-weight: bold;
}

center {
  text-align: center;
}


.product-title,
.post-title {
  font-size: 15px;
}

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

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

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

a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
}

a:hover {
  color: ;
  text-decoration: ;
}

a:visited {
  color: #333333;
  text-decoration: ;
}

/* .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;
  margin-bottom: 20px;
  text-indent: 0;
  list-style-position: inside;
}

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

blockquote {
  font-family: ;
  font-weight: ;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: 20px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

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

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

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.customer_address .address_actions a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: normal;
  letter-spacing: .0625em;
  line-height: normal;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .5s ease, color .5s ease, opacity .5s ease;
  transition: background-color .5s ease, color .5s ease, opacity .5s ease;
  width: 100%;
  text-transform: uppercase;
  font-size: .95rem;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #232120;
}

.button:disabled,
button:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="button"]:disabled {
  cursor: not-allowed;
  opacity: .3;
  pointer-events: none;
}

.secondary-button {
  background: #dddddd ! important;
  color: #000000 ! important;
}

.secondary-button:hover {
  color: #000000 ! important;
  background: #cccccc ! important;
}

.tertiary-button {
  background: #ea8772 ! important;
  color: #FFF ! important;
}

.tertiary-button:hover {
  color: #FFF ! important;
  background: #ea8772 ! important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

.button--cta {
  background: #fff;
  border: 1px solid #000;
  border-width: 0 1px;
  color: #000;
  font-size: .79em;
  outline: 3px solid #fff;
  /* padding: .944444444em 2.611111111em; */
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-weight: normal;
}

.button--cta::before,
.button--cta::after {
  background: #000;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  width: 100%;
}

.button--cta::before {
  left: 0;
  top: 0;
}

.button--cta::after {
  bottom: 0;
  right: 0;
}

.button--cta:hover {
  background: #fff;
}

.button--cta:hover::before,
.button--cta:hover::after {
  width: 0;
}

.button--reg {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #000;
  font-size: .89em;
  font-size: 14px;
  /* padding: 1em 3.8em; */
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0;
}

.button--reg:hover,
.button--reg:active {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #000;
}

.button--reg,
.button--cta {
  max-width: 224px;
  width: 100%;
  width: 180px;
}

@media only screen and (max-width: 740px) {

  .button--reg,
  .button--cta {
    font-size: 1em !important;
    max-width: 215px;
    width: 192.73px;
  }
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

fieldset {
  margin-bottom: 20px;
}

select {
  padding: 0;
}

label,
legend {
  display: block;
  margin: 0 0 10px;
}

label span,
legend span {
  font-size: .888888889em;
  font-weight: 300;
  line-height: 1.5em;
}

input[type="checkbox"]:not(.selectedItem) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(79, 73, 70, .25);
  display: inline-block;
  font: inherit;
  height: 1.166666667em;
  vertical-align: middle;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
  width: 1.166666667em;
}

input[type="checkbox"]:focus {
  border-color: rgba(79, 73, 70, 1);
}

input[type="checkbox"]:checked {
  background: url('/cdn/shop/t/3/assets/tick.svg?v=17701159934202752070') center / .875em no-repeat;
  border-color: rgba(79, 73, 70, 1);
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=search],
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(79, 73, 70, .25);
  margin: 0 0 20px;
  max-width: 100%;
  outline: none;
  font: inherit;
  line-height: 1.133333333em;
  color: #181615;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
  padding: .75em 1em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: rgba(79, 73, 70, 1);
}

textarea {
  min-height: 60px;
  max-width: 100%;
}

.shopify-challenge__container {
  margin-bottom: 60px !important;
}

/* #Header
================================================== */
#wrapper {
  margin-top: 0;
}

#top-bar {
  background: #181615;
  color: #9a8b84;
  font-size: .833333333em;
  font-weight: normal;
  /* line-height: 1.133333333em; */
  padding: .8em 0;
  min-height: 48px;
}

#top-bar a {
  color: #fff;
  font-weight: normal;
  letter-spacing: .0625em;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#top-bar a.no-hover {
  cursor: auto;
}

#top-bar a:hover:not(.no-hover) {
  opacity: .5;
}

#top-bar .announcement-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.31em;
}

#top-bar span.svg-wrapper {
  display: flex;
  align-items: center;
}

#header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 0;
}

#header-wrapper {
  background: #fff;
  padding: 0 20px;
}

#logo {
  line-height: initial;
  position: relative;
  text-align: center;
}

#logo a {
  vertical-align: middle;
  font-family: ;
  text-decoration: none;
}

#logo a {
  color: #000000;
}

.inline-header #logo {
  margin-bottom: 0;
  padding: 5px;
}

.inline-header div#flex-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#cart li a {
  color: #333;
  font-size: .833333333em;
  font-weight: normal;
  letter-spacing: .0625em;
  line-height: 1.133333333em;
  transition: opacity .5s ease;
}

#cart li a:hover {
  opacity: .5;
}

#top-bar #cart li a {
  color: #000000;
}

ul#cart li a i {
  font-size: 16px;
}

div#header-wrapper.inline-header {
  padding-top: 0;
}

.inline-header div#header {
  padding-top: 0;
}

.search-box input.search-field {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0;
  min-width: 200px;
  padding: 0.5em 1em;
  width: auto;
  font-style: normal;
  font-weight: 400;
}

.mobile-navigation .search-box input.search-field {
  padding: 0.5em 1em 0.2em 0.1em;
  font-size: 20px;
  line-height: 36px !important;
}

.search-box input#seek {
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-form {
  border: 1px solid rgba(79, 73, 70, .25);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
}

.search-form:focus-within {
  border-color: rgba(79, 73, 70, 1);
}

.search-form button {
  background: url('search.svg') center / contain no-repeat !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: initial;
  line-height: initial;
  margin: .625em 0;
  max-width: initial;
  padding: 0 12px;
  width: 50px;
  transition: opacity .5s ease;
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .search-form button {
    background: url('search-mobile.svg') center / contain no-repeat !important;
    width: 18px;
    height: 18px;
    margin-top: 1.1em;
    margin-right: 1em;
  }
}


.search-form button:hover {
  opacity: .5;
}

#header .search-form button {
  background: #ffffff;
  color: #000000;
}

ul#cart {
  text-align: right;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: .86em;
  letter-spacing: 0;
}

ul#cart li {
  display: inline-block;
  margin-left: 20px;
  padding: 0;
}

ul#cart li:first-child {
  margin-left: 0;
}

@media (min-width: 1280px) {
  ul#cart li {
    margin-left: 47px;
  }

  ul#cart li:first-child {
    margin-left: 0;
  }
}

#searchbox {
  position: absolute;
  left: 0;
  padding: 30px 50px;
  z-index: 99;
  display: none;
  background: #fff;
  top: 100%;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

div#searchbox form input {
  margin-bottom: 0;
  border: 1px solid #eee;
  text-transform: capitalize;
  font-size: 13px;
  background: #f9f9f9;
}

#searchbox form input:focus {
  outline: none;
  -webkit-box-shadow: none ! important;
  box-shadow: none ! important;
}

/* #Navigation
================================================== */
.nav-container {
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media (max-width: 979px) {
  .nav-container {
    display: none !important;
  }
}

.stuckMenu {
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}

.stuckMenu.isStuck {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.stuckMenu:not(.isStuck) {
  border-top: 1px solid rgba(151, 151, 151, .25);
  border-bottom: 1px solid rgba(151, 151, 151, .25);
  margin-bottom: 15px;
}

nav {
  width: 100%;
  z-index: 9;
}

ul.nav,
ul.tmenu_nav {
  list-style: none;
  position: relative;
  margin-bottom: 0;
}

ul.nav li,
ul.tmenu_nav li {
  display: inline-block;
}

ul.nav li a,
ul.tmenu_nav li a {
  display: block;
  font-size: .888888889em !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  line-height: 1.4 !important;
  padding: 15px !important;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

ul.nav li.dropdown {
  position: relative;
}

ul.nav li.dropdown ul.submenu {
  display: none;
  float: left;
  position: absolute;
  z-index: 25;
  margin: 0;
  top: 0;
  padding: 10px 0;
  border-top: 0;
  background: #181615;
}

ul.nav li.dropdown>a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: 10px;
}

ul.nav li:hover ul.submenu {
  display: block;
}

ul.nav li ul.submenu li {
  min-width: 180px;
  line-height: 20px ! important;
  text-align: left;
  display: block;
  clear: left;
  white-space: nowrap;
  background: #ffffff ! important;
  color: #333333;
  line-height: initial ! important;
  padding: 3px 0;
}

ul.nav li ul.submenu li a {
  text-align: left;
  font-size: 14px;
  padding-left: 15px;
  font-weight: normal ! important;
  letter-spacing: initial;
  font-family: ;
  font-weight: ;
  color: #333333;
  background: #ffffff ! important;
}

ul.nav li ul.submenu li:hover {
  background: #ffffff;
}

ul.nav li ul.submenu li a:hover {
  color: #000000;
  background: #ffffff;
}

.submenu li.nest {
  position: relative;
}

ul.nav li ul.submenu li.nest:after {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f105";
}

.submenu li.nest:hover>ul.nested {
  display: block;
}

.nested {
  display: none;
  padding: 10px 0;
  position: absolute;
  left: 100%;
  background: #ffffff;
  top: -5px;
  border: 1px solid #eeeeee;
}

li.nest.has_sub_menu.edge ul.nested {
  left: initial;
  right: 100%;
}

.rightarrow {
  position: absolute;
  right: 10px;
  color: ;
  top: 10px;
  font-size: 11px;
}

/* #Content
================================================== */

.index #content {
  margin-top: 0;
}

.page #content,
.page-terms-conditions #content,
.page-cookies-policy #content,
.page-privacy-policy #content,
.page-delivery-returns #content,
.page-furniture-care #content,
.article #content {
  max-width: 720px;
}

.product #wrapper {
  /* background: #ece9e5; */
}

/* #Index.liquid
================================================== */
/* .index-sections .shopify-section section,
.page-section section,
.page-sections section,
.product-sections section {
  padding-bottom: 20px;
} */

section.gap {
  padding: 25px 0;
  margin: 0;
}

@media only screen and (max-width: 740px) {
  section.gap {
    padding: 55px 0;
    margin: 0;
  }
}

section .section-title,
section .section-sub-title {
  padding: 0;
}

section .section-title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 2.3rem;
  margin-bottom: 48px;
}

.text-with-image .section-title {
  margin-bottom: 24px;
}


section .section-sub-title {
  /* margin-bottom: 18px; */
}

@media only screen and (max-width:740px) {
  section .section-title {
    margin: 0.9em 0 1em;
  }

  .homepage-featured-collection .section-title,
  .homepage-collection-list .section-title {
    margin-bottom: 1.85em;
    /* margin-top: 0.7em; */
  }
}

section .section-sub-title,
.slide-sub-title {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.86rem;
  letter-spacing: 0.1rem;
}

.index-sections .shopify-section:last-child section {
  padding-bottom: 0;
}

.index-sections .shopify-section:first-child section,
.page-section section:last-child,
.page-sections section:last-child,
.product-sections section:last-child {
  margin-top: 0;
}

.index-sections .shopify-section .nbm,
.page-section section.nbm,
.page-sections section.nbm,
.product-sections section.nbm,
.collection-sections section.nbm {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.index_slider img {
  max-height: 1280px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

.homepage-promo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.homepage-promo img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 1280px;
}

.homepage-promo .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.homepage-promo .caption::before,
.homepage-promo .caption::after {
  pointer-events: none;
}

.homepage-promo .caption img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

ul.article-loop {
  list-style: none;
  margin: 0;
  clear: left;
  display: block;
}

.article-index a {
  transition: opacity .5s ease;
  letter-spacing: 0 !important;
}

.article-index a:hover {
  opacity: .5;
}

.pages-content {
  text-align: center;
  margin-top: 10px;
}

.text_section {
  padding: 0 40px;
}

.text-with-image {
  line-height: 0;
}

.text-with-image .rte {
  line-height: 1.4em;
  font-weight: normal;
  /* font-size: .9em; */
}

@media only screen and (max-width:740px) {
  .text-with-image .rte {
    font-size: 1.1em;
  }
}

.text-with-image h2 {
  text-align: left;
}

.image-with-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-with-text-wrapper.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.homepage-text-promo {
  margin-bottom: 20px;
  margin-top: 10px;
}

.homepage-text-promo .box-ratio,
.homepage-text-promo img {
  margin-bottom: 10px;
}

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

.text-centered,
.text-centered h3,
.text-centered .rte {
  text-align: center;
}

.section-text-promo-content {
  margin-top: 15px;
}

.section-text-promo {
  position: relative;
  vertical-align: top;
  font-size: initial;
  display: inline-block;
  float: none;
}

/* #collection.liquid
================================================== */
#collection-loop {
  margin: 15px;
}

.collection-banner img {
  width: 100%;
  max-height: 1080px;
}

.collection-image {
  margin-bottom: 20px;
}

.collection-index {
  text-align: center;
  margin-bottom: 20px;
}

.collection-index h3 {
  font-size: 14px;
  font-weight: ;
}

#collection-page h1 {
  text-align: center;
}

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

#collections h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}

ul#links {
  margin-bottom: 10px;
}

ul#links li {
  list-style-type: none;
  padding: 2px 0;
  display: block;
}

ul#links li a:hover {
  text-decoration: none;
}

ul#links li.active a {
  text-decoration: underline;
}

ul#links li a.current {
  text-decoration: underline;
}

#collection-sidebar {
  clear: left;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .dropdownwrap {
    display: none;
    width: 100%;
    clear: left;
  }

  .col-with-sidebar {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #dropdown {
    display: none;
  }

  .dropdownwrap {
    display: block;
    position: absolute;
    top: 40px;
  }
}

#dropdown {
  margin-bottom: 20px;
  float: left;
  margin-top: -10px;
  border: 1px solid #eeeeee;
  padding: 10px;
}

#collection-sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#collection-sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
}

#collection-sidebar h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

#collection-sidebar ul li a.current {
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
}

#collection-sidebar label {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 5px;
}

#collection-sidebar ul.sub {
  margin-bottom: 0;
}

#collection-sidebar .accordion-content,
#collection-sidebar .accordion-content2 {
  margin-bottom: 20px;
  padding-left: 5px;
}

.show {
  display: none;
}

.collection-top-bar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em 0 2em;
}

@media (min-width: 480px) {
  .collection-top-bar {
    flex-wrap: nowrap;
  }
}

.collection-top-bar #breadcrumb,
.collection-top-bar #full-width-filter {
  flex: 0 0 100%;
}

@media (min-width: 480px) {

  .collection-top-bar #breadcrumb,
  .collection-top-bar #full-width-filter {
    flex: 1 1;
  }
}

.collection-description {
  margin-bottom: 10px;
}

#full-width-filter ul.sortme {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}

#full-width-filter .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 767px) {

  #full-width-filter .filter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#full-width-filter .filter::after {
  content: none;
}

#full-width-filter h4 {
  margin-bottom: 0;
  display: inline-block;
  line-height: 1.1875em;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
}

.clearfix.filter {
  display: inline-block;
  border: 0;
}

select.styled-select {
  display: inline-block;
  width: initial;
  min-width: 9em;
  margin: 0 0 0 10px;
  color: #4f4946;
  background: url(/cdn/shop/t/3/assets/select-arrow.png?v=11259594172122509499) right no-repeat;
  background: url(caret-down-blacks.svg) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .375em .5em;
  background-position: 95%;
}

@media (min-width: 980px) {
  select.styled-select {
    min-width: 17em;
  }
}

.filter select.styled-select {
  flex: 1 1;
  padding: 15px 20px;
}

@media (max-width: 480px) {
  .filter select.styled-select {
    margin-right: 10px;
  }
}

@media (min-width: 767px) {
  .filter select.styled-select {
    flex: 0 0 auto;
  }
}

#collection-sidebar ul.sortme {
  margin-bottom: 0;
}

#collection-sidebar ul.sortme li p {
  font-weight: bold;
}

#collection-sidebar select.styled-select {
  margin-left: 0;
}

.section-wrapper {
  padding-top: 10px;
  margin-bottom: 10px;
}

.homepage-section .product-loop {
  width: 100%;
}

.homepage-section .product-index {
  margin-top: 3.277777778em;
}

.product-index {
  position: relative;
  margin-bottom: 3.277777778em;
  text-align: center;
}

.homepage-featured-collection .product-index {
  margin-bottom: 2em;
  margin-bottom: 36px;
}

.product-index .prod-image {
  height: auto !important;
}

.product-index .product-title,
.collection-index .product-title {
  clear: left;
  display: block;
}

.img2 {
  display: none;
}

.onsale {
  display: inline-block;
  margin-right: 2px;
}

.was {
  display: inline-block;
  margin-left: 2px;
  text-decoration: line-through;
}

.icn {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.1875em;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  pointer-events: none;
}

.sale-item.icn {
  background: #BE1E2D;
}

.so.icn {
  background: #181615;
}

.pre-order.icn {
  background: #d5d5d5;
}

.made-to-measure.icn {
  background: #fb806c;
}

.arriving-soon.icn {
  background: #181615;
}

.new.icn {
  background: #fb806c;
}

.product-tag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-tag-overlay .icn {
  flex: 0 0 auto;
}

.product-tag-overlay .made-to-measure.icn {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
}

.product-quick-view {
  max-width: 800px;
}

.medium_grid .prod-image img,
.medium_grid .collection-image img {
  max-height: 600px;
}

.large_grid .prod-image img,
.large_grid .collection-image img {
  max-height: 900px;
}

/* ===============================================
// Reveal module
// =============================================== */
.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.product-image:hover .reveal img {
  opacity: 1;
}

.reveal {
  position: relative;
  overflow: hidden;
}

.reveal .hidden {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: #ffffff;
}

.reveal:hover .hidden {
  opacity: 1;
}

/* ================ */
/* = Product page = */
/* ================ */
#product-images {
  padding: 0 20px 20px 0;
  position: relative;
}

.product .product-page {
  padding-bottom: 30px;
}

#main-image-gallery .slide-gallery ul.slides li:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoomImg {
  background: #fff;
}

ol.flex-control-nav.flex-control-thumbs {
  display: none;
}

div#product-images .slide-gallery .zoomImg {
  max-height: initial ! important;
}

@media screen and (max-width: 740px) {
  #product-images {
    padding: 0 ! important;
  }
}

#product-description {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  #product-description {
    margin-top: 0;
  }
}

#product-description h1 {
  font-size: 2.277777778em;
  line-height: 1em;
  margin: 0;
  letter-spacing: 0;
  font-size: 36px;
  line-height: 43.2px;
}

/* @media only screen and (max-width:740px) {
#product-description h1 {
  font-size: 36px;
  line-height: 43.2px;
}
} */

.product-description__wrapper {
  margin-top: 2em;
}

.product-description__wrapper .product-description-text p {
  font-size: 1.166666667em;
  line-height: 1.428571429em;
  letter-spacing: 0;
}

.product-description__wrapper .product-description-text p:first-child {
  margin-top: 0;
}

#product-description .variants {
  margin: 0 0 20px;
}

#split-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

#split-description h4.header {
  padding-bottom: 5px;
}

#product-description label {
  float: left;
}

.product-info {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#product-sku {
  color: #4f4946;
  font-size: .833333333em;
  line-height: 1.133333333em;
}

#product-sku strong {
  font-weight: normal;
}

#product-price {
  font-size: 1.333333333em;
  line-height: 1.166666667em;
  margin: .583333334em 0;
  font-size: 28px;
  margin-top: 9px;
}


span.compare-price {
  text-decoration: line-through;
  margin-left: 10px;
}

.quantity-selector {
  margin-bottom: 15px;
}

.quantity {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  height: 40px !important;
  margin: 0 !important;
  width: 70px ! important;
  display: inline-block ! important;
  padding: 0 ! important;
  text-indent: 0 ! important;
  font-weight: normal !important;
  color: #4F4946;
}

.up,
.downer {
  border: 1px solid currentColor;
  color: #4F4946;
  padding: 0 8px;
  font-size: .5em;
  opacity: .25;
  line-height: 38px;
  min-height: 38px;
  display: inline-block;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  vertical-align: bottom;
  cursor: pointer;
}

.up:hover,
.downer:hover {
  opacity: 1;
}

.add {
  line-height: 48px !important;
  min-height: 48px;
  padding: 0 ! important;
  display: block;
}

.product-add {
  padding: 0;
  line-height: 38px;
  min-height: 38px;
}

.shopify-payment-button {
  display: block;
}

.add,
.shopify-payment-button {
  width: 100% !important;
  display: block;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  border-radius: 0 ! important;
  line-height: 48px !important;
  min-height: 48px ! important;
  padding: 0 ! important;
  margin-bottom: 15px ! important;
  text-transform: uppercase;
  font-size: .95rem !important;
}

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

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

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

.ajaxified-cart-feedback {
  padding: 5px 10px;
  line-height: 36px;
  vertical-align: middle;
  clear: both;
  border-radius: 0;
  font-size: .875em;
}

.ajaxified-cart-feedback.success {
  background: #f8f8f8;
  border: 1px solid #ff6b53;
  border-left-width: 10px;
}

.ajaxified-cart-feedback a {
  text-decoration: underline;
  font-weight: 600;
  transition: opacity .5s ease;
}

.ajaxified-cart-feedback a:hover {
  opacity: .5;
}

.product-template .section-title,
.related-products .section-title,
#talon-section-title {
  padding-bottom: 5px;
  padding-top: 0;
  margin-top: 0px;
  margin-bottom: 15px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 38.4px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.product-modal {
  display: none;
  position: absolute;
  top: 70%;
  width: 60% ! important;
  margin-left: -30%;
  font-weight: normal;
  padding: 10px 5px;
  font-size: 12px;
  left: 50%;
  z-index: 5;
}

.product-index:hover .product-modal {
  display: block;
}

.product-index-inner {
  position: relative;
}

.quick-shop .desc {
  padding-bottom: 20px;
}

#recent {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
}

.desc {
  clear: left;
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  border-top: 1px solid #eeeeee;
  margin: 10px 0;
  padding: 20px 0 0;
}

.what-is-it {
  margin-bottom: 10px;
}

ul.view-more {
  margin-top: 10px;
  list-style-type: none;
  text-align: left;
}

ul.view-more li.detail-item {
  border-top: none;
}

ul.view-more li.detail-item a {
  font-weight: normal;
  text-decoration: underline;
}

#productnav {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Sub Menu */
.sub-menu ul {
  border: 0;
}

.sub-menu li {
  border: 0;
}

.sub-menu em {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14px;
  color: #a6a6a6;
  font: normal 10px/32px Arial, sans-serif;
}

/* New Product Quick View Image Gallery */
.product-main-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.product-main-image img {
  margin: 0 auto;
}

.product-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
}

.product-main-image.selected {
  visibility: visible;
}

.product-thumbnail {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  width: 20%;
}

.product-thumbnails {
  text-align: center;
  margin-top: 20px;
}

/* Product page accordion */
.vantage-accordion li>.sub-menu {
  display: none;
}

.vantage-accordion li:target>.sub-menu {
  display: block;
}

.product-details,
.vantage-accordion,
.vantage-accordion ul,
.vantage-accordion li,
.vantage-accordion a,
.vantage-accordion span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.product-details li {
  list-style: none;
  border-top: 1px solid #eeeeee;
}

.vantage-accordion .product-accordion-toggle {
  display: block;
  padding-top: 10px;
  cursor: pointer;
  position: relative;
}

.vantage-accordion .product-accordion-toggle::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: 0;
}

.product-details .product-accordion-toggle {
  display: block;
  padding-top: 10px;
}

.vantage-accordion .product-accordion-content {
  display: none;
}

.product-details .product-accordion-content ul li {
  border-top: none;
}

.vantage-accordion .product-accordion-content.default {
  display: block;
}

/* Product Social Share Icons */
#soc {
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
}

#soc span {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}

#soc .pinterest a {
  display: block;
  margin: 0;
}

/* Product Related Products */
.related-products__wrapper,
#talon-section-title {
  margin: 30px auto;
  width: calc(100% - 30px);
}

.related-products {
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

.product-loop {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  /* gap: .1em; */
}

.product-loop .product-index {
  float: none !important;
}

.related-products .product-loop .product-index {
  flex: 1;
  /* flex: 0 0 auto; */
  width: 173px;
}

.homepage-featured-collection .product-loop,
.related-products .product-loop {
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.related-products .product-loop {
  gap: 24px;
}

.homepage-featured-collection .product-loop .product-index {
  flex: 0 0 auto;
}

@media (min-width: 700px) {
  .product-loop .article-index .box-ratio {
    padding-bottom: 47.8% !important;
  }
}

@media (max-width: 740px) {
  .homepage-featured-collection .product-loop .product-index:first-child {
    margin-left: 25px;
  }

  .homepage-featured-collection .product-loop .product-index:last-child {
    margin-right: 25px;
  }

  .related-products .product-loop .product-index {
    flex: 0 0 auto;
    width: 173px;
  }

  .homepage-featured-collection .product-index .prod-image,
  .related-products .product-index .prod-image {
    width: 173px;
  }

  .homepage-featured-collection .product-loop .product-index {
    flex: 1;
  }
}

.homepage-featured-collection .product-index .prod-image img {
  width: 100%;
}

.product-loop .article-index {
  margin-bottom: 20px;
}

.product-loop .article-index__subtitle {
  display: block;
  font-size: .875em;
  font-weight: 400;
  margin: -1.3em 0 .625em;
  text-transform: uppercase;
}

.product-loop .box-ratio {
  padding-bottom: 100% !important;
}

.product-loop .product-index>a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.product-loop .product-index a {
  transition: opacity .5s ease;
}

.product-loop .product-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-loop .product-image>img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
}

.product-loop .product-info {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.product-loop .product-info h3, .talon-product-title {
  font-size: 1em;
  padding-top: 5px;
  line-height: 1.090909091em;
  /* margin: .886363636em 0 .393939394em; */
  font-weight: 400;
  font-family: 'gill-sans-nova';
  text-align: left;
  line-height: 20px;
  font-size: 18px;
}

.talon-product-title {
  margin-bottom: 10px;
}

.product-loop .product-info .price, .talon-product-price {
  font-size: 1.166666667em;
  line-height: 1.142857143em;
  text-align: left;
  font-size: 18px;
}

.product-loop .product-info .was {
  color: #a3a1a1;
  font-size: .761904762em;
  vertical-align: top;
}

/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}

.placeholder-background {
  display: none;
}

.map-section--onboarding .placeholder-background {
  display: block;
}

.map-section-image.show-image {
  z-index: 5;
  position: relative;
}

.map-section-wrapper {
  height: 400px;
}

.map-section-container {
  height: 400px;
  width: 100%;
}

.map-section-content {
  padding: 30px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
  float: right;
}

.map-section-background-wrapper {
  position: relative;
  overflow: hidden;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  border: 2px solid #ff6d6d;
  background-color: rgba(119, 0, 0, 0.65);
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.placeholder-background {
  height: 400px;
}

.map-section .placeholder-svg {
  fill: rgba(28, 29, 29, 0.1);
  height: 400px;
}

/* =============== */
/* = Newsletter  = */
/* =============== */

#newsletter {
  line-height: 80px;
  padding: 30px 15px 0 15px;
}

#newsletter #social-icons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

#newsletter #social-icons li {
  line-height: 13px;
}

#newsletter p.form--success {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#newsletter .section-title {
  margin-bottom: 0;
}

#newsletter .section-header p {
  margin: 0;
  padding: 0;
}

#newsletter .section-header {
  text-align: center;
}

#newsletter .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}

#newsletter .password__input-group {
  max-width: 480px;
  margin: 0 auto;
}

#newsletter .newsletter__submit {
  width: 30%;
  float: left;
  font-size: 13px;
  padding: 12px 12px;
  height: 44px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#newsletter .newsletter__input {
  width: 70%;
  float: left;
  border-radius: 0;
  border: 1px solid;
  background: transparent;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
}

.section-newsletter .errors ul {
  list-style: none;
  text-align: center;
  margin: 0;
  color: #ff6d6d;
}

/* =================  */
/* = Instagram Feed = */
/* =================  */
.instagram-feed {
  padding-top: 80px;
}

.instagram-image-container {
  display: block;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  transition: opacity .5s ease;
}

.instagram-image-container:hover {
  opacity: .5;
}

.onboard-instagram {
  background: #f9f9f9;
}

#instafeed {
  margin-top: 20px;
}

#insta-feed,
.instafeed-shopify {
  margin-top: 0;
}

#instagram-feed a {
  line-height: 0;
}

#instagram-feed img {
  margin-top: 0;
}

/* ===================== */
/* = Logo List Section = */
/* ===================== */
.logo-section {
  text-align: center;
}

.logo-list {
  margin-top: 10px;
  display: inline-block;
  float: none ! important;
  margin-left: 0.7% ! important;
  margin-right: 0.7% ! important;
}

.logo-list img {
  max-height: 400px;
}

/* =============== */
/* = Cart = */
/* =============== */
#shopping-cart td {
  position: relative;
}

#cartform {
  margin-top: 1em;
  margin-bottom: 3em;
}

#cartform .remove-product {
  font-size: .875em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#cartform .remove-product:hover {
  opacity: .5;
}

#cartform .remove-product::before,
#cartform .remove-product::after {
  background: #181615;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1em;
}

#cartform .remove-product::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cartform .remove-product::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.cart-image {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 7.5em;
  margin-right: 1em;
  width: 7.5em;
}

@media (min-width: 720px) {
  .cart-image {
    height: 7.5em;
    width: 7.5em;
  }
}

.cart-image .box-ratio {
  padding-bottom: 100% !important;
}

.cart-image img {
  vertical-align: middle;
  width: 100%;
}

.cart-title {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin-top: 20px;
  vertical-align: top;
}

@media (max-width: 979px) {
  .cart-title h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 699px) {
  .cart-title h3 {
    font-size: 1.1em;
  }
}

.cart-qty {
  margin: 0 !important;
  width: 3.1em !important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

/* Zebra striping */
tr:nth-of-type(odd) {}

th {
  font-weight: 600;
  font-size: .875em;
}

th:first-child {
  text-align: left;
}

td,
th {
  border: 0;
  border-bottom: 1px solid rgba(79, 73, 70, .2);
  padding: 10px;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  td,
th {
  padding-left: 3px;
  padding-right: 3px;
}
}

@media (min-width: 480px) {

  td,
  th {
    min-width: 5em;
  }
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

#basket-right {
  margin-top: 40px;
  text-align: center;
}

@media (min-width: 980px) {
  #basket-right {
    margin-top: 0;
  }
}

#basket-right p {
  margin-bottom: 20px;
}

#basket-right img {
  width: 50px;
}

#note {
  margin-top: 10px;
}

#cart-notes {
  margin-top: 20px;
  margin-bottom: 20px;
}

#cart-notes label {
  font-size: .875em;
}

/* =============== */
/* = Blogs & Pages = */
/* =============== */
#page {
  clear: left;
}

#contact-page.form-left {
  float: right;
}

#page h1 {
  text-align: center;
}

div#contactFormWrapper {
  margin-top: 30px;
}

#contactFormWrapper label span {
  display: block;
  font-weight: normal;
  margin: 0 0 .25em;
}

.blog-description {
  text-align: center;
  margin-bottom: 20px;
}

ul.blog-articles {
  list-style-type: none;
  text-align: center;

  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

ul.blog-articles li {
  margin-bottom: 30px;
  min-height: 150px;
  padding-bottom: 30px;
  flex: 0 0 auto;
}

ul.blog-articles li .box-ratio {
  padding-bottom: 66.3793103% !important;
}

ul.blog-articles li span.post-title {
  font-weight: bold;
  clear: left;
  display: block;
}

ul.blog-articles h3 {
  display: block;
  text-align: left;
  padding: 0 25px;
  font-weight: 600;
  font-size: 24px;
}

@media only screen and (min-width: 741px) {
  ul.blog-articles h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

ul.blog-articles .article-headline {
  padding: 0 25px;
  line-height: 1.3em;
}

@media only screen and (max-width: 740px) {
  ul.blog-articles .article-headline {
    font-size: 1.1em;
  }
}

ul.blog-articles .posted {
  color: rgba(0, 0, 0, .7);
  display: block;
  font-size: .833333333em;
  letter-spacing: .0625em;
  line-height: 1.133333333em;
  text-align: left;
}

ul.blog-articles .article-headline>.rte {
  letter-spacing: 0;
  margin: 1.178571428em 0;
  color: #777777;
  font-weight: 500;
}

ul.blog-articles .article-headline>a {
  font-weight: normal;
  font-size: .888888889em;
  letter-spacing: .0625em;
  line-height: 1.1875em;
}

body.index .blog-articles li {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 10px;
  background: #fff;
}

@media only screen and (max-width: 740px) {
  body.index .blog-articles li:first-child {
    margin-left: 25px;
  }

  body.index .blog-articles li:last-child {
    margin-right: 25px;
  }
}

ul#posts {
  list-style-type: none;
  margin-top: 10px;
}

ul#posts li {
  margin: 5px 0;
}

.excerpt {
  margin-bottom: 1.611111111em;
}

.excerpt img {
  margin-bottom: 10px;
}

.excerpt a:hover {
  text-decoration: none;
}

.excerpt p {
  margin-bottom: 0;
}

#article {
  margin-top: 30px;
}

#article-body {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

#article-body .article-meta {
  color: #4f4946;
  font-size: .833333333em;
  line-height: 1.133333333em;
}

#article-body a {
  text-decoration: underline;
  transition: opacity .5s ease;
}

#article-body a:hover {
  opacity: .5;
}

#article-body h1 {
  text-align: left;
}

#article-body .rte>p>img {
  display: block;
  left: 50%;
  margin: 3.222222222em 0;
  max-width: calc(100vw + 2px);
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#comments {
  border-top: 2px solid #eeeeee;
  margin-top: 10px;
  padding-top: 20px;
}

#comment-pagination {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#comments ul {
  margin-left: 0;
  list-style-type: none;
}

#comments ul li {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.notice {
  background: #fbfbfb;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eeeeee;
}

#comments dl {
  margin-top: 10px;
}

#comments dl dt {
  margin-top: 10px;
  margin-bottom: 3px;
}

span.post-title,
p.posted,
.article-headline .rte,
.article-headline {}

/* ===================== */
/* =      Search       = */
/* ===================== */
.search-content {
  text-align: center;
  padding: 10px;
}

div#search-bar input {
  border: 0;
  margin: 0;
}

#search-bar .search-form button {
  background: #fff;
  color: #000;
  margin: .875em 0;
}

body.search .collection-header .collection-header__title {
  margin-bottom: 20px;
}

/* ===================== */
/* = Customer Accounts = */
/* ===================== */

.customer-account::after {
  background: url(account.svg) center / contain no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  margin-left: 0.5ch;
  width: 20px;
  position: relative;
  top: 5px;
}

@media screen and (max-width:740px) {
  .customer-account::after {
    height: 24px;
    width: 24px;
    margin-bottom: 10px;
  }
}


#customer-wrapper {
  float: left;
  margin-bottom: 40px;
}

#customer-wrapper p {
  margin-top: 0 ! important;
  margin-bottom: 0 ! important;
}

#forgot_password {
  margin-bottom: 15px;
}

#customer-wrapper form {
  margin-top: 20px;
}

#admin_header {
  margin-bottom: 30px;
}

.view_address p {
  margin: 0;
}

#customer_detail p {
  margin: 0;
}

.address_table {
  margin-bottom: 20px;
}

#forgot_password a {
  text-decoration: underline;
  transition: opacity .5s ease;
}

#forgot_password a:hover {
  opacity: .5;
}

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details {
  float: left;
}

#create-customer,
#customer {
  margin-top: 30px;
}

div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin: 0 10px;
}

a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}

/* =============== */
/* = Footer = */
/* =============== */
#footer {
  background: #000;
  color: #fff;
  padding: 0;
}

body.index #footer {
  margin-top: 0;
}

#big-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 4em 0;
  list-style-type: none;
}

@media (min-width: 1220px) {
  #big-footer {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#big-footer h4 {
  font-family: 'adobe-garamond-prop';
  font-size: 1.333333333em;
  font-weight: normal;
  display: block;
  line-height: 3.083333333em;
  text-transform: uppercase;
}

#big-footer>div {
  padding: 20px 25px;
  min-height: 120px;
}

#big-footer ul {
  list-style: none;
  margin: 0;
}

#footer-signup form .footer-signup-wrapper {
  border: 1px solid rgba(255, 107, 83, .5);
  margin: 1.611111111em 0;
  max-width: 100%;
  position: relative;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
  width: 100%;
}

#footer-signup form .footer-signup-wrapper:focus-within {
  border-color: #ff6b53;
}

@media (min-width: 1220px) {
  #footer-signup form .footer-signup-wrapper {
    width: 17.5em;
  }
}

#email-address {
  border: 0;
  color: #fff;
  margin: 0;
}

#email-address::placeholder {
  color: rgba(255, 255, 255, .3);
  opacity: 1;
}

label[for="gdpr"] a {
  text-decoration: underline;
}

#gdpr {
  border-color: rgba(255, 107, 83, .5);
  float: left;
  margin: .25em .75ch 4em 0;
}

#gdpr:focus {
  border-color: #ff6b53;
}

#footer-signup button {
  background: transparent;
  border-left: 1px solid rgba(255, 107, 83, .5);
  color: #ff6b53;
  font: inherit;
  font-weight: normal;
  height: initial;
  line-height: 1.8125em;
  margin: 0;
  padding: 0 12px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .5s ease, border-color .5s ease;
  transition: color .5s ease, border-color .5s ease;
  width: auto;
}

#footer-signup button:hover {
  color: rgba(255, 107, 83, .5)
}

#footer-signup form .footer-signup-wrapper:focus-within button {
  border-color: #ff6b53;
}

#footer-signup .errors {
  color: #be1e2d;
  font-weight: normal;
  position: absolute;
  bottom: 100%;
}

#social-icons {
  margin-top: 15px;
}

#social-icons a {
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 20px !important;
}

.share-icons a {
  background: #ffffff;
  color: #000000;
  margin: 4px 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}

.share-icons i {
  font-size: 20px !important;
  vertical-align: middle;
}

#social-icons a:hover {
  opacity: 0.9;
}

#close {
  background: #181615;
  color: #fff;
  font-size: .833333333em;
  line-height: 1.133333333em;
  letter-spacing: .0625em;
  line-height: 32px;
  padding: 1em 0;
  text-align: left;
}

#close .row>div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 1220px) {
  #close .row>div {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }
}

#close .row p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

@media (min-width: 1220px) {
  #close .row p {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#close .row img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin: .5em 0 1em;
  width: 2em;
}

@media (min-width: 980px) {
  #close .row img {
    margin: 0 1em 0 0;
  }
}

#close p,
#close p span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 980px) {

  #close p,
  #close p span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

#big-footer a,
#big-footer h4,
#close a,
#close a:visited {
  color: #fcf6ee;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#big-footer a:hover,
#close a:hover {
  opacity: .5;
}

#social-icons a {
  color: #fff;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#social-icons a:hover {
  color: #fff;
  opacity: .5;
}

.footer-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

@media (min-width: 640px) {
  .footer-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1220px) {
  .footer-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    max-width: 17.5em;
  }
}

.footer-sect p,
.footer-sect li {
  letter-spacing: .05em;
  margin: 0 0 .8em;
}

/* =============== */
/* = Global = */
/* =============== */
.readmore {
  font-style: italic;
  color: #999;
}

#breadcrumb {
  font-size: .833333333em;
  font-size: 14px;
  line-height: 15.91px;
  letter-spacing: 0;
  margin-bottom: 1.1em;
  margin-top: 0;
  text-align: center;
}

@media screen and (min-width: 980px) {
  #breadcrumb {
    text-align: left;
  }

  .collection-header #breadcrumb {
    text-align: center;
  }
}

#breadcrumb a {
  padding: 0 5px 0 0;
  color: #999;
  transition: color .5s ease;
}

#breadcrumb a:hover {
  color: #000;
}

#breadcrumb p {
  padding: 0 5px 0 0;
  color: #000;
}

.separator {
  padding-right: 5px;
}

.collection-template {
  padding-bottom: 95px;
}

#pagination {
  color: #4f4946;
  text-align: center;
  line-height: 1.1875em;
  font-size: .888888889em;
  font-weight: normal;
  margin-bottom: 60px;
}

#pagination span.current {
  color: #4f4946;
  padding: 8px 15px;
  margin-right: 10px;
  border: 1px solid currentColor;
}

#pagination a {
  color: rgba(79, 73, 70, .33);
  padding: 8px 15px;
  margin-right: 10px;
  font-weight: normal;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: 1px solid currentColor;
}

#pagination span.current:last-child,
#pagination a:last-child {
  margin-right: 0;
}

#pagination a:hover {
  background: rgba(0, 0, 0, 0);
  color: #8d8d8d;
}

#pagination span.count {
  display: block;
  margin-bottom: 36px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #444444;
}

#pagination .pagination-controls {
  background: #4f4946;
  color: #fff;
}

#pagination .pagination-controls i.fa {
  font-size: 1.4em;
}

.padded {
  margin-bottom: 15px;
}

#recently-viewed-products h2 {
  margin-bottom: 30px;
}

label[for="product-select-option-"] {
  display: none;
}

#product-select-option- {
  display: none;
}

#product-select-option-+.custom-style-select-box {
  display: none !important;
}

/*
Swatches Styles
*/



.swatch {
  margin: 0.5em 0;
}

/* Label */
.swatch .header {
  margin: 0.5em 0;
}

/* Hide radio buttons.*/
.swatch input {
  display: none;
}

.swatch label {
  display: inline-block;
  background-color: #ece9e5;
  border: 1px solid #4f4946;
  color: #4f4946;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: .375em .75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  -webkit-transition: background-color .5s ease, color .5s ease, opacity .5s ease;
  transition: background-color .5s ease, color .5s ease, opacity .5s ease;
  white-space: nowrap;
  zoom: 1;
}

.swatch label:hover {
  opacity: .5;
}

.color.swatch-element label {
  background-color: #fff;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 2em;
  width: 2em;
}

.swatch input:checked+label {
  background-color: #4f4946;
  color: #ece9e5;
}

.swatch .color input:checked+label {
  border: 2px solid #fff;
  padding: 7px;
}

.swatch .color input:checked+label:after {
  background: url('selected-option.svg') center / contain no-repeat;
  content: '';
  height: 1em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 5px 5px 0;
  /* To position the sold out graphic and tooltip */
  position: relative;
}

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none !important;
}

.swatch .swatch-element.soldout {
  opacity: .2;
}

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: auto;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.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;
}

div.select {
  display: none;
}

div#subscribe_popup {
  width: 480px;
  text-align: center;
  padding: 0 0 20px;
  overflow: hidden;
}

#subscribe_popup #mc_embed_signup {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}

.cta {
  margin-top: 20px;
}

.cta a {
  color: #ffffff;
  font-size: 16px;
  /* padding: 10px 40px; */
  background: #000000;
  letter-spacing: 1px;
  -webkit-transition: background .5s ease, color .5s ease;
  transition: background .5s ease, color .5s ease;
}

.cta a:hover {
  color: #000000;
  background: #686868;
}

/* #Mobile Menu
 ================================================== */
.mobile-navigation {
  background: #181615;
  bottom: 0;
  color: #fff;
  /* -webkit-box-shadow: 4px 0px 7px 0px rgba(153, 153, 153, 1);
  box-shadow: 4px 0px 7px 0px rgba(153, 153, 153, 1); */
  height: 100%;
  left: 0;
  list-style: none;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px;
  padding-top: 80px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  width: calc(100vw - 40px);
  z-index: 9;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.mobile-navigation-item {
  display: block;
}

.mobile-navigation-link:link {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 0.5rem 1em 0.5rem 1.75rem;
  color: #47423f;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.5s;
  transition: color 0.2s, background 0.5s;
  height: 40px;
}

.mobile-navigation-link:hover,
.mobile-navigation-link:active {
  opacity: .5;
}

.mobile-dropdown-link i {
  font-weight: 800;
  padding: 5px;
  float: right;
  margin-left: 0.3em;
}

.mobile-dropdown-link .fa-angle-up {
  display: none;
}

.mobile-dropdown-link.active .fa-angle-down {
  display: none;
}

.mobile-dropdown-link.active .fa-angle-up {
  display: block;
}

.mobile-dropdown {
  display: none;
}

.mobile-dropdown li {
  width: 80%;
}

.mobile-dropdown a:link {
  font-weight: 300;
  text-transform: none;
  font-size: 15px;
  padding: 3px;
  margin: 0 0 0 25px;
  height: 30px;
  display: block;
}

.mobile-dropdown a:hover {
  color: #161111;
  border-bottom: 3px solid #d8af4d;
  border-left: none;
}

.mobile-dropdown a:active {
  color: #161111;
  border-bottom: 3px solid #d8af4d;
  border-left: none;
}

.mobile-navigation .search-form {
  /* border-color: #ff6b53; */
  border: 0;
  border-bottom: 2px solid #818181;
  margin-left: 15px;
}

.mobile-navigation .search-field {
  color: #fff;
}

.mobile-navigation .search-field::placeholder {
  color: #818181;
}

.mobile-social-media {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(211, 207, 200, 0.3);
}

.mobile-social-media li {
  display: inline-block;
  width: 40px;
}

.mobile-social-media a:link {
  padding: 0;
}

.mobile-social-media a:hover,
.mobile-social-media a:active {
  border-left: none;
}

.mobile-social-media i {
  font-size: 20px;
  display: inline-block;
  padding: 10px;
}

.mobile-social-media i:hover {
  border-left: none;
  color: #161111;
  border-bottom: 3px solid #d8af4d;
}

.site-wrap {
  min-height: 100%;
  min-width: 100%;
  background-color: #ffffff;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
  width: 100vw;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  margin-top: -2px;
  z-index: 2;
}

.mobile-navigation .nav-box label[for="nav-trigger"] {
  margin: 0;
}

label[for="nav-trigger"] i {
  /* non-critical apperance styles */
  font-size: 1rem;
  margin-top: 5px;
  color: black;
}

/* Make the Magic Happen */
.nav-trigger+label,
.site-wrap,
.mobile-navigation {
  /* transition: transform 1.2s; */
}

.nav-trigger:checked+label {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  position: fixed;
  top: 39px;
  left: 60px;
}

.menu-open {
  -webkit-transform: translate(calc(100vw - 40px), 0);
  transform: translate(calc(100vw - 40px), 0);
  position: fixed;
}

.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
  }
}

/* .nav-trigger:checked~.mobile-navigation {
  left: 0;
} */

body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  margin-top: 1em;
  display: inline-block;
  position: relative;
  /* width: 19px; */
}

.hamburger-box svg {
  width: 2.5em;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.9s 0.12s ease, opacity 0.075s ease;
  transition: top 0.9s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.9s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.9s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.9s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.9s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.4s ease, opacity 0.075s 0.12s ease;
  transition: top 0.4s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.4s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.4s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.4s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.4s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.accordion-toggle:after,
.accordion-toggle2:after {
  content: "\f107";
  font-family: FontAwesome;
  text-align: right;
  width: 13%;
  display: inline-block;
  padding-right: 13px;
}

.mobile-navigation ul#accordion li a,
.mobile-navigation .accordion-toggle2 a {
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
}

.accordion-toggle,
.accordion-toggle2 {
  cursor: pointer;
}

.accordion-content,
.accordion-content2 {
  display: none;
}

.accordion-content.default,
.accordion-content2.default {
  display: block;
}

.mobile-navigation ul {
  list-style: none;
  margin-bottom: 0;
}

.mobile-navigation ul li a,
.mobile-navigation .accordion-toggle {
  color: #333333;
  font-family: ;
  font-weight: ;
}

.mobile-navigation .featured-text p {
  color: #000000;
  margin-bottom: 0;
  line-height: 18px;
}

.mobile-navigation ul.sub {
  margin-top: 0 ! important;
}

.mobile-navigation input {
  line-height: initial ! important;
  border: 0 ! important;
  margin-bottom: 0 ! important;
}

.mobile-navigation .search-form {
  width: 90%;
}

.mobile-navigation #social-icons,
.mobile-navigation .featured-text {
  width: 94% !important;
}

.mobile-navigation .featured-text {
  text-align: center !important;
}

.mobile-menu.main-menu {
  margin-bottom: 28px;
  margin-top: 36px;
}

.mobile-navigation>div {
  /* margin-top: 38px; */
  padding-bottom: 10px;
}

ul#mobile-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}

ul#mobile-menu li {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: normal;
  padding: 15px;
  flex: 1;
}

ul#mobile-menu li i {
  font-size: 16px;
}

/* ul#mobile-menu .search-link {
  background: url('/cdn/shop/t/3/assets/search-black.svg?v=15996193873183129650') center / 1em no-repeat;
  display: inline-block;
  height: 2em;
  vertical-align: middle;
  width: 2em;
} */

.menu-search-wrapper {
  display: flex !important;
}

ul#mobile-menu .cart-link {
  -webkit-box-orient: horizontal;
  /* -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; */
}

ul#mobile-menu .cart-link .cart-count {
  margin-left: 1ch;
}

.menu-account-cart-wrapper {
  display: flex !important;
  align-items: center;
  gap: 0.5em;
  justify-content: flex-end;
}


/* Password Page */
.password-page #logo {
  padding-top: 100px;
}

.password-page {
  min-height: 110vh;
}

.password-page img {
  margin: 10px;
}

#password-message {
  margin-bottom: 30px;
}

#signup-wrap {
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}

#signup-holder {
  margin-top: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 70%;
  text-transform: uppercase;
  color: #000;
  height: 46px;
}


input#password-email:focus::-webkit-input-placeholder {
  color: transparent;
}

input#password-email:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input#password-email:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input#password-email:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */

#password-subscribe {
  float: left;
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
}

body.password p.success {
  text-align: center;
}

.password-page-icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page-icons a:hover {
  opacity: 0.5;
}

.password-page-icons i {
  line-height: 30px;
}

body.password form#login_form {
  padding: 15px 20px;
}

.password-page-footer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 220px;
}

.password-page-footer a {
  font-family: "gill-sans-nova", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

/* slideout */
.slideout-toggle.open_password {
  position: fixed;
  top: 20px ! important;
  right: 20px ! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0 ! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
  padding: 20px;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right {
  margin-right: -3px;
}

@media screen and (max-width: 740px) {
  ul#password-icons {
    display: none;
  }

  #signup-holder {
    margin-top: 50px;
  }
}

/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('flexslider-icon.eot');
  src: url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider,
.slide-gallery {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li,
.slide-gallery .slides>li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.product-thumbnails .slides .product-slide-image-wrapper {
  cursor: pointer;
  position: relative;
  transition: opacity .5s ease;
}

.product-thumbnails .slides .product-slide-image-wrapper:hover {
  opacity: .5;
}

.product-thumbnails .slides .product-slide-image-wrapper::after {
  border: 2px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border-color .5s ease;
}

.product-thumbnails .slides>.flex-active-slide .product-slide-image-wrapper::after {
  border-color: #000;
}

.flexslider .slides img,
.slide-gallery .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flex-caption,
.flex-control-nav {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
}

.flex-caption h2.slide-title {
  color: #000000;
  line-height: inherit;
  border: 0 ! important;
  padding: 0;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 60px;
  line-height: 54px;
}

.flex-caption p {
  color: #000000;
  letter-spacing: 0;
  font-size: 1.5em;
  margin: 0.4em 0 1em;
  font-weight: 300;
}

@media screen and (min-width: 767px) {
  .flex-caption .caption-inners {
    width: 500px;
  }
}

@media only screen and (max-width: 740px) {
  .flex-caption h2.slide-title {
    font-size: 3em;
    margin: 1.2em 0;
  }

  .flex-caption .caption {
    display: none;
  }
}



.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides>li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider,
.slide-gallery {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides,
.slide-gallery .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav and Product Gallery Controls */
.product-gallery-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  z-index: 3;
}

.product-gallery-controls li {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 40%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #c2c2c2;
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.product-gallery-controls li.product-gallery-previous {
  left: 10px;
}

.product-gallery-controls li.product-gallery-next {
  right: 10px;
}

.product-gallery-controls .product-gallery-next:before {
  content: "\f054";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  padding: 6px;
}

.product-gallery-controls .product-gallery-previous:before {
  content: "\f053";
  font-family: FontAwesome;
  text-align: center;
  display: block;
  padding: 6px;
}

.product-gallery-controls li:hover {
  background: rgba(0, 0, 0, 0);
  color: #8d8d8d;
}

.product-top {
  position: relative;
}

.product-top .zoom-box {
  display: none;
  position: absolute;
  width: 400px;
  height: 400px;
  top: 40px;
  overflow: hidden;
  z-index: 4;
  border: 1px solid #eee;
}

.flex-direction-nav,
.product-gallery-controls {
  *height: 0;
}

.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  color: #c2c2c2;
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.flexslider:hover .flex-prev,
.slide-gallery:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next,
.slide-gallery:hover .flex-next {
  opacity: 1;
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover,
.slide-gallery:hover .flex-next:hover,
.slide-gallery:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled,
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  pointer-events: none;
}

.flex-direction-nav .flex-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

.flex-direction-nav .flex-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

a.flex-next {
  line-height: 33px;
  text-align: center ! important;
  width: 42px ! important;
  height: 42px ! important;
  padding-left: 2px;
}

a.flex-prev {
  line-height: 33px;
  text-align: center ! important;
  width: 42px ! important;
  height: 42px ! important;
  padding-right: 2px;
}

.flex-direction-nav a:hover {
  background: rgba(0, 0, 0, 0);
  color: #8d8d8d;
}

/* Control Nav */
.flex-control-nav {
  margin-top: 2em;
  z-index: 9;
  position: absolute;
  bottom: 10%;
  /* text-align: center; */
}

.flex-control-paging li:first-child {
  padding-left: 30px;
}


@media only screen and (max-width: 740px) {
  .flex-control-nav {
    padding: 0 5%;
    left: 0;
    bottom: 15%;
  }

  .flex-control-paging li:first-child {
    padding-left: 0;
  }
}



.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  /* -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); */
  background: transparent;
  border: 1px solid #fff;
}

.flex-control-paging li a:hover {
  background: #fefefe;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 20%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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: #ffffff;
  color: #5a5a5a;
  text-shadow: none;
}

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

.fancybox-opened .fancybox-skin {
  min-height: 40px;
}

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

.fancybox-inner {
  overflow: hidden !important;
}

.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/shop/t/3/assets/fancybox_sprite.png?16259);
}

.fancybox-next span {
  background-image: url(/cdn/shop/t/3/assets/next.png?16259);
}

.fancybox-prev span {
  background-image: url(/cdn/shop/t/3/assets/prev.png?16259);
}

#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/shop/t/3/assets/fancybox_loading.gif?16259) center center no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 2%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/cdn/shop/t/3/assets/blank.gif?16259);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-close {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 20px;
  color: #c2c2c2;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  line-height: initial;
}

.fancybox-close:hover {
  background: rgba(0, 0, 0, 0);
  color: #8d8d8d;
}


.fancybox-close:before {
  content: "\00D7";
  font-weight: bold;
}

.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.5);
}

.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: normal;
  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, .8);
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa,
.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

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

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

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

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

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

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

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

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

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

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

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

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

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

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

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

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

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

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

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

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

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

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

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

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

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

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

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

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

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

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

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

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

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* onboarding styles for new theme install */
.onboard {
  background: #eee ! important;
}

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: normal;
}

.homepage-promo .onboard .placeholder-svg,
.ci.onboard .placeholder-svg {
  fill: rgba(28, 29, 29, 0.1);
  background-color: transparent;
}

.article-image .placeholder-svg,
.flexslider .placeholder-svg {
  fill: rgba(28, 29, 29, 0.1);
  background-color: #eee;
}

ol.flex-control-nav.flex-control-thumbs {
  display: block;
  text-align: center;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 25%;
  float: none;
  padding: 10px 5px 0;
  vertical-align: top;
}

ol.flex-control-nav.flex-control-thumbs li .zoomImg {
  display: none ! important;
}

.slider-container {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 46%;
  cursor: pointer;
  color: #c2c2c2;
  border: 2px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  line-height: 33px;
  text-align: center ! important;
  width: 35px ! important;
  height: 35px ! important;
  z-index: 2;
}

.slick-arrow:hover {
  background: rgba(0, 0, 0, 0);
  color: #8d8d8d;
}

.prev_slide.slick-arrow {
  left: 0;
}

.next_slide.slick-arrow {
  right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.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;
  width: 100%;
}

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

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

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

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

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

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

/* #RTE Formating
================================================== */
.rte h2 {
  margin-bottom: 30px;
}

/* RTE Button */
.rte-button {
  background: #000000;
  border: none;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.rte-button:hover {
  color: #ffffff;
  background: #000000;
}

/* RTE Accordion */
.rte-accordion .item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #000000;
  overflow: hidden;
}

.rte-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.rte-accordion label {
  position: relative;
  display: block;
  background: #bdbdbd;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;
}

.rte-accordion label span {
  color: #ffffff;
}

.rte-accordion .item-heading {
  max-width: 90%;
  padding: 10px;
  display: block;
  font-family: ;
  font-weight: ;
  font-size: 14px;
}

.rte-accordion .item-content {
  max-height: 0;
  overflow: hidden;
  background: white;
  -webkit-transition: max-height .35s;
  transition: max-height .35s;
}

.rte-accordion .item-content p {
  font-family: ;
  font-weight: ;
  font-size: 14px;
  padding: 8px;
}

.rte-accordion input:checked~.item-content {
  max-height: 100%;
}

.rte-accordion label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 10px;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  padding: 10px 15px;
}

.rte-accordion input[type=checkbox]+label::after {
  content: "+";
}

.rte-accordion input[type=radio]+label::after {
  content: "\25BC";
}

.rte-accordion input[type=checkbox]:checked+label::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.rte-accordion input[type=radio]:checked+label::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* RTE Tabbed Content */
.rte-tab>input,
.rte-tab section>div {
  display: none;
}

.rte-tab #tab1:checked~section .tab1,
.rte-tab #tab2:checked~section .tab2,
.rte-tab #tab3:checked~section .tab3 {
  display: block;
}

.rte-tab #tab1:checked~nav .tab1,
.rte-tab #tab2:checked~nav .tab2,
.rte-tab #tab3:checked~nav .tab3 {
  color: red;
}

.rte-tab {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.rte-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rte-tab ul li label {
  float: left;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fafafa;
  color: #000000;
}

@media screen and (max-width: 740px) {
  .rte-tab ul li label {
    padding: 5px 5px !important;
  }
}

.rte-tab ul li label:hover {
  background: #dddddd;
}

.rte-tab ul li label:active {
  background: #ffffff;
}

@media screen and (min-width: 740px) {
  .rte-tab ul li:not(:last-child) label {
    border-right-width: 0;
  }
}

.rte-tab section {
  clear: both;
}

.rte-tab section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

.rte-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #000000;
}

.rte-tab #tab1:checked~nav .tab1 label,
.rte-tab #tab2:checked~nav .tab2 label,
.rte-tab #tab3:checked~nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}

.rte-tab #tab1:checked~nav .tab1 label:after,
.rte-tab #tab2:checked~nav .tab2 label:after,
.rte-tab #tab3:checked~nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rte-image-slider-container input {
  visibility: hidden;
}

.rte-image-slider-menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.rte-image-slider-menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
  background: rgba(0, 0, 0, 0);
}

.rte-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8em 1em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0s .75s;
  transition: left 0s .75s;

}

[id^="rte-slide"]:checked+.rte-slide {
  left: 0;
  z-index: 2;
  -webkit-transition: left .65s ease-out;
  transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
  border: none;
  min-height: 500px;
}

/* RTE Divider */
.rte hr {
  margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-fill: initial;
  column-fill: initial;
}

.rte-masonry.gutter {
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.rte-masonry.no-gutter {
  -webkit-column-gap: 0;
  column-gap: 0;
  line-height: 0;
}

.rte-masonry .item img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.rte-masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}

.rte-masonry .item:hover {
  opacity: 0.8;
  cursor: pointer;
}

.rte-masonry.no-gutter .item {
  padding: 0;
  margin: 0;
}

.rte-masonry.gutter .item {
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
  .rte-masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .rte-masonry.gutter {
    -webkit-column-gap: .8em;
    column-gap: .8em;
  }
}

@media only screen and (min-width: 700px) {
  .rte-masonry {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .rte-masonry {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1100px) {
  .rte-masonry {
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media only screen and (min-width: 1280px) {
  .rte-masonry {
    width: 1260px;
  }
}

/**w
 * Typography Overrides
 * ========================================== */
.screenreader-text {
  position: absolute;
  top: -9999vh;
}

/**
 * Navigation Overrides
 * ========================================== */

.tmenu_item--root {
  vertical-align: baseline !important;
}

.tmenu_nav .tmenu_item.no-arrow .tmenu_indicator {
  display: none !important;
}

.tmenu_item--root>.tmenu_submenu.tmenu_submenu {
  background: rgba(24, 22, 21, .96) !important;
  color: #fff !important;
  margin: 0 !important;
  max-width: 66em !important;
  left: 50% !important;
  padding: 50px !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  box-shadow: none !important;
}


.tmenu_item--root>.tmenu_submenu.tmenu_submenu:after {
  content: '';
  background: url('menu-graphic.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
}

.tmenu_item--root>.tmenu_item_link {
  height: auto !important;
  -webkit-transition: opacity .5s ease !important;
  transition: opacity .5s ease !important;
}

.tmenu_item--root>.tmenu_item_link:hover {
  opacity: .5 !important;
}

li:not(.tmenu_item_mobile) .tmenu_submenu .tmenu_item_link:not([tmenu-disabled-link]):hover .tmenu_item_text {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}


.tmenu_item--root.tmenu_item_active>.tmenu_item_link {
  opacity: .5 !important;
}

.tmenu_submenu.tmenu_submenu_type_mega>.tmenu_item_display_header>.tmenu_item_link,
.mobile-navigation .tmenu_item_level_0>.tmenu_item_link,
.mobile-navigation .tmenu_item_has_child>.tmenu_item_link {
  border: 0 !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  letter-spacing: .0625em;
  text-transform: uppercase !important;
}


.mobile-navigation .tmenu_item_level_0 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px !important;
}

.mobile-navigation .tmenu_item_level_0>.tmenu_item_link {
  font-weight: 400 !important;
  color: #F8F8F8 !important;
  width: 100% !important;
  font-size: 18px !important;
  font-style: normal !important;
  line-height: 21px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase;
}


.tmenu_item_mobile.tmenu_item_active>.tmenu_item_link,
.mobile-navigation .tmenu_item_level_1.tmenu_item_active>.tmenu_item_link {
  color: #666666 !important;
}

.mobile-navigation .tmenu_item_level_1>.tmenu_item_link {
  text-transform: none !important;
  letter-spacing: 0;
  color: #CCCCCC !important;
  font-size: 20px !important;
}

.tmenu_item_mobile.tmenu_item_active>.tmenu_item_link .tmenu_indicator_icon,
.tmenu_item_mobile .tmenu_item_active>.tmenu_item_link .tmenu_indicator_icon {
  color: #ea8772 !important;
}

.tmenu_item_mobile.tmenu_item_level_1.tmenu_item_active>.tmenu_item_link .tmenu_indicator_icon {
  color: rgba(234, 135, 114, .7) !important;
}

@media (min-width: 720px) {

  .tmenu_submenu.tmenu_submenu_type_mega>.tmenu_item_display_header>.tmenu_item_link,
  .mobile-navigation .tmenu_item_level_0>.tmenu_item_link,
  .mobile-navigation .tmenu_item_has_child>.tmenu_item_link {
    font-size: .888888889em;
  }
}

.tmenu_item_mobile .tmenu_item_link,
.tmenu_submenu.tmenu_submenu_type_automatic>.tmenu_item_level_2>.tmenu_item_link {
  border: 0 !important;
  color: #CCC !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -webkit-transition: opacity .5s ease !important;
  transition: opacity .5s ease !important;
}

.tmenu_submenu.tmenu_submenu_type_mega>.tmenu_item_display_header>.tmenu_item_link,
.tmenu_submenu.tmenu_submenu_type_automatic>.tmenu_item_level_2>.tmenu_item_link {
  font-size: 16px !important;
}


.mobile-navigation .tmenu_submenu.tmenu_submenu_type_automatic>.tmenu_item_level_2>.tmenu_item_link {
  padding: 15px !important;
}

.mobile-navigation .tmenu_submenu.tmenu_submenu_type_automatic>.tmenu_item_level_2>.tmenu_item_link,
.mobile-navigation .tmenu_item_level_0>.tmenu_item_link,
.mobile-navigation .tmenu_item_level_2>.tmenu_item_link {
  font-size: 18px !important;
}

.mobile-navigation .tmenu_item_level_1>.tmenu_item_link,
.mobile-navigation .tmenu_item_level_2>.tmenu_item_link {
  padding: 15px 0 !important;
}

.tmenu_submenu.tmenu_submenu_type_automatic>.tmenu_item_level_2>.tmenu_item_link:hover {
  opacity: 1 !important;
}

.mobile-navigation .tmenu_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-navigation .tmenu_submenu>.tmenu_item_layout_image {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.mobile-navigation .tmenu_item_link {
  padding: 8px 0 !important;
}

.mobile-navigation .tmenu_item_mobile>.tmenu_submenu {
  height: auto;
  max-height: 0;
  opacity: 1;
  transition: max-height .5s ease;
  visibility: visible;
}

.mobile-navigation .tmenu_item_mobile.tmenu_item_active>.tmenu_submenu {
  height: auto;
  max-height: none !important;
}

.mobile-navigation .mobile-contact-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 28px;
}

.mobile-social-wrapper h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .0625em;
  text-transform: uppercase;
  margin: 10px;
}

.tmenu_indicator_icon svg {
  width: 1.5em !important;
  height: 1.5em !important;
}

.tmenu_item_level_1 .tmenu_indicator_icon svg {
  width: 1.4em !important;
  height: 1.4em !important;
}

.cart-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
}

.cart-link::after {
  background: url('shopping-cart-add.svg') center / contain no-repeat;
  content: '';
  display: inline-block;
  height: 15px;
  margin-left: .5ch;
  width: 17px;
}

@media screen and (max-width:740px) {
  .cart-link::after {
    height: 24px;
    width: 24px;
  }
}

.cart-link .cart-count {
  margin-left: 1ch;
  order: 10;
}

.cart-status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.cart-status .cart-link {
  color: #fff;
  font-weight: normal;
}

.mobile-navigation .nav-box {
  margin-right: auto;
}

.mobile-navigation .account-box {
  display: flex;
  align-items: center;
  gap: 2em;
  margin-right: 15px;
}

.mobile-navigation .hamburger-inner,
.mobile-navigation .hamburger-inner::before,
.mobile-navigation .hamburger-inner::after {
  background-color: #fff;
}

.mobile-navigation .nav-trigger:checked+label {
  position: relative;
  top: 3px;
  /* top: 0;
  left: 0; */
}

.mobile-navigation .cart-link::after {
  background: url(mobile-shopping-cart-add.svg) center / contain no-repeat;
  width: 24px;
  height: 24px;
}

.mobile-navigation .customer-account::after {
  background: url(mobile-account.svg) center / contain no-repeat;
  height: 24px;
  width: 24px;
  margin-bottom: 5px;
}

.mobile-navigation .cart-count {
  color: #ea8772;
  font-weight: 500;
}

.testimonial {
  background-image: -webkit-gradient(linear, left top, right top, from(#ece9e5), color-stop(30%, rgba(79, 73, 70, .15)), color-stop(70%, rgba(79, 73, 70, .15)), to(#ece9e5)),
    -webkit-gradient(linear, left top, right top, from(#ece9e5), color-stop(30%, rgba(79, 73, 70, .15)), color-stop(70%, rgba(79, 73, 70, .15)), to(#ece9e5)),
    -webkit-gradient(linear, left top, right top, from(#ece9e5), color-stop(30%, #fff), color-stop(70%, #fff), to(#ece9e5));
  background-image: linear-gradient(to right, #ece9e5 0%, rgba(79, 73, 70, .15) 30%, rgba(79, 73, 70, .15) 70%, #ece9e5 100%),
    linear-gradient(to right, #ece9e5 0%, rgba(79, 73, 70, .15) 30%, rgba(79, 73, 70, .15) 70%, #ece9e5 100%),
    linear-gradient(to right, #ece9e5 0%, #fff 30%, #fff 70%, #ece9e5 100%);
  background-position: top center, bottom center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 1px, 100% 1px, 100% calc(100% - 2px);
  margin: 6em 0 0;
  padding: 4.833333333em 0 2.388888889em;
  position: relative;
}

.testimonial__image {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 125px;
}

.testimonial__title {
  color: #4f4946;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
}

.testimonial__text {
  color: #4f4946;
  margin: 0 auto;
  max-width: 38em;
  padding: 0;
}

.testimonial__text p {
  font-size: 1.333333333em;
  font-style: normal;
  letter-spacing: .0625em;
  line-height: 1.583333333em;
  quotes: '"''"'"'""'";
  text-align: center;
}

.testimonial__text p::before {
  content: open-quote;
  margin-right: -.5ch;
}

.testimonial__text p:after {
  content: close-quote;
  margin-left: -.5ch;
}

.testimonial__text cite {
  color: rgba(0, 0, 0, .6);
  display: block;
  font-size: .882352941em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  margin: 4em auto 0;
  max-width: 21em;
  position: relative;
  text-align: center;
}

.testimonial__text cite::before {
  background: rgba(255, 107, 83, .2);
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: -2em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11.666666667em;
}

.product-slide-image-wrapper {
  background-color: #f1f1f1;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.product-slide-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-slide-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
}

.collection-header {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
}

.collection-header--has-image {
  height: 20em;
}

.collection-header__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.collection-header .box-ratio {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.collection-header .box-ratio::after {
  background-color: rgba(30, 27, 25, 0.43);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.collection-header figure {
  height: 100%;
  width: 100%;
  z-index: 1;
}

.collection-header img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 100%;
}

.collection-header__content {
  margin: 2.448979592em auto;
  max-width: 38em;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 48px;
}

.collection-header--has-image .collection-header__content {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}


.collection-header--has-image .collection-header__title,
.collection-header--has-image .collection-header__description {
  color: #fff;
}

.collection-header__description {
  font-size: 1.166666667em;
  letter-spacing: .0625em;
  line-height: 1.428571429em;
}

.collection-header__description p {
  margin: 0;
}

.collection-header__title,
.collection-header__description {
  margin: 0;
  letter-spacing: 0;
}

.collection-header__title {
  font-size: 36px;
  line-height: 43.2px;
  margin-bottom: 16px;
}

.collection-header__description {
  padding: 0 24px;
  font-size: 18px;
  line-height: 20.67px;
}



#collection-page .product-loop .prod-image img {
  width: 100%;
}

.faq {
  display: block;
  margin: 0 0 4.5em;
}

.faq__list {
  margin: 0 -1.5em;
}

.faq__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ece9e5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'gill-sans-nova';
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: .75em 1.5em;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.faq__title:hover {
  background-color: #d8d2ca;
}

.faq__title::after {
  content: '×';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.faq__title h3 {
  margin: 0;
}

.faq__title--active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__title--active+.faq__answer {
  max-height: 50vh;
}

.faq__answer {
  display: block;
  height: auto;
  max-height: 0;
  overflow-y: auto;
  padding: 0 1.5em;
  -webkit-transition: max-height .5s ease;
  transition: max-height .5s ease;
}

.faq__answer-content {
  font-size: .888888889em;
  margin-top: -10px;
}

.image-with-text-overlay {
  color: #fff;
  height: 27em;
  left: 50%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw + 2px);
}

.image-with-text-overlay+.split-text-image {
  margin-top: 2.055555556em;
}

@media (min-width: 980px) {
  .image-with-text-overlay+.split-text-image {
    margin-top: 4.111111111em;
  }
}

.image-with-text-overlay--is-page-header {
  height: 40em;
}

.image-with-text-overlay__title,
.image-with-text-overlay__text {
  color: #fff;
}

.image-with-text-overlay__title {
  font-size: 2.333333333em;
  letter-spacing: normal;
  line-height: 1.19047619em;
  text-transform: none;
}

.image-with-text-overlay__title--page-title {
  font-size: 3.555555556em;
  line-height: 1.203125em;
}

.image-with-text-overlay__text {
  font-size: 1.166666667em;
  line-height: 1.428571429em;
  margin: 0 auto 1.428571429em;
  max-width: 24.5em;
}

.image-with-text-overlay .onboard .placeholder-svg {
  height: 400px;
}

.image-with-text-overlay .background-image {
  background-size: cover;
  background-position: center center;
  height: 100%;
}

.image-with-text-overlay .box-ratio {
  height: 100% !important;
}

.image-with-text-overlay .box-ratio::after {
  background-color: rgba(30, 27, 25, 0.43);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.image-with-text-overlay .homepage-promo {
  height: 100%;
  margin-bottom: 0;
}

.image-with-text-overlay .caption {
  text-align: center;
}

.no-js .image-with-text-overlay .background-image.lazyload {
  display: none;
}

.more-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more-cta {
  border: solid #ff6b53;
  border-width: 0 0 2px;
  font-family: 'adobe-garamond-pro';
  font-size: 1.111111111em;
  line-height: 1.25em;
  margin: 1.25em auto;
  padding: .35em 0;
  transition: opacity .5s ease;
}

.more-cta:hover {
  opacity: .5;
}

.split-text-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.055555556em;
}

.split-text-image+.split-text-image {
  margin-top: -2.055555556em;
}

@media (min-width: 980px) {
  .split-text-image {
    margin-bottom: 4.111111111em;
  }

  .split-text-image+.split-text-image {
    margin-top: -4.111111111em;
  }
}

.split-text-image--image-on-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.split-text-image__image,
.split-text-image__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 980px) {

  .split-text-image__image,
  .split-text-image__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 980px) and (max-width: 1219px) {
  .split-text-image__image .box-ratio {
    padding-bottom: 75% !important;
  }
}

.split-text-image__content {
  padding: 2.055555556em 0;
}

@media (min-width: 980px) {
  .split-text-image__content {
    box-sizing: content-box;
    flex-basis: calc(50% - 4.111111112em);
    padding: 0 2.055555556em;
  }
}

@media (min-width: 1120px) {
  .split-text-image__content {
    flex-basis: calc(50% - 8.222222222em);
    padding: 0 4.111111111em;
  }
}

.full-size-image {
  margin: 2.055555556em 0;
}

@media (min-width: 720px) {
  .full-size-image {
    margin: 2.055555556em;
  }
}

@media (min-width: 980px) {
  .full-size-image {
    margin: 4.111111111em;
  }
}

.skip-to {
  background: #181615;
  opacity: 0;
  pointer-events: none;
  margin-bottom: -1.6em;
  text-align: center;
  z-index: 999999999999999999999;
}

.skip-to--at-bottom {
  margin-bottom: 0;
  margin-top: -1.6em;
}

.skip-to:focus-within {
  opacity: 1;
  margin-bottom: 0;
  margin-top: 0;
  pointer-events: all;
}

.skip-to a {
  color: white;
  text-decoration: underline;
}

.link {
  border-bottom: 2px solid #ff6b53;
  color: #fff;
  display: inline-block;
  margin: 0 1em;
  padding: .25em 0;
  transition: opacity .5s ease;
}

.link:hover {
  opacity: .5;
}

.link:visited {
  color: #fff;
}

.store {
  position: relative;
}

.store__container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3em;
  padding-bottom: 3em;
}

@media (min-width: 980px) {
  .store__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.store__container--info {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

.store__container--map {
  border-bottom: 1px solid rgba(79, 73, 70, .2);
}

.store__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 2em;
}

.store__image .box-ratio {
  object-fit: unset;
  object-position: unset;
  font-family: inherit;
}

@media (min-width: 980px) {
  .store__image {
    margin: 0 2em 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20em;
    flex: 0 0 20em;
  }
}

.store__map-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  width: 100vw;
}

@media (min-width: 980px) {
  .store__map-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 3em;
  }
}

.store__meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

@media (min-width: 980px) {
  .store__meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16em;
    flex: 0 0 16em;
    text-align: left;
  }
}

.store__meta a {
  transition: opacity .5s ease;
}

.store__meta a:hover {
  opacity: .5;
}

.store__block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 1.6em;
}

.store__block p {
  margin: 0;
}

.store__block:last-of-type {
  margin: 0;
}

.store__map {
  background: rgba(79, 73, 70, .2);
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 24em;
  margin: 0 0 2em;
}

@media (min-width: 980px) {
  .store__map {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: auto;
    margin-bottom: 0;
    margin-right: 2em;
  }
}

.page-contact #page {
  margin-bottom: 2em;
}

.page-contact #page>h2 {
  text-align: center;
}

/* img:not([alt]),
img[alt=""] {
  border: 10px solid red !important;
} */

.errorForm.feedback {
  color: red;
  font-weight: bold;
}

.customer_address_table input,
.customer_address_table select,
.customer_address_table textarea {
  margin: 0 !important;
}

.customer_address_table th,
.customer_address_table td {
  border: 0 !important;
}

.customers-login #customer-wrapper {
  width: 100%;
}

.customers-addresses #customer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.customers-addresses .customer_address {
  margin: 0 0 2em;
}

.customers-addresses .view_address {
  margin: 0 0 1em;
}

.customers-addresses .address_actions {
  align-items: baseline;
  display: flex;
  justify-content: flex-start;
}

.customers-addresses .address_actions a {
  flex: 0 0 auto;
  margin: 0 1em 0 0;
  padding: 0 1em 3px;
  width: auto;
}

.customers-addresses #admin_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.customers-addresses #admin_header .button {
  color: #fff !important;
  flex: 0 0 auto;
  padding: 10px 1em 13px;
  width: auto;
}

.customers-addresses #address_form_new {
  margin-top: 0;
}

.customers-addresses .customer_address.edit_address {
  margin: 0 1.5em 20px;
  order: -1;
}

.customers-addresses #add_address {
  order: -2;
}

.errors ul {
  list-style: none;
}

.message,
.errors ul li {
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 10px 15px;
  width: 100%;
}

.message--success {
  background: #17b36b;
}

.errors ul li {
  background: #be1e2d;
}

/* Collection Promo Popup */
.collection-promo-popup {
  align-items: center;
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 1em;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .5s ease;
  z-index: 999;
}
  .collection-promo-popup[aria-hidden="true"] {
    opacity: 0;
    pointer-events: none;
  }
  .collection-promo-popup__wrapper {
    align-items: stretch;
    background: white;
    display: flex;
    height: 100%;
    max-height: 24em;
    max-width: 56em;
    position: relative;
    width: 100%;
  }

  .collection-promo-popup__close {
    background: transparent !important;
    display: inline-block;
    height: 1em;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1em;
  }

  .collection-promo-popup__image,
  .collection-promo-popup__content {
    flex: 0 0 100%;
  }
  .collection-promo-popup__image {
    display: none;
  }
    @media (min-width: 64em) {
      .collection-promo-popup__image {
        display: block;
      }
      .collection-promo-popup__image,
      .collection-promo-popup__content {
        flex: 0 0 50%;
      }
    }
    .collection-promo-popup__image img {
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100%;
    }

  .collection-promo-popup__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em;
    text-align: center;
  }
    .collection-promo-popup__heading {
      font-size: 4.875em;
      letter-spacing: normal;
      line-height: .75em;
      margin: 0 0 .1em;
    }
      .collection-promo-popup__title::after {
        content: '*';
        display: inline-block;
        font-size: .5em;
        transform: translateY(-.5em);
        vertical-align: top;
      }
    .collection-promo-popup__subtitle {
      display: block;
      font-size: .6em;
      line-height: 1em;
      padding-right: .2em;
    }
    .collection-promo-popup__text p {
      margin: 0;
    }

/*PRODUCT DESCRIPTION TABS STYLING */

.product-description-text ul.starapps-tabs.style-type-2 {
  border-bottom: 1px #4f4946 solid !important;
}

.product-description-text ul.starapps-tabs.style-type-2 li.starapps-tabs-panel {
  margin-right: 10px;
  margin-left: -5px;
  padding: 8px 16px;
  border: 1px solid #4f4946;
  border-bottom: 0px;
  background: transparent;
}

.product-description-text ul.starapps-tabs.style-type-2 li.starapps-tabs-panel.active {
  background: #4f4946;
  border-bottom: 0px !important;
  color: white;
}


ul.tmenu_nav li a {
  color: #666 !important;
}

#dynamic-checkout-cart .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D {
  text-align: center !important;
  height: 57px !important;
  -webkit-flex-basis: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  margin: 0 5px 5px !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* adjustment */
#shopify-section-collections-list-template .product-loop .box-ratio {
  padding-bottom: 33% !important;
}

/* Qikify - change size and color fly out menu item - Chloe */
.tmenu_app .tmenu_nav .tmenu_item_level_0:last-child .tmenu_item .tmenu_item_link {
  font-size: 18px !important;
  color: #fff !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 1em !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  padding: 5px 15px !important;
  text-transform: none !important;
  -webkit-transition: opacity .5s ease !important;
  transition: opacity .5s ease !important;
}


/* End Qikify */

.swatch-modal-trigger {
  display: inline-block;
  border: solid #ff6b53;
  border-width: 0 0 2px;
  margin: 0 0 1em;
  padding: .35em 0;
  transition: opacity .5s ease;

  font-size: .857142857em;
  letter-spacing: .0625em;
  line-height: 1.166666667em;
  text-transform: none;
  font-weight: 600;
}

@media (min-width: 720px) {
  .swatch-modal-trigger {
    font-size: .888888889em;
    line-height: 1.1875em;
  }
}

.swatch-modal-trigger:hover {
  opacity: .5;
}

.swatch-modal {
  align-items: center;
  background: rgba(0, 0, 0, .5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  width: 100%;
  z-index: 999;
}

.swatch-modal__wrapper {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 95%;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 2.6666666667em;
  padding-bottom: 0;
}

@media (min-width: 720px) {
  .swatch-modal__wrapper {
    flex-wrap: nowrap;
  }
}

.swatch-modal__inner-content {
  padding: .6em 0 2.6666666667em;
}

.swatch-modal__inner-content h3 {
  margin-top: 1.5em
}

.swatch-modal__inner-content p {
  margin-top: 0;
}

.swatch-modal__inner-content .link {
  color: #181615;
  margin: 0 2em 0 0;
}

.swatch-modal__inner-content .link:last-of-type {
  margin-right: 0;
}

.swatch-modal__inner-content p:last-child {
  margin-bottom: 0;
}

body.swatch-modal-open {
  overflow: hidden;
}

body.swatch-modal-open .swatch-modal {
  opacity: 1;
  pointer-events: all;
}

.swatch-modal:focus-within {
  opacity: 1;
  pointer-events: all;
}

.swatch-modal__close {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 0;
  min-width: auto;
  padding: 0;
  position: relative;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 1em;
  right: 1em;
}

.swatch-modal__close:hover {
  background: none;
  opacity: .5;
}

.swatch-modal__close:before,
.swatch-modal__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: .1675em;
  background: #9a8b84;
  transform-origin: center;
  border-radius: 5em;
}

.swatch-modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.swatch-modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.swatch-modal__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1em 1em;
  font-size: .875em;
}

.swatch-modal__list-item {
  margin: 0 .75em 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  min-width: 4em;
}

.swatch-modal__swatch-image {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 .25em;
}

/* Top menu font size - Sebastian T - Smart Menu - Qikify support team - 20/08/2021 */
#header-wrapper>div>div>div.nav-container.stuckMenu>div>nav>ul>li>a>span.tmenu_item_text {
  font-size: 16px !important;
}

.free-shipping-note {
  margin-top: 10px;
  padding: 1rem;
  background: #f8f8f8;
  border: 1px solid #090;
  border-left-width: 10px;
}

.product-item-details li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.product-item-details ul {
  list-style: none;
}

.product-item-details li:before {
  content: "•";
  font-size: 15px;
  vertical-align: top;
  padding-right: 7px;
}

#ga-product_bought_together {
  margin: 0;
  padding: 0;
}

#ga-product_bought_together h2 {
  font-size: 18px;
  font-family: 'gill-sans-nova';
  text-transform: none;
  margin-top: 0;
  padding: 0;
}

#ga-product_bought_together ul.ga-products-table {
  border: 0;
  margin-top: 0;
}


ul.ga-products-table>li {
  flex-wrap: wrap;
}

ul.ga-products-table>li>span.ga-product_price-container {
  text-align: left !important;
}

#ga-product_bought_together span.ga-product_price,
#ga-product_bought_together .ga-product_oldprice {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

@media screen and (min-width: 500px) {
  ul.ga-products-table>li {
    flex-wrap: nowrap;
  }

  ul.ga-products-table>li>span.ga-product_price-container {
    text-align: center !important;
  }
}



/* Doug CSS for Accordion */

h4.accordion-toggle {
  cursor: pointer;
  display:flex;
  border-top:1px solid #e5e5e5;
  margin:0;
  padding:10px 5px;
  line-height: 45px;
  clear: both;
}

h4.accordion-toggle .icon{
  display: inline-block;
  width:35px;
  height: 35px;
  background: url({{ 'icon-closed.png' | asset_url }}) no-repeat center center;
  background-size: contain;
  float:right;
}

h4.accordion-toggle .toggle-text{
  display: inline-block;
  width:calc(100% - 45px);
  font-size: 24px;
  font-family: 'adobe-garamond-pro';
  font-weight: 500;
  color: #000;
}

h4.accordion-toggle.open .icon{
  background: url({{ 'icon-open.png' | asset_url }}) no-repeat center center;
}

h4.accordion-toggle.open::after{
display: flex;
transform: rotate(180deg);
}

.accordion-content {
  display: none;
  clear:both;
  padding:0 5px 30px 5px;
}

.accordion-content > p:first-child,
.accordion-content > p:last-child {
  margin: 0;
}

.accordion-toggle:after {
  padding-right: 0;
}
