/*
* Icon Shopify Theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* 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>
*https://morphetest.myshopify.com/admin/themes/178375049?key=assets%2Fstylesheet.css.liquid */

/*
DIN FONTs
*/

#privy-container #privy-inner-container .privy-form#privy-form-3301639 input{
  font-size:200px;
  color:green !important;
}


@font-face {
  font-family: 'DINOT';
  src: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT.woff2?9839510452275545777)  format('woff2'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT.woff?9839510452275545777) format('woff'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT.ttf?9839510452275545777) format('ttf');;
  
}
@font-face {
  font-family: 'DINOT-Bold';
  src: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Bold.woff2?9839510452275545777)  format('woff2'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Bold.woff?9839510452275545777) format('woff'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Bold.ttf?9839510452275545777) format('ttf');;
  
}
@font-face {
  font-family: 'DINOT-Cond';
  src: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Cond.woff2?9839510452275545777)  format('woff2'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Cond.woff?9839510452275545777) format('woff'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Cond.ttf?9839510452275545777) format('ttf');;  
}
@font-face {
  font-family: 'DINOT-Light';
  src: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Light.woff2?9839510452275545777)  format('woff2'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Light.woff?9839510452275545777) format('woff'),
    url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/DINOT-Light.ttf?9839510452275545777) format('ttf');;  
}
@font-face {
    font-family: 'butlerextrabold';
  src: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/butler-extrabold-webfont.woff2?9839510452275545777) format('woff2'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/butler-extrabold-webfont.woff?9839510452275545777) format('woff'),
       url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/butler-extrabold-webfont.ttf?9839510452275545777) format('ttf');
    font-weight: normal;
    font-style: normal;
}
/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-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; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }


/* !Rows, Widest to Thinest */	
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 100%; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 100%;}
}
@media screen and (max-width: 500px) {
  .gridlock .row { 
    width:100%;
/*     min-width:350px  */
  }
  .gridlock .row.banner{width: 100%;min-width:315px}
}

/*@media screen and (min-width:980 ){
  .gridlock .row.banner{
    background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/headerBG.jpg?9839510452275545777");
    background-repeat: no-repeat;
    background-position: right top;
  }  
}*/
  
.gridlock-fluid .row {
  width: 90%;
}
.fs-nav{height:36px}

/* !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: 28%; }
.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%; }

/* Full bleed fractions */
.desktop-fb{width:100%;float:left}
.desktop-fb-half {width:50%;float:left}
.desktop-fb-third {width:33.3333333333333333%;float:left}
.desktop-fb-quarter {width:25%;float:left}


/* !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)  removing strange boarders */
@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: 33.33%; }
  .gridlock .row .mobile-half { width: 50%; }
  /*product in grid*/
  .mobile-half.product { height: 350px; }
  .gridlock .row .mobile-full { width: 100%; margin:0px;}

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

.first { clear: left; }

html, body {
  height: 100%;
}

body {	
  color: #292929;
  background: #ffffff;
  font-size: 18px; 
  font-family:DINOT;	
  line-height: 1.6em; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
  position: relative;
}

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

img { max-width: 100%; border: 0; }
h1{
  text-transform: uppercase;
}

h1,h2 {
  color: #292929;
  font-family:DINOT-Bold;
  font-weight: 700;  
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}
h3, h4, h5, h6 {
  color: #292929;
  font-family:DINOT-Bold;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #292929! important; }
h1 { font-size: 30px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

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


.section-title {
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  width: 100% !important;
  margin-top:5px;
}

.section-title h1, .section-title h2 {
  margin: 0;
}

p { font-size: 18px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-right-float { text-align: right; float:right}

a { text-decoration: none; color: #292929; outline: 0;
  -webkit-transition:color 0.3s ease-in;
  -moz-transition:color 0.3s ease-in;
  -o-transition:color 0.3s ease-in;
  transition:color 0.3s ease-in;
}
a:hover { color:#292929; text-decoration: none;}
a:visited { color:#292929; text-decoration: none; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
dt { font-weight: bold; }
ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc inside;}
li {  }
blockquote { font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }
input, textarea { }
hr { background:#e5e5e5; border:none; color:#e5e5e5; display:block; height:1px; margin-top: 20px; width:100%;}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* #Buttons
================================================== */
.alt-button{
  max-width: 100%;
  background: #ffffff; 
  border: 1px;
  border-color:#292929;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-tra.nsition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #292929;
  display: inline-block;
  font-family: DINOT;
  font-weight: 500; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;  
  padding-left:15px;
  padding-right:15px;
  font-size: 15px;
  min-width: 220px;
  vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 17px;
  letter-spacing: 1px;
  font-family: DINOT; 
  text-transform: uppercase;
  border-style:solid;  
  height:48px;
}
.sort-bar{
  max-width: 100%;
  width:300px;
 /* width:33.333%; */

  background: #ffffff; 
  border: 1px;
  border-color:#a7a9ac;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-tra.nsition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #292929;
  display: inline-block;
  font-family: DINOT;
  font-weight: 500; 
  text-decoration: none;
  cursor: pointer;
  line-height: normal;  
  padding-left:15px;
  padding-right:15px;
  font-size: 15px;
  min-width: 220px;
  vertical-align: middle;
  padding-top: 1em;
  padding-bottom: 1em;
  letter-spacing: 0px;
  font-family: DINOT; 
  text-transform: uppercase;
  border-style:solid;
  border-left:0px;
  border-right:0px;
  border-top:0px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;  
  display: block;
  float:left;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:3px;
}
.sort-bar-wrapper{
  width:33.3333%;
  float:left;
}
.sort-bar span{
  text-align:right;
  float: right;
    font-family: initial;
    font-size: 23px;
    font-weight: 100;
    line-height: 0.75;
  
}

.alt-button.fWidth{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    display: block;
}
.button
 {
    max-width: 100%;
    background: #292929;
    border: none;
    -webkit-transition: background 0.3s ease,color 0.3s ease;
    -o-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: DINOT;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    /* font-size: 15px; */
    min-width: 220px;
    vertical-align: middle;
    /* padding-top: 22px; */
    padding-bottom: 18px;
    letter-spacing: 2px;
    font-family: DINOT;
    text-transform: uppercase;
    height: 48px;
    font-size: 0.85em;
    line-height: 48px;
}

.button:hover {
  color: #ffffff;
  background: #292929;
}

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

/* 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; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  font-size: 18px;
  font-family: DINOT;
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; 
  -webkit-border-radius: 0px;
   border-radius:0;
}
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  /*-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); */}
textarea {
  min-height: 60px; min-width: 300px; }
label,
legend {
  display: block;
  font-weight: 400;
  font-size: ;
  margin-bottom: 5px; }
select {
  width: 220px; }
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #292929;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #292929;		
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #292929;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #292929;		
}		

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
}

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

#top-bar{
    /*height: 116px;
    vertical-align: middle;
    padding-top: 45px;
    padding-bottom: 45px;*/
    vertical-align: middle;
    padding-top: 30px;

}
@media screen and (min-width: 980px) {
  .bannertop {
   	background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/SHORT_NEW_NAV.png?9839510452275545777");
  	background-repeat: no-repeat;
   	background-position: right top; 
      background-color:  #292929;
      background-size:100% 100%;
   }
}
@media screen and (max-width: 979px) {
  .bannertop {
  	background-color:  #292929;
   }
}

.bannertop {
  line-height: 30px;
  font-family: DINOT;
  font-size: 13px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 1px;

}
.search_bar{
	display:none;
  padding-left:4%;
  border-top:0px;
  border-color:#E3E3E3;
  border-top-style:solid;
  
}
#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}
ul#cart {
  text-align: right;
  z-index: 5;
  position: relative;
  list-style: none;
  margin-top: 0;
  margin-left:0px;
  margin-right:0px; 
}
ul#cart li {
  display: inline-block;
 /* padding: 0 0 0 6px;*/
  /*    width: 22px;
    margin-left: 30px;
  vertical-align:middle;*/  	
      width: 60px;
    vertical-align: middle;
   /* margin-left: 30px;*/
      height: 64px;
  
}

.bannertop ul#cart li a {
  text-transform: uppercase;  
  font-family: DINOT;
  font-size: 13px;
  color: #ffffff; 
  
}

.bannertop select.currency-picker {
  font-family: DINOT;
  font-size: 13px;
  color: #ffffff; 
}

select.currency-picker {
  width: auto;
  text-align: center;
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  -moz-appearance:none;
  -webkit-appearance: none;
  text-transform: uppercase;  
  background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/select-arrow.png?9839510452275545777) no-repeat right;
  min-width: 60px;
}

select.currency-picker::-ms-expand{
  display:none;
}

select.currency-picker:focus::-ms-value {background-color: white; color:#000;}



i.icon-shopping-cart {
  margin-left: 5px;
  font-size: 15px;
}
/* test*/
#phantom { visibility: hidden;display:none }

header { 
  width: 100%;
  line-height: 37px;
  top:0;
  z-index: 20;   
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear; 
  /* REST OF SITE STATIC HEADER BACKGROUND */
  background: #ffffff; 
}

.ignore-this { height: 0! important; display: none! important; }
.scrollheader { position: relative; }

.coverheader { 
 /* position: fixed;*/
}

/* REST OF SITE SCROLLING HEADER BACKGROUND */
.coverheader { 
  background: #ffffff; 
  background-color:rgba(255, 255, 255, 0.9)
}


header ul { margin-bottom: 0; }

#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
#search_popup {
  text-align: center;
}
#search_popup #q {
  text-indent: 0;
  text-align: center;
}

input#q::-webkit-input-placeholder { /* WebKit browsers */
/*  color: #D1D1D1;*/
    color: #292929;
}
input#q:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #292929;}
input#q::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #292929;}
input#q:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #292929;}	


#logo {
  vertical-align: middle;
  display: inline-block;
}

#logo a { 
  float: left; 
  font-family: DINOT-Bold;
  font-size: 20px; 
  text-transform: uppercase; 
  font-weight: 700; 
  text-decoration: none;
}
.scrollheader #logo a {
  color: #000000;
}
.coverheader #logo a {
  color: #000000;
}


#logo img { 
  vertical-align: middle; 
  padding: 10px 0;
}
.header-logo-mobile {
  display: inline-block; 
  width: 50%; 
  vertical-align: middle;
}
@media screen and (max-width: 560px) and (min-width: 461px) {
  .header-logo-mobile { width: 60%; }
}
@media screen and (max-width: 460px) and (min-width: 401px) {
  .header-logo-mobile { width: 65%; }
}
@media screen and (max-width: 400px) and (min-width: 300px) {
  .header-logo-mobile { width: 75%; }
}

/* NAV ( REST OF SITE ) - not HOMEPAGE */
.scrollheader .nav-container .shifter-handle, .scrollheader ul#main-nav li a, .scrollheader .nav-container ul#cart li a, .scrollheader .nav-container ul#cart li select.currency-picker { color: #000000! important; }
.scrollheader .nav-container .shifter-handle:hover, .scrollheader ul#main-nav li a:hover, .scrollheader .nav-container ul#cart li a:hover { color: #000000!important; }

/* mobile */
.coverheader .nav-container .shifter-handle, .coverheader ul#main-nav li a, .coverheader .nav-container ul#cart li a .coverheader .nav-container ul#cart li select.currency-picker  { color: #000000! important; }
/*  full site */
.coverheader .nav-container .shifter-handle, .coverheader ul#main-nav li a, .coverheader .nav-container ul#cart li a .coverheader .nav-container ul#cart li select.currency-picker  { color: #000000! important; }
/*  end option */
.coverheader .nav-container .shifter-handle:hover, .coverheader ul#main-nav li a:hover, .coverheader .nav-container ul#cart li a:hover { color: #b0b0b0! important; }


#navigation { 
  width: 100%;
  position: relative;
  /* SST */
      height: 36px;

}

.nav-container { 
  display: table; 
  text-align: center;
  width:100%
}

.nav-container nav, .nav-container #logo, .nav-container ul#cart, #logo-spacer {
  display: table-cell;
  vertical-align: middle;
  float: none! important;
  min-height: 1px;
  height:36px
}

nav { text-align: left; }

ul#main-nav { 
  list-style: none; 
  text-align: left;
  margin-bottom: 0;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
    -ms-flex-pack: distribute;
  justify-content: space-around;
    -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}


/*ul#main-nav li { 
  display: inline-block; 
  vertical-align: middle;
}*/

ul#main-nav li.menu_toplevel, ul#main-nav li.menu_toplevel:focus-within {
 /* margin-right:48px;
   SST margin-top:3px;*/
  text-transform: uppercase;
     padding-top: 9px;
    padding-bottom: 9px;
    line-height: 18px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

ul#main-nav li a, .nav-container ul#cart li a, .nav-container ul#cart li { 
  font-family: DINOT-Cond; 
  font-weight: 400; 
  font-size: 18px; 
/*  padding-right:10px;*/
  padding-left:0px;
  letter-spacing: 1px;
}

/* NO LINK UNDERLINE */
ul#main-nav li a:hover, .nav-container ul#cart li a:hover {
  text-decoration: none;
}

/* DOWNDOWN INDICATOR CHEVRONS */
ul#main-nav li.dropdown > a:after {
  font-family: 'FontAwesome'; 
 /* content: "\f107";*/
  /*margin-left: 10px;*/
  line-height: initial;
}

/* DROPDOWN LEVEL 1 */
ul#main-nav li ul.submenu {
  display: none;
  position: absolute;
  z-index: 5;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  width: 200px;
  padding-left: 10px; 
  /* ssT */
  top:36px;  
  list-style: none;
}

/* SHOW DROPDOWN ON HOVER */
ul#main-nav li.dropdown:hover ul.submenu {
  display: block;
  opacity:0.95;
}


/* SCROLLING DROPDOWNS */
header ul#main-nav li.dropdown ul.submenu, header ul#main-nav li.dropdown ul.submenu li.nest ul.nested { 
  background: #ffffff; 
 /* SST border: 1px solid #e5e5e5; */
  border-left: 0 none;
  border-right: 0 none;
  list-style: none;
  padding-top: 1em;
}

/* REST OF SITE DROPDOWN SCROLLING */
.coverheader ul#main-nav li ul  { 
  background: #ffffff; 
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

/* DROPDOWN LEVEL 1 STYLES */
ul#main-nav li ul.submenu{
  padding-top:20px;
  padding-bottom:20px;
}
ul#main-nav li ul.submenu li{
  line-height: 30px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  min-width: 220px;
  float: left;
  padding-left:20px;
}

/* DROPDOWN LEVEL 1 LINK STYLES */
ul#main-nav li ul.submenu li a{
  text-align: left;
  text-transform: none! important;
  font-weight: normal;
  font-size: 18px! important;
}

/* NESTED MENU */
.submenu li.nest, .submenu li.nest:focus-within {
  position: relative;
}

/* NESTED MENU INDICATOR */
ul#main-nav li ul.submenu li.nest:after {
  position: absolute;
  top: 7px;
  right: 35px;
  font-family: 'DINOT'; 
  font-weight:100;
  padding-right:20px;
  content:'.';
  font-size:0px;
  color:white;
    /*url('//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/noseepx.png?9839510452275545777'); */
  background-image: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/dropdown_carrot.png?9839510452275545777);
  background-size: 15px 15px;
  background-repeat: no-repeat; 
    display:block;
 }

/* VISIBLE NESTED MENU */
.submenu li.nest:hover > ul.nested {
  display: block; 
}

/* HIDDEN NESTED MENU */
.nested {
  display: none;
  position: absolute;
  left: 190px;
  top: 0; 
  padding-bottom:20px;
}

.nested li a {
  text-transform: none! important;
  font-weight: normal;
  font-size: 18px! important;
}


ul.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
  width: 100%;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;  
}


/* MEGAMENUS */
ul#main-nav li.dropdown:hover > ul.megamenu { display: block; }

@media screen and (min-width: 1220px) {
  .mega-container { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .mega-container { width: 960px; }
}
@media screen and (max-width: 980px) {
  .mega-container { width: 720px; }
}
@media screen and (max-width: 740px) {
  .mega-container { display: none; }
}

.mega-container { margin: 0 auto; }


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu { 
  background: #ffffff; 
} 

/* STATIC REST OF SITE */
header ul#main-nav li ul.megamenu { 
  background: #ffffff; 
}



ul.megamenu li > ul {
  width: 100%;
}

ul.megamenu {
  padding-bottom: 20px;
}

ul.megamenu h4 {
  padding: 20px 0 5px;
  font-family: DINOT-Cond! important; 
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px; 
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.megamenu li:hover {
}

ul.megamenu li > ul.mega-stack {
  border: 0! important;
}

ul.megamenu li > ul.mega-stack li {
  line-height: 20px! important;
  text-align: left! important;
  display: block! important;
  clear: left; 
}

ul.megamenu li > ul.mega-stack li a { 
  padding: 0;  
  text-transform: none! important;
  font-weight: normal;
  font-size: 18px! important;
}


/* SCROLLING REST OF SITE */
.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a, .coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li { 
  color: #000000; 
  background: transparent! important;
  padding-bottom:5px;

} 

.coverheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: #b0b0b0;
} 

.coverheader ul#main-nav li ul.megamenu h4 {
  color: #000000; 
}


/* STATIC REST OF SITE */
.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a, .scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li { 
  color: #000000! important;
  background: transparent! important;
  
}

.scrollheader ul#main-nav li ul.megamenu li > ul.mega-stack li a:hover { 
  color: ! important;
}

.scrollheader ul#main-nav li ul.megamenu h4 {
  color: #000000! important;
}



.megamenu .product-index img { margin-top: 20px; }

.megamenu img {
  margin-top: 20px;
  padding-right: 20px;
}

.mega-container .product-index p { min-height: 30px; }
.mega-container .product-index a, .mega-container .product-index .price {
  font-size: 11px! important;
  font-weight: bold;
  line-height: 0;
}

.mega-container .product-details {
  line-height: 1em;
}

.mega-container .product-details p {
  font-family: DINOT;
}

/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */

.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

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

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

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

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

.drawer__header h3 {
  margin-bottom: 0;
  text-transform:uppercase;
  letter-spacing:3px;
  text-align: left;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
  font-size: xx-large;
  font-weight: 100;
  font-family: "Times New Roman";
}


.ajaxcart__inner {
  margin-bottom: 30px;
}

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

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
      min-width: unset;
}
.drawer-text-item-price{
  float: right;
  line-height: 16px;
}
.drawer-description{
	float: left;
  	width: 75%;
  	line-height:22px;
  	padding-bottom:12px;
}
.drawer-subtotal{
  letter-spacing:3px;
  text-align:left;
}

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

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


.ajaxcart__footer.row .additional_checkout_buttons {
    text-align: center;
      margin-bottom: 0;
    width: 40%;
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    height: 59px;
  	float:left;
}

.additional-checkout-button{
height: 49px !important; 
  background-color:rgb(221, 221, 221) !important;

}
.additional-checkout-button--paypal-express {  
  background-color:rgb(221, 221, 221) !important;
}

span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;  
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #292929;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
}
.ajaxcart__rm{
    width: 200px;
    text-align: left;
    color: #b8b8b8;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
  	cursor:pointer;
}

.js-qty{
  /*float:right;/*
  width:90%;*/
 /* border:1px solid #e5e5e5;*/
}
input.js-qty__num {
 /* border-top-width:0px;
  border-bottom-width:1px;  
  float: left;
  display: inline-block;
  width: initial;
  height: 47px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;*/
  float: right;
  display: inline-block;
  width: initial;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none; 
  /*added for mobile */
  border-top:0px;
  border-bottom:0px;
  border-radius: unset;
  padding-top: 5px;
  font-size: 16px;
}

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

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

.cart__checkout {
  width: 50%;
   float: left;
}

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

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

/* ============================================== */
/* ================ index.liquid ================ */
/* ============================================== */



/* ALL HOMEPAGE ELEMENTS */
.homepage-collections, .homepage-products, .homepage-promo, .homepage-instagram, .homepage-blog, .homepage-social { 
  width: 100%; 
  position: relative; 
  padding-top: 30px; 
 /* padding-bottom: 30px; paultest */
}

.prod-vendor { 
  /*text-align: center;
  font-family:DINOT;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:0.2em;*/
  margin-top:30px; 

  
      text-transform: uppercase;
    font-family: DINOT-Bold;
    letter-spacing: 2px;
    font-size: 0.6em;
    /* margin-bottom: 2px;*/

}
.prod-vendor-pdp { 
  margin-top:30px; 
  text-transform: uppercase;
  font-family: DINOT-Bold;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom:5px;
}

.prod-vendor-qv { 
  margin-top:30px; 
  text-transform: uppercase;
  font-family: DINOT-Bold;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom:5px;
}

.collection-loop { }

.collection-block {
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

.collection-loop .owl-controls.clickable, .homepage-products .owl-controls.clickable {
  position: absolute;
  top: 38%;
  right: 0;
  width: 100%;

}

.collection-loop .owl-controls.clickable .owl-next, .homepage-products .owl-controls.clickable .owl-next {
  float: right;
}

.collection-loop .owl-item, .homepage-products .owl-item { padding: 0 13px; }

.collection-carousel .product { margin-bottom: 10px; }
.collection-index { position: relative; }
.collection-info {  text-align: center; margin-top: 10px; }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 0px; text-align: center; }
.owl-item .item img{width:100%}


/* IMAGE BLOCKS */
section.homepage-promo { 
  padding-top: 30px;
  padding-bottom: 30px;
}

section.homepage-promo, section.homepage-promo .caption p { 
  font-family: DINOT-Bold;
}

section.homepage-promo .pimg { min-height: 1px; }

.promo-inner {
  position: relative;
}

.promo-inner .caption {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 40%
}

.promo-inner .caption p {
  vertical-align: middle;
  font-size: 30px;
}


section.parallax .row { 
  display: table;
  width: 100%;
}

.parallax {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.parallax-text {
  font-family: DINOT-Bold;
  line-height: initial;
  position: relative;
  z-index: 2;
}

.parallax-content { 
  display: table-cell; 
  float: none! important; 
  vertical-align: middle;
  text-align: center;
  margin: 0! important;
  width: 100%! important;
}


/* INSTAGRAM */
section.homepage-instagram {
  z-index: 3;
  padding-bottom: 0;
}

#instafeed {
  float: left;
  background: #fff;
}

.index img.instagram-image {
  padding: 0;
  margin: 0;
  float: left;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%);
  filter: gray; /* IE6+ */  
  opacity: 0.6;
}

.index img.instagram-image:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}


/* HOMEPAGE SECTION TITLES */
.index .section-title, .collection-listing .section-title {
  line-height: 60px; 
  text-align: center;
  float: none! important;
  width: 100%;
  border-bottom: 0;
}

.index .section-title h2, .index .section-title h3, .index .section-title h1, .collection-listing h2 {
  display: inline-block;
  padding: 10px 20px;
  /* border: 1px solid ; remove border */
  line-height: initial! important;
  margin-bottom: 0;
  color: ;
}


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

ul#social-icons {
  list-style: none;
  margin: 30px 0;
}

ul#social-icons li {
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}


input#social-EMAIL {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 1px solid #e5e5e5; 
  font-size: 18px;
  text-transform: uppercase;
  text-indent: 0;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

input#social-subscribe {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  width: 80%;
  margin-top: 10px;
}

input#social-EMAIL:focus {
  outline:0;
  box-shadow: 0 0 0;
}
.newsletter_callout_heading {
  font-size: 3em;
  font-family: 'DINOT-Cond', sans-serif;
  margin-top: 0.75em;
  font-weight: 200;
  text-align: center;
}

/*#content { margin-bottom: 40px; } this may need review */
/* ============================================== */
/* ================ collection.liquid ================ */
/* ============================================== */



.collection-banner img {
    width: 100%;
}

.product-collection {
  float: none! important;
  text-align: center;
  display: inline-block! important;
  vertical-align: top;
  margin: 0 0.8% 50px! important;
}

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

.ci .hidden img
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
 
}

@media screen and ( min-width: 980px ) {
  .ci img{ max-height: 5000px;
  }
}

@media screen and (min-width: 740px ) and ( max-width: 980px ) {
  .ci img { max-height: 5000px;
  }
}

@media screen and ( max-width: 740px ) {
  .ci img { max-height: 50000px;
  }
}


.ci { text-align: center; position: relative; }

.collection-title {
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
}

p.view-full {
  margin-top: 15px;
  padding: 15px 0;
}

.collection .bigimage {
  max-width: 99.4%;
}

span.prev-prod, span.next-prod {
  min-height: 1px;
}

.active {
  background: #e5e5e5;
}



#collection-description { margin-bottom: 20px; }
#collection-description h1 { text-align: center; margin-bottom: 10px; }

#collection-description .rte { border-top: 0; margin: 0; padding: 0; }
.product { margin-bottom: 20px; position: relative;    min-height: 430px; }

.product-info {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  display: none;
}



.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }

.qvimages img { padding: 5px; }

.product-details { text-align: center; margin-top: 0px; }

.product-details h4 { color: #292929; margin-bottom: 3px; letter-spacing: initial; font-weight: 400; font-size: 18px; font-family: DINOT;  }
.product-details h3 { color: #292929; margin-bottom: 3px; font-weight: 400; letter-spacing: 0.5px; font-size: 14px; font-family: DINOT; width:80%;margin-left:auto;margin-right:auto;}

.flex-center {
	display: flex; 
 	justify-content: center;
}

.price { 
  /*color: #292929; */
  margin-bottom: 3px; 
  letter-spacing: initial; 
  font-weight: 500; 
  font-size: 14px;
}

.compare-price, .product-price {  }

.was, .product-compare-price, .compare-price, .was-listing {  text-decoration: line-through; }
.was, .was-listing { display: inline; margin-left: 5px;color:#bcbec0; }
.onsale { display: inline;  }


.icn {
  position: absolute;
  top: 0px;
  width: 100px;
  height: 100px;
 /*order-radius: 50%;*/
  left: 0px;
  text-align: center;
 /* padding: 0 10px;*/
  font-family: DINOT;
  /*font-size: 12px;
  line-height: 52px;*/
}


.new { 
  z-index: 2;
    /*background: #c50000;
  color: #ffffff;
*/
    background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/NEW_ARRIVAL.png?9839510452275545777");
    background-size: 100px 100px;
}

.sale-item { 
  z-index: 3; 
 /* background: #000000;
  color: #000000;*/
    background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/SALE.png?9839510452275545777");
    background-size: 100px 100px;
  
}
/*sold out */
.so { 
  z-index: 4;
  /*background: #000000;
  color: #000000;*/
  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/OUT_OF_STOCK.png?9839510452275545777");
    background-size: 100px 100px;
background-repeat: no-repeat;
  line-height: 12px;
  /*padding-top: 13px;*/
}

.product-modal {
  font-weight:400;
  font-size: 0.8em;
  letter-spacing: 1px;
  position: absolute; 
  top: -160px;
  text-align: center;
  color:#292929 ;
  background: #ffffff! important;  
  padding: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;

  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;    
  z-index: 5;
  border-style:solid;
  border-color:#292929;
  border-width:1px;
  text-transform:uppercase;
}
/*.product-modal:hover { color: #ffffff! important; background: #292929! important; }*/


.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view { max-width: 820px;width:95%; min-width:680px }
.product-quick-view .product-photos { float: left; width: 48%; margin-right: 1.9%; }
.product-quick-view #product-right { float: left; width: 45%; margin-left: 1.9%; }


/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden { display: block !important; visibility: visible !important;}
.product-index:hover .reveal img { opacity: 1; }
.banner-1:hover .reveal img { opacity: 1; }
.reveal { position: relative; }

.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}
.so-shade{
  opacity:0.5;
}


@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption { 
    font-size: 11px; 
  }
}



.show { display: none; }

#sidebar.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
#bside { float: right;margin-top:40px; }

#sidebar h1 { margin-bottom: 20px; }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #e5e5e5; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #e5e5e5; text-decoration: none; }

#sidebar label { border-bottom: 1px solid #e5e5e5; padding-bottom: 5px; margin-bottom: 10px; }

#sidebar img { margin-bottom: 20px; }

#sidebar .selecter {
  margin-bottom: 20px;
}

.sorting label {
  clear: none;
  margin-right: 10px;
  line-height: 16px;
  display: inline-block;
}

.sorting {
  width: 100%;
  text-align: right
}


ul#sort-me { list-style: none; }

ul#sort-me li.filter ul li.current a:before {
  color: #292929;
}

ul#sort-me li.filter ul li a:before {
  content: "\f00c";
  font-family: fontAwesome;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
  text-align: center;
  padding: 3px;
  font-size: 10px;
  color: transparent;
}

ul#sort-me li.filter ul li {
  margin: 5px 0;
}

.styled-select {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 13px;
  height: 38px;
  line-height: 36px;
  background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/select-arrow.png?9839510452275545777) no-repeat right #fff;
}


/* ============================================== */
/* ================ product.liquid ================ */
/* ============================================== */


.single-option-selector {
  color:#292929;
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 8px;
  font-size: 13px;
  height: 38px;
  line-height: 36px;
  background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/select-arrow.png?9839510452275545777) no-repeat right #fff;
}


#product-description form .selecter {
  display: inline-block;
  width: 50%;
  margin-top: 2px;
}

.selector-wrapper label { 
  float: left; 
  line-height: 40px;
  min-width: 70px;
}

img.zoomImg { cursor: move; }

.active img {border:1px solid #ccc !important;}



img.zoomImg { background: #ffffff; }

 .thumbnail {/*
    margin-bottom: 10px;
    width: 100px;
    float: left;*/}

#product-price { 
    font-size: 1.6em;
    padding-top: 12px;
  padding-bottom: 10px;
    font-weight: 200;
  letter-spacing:2px;
}
#qvproduct-price { 
    font-size: 1.4em;
    padding-top: 10px;
  padding-bottom: 10px;
    font-weight: 200;
  letter-spacing:2px;
}
#product-description { text-align: left;}
#product-description h1, #product-right h5 { text-transform: uppercase; }

p.product-note {
  border:0px;
  clear: left;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;  
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;  
  text-align: left;
  letter-spacing: 1px;
  background: #edc4be;
  color: #9d162e;  
  text-indent: 10px;
  font-size:0.85em;
  text-align:center;
}

#product-description form { 
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px; 
  /*border-bottom: 1px solid #e5e5e5; */
  padding-top: 10px; 
}

#product-description form label {
  text-transform: uppercase;
  min-width: 76px;
  display: inline-block;
  float: left;
  line-height: 42px;
}

.product-add {
  margin-top: 10px;
}

.product-add label {
  float: left;
  line-height: 44px;
  padding: 0;
  display: inline-block;
}
.qty-lbl{
    float: left;
    width: 50%;
    min-width: 50%;
    text-transform: none;
    text-align: left;
    padding-left: 10px;
}

.quantity {
  /*line-height: 40px;
  height: 40px;
  text-indent: 0! important;
  text-align: center;
  padding: 0! important;
  width: 50px! important;
  background: transparent! important;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #292929;
  margin-bottom: 0;*/
}
.quantity-increment-ajax{
  border-left-width: 1px;
  border-right-width: 1px;
  border-top:1px;
  border-bottom:1px; 
  border-style:solid;
  border-color: #e5e5e5;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #292929;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none;
}
.quantity-increment {
 /*border-left-width: 1px;
  border-right-width: 1px;
  border-top:1px;
  border-bottom:1px; 
  border-style:solid;
  border-color: #e5e5e5;
  background: transparent;
  width: 40px;
  height: 48px;
  line-height: 40px;
  padding: 0;
  color: #292929;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  outline: 0 none; */
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #292929;
  font-weight: 400;
  float: right;
  display: inline-block;
  margin: 0;
  outline: 0 none;
}
.add {
  margin-top:10px;
  letter-spacing:2px;
  border:0px;
  display: inline-block;
  line-height: 48px! important;
  height: 48px;
  padding: 0! important;
  clear: left;
  width: 40%;
  float: left;
  text-transform: uppercase;
  background-color:#292929;
  color:white;
  font-family:DINOT;
  font-size:0.85em;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;
  margin-right: 10px;
  	/*-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;*/
}
.disabled{
  opacity:0.6;
 display:none;
}
.btn-minicart {
  display: inline-block;
  /*line-height: 48px! important;*/
  margin-right:10px;
  height: 48px;
  padding: 0! important;
  clear: left;
  float: left;
  text-transform: uppercase;
  background-color:#292929;
  color:white;
  font-family:DINOT;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;
  	-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;
  letter-spacing: 2px;
  border: 0px;
}

@media screen and (max-width: 740px ) {
  .product-add { text-align: center; }
  .product-add label { 
    color:#292929;
    width: initial! important;
    float: none;
  }
  .add { 
    
  }
}

.errors.qty-error {
  color: #cc0000;
  display: inline-block;
  float: left;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.desc { padding-top: 10px; padding-bottom: 10px;  }
.full-click { display: block; text-align: center; margin-top: 20px; }



#related {  margin-top: 20px; padding-top: 20px;padding-bottom:0px; float: left; text-align: center; }

#related .collection-carousel .owl-item {
  padding: 30px;
}

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

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

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}
.what-is-it { margin-bottom: 15px; line-height: 42px;}
.what-is-it label { display: inline; margin-right: 10px; }


#product-carousel { }

#product-carousel .product-car {
  padding: 0;
  margin: 5px;
  position: relative;
}

#product-carousel .product-car img {   }

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
  position: relative;
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  right: -30px;
  top: 85px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  position: absolute;
  left: -30px;
  top: 85px;
}



#product-header {
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
}

#product-header div {
  min-height: 1px; 
}

#product-header h1 { 
  margin-bottom: 0;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5; 
}

.product .rte, .collection .rte, .index .rte {
  margin-top: 10px;
  margin-bottom: 30px;
}

#mobile-product { display: none; }


/* ============================================== */
/* ================ cart.liquid ================ */
/* ============================================== */

#shop-cart { margin-bottom: 50px; }

#shop-cart td{
  padding-left:0px;
  padding-right:0px;
}

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

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


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #ffffff; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  /*border: 1px solid #e5e5e5; */
  text-align: center; 
  border-bottom:1px solid #e5e5e5;
}
table{
  border-top:1px solid #e5e5e5;
}

#basket-right { text-align: center;float:right }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }

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

/* ============================================== */
/* ================ blog.liquid & page.liquid ================ */
/* ============================================== */

.rte h1 {
  border-bottom: 0! important;
}

#page { clear: left; margin-bottom: 50px;   }
#page.form-left {
    float: right;
}
#page h1 { text-align: center;  padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { border-bottom: 1px solid #e5e5e5; line-height: 60px; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.centered-form div#contactFormWrapper {
    margin-top: 20px;
}

#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}


.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; float: left; }
.comment-count { float: right; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 18px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }


.share-icons label {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

.share-icons a { display: inline-block; text-align:center; margin-left:10px;margin-right:10px;  }

#blog-article .share-icons { text-align: center! important; }


ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 10px; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }
.single-article h3 { text-align: center; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
#blog-sidebar #social-icons a { color: #ffffff; }
#blog-sidebar #social-icons a:hover { color: #292929; }


ul#blog-recent li, ul#blog-tags li {
    margin: 10px 0 0 0;
}

#article-body .rte { margin-top: 10px; }

#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e5e5e5; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }

/* To fill the container and nothing else 

*/
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #e5e5e5; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments h4 { text-align: center; }

#comments { float: left; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form {  }

#comment-form dl {
  clear: left;
  display: block;
  padding-top: 10px;
}

ul#commentlist { margin-top: 20px; list-style-type: none; }
ul#commentlist li { padding: 10px 0; float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px; }
ul.disc {
  margin-bottom: 0;
}

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

.article-content a { display: block; line-height: initial; }
.readmore { display: inline-block; clear: left; text-align: center;  margin: 10px auto; }
.readmore { color: #ffffff! important; background: #292929! important; padding: 10px 20px; -webkit-transition: background 0.3s ease,color 0.3s ease; -moz-transition: background 0.3s ease,color 0.3s ease; -o-transition: background 0.3s ease,color 0.3s ease; transition: background 0.3s ease,color 0.3s ease; }
.readmore:hover { color: #292929! important; background: #292929! important; text-decoration: none; }



ul#blog-recent, ul#blog-tags { 
  list-style: none; 
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}


/* ============================================== */
/* ================ search.liquid ================ */
/* ============================================== */
.search-content { text-align: center; padding: 10px; }
#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #e5e5e5; }
#search-bar #q {width: 300px;  }
#q {  margin:0px;border:0px; background-color:rgba(255, 255, 255, 0)}
#q:focus{box-shadow:none}






/* ============================================== */
/* ================ customer accounts ================ */
/* ============================================== */

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

#forgot_password { margin-bottom: 20px;text-decoration: underline; }
#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; }

#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 #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0 10px;
}


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

.center { 
  text-align: center;
}

/* ============================================== */
/* ================ footer ================ */
/* ============================================== */

.footer{
background-color:#292929;
color:#FFF;
width:100%;
margin-left:0px;
padding-bottom:60px;
  display:inline-block;

}
.footer_menu{
    padding-left: 50px;
}
.footer_header{
  color:#FFF;
  font-family:DINOT-Cond;
  font-size:18px;
  letter-spacing:2px;
}
.footer ul{
    list-style:none;
  	display:block;

}
.footer li{
  	font-family:DINOT;
    font-size:12px;
   /* cursor:pointer;*/
  text-transform:uppercase;
  
}
.footer li a
{
    background-color: #292929;
    color: #FFF;
    /*cursor:pointer;*/
  	text-transform:uppercase;
  
}
.footer li:hover
{

    color: #edc4be;
    /*cursor:pointer;*/

  
}.footer li a:hover
{

    color: #edc4be;  
}
.footer li{
  	font-family:DINOT;
    font-size:12px;
    cursor:pointer;
  text-transform:uppercase;
  
}
.footer .footer_header{
  	padding-top:100px;
	padding-bottom:15px;
}
.footer_section{
  padding-left:50px;
  	float:left;
  	width:25%;
}


/* mobile Styling */
@media screen and (max-width: 767px) and (min-width: 200px) { 
  .footer{
    padding-left: 0px;
  }
  .footer_menu{
     padding-left: 0px;
   }
    .footer_section{
       padding-left:0px;
      float:none;
      width: unset;
  }
  .footer ul{
      border-bottom:1px;
      border-bottom-color:#646464;
      border-bottom-style:solid;
      margin-bottom: 0px;
      margin-top: 0px;
      display:none;
      list-style:none;
  }
  .footer li{
      padding-top:15px;
      padding-bottom:15px;
      padding-left:40px;
  }

  .footer .footer_header{
      padding-left:15px;
      border-bottom:1px;
      border-bottom-color:#646464;
      border-bottom-style:solid;
      padding-top:15px;
      padding-bottom:15px;
  }

  .footer_header:hover{
    cursor:pointer;
  }
  .footer_header.dropdown::after{
    content:"+ ";
    font-size:30px;
    float:right;
    padding-right:15px;

  }
  .footer_header.dropdown.minus::after{
    content:"- ";
    font-size:30px;
    float:right;
    padding-right:15px;

  }
  .flex-center {
  	display: block;
    justify-content: unset;
  }
}





footer { position: relative; z-index: 2; }

#footer-wrapper { 
  z-index: 2; 
  clear: left; 
  border-top: 1px solid #dddddd;
  background: #eeeeee;
  padding: 50px 0;
}

#footer-wrapper p {
  color: #000000;
}

#footer-wrapper h4 {
  color: #000000; 
  border-bottom: 1px solid #dddddd;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

#footer-wrapper ul {
  list-style: none;
  margin-top: 30px;
}

#footer-wrapper ul li a {
  color: #000000;
}

#footer-wrapper ul li a:hover {
  color: #000000;
}

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

input#footer-EMAIL {
  width: 75%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}


input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000000;}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000000;}	



input#footer-subscribe {
  width: 25%;
  float: left;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  border: 0;
  border-radius: 0;  
  font-weight: normal;
}

input#footer-subscribe:hover {
  background: #000000;
  color: #ffffff; 
}

ul#footer-icons {
  display:block;
  text-align: center;
  margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 60px;
  border-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
      width: 100%;
    float: left;
}

#footer-icons{
  padding-bottom:60px;
}

ul#footer-icons li {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px;
}
ul#footer-icons li img{
  	height:100%;
}


ul#footer-icons li a {
  font-size: 14px;
  vertical-align:middle;
  color: #000000;
}

ul#footer-icons li a:hover {
  color: #be8080;
}

.credit { 
  text-align: center;
}

.credit p { 
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.credit a {
  color: #000000;
}

.credit img {
  max-width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }

#subscribe_popup {
  text-align: center; 
  width: 800px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.left.fifty {
  width: 50%;
  float: left;
  display: inline-block;
}

.right.fifty {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0 0px 0 20px;
  text-align: center;
}

#subscribe_popup ul#footer-icons {
  text-align: center;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}


/* ============================================== */
/* ================ globals ================ */
/* ============================================== */


.videoWrapper { 
  position: relative; 
 /*padding-bottom: 56.25%; 
  height: 0;
  */
  overflow: hidden; 
  max-width: 100%; 
  margin-right:auto;
  margin-left:auto;}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 



#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px;  }
#pagination a:hover { text-decoration: none; }
#pagination .current { border: 2px solid #e5e5e5; padding: 5px 10px; background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 10px; margin-bottom: 20px; margin-top: 20px; text-align: center; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:50%;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover { 
  text-decoration: none; 
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;  
}


/*iframe { width: 100%; } */



/* ============================================== */
/* ================ owl carousel ================ */
/* ============================================== */


.owl-buttons > div {
 /* background: #292929; */
  color: #ffffff;  
  padding: 10px 15px;
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
}


.owl-buttons > div:hover {
  cursor: pointer;
  color: #292929;
  /*background: #292929;*/
}

.owl-prev {
}


.owl-prev:before {
  /*content:"\003c";*/
   font-family:DINOT;
   color: #292929;
  font-size:100px;
}


.owl-next {
  margin-left: 5px;
  float:right;
}

.owl-next:before {
  font-family:DINOT;
   color: #292929;
  /*content:"\003e";*/
  font-size:100px;
}
/*

.owl-prev:before {
  content:"\f104"
}


.owl-next:before {
  content:"\f105"
} */

.owl-next{    display: block;
    width: 55px;
    height: 76px;
  	padding-right:10px;
    padding-left:10px;
  	background: url('//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/RIGHT_ARROW_grey.png?9839510452275545777') no-repeat;
    background-size: 40px 40px;
    background-repeat: no-repeat;
   
    }
.owl-prev {
    display: block;
    width: 55px;
    height: 76px;
  	padding-left:10px;
  padding-right:10px;  
 	background: url('//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/LEFT_ARROW_grey.png?9839510452275545777') no-repeat;
      background-position: 15px 0px ;
    background-size: 40px 40px;
    background-repeat: no-repeat;
      float:left;
   
}



/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  margin-bottom:30px;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls {
    position: absolute;
    top: 34%;
    right: 0;
    width: 100%;
    height:0px;
}
/* for the influcener */
.slider-owl > .owl-controls {
    position: absolute;
    top: 65%;
    right: 0;
    width: 100%;
    height:0px;
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

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

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* 
* Shifter v3.0.5 - 2014-04-22 
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library. 
* http://formstone.it/shifter/ 
* 
* Copyright 2014 Ben Plum; MIT Licensed 
*/ 


.shifter-page { 
  overflow: hidden;
}

.shifter-open { overflow: hidden !important; }
.shifter-open .shifter-page *,
.shifter-open .shifter-header * { pointer-events: none !important; }

.shifter .shifter-navigation { display: none; opacity: 0; }
.shifter .shifter-handle { display: none; }


nav.shifter-navigation {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%
}

.shifter-active .shifter-page { background: #ffffff; display: block; left: 0; min-height: 100%; overflow: hidden; position: relative; top: 0; z-index: 1; }
.shifter-active .shifter-navigation { background: #ffffff; display: block; height: 100%; opacity: 1; pointer-events: none; position: fixed; top: 0; width: 270px; z-index: 0; }

.shifter-active .shifter-page,
.shifter-active .shifter-navigation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s ease !important;
  -moz-transition:    -moz-transform 0.2s ease !important;
  -ms-transition:     -ms-transform 0.2s ease !important;
  -o-transition:      -o-transform 0.2s ease !important;
  transition: 		transform 0.2s ease !important;
}

.shifter-active .shifter-handle { 
  cursor: pointer; 
  display: inline-block; 
  position: relative; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}


/* Left */
.shifter-active.shifter-left .shifter-navigation { 
  left: 0;
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
  padding-top: 15px; /* Added 63px  */
}

.shifter-active.shifter-left.shifter-open .shifter-page {
  left: 270px! important;
  position: absolute;
  width: 100%;
}
  
/* IE 10 ONLY */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  /* Left */
  .shifter-active.shifter-left .shifter-navigation { left: 0;
    -webkit-transform: translate3D(-270px, 0px, 0px);
    -moz-transform: translate3D(-270px, 0px, 0px);
    -ms-transform: translate3D(-270px, 0px, 0px);
    -o-transform: translate3D(-270px, 0px, 0px);
    transform: translate3D(-270px, 0px, 0px);
  }

  /* Open */
  .shifter-active.shifter-left.shifter-open .shifter-navigation { pointer-events: all;
    -webkit-transform: translate3D(0px, 0px, 0px);
    -moz-transform: translate3D(0px, 0px, 0px);
    -ms-transform: translate3D(0px, 0px, 0px);
    -o-transform: translate3D(0px, 0px, 0px);
    transform: translate3D(0px, 0px, 0px);
  }
}

/* Open */
.shifter-active.shifter-left.shifter-open .shifter-navigation { 
  pointer-events: all; 
  z-index: 1\9; /* IE9 */
  -webkit-transform: translate3D(0px, 0px, 0px);
  -moz-transform: translate3D(0px, 0px, 0px);
  -ms-transform: translate3D(0px, 0px, 0px);
  -o-transform: translate3D(0px, 0px, 0px);
  transform: translate3D(0px, 0px, 0px);
  z-index: 9999! important;
}

.accordion-toggle.plus.minus:after, .accordion-toggle2.plus.minus:after {
 content: "-" !important;
  	width: 5px;
	height: 5px; 
 /* content: url('//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Minus.png?9839510452275545777')  !important; */
  color:#292929;
  font-size:1.1em;
  font-family:DINOT;
  position: absolute;
  right: 10%;
}
.accordion-toggle.plus:after, .accordion-toggle2.plus:after {
 /* content: "\f055" !important;*/
   content: "+" !important;
   	width: 5px;
	height: 5px;
 /* content: url('//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/paul-plus.png?9839510452275545777')  !important;*/
  font-size:1.1em;
  font-family: DINOT;
   color:#292929;
  position: absolute; 
  right: 10%;
}

ul#accordion li, .accordion-toggle2.open{
  padding: 12px 0;
  width: 100%! important;
  border-bottom:0px;
  /*border-bottom: 1px solid #eee;*/
}
ul#accordion li{
    text-transform: uppercase;
    font-family: DINOT-Cond;
    letter-spacing: 2px;
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 14px;
 
}

ul#accordion li, .accordion-toggle2 {
  padding: 12px 0;
  width: 100%! important;
  border-bottom: 1px solid #eee;
}

.accordion-toggle, .accordion-toggle2 {cursor: pointer;font-size:15px;font-family:DINOT-Cond;letter-spacing:2px;text-transform:uppercase;}
.accordion-content, .accordion-content2 {display: none;}
.accordion-content.default, .accordion-content2.default {display: block;}
.accordion-toggle.plus.minus{
  border-bottom:0px !important;
}
nav.shifter-navigation ul {
  list-style: none;
  margin-left: 15px;
 /* margin-top: 10px;*/
}

nav.shifter-navigation ul li a, .accordion-toggle {
  color: #292929;
}

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

.shifter-navigation input#q {
  margin-left: 10px;
  width: 95%;
}

.shifter-navigation form, .shifter-navigation input#q {
  margin-bottom: 0;
}

ul#mobile-menu {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}


ul#mobile-menu li, .accordion-toggle2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 30px;
}


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



a.fr {
  float: right;
  font-size: 10px;
  padding-top: 5px;
}

/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/flexslider-icon.eot?9839510452275545777);
  src:url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/flexslider-icon.eot?%23iefix&9839510452275545777) format('embedded-opentype'),
    url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/flexslider-icon.woff?9839510452275545777) format('woff'),
    url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/flexslider-icon.ttf?9839510452275545777) format('truetype'),
    url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/flexslider-icon.svg%23flexslider-icon?9839510452275545777) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  /*width: 100%;
  display: block; */
  width: auto; display: block; margin-left: auto; margin-right: auto;
}
/*************** TEST ******************/


/*************** TEST ******************/
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
/* center the flexslider under the main image on PDP */
ul.slides { text-align: center; }
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  padding-top: 7px;
  position: static;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.bx-wrapper{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{display:inline-block;vertical-align:bottom}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}

/**
* BxSlider v4.1.2 - Fully loaded, responsive content slider
* http://bxslider.com
*
* Written by: Steven Wanderski, 2014
* http://stevenwanderski.com
* (while drinking Belgian ales and listening to jazz)
*
* CEO and founder of bxCreative, LTD
* http://bxcreative.com



.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  margin-top: 30px;
}



/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -16px;
  background: transparent;
  top: -42px;
}

a.bx-prev:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #292929;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-next {
  left: 50%;
  background: transparent;
  margin-left: -16px;
  bottom: -42px;
}

a.bx-next:after {
  font-family: FontAwesome;
  font-size: 22px;
  color: #292929;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 32px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
*/

/* Password Page */

body.password { 
  background-repeat: no-repeat;
  background-attachment: fixed;
}



body.password #logo { 
  margin-top: 100px;
  text-align: center;
}

body.password #logo a {
  float: none; 
}

body.password #logo h1 a {
  display: block;
  float: none;
}

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

.password-page { min-height: 100vh; }
.password-page img { margin: 10px; }


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



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

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



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

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

ul#password-icons {
  position: fixed; 
  left: 0;
  bottom: 20px;
  list-style: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

ul#password-icons li { 
  display: inline-block; 
  margin: 0 5px;
}



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

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

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

.closeslide {
  float: right;
  width: 44px;
  padding: 15px 15px 11px 15px;
  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; }
}

.pass-foot {
  width: 100%;
  position: fixed;
  bottom: 10px;
  text-align: center;
}

.pass-foot a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  
  color: #fff;
  
}	

/*!
 *  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-face{font-family:'FontAwesome';src:url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.eot?v=4.7.0&9839510452275545777);src:url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.eot?%23iefix&v=4.7.0&9839510452275545777) format('embedded-opentype'),url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.woff2?v=4.7.0&9839510452275545777) format('woff2'),url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.woff?v=4.7.0&9839510452275545777) format('woff'),url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.ttf?v=4.7.0&9839510452275545777) format('truetype'),url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fontawesome-webfont.svg?v=4.7.0%23fontawesomeregular&9839510452275545777) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-style:normal;font-family:FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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}.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);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-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);-ms-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{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:#fff}.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; }
.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: 400;
}

.plax-placehold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.plax-placehold .placeholder-svg, .promo-inner .onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.flexslider .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: #eee;
}

.onboard-instagram {
  background: #f9f9f9;
}


/*! 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: #fff;
  	border: 1px solid #fcfcfc;
	color: #292929;
	text-shadow: none;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading {
	background-image: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fancybox_sprite.png?9839510452275545777);
}

.fancybox-next span:before {
  content:  "\F105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
}


.fancybox-prev span:before {
  content:  "\F104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #ccc;
}


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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fancybox_loading.gif?9839510452275545777) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 2px;
  right: -1px;
  cursor: pointer;
  z-index: 8040;
  margin-left: -35px;
  
  
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/blank.gif?9839510452275545777); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}


.fancybox-close:before {
    content: "\00D7";
    color: #000;
    padding: 6px 12px 8px;
    /* background: #000; */
    font-weight: 100;  
      font-size: xx-large;
    font-weight: 100;
    font-family: "Times New Roman";
  

}


.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
    width: 14px;
    height: 40px;
}

.fancybox-next span {
	right: 10px;
    width: 14px;
    height: 40px;
}

.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: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/fancybox_overlay.png?9839510452275545777);
}

.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 */
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
  	text-transform: uppercase;
}

.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);
}
/*
menu selector
*/
.mobile-select{
  display: none;
  cursor:pointer;
}
.mobile-select li{
  	width:100%;
    border-style:solid;
  	border-bottom:  1px solid #E1E1E1;
  	padding-left:20px;
    list-style-type: none;
    list-style-position: inside;
  	border-left:0px;
  	border-top:0px;
  	border-right:0px;
	text-transform:uppercase;
    vertical-align: middle;
    /*padding-top: 10px;
    padding-bottom: 18px;*/
    padding-top: 0.75em;
    padding-bottom: 0.75em;

  
}
.mobile-select li.selected{
  background-color:#F1F1F1;
}
.mobile-select li:hover{
  color:#A1A1A1;
}
.filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
}

.filter-group .filter-clear {
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #EEE;
    text-decoration: none;
  font-size: 12px;
  line-height: 18px;
}

.filter-group .filter-clear:hover {
    background-color: #DDD;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 0px;
}

.filter-group h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px; 
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
  padding-right: 45px;
}

.filter-group ul {
  display: block;
  margin: 0;
  padding: 0;
}

.filter-group ul li {
  display: block;
}

.filter-group li a {
    display: inline-block;
    margin-left: 6px;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

.sort-selector {
    margin: 0 10px;
}

i.check-icon {
    background-image: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/checkbox-black-retina.png?9839510452275545777);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}


@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 16px 96px;
        background-position: 0px -30px;
    }

        .selected i.check-icon {
        background-position: 0px 0px;
    }
} 

.filter-menu .has_group_selected {
    display: inherit;  
}

.filter-menu {
  	display:;
    margin-bottom: 20px; 
}

.filter-group li.inactive {
  opacity: 0.6; 
}


.refine-header {
   display: none !important;
}



.filter-group-not-shown {
   display: none !important;
}



.refine-header .filter-clear {
   display: none !important;
}



.filter-group .filter-clear {
   display: none !important;
}



.filter-group .collection-count {
   display: none !important;
}







.filter-group .scroll-content {
  max-height: 400px;
  overflow: auto;  
}



.filter-group .has_selected .active {
  display: inherit;
  opacity: 0.6;
  cursor: text;
}

.filter-group .has_selected .active a {
  cursor: text;
}

.filter-group .has_selected .selected {
  opacity: 1;
}

.filter-group .has_selected .selected a {
  cursor: pointer;
}


.filter-group h4 {
  color: #000000;
  border-bottom-color: #ddd;
  font-size: 18px;
  
}

.filter-group li a, .filter-group .collection-count {
  color: #222;
  font-size: 12px;
  
}

.filter-group li div {
  line-height: 12px;
}

.filter-group li:hover a {
  color: #333;
}



.filter-group .filter-clear {
  background-color: #eee;
  color: #222;
}

.filter-group .filter-clear:hover {
  background-color: #ddd;
  color: #222;
}










.filter-menu .active {
  background-color: transparent;
}

.filter-group h4, filter-group li {
    text-align: left;  
}
.txt_center { margin-left: auto; margin-right: auto;text-align:center; width:100%;padding-bottom:5px;font-size:14px;/*line-height:60px;*/}
.vendor {text-transform:uppercase;font-family:DINOT-Bold;letter-spacing:2px;font-size:0.6em; margin-bottom:2px;}
.CartCount{    font-size: 1.5em;
    font-weight: 200;
    vertical-align: text-top;
    text-align: left;
    margin-left: 25px;
  	line-height: 2.25;
	}
.footer-form{max-width:770px;margin-left:auto;margin-right:auto}
.text-right-float{float: right;margin-bottom: 10px;}
.social_share{
  height: 14px;  text-align: center;margin-left:auto;margin-right:auto;
}
.social_share span{
  font-size: 16px; background-color: #FFFFFF; padding: 0 10px;letter-spacing:2px;margin-top: 16px;
}

 button.js-qty__adjust.js-qty__adjust--minus.quantity-increment, input.js-qty__num, button.js-qty__adjust.js-qty__adjust--plus.quantity-increment {
    float: right;
    margin: 0 0px 20px;
    -webkit-appearance: none;
    border-bottom: 0px;
    border-top: 0px;
    height: 47px;
    /*border-right: 0px*/
  }
 button.js-qty__adjust.js-qty__adjust--plus.quantity-increment{
   border-right: 0px
 }
  
  
  input.js-qty__num {
    width: 80px! important;
    max-width: 80px;
        padding-bottom: 5px;
    line-height:0px;
    /*margin-left: -3px;
    margin-right: -3px;
    margin-top: px;*/   
  }

.js-qty__adjust{
  float:left;
  height:40px;
  line-height:48px;
  font-size: 0.7em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.qty_wrapper{
	width:70%;
  	padding-bottom: 35px;  	
  	margin-right: auto;
  	border: 1px solid #e5e5e5;
  	height: 49px;
  	line-height: 49px;
}

.morphe-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    text-align: center;
    display: none;
}
.morphe-modal.error-state .morphe-modal__body h4, .morphe-modal.error-state .morphe-modal__body .h4, .morphe-modal.error-state .morphe-modal__body .h4--body {
    color: #edc4be;
}

.morphe-modal .morphe-modal__bg {
    background: rgba(1,1,1,0.9) no-repeat center;
  	background-image:url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Brush_M-locator.png?9839510452275545777);
  	background-size:contain;
  	background-position:center 3em;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.morphe-modal .morphe-modal__wrapper {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 30px) !important;
    margin: auto !important;
    width: 480px;    
  /*   background-color: black;
   border: 1px solid gray;*
    box-shadow: 0 0 0 10px #000;*/
    color: white;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.morphe-modal .morphe-modal__body {
  	font-family:DINOT;
  	text-transform:uppercase;
    padding: 30px;
}
.morphe-modal .morphe-modal__body img {
    max-height: 35px;
  	margin-bottom:20px;
  	margin-top: 10px;
}
.morphe-modal .morphe-modal__body h4, .morphe-modal .morphe-modal__body .h4, .morphe-modal .morphe-modal__body {
    font-size: 1.6em;
    letter-spacing: 0.1em;
	font-weight: lighter;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0.75em;
    padding: 0 60px;
    padding: 0;
    margin: 10px 10px 30px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  line-height:1em;
}

.morphe-modal__body h4{
	font-family:DINOT-Cond;
  	font-size:1.4em;
  	color:#FFF;
      
}
.morphe-modal .morphe-modal__body svg {
    width: 270px;
    max-width: 100%;
    height: auto;
    max-height: 180px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) !important;
    top: 30px;
    z-index: -1;
}
.morphe-modal .morphe-modal__body ul, .morphe-modal .morphe-modal__body li {
    list-style: none;
    margin: 0;
  	margin-left:auto;
  	margin-right:auto;
    padding: 0;
}
.morphe-modal .morphe-modal__body li {
    /*border-bottom: 1px solid #C1C1C1;*/
}
.morphe-modal .morphe-modal__body li:last-child {
    border-bottom:none;
}
.morphe-modal .morphe-modal__body ul, .morphe-modal .morphe-modal__body li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.morphe-modal .morphe-modal__body a {
    display: block;
    padding: 10px;
   font-family:DINOT;
  	font-weight:100;
    font-size: 0.7em;
    line-height: 1.35em;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
}
.morphe-modal .morphe-modal__body a:hover { text-decoration: underline; }
.morphe-modal .morphe-modal__body a small{
    display: block;
    padding: 10px;
   	font-family:DINOT-Light;
  	font-weight:100;
    font-size: 0.6em;  	
    font-weight: 100;
    line-height: 1.6em;
    color: lightgray;
    letter-spacing: 0.1em;
  	
}
.morphe-modal .morphe-modal__body a:hover,.morphe-modal .morphe-modal__body a :hover, .morphe-modal .morphe-modal__body a:focus, .morphe-modal .morphe-modal__body a:active {
	color: #edc4be !important;
}
/** wish list styles bro ***/
.add-to-wishl-main i{
  font-size:1.1em;
}

.add-to-wishl-main span {
   font-size:0.70em !important;
	vertical-align:middle;
  	
}
/*
.add-to-wishl-main a span{
  font-size:0.85em !important;
}
*/
h1.qvHeading{
    font-family: DINOT-Cond;
    font-size: 1.9em;
    font-weight: 300;
    letter-spacing: 2px;
}  
.qv-rte{
  	font-size:15px;
    margin-top: 10px;
    margin-bottom: 30px;
  	line-height:24px;
}
.qv-link{
  text-decoration:underline;
}
.qv-link:hover{
  text-decoration:underline;
}
.wishl-add-wrapper{
  margin-left:20px; 
}
.template_header{text-transform:uppercase;}
 #guest{margin-top:20px;}
#fsb_bar,#fsb_symbol,#fsb_amount{
  	font-family:DINOT-cond !important;
  	text-transform:uppercase !important;
  	letter-spacing:1.5px;
}
#fsb_close{
  	font-weight:normal !important;
}

.stockist-result { display: flex; flex-direction: column; }
    .stockist-result-name { order: 2; }
    .stockist-result-address { order: 3; }
    .stockist-result-filters { order: 1; }
	.stockist-result-details { order: 4; }
	.stockist-result-directions-link { order: 5; }

.note{    text-transform: none;}

#wishl-title-edit{
  text-align:center!important;
  width:100%!important;
  float: left;
}

#wishl-title{      
  text-align:center!important;
  width:100%!important;}

.wishl-icon.icon-share:before, .wishl-icon.icon-plus:before, .wishl-icon.icon-folder-open:before{
  content:''!important;
}
 
#wishl-controls {
  width:100%;
  text-align:center;  
}
#wishl-controls li.wishl-tab{
  border-bottom:0px!important;
  font-weight:400!important;
  text-decoration:underline;
}
p.wishl-product-title{
   margin-top: 100px!important;
}
.wishl-item-price{
  margin-top:50px;
}
#wishl-wrapper form .add-to-cart{
    letter-spacing: 2px;
    border: 0px;
    display: inline-block;
    height: 48px;
  	width:100%;
    padding: 0! important;
    clear: left;
    float: left;
    text-transform: uppercase;
    background-color: #292929;
    color: white;
    font-family: DINOT;
    font-size: 0.85em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}
.wishl-del{
  margin-top:10px;
  text-decoration:underline;
}

/***** Turn to ************/
.TT-close-icon,.TT-icon-thumbs-up,.TT-icon-flag,.TT-icon-pinterest,.TT-icon-facebook,.TT-icon-twitter,.TT-submit-btn,.TT-shop-now-button,.TT-vc-carousel__back,.TT-vc-carousel__next,.TT-vc-carousel__back--small,.TT-vc-carousel__next--small {
  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_1x.png?9839510452275545777")!important;
	background-repeat: no-repeat;
}
.TT4chatIcon,.TT4thumb,.TT4pen,.TT4expand,.TT4collapse,.TT3carouselLeft,.TT3carouselRight,.TT3clearSearchMiqa,.TT4miqaScrollL,.TT4miqaScrollR,.TT4answVoteCallArrow,.TT4showMoreSmallImg,.TT4closeIcon,.TT3removeAttachedItem,.TTclearRevSearch,.TT4searchIcon,.TTinputTeaserBubble1,input[type=checkbox].TTcheckbox+label.TTlabel,.TT3addedText,.TT4miqAdd,.TT4showMoreImg,.TTsmallSubmitBtn,.TTdoneBtn,.TTupdateBtn,.TT4writeReviewBtn,.TTcancelBtn,.TTconfirmDupBtn,.TTsqvBack,.TTsqvForward,.TTcancelDupBtn,.TTblankBtn,.TTcloseBtn,.TTsaveBtn,.TTsearchBtn,.TTbigSubmitBtn,.TT4instAnswNext,.TT3yesVote,.TTrating-0-0,.TTrating-0-5,.TTrating-1-0,.TTrating-1-5,.TTrating-2-0,.TTrating-2-5,.TTrating-3-0,.TTrating-3-5,.TTrating-4-0,.TTrating-4-5,.TTrating-5-0,.TTcustom-0-0,.TTcustom-0-5,.TTcustom-1-0,.TTcustom-1-5,.TTcustom-2-0,.TTcustom-2-5,.TTcustom-3-0,.TTcustom-3-5,.TTcustom-4-0,.TTcustom-4-5,.TTcustom-5-0,.TT4breakdown,.TT4breakdownPercent,.TT4reviewRange,.TT4reviewRangeSmall,.TT4reviewRangeDot,.TTcustomSmall-0-0,.TTcustomSmall-0-5,.TTcustomSmall-1-0,.TTcustomSmall-1-5,.TTcustomSmall-2-0,.TTcustomSmall-2-5,.TTcustomSmall-3-0,.TTcustomSmall-3-5,.TTcustomSmall-4-0,.TTcustomSmall-4-5,.TTcustomSmall-5-0,.TTfacebookDelAuth,.TTtwitterDelAuth,.TTgmailDelAuth,.TTfacebookShare,.TTfacebookNoShare,.TTtwitterShare,.TTtwitterNoShare,.TTvc-question,.TTvc-settings,.TTvc-next,.TTvc-next-disabled,.TTvc-back,.TTvc-back-disabled,.TTvc-clear,.TTvc-delete,.TTvc-like,.TTvc-like-on,.TTvc-flag,.TTvc-flag-on,.TTvc-share,.TTvc-share-on,.TTvc-facebook,.TTvc-pinterest,.TTvc-twitter,.TTvc-link,.TTvc-like-md,.TTvc-flag-md,.TTvc-phone-md,.TTvc-star-md-empty,.TTvc-star-md-half,.TTvc-star-md-filled,.TTvc-radio-off,.TTvc-radio-on,.TTvc-star-lg-empty,.TTvc-star-lg-half,.TTvc-star-lg-filled,.TTvc-icon-lg-video,.TTvc-btn-fab-top,.TTvc-bar-media-md-video,.TTvc-bar-media-md-photo,.TTvc-bar-media-lg-photo,.TTvc-bar-media-lg-video,.TTvc-bar-media-lg-photo-on,.TTvc-bar-media-lg-video-on,.TTvc-slider-bg,.TTvc-slider-dot,.TTvc-btn-submit-new-question,.TTvc-btn-submit-question,.TTvc-share-a-photo,.TTvc-edit-profile,.TTvc-submit,.TTvc-add-take-photo,.TTvc-submit-disabled,.TTvc-slider-dot-off,.TTvc-checkbox-off,.TTvc-checkbox-on,.TTvc-x-media,.TTvc-tag-media,.TTvc-share-photo-alt,.TTvc-add-new-photo,.TTvc-add-new-video,.TTvc-add-video-disabled,.TTvc-add-video,.TTvc-share-media,.TTvc-x-media-sm,.TTvc-icon-md-video,.TTvc-continue,.TTvc-add-your-photo,.TTvc-add-your-video {
  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_1x.png?9839510452275545777")!important;
	background-repeat: no-repeat;
}
@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
	.TT4chatIcon,.TT4thumb,.TT4pen,.TT4expand,.TT4collapse,.TT3carouselLeft,.TT3carouselRight,.TT3clearSearchMiqa,.TT4miqaScrollL,.TT4miqaScrollR,.TT4answVoteCallArrow,.TT4showMoreSmallImg,.TT4closeIcon,.TT3removeAttachedItem,.TTclearRevSearch,.TT4searchIcon,.TTinputTeaserBubble1,input[type=checkbox].TTcheckbox+label.TTlabel,.TT3addedText,.TT4miqAdd,.TT4showMoreImg,.TTsmallSubmitBtn,.TTdoneBtn,.TTupdateBtn,.TT4writeReviewBtn,.TTcancelBtn,.TTsqvBack,.TTsqvForward,.TTconfirmDupBtn,.TTcancelDupBtn,.TTblankBtn,.TTcloseBtn,.TTsaveBtn,.TTsearchBtn,.TTbigSubmitBtn,.TT4instAnswNext,.TT3yesVote,.TTrating-0-0,.TTrating-0-5,.TTrating-1-0,.TTrating-1-5,.TTrating-2-0,.TTrating-2-5,.TTrating-3-0,.TTrating-3-5,.TTrating-4-0,.TTrating-4-5,.TTrating-5-0,.TTcustom-0-0,.TTcustom-0-5,.TTcustom-1-0,.TTcustom-1-5,.TTcustom-2-0,.TTcustom-2-5,.TTcustom-3-0,.TTcustom-3-5,.TTcustom-4-0,.TTcustom-4-5,.TTcustom-5-0,.TT4breakdown,.TT4breakdownPercent,.TT4reviewRange,.TT4reviewRangeSmall,.TT4reviewRangeDot,.TTcustomSmall-0-0,.TTcustomSmall-0-5,.TTcustomSmall-1-0,.TTcustomSmall-1-5,.TTcustomSmall-2-0,.TTcustomSmall-2-5,.TTcustomSmall-3-0,.TTcustomSmall-3-5,.TTcustomSmall-4-0,.TTcustomSmall-4-5,.TTcustomSmall-5-0,.TTfacebookDelAuth,.TTtwitterDelAuth,.TTgmailDelAuth,.TTfacebookShare,.TTfacebookNoShare,.TTtwitterShare,.TTtwitterNoShare,.TTvc-question,.TTvc-settings,.TTvc-next,.TTvc-next-disabled,.TTvc-back,.TTvc-back-disabled,.TTvc-clear,.TTvc-delete,.TTvc-like,.TTvc-like-on,.TTvc-flag,.TTvc-flag-on,.TTvc-share,.TTvc-share-on,.TTvc-facebook,.TTvc-pinterest,.TTvc-twitter,.TTvc-link,.TTvc-like-md,.TTvc-flag-md,.TTvc-phone-md,.TTvc-star-md-empty,.TTvc-star-md-half,.TTvc-star-md-filled,.TTvc-radio-off,.TTvc-radio-on,.TTvc-star-lg-empty,.TTvc-star-lg-half,.TTvc-star-lg-filled,.TTvc-icon-lg-video,.TTvc-btn-fab-top,.TTvc-bar-media-md-video,.TTvc-bar-media-md-photo,.TTvc-bar-media-lg-photo,.TTvc-bar-media-lg-video,.TTvc-bar-media-lg-photo-on,.TTvc-bar-media-lg-video-on,.TTvc-slider-bg,.TTvc-slider-dot,.TTvc-btn-submit-new-question,.TTvc-btn-submit-question,.TTvc-share-a-photo,.TTvc-edit-profile,.TTvc-submit,.TTvc-add-take-photo,.TTvc-submit-disabled,.TTvc-slider-dot-off,.TTvc-checkbox-off,.TTvc-checkbox-on,.TTvc-x-media,.TTvc-tag-media,.TTvc-share-photo-alt,.TTvc-add-new-photo,.TTvc-add-new-video,.TTvc-add-video-disabled,.TTvc-add-video,.TTvc-share-media,.TTvc-x-media-sm,.TTvc-icon-md-video,.TTvc-continue,.TTvc-add-your-photo,.TTvc-add-your-video {
		  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_2x.png?9839510452275545777") !important;
		background-repeat: no-repeat;
		background-size: 298px 4219px;!important;
	}
}
@media not all, not all, only screen and (-webkit-min-device-pixel-ratio: 2), not all {
  .TT4chatIcon, .TT4thumb, .TT4pen, .TT4expand, .TT4collapse, .TT3carouselLeft, .TT3carouselRight, .TT3clearSearchMiqa, .TT4miqaScrollL, .TT4miqaScrollR, .TT4answVoteCallArrow, .TT4showMoreSmallImg, .TT4closeIcon, .TT3removeAttachedItem, .TTclearRevSearch, .TT4searchIcon, .TTinputTeaserBubble1, input[type=checkbox].TTcheckbox+label.TTlabel, .TT3addedText, .TT4miqAdd, .TT4showMoreImg, .TTsmallSubmitBtn, .TTdoneBtn, .TTupdateBtn, .TT4writeReviewBtn, .TTcancelBtn, .TTsqvBack, .TTsqvForward, .TTconfirmDupBtn, .TTcancelDupBtn, .TTblankBtn, .TTcloseBtn, .TTsaveBtn, .TTsearchBtn, .TTbigSubmitBtn, .TT4instAnswNext, .TT3yesVote, .TTrating-0-0, .TTrating-0-5, .TTrating-1-0, .TTrating-1-5, .TTrating-2-0, .TTrating-2-5, .TTrating-3-0, .TTrating-3-5, .TTrating-4-0, .TTrating-4-5, .TTrating-5-0, .TTcustom-0-0, .TTcustom-0-5, .TTcustom-1-0, .TTcustom-1-5, .TTcustom-2-0, .TTcustom-2-5, .TTcustom-3-0, .TTcustom-3-5, .TTcustom-4-0, .TTcustom-4-5, .TTcustom-5-0, .TT4breakdown, .TT4breakdownPercent, .TT4reviewRange, .TT4reviewRangeSmall, .TT4reviewRangeDot, .TTcustomSmall-0-0, .TTcustomSmall-0-5, .TTcustomSmall-1-0, .TTcustomSmall-1-5, .TTcustomSmall-2-0, .TTcustomSmall-2-5, .TTcustomSmall-3-0, .TTcustomSmall-3-5, .TTcustomSmall-4-0, .TTcustomSmall-4-5, .TTcustomSmall-5-0, .TTfacebookDelAuth, .TTtwitterDelAuth, .TTgmailDelAuth, .TTfacebookShare, .TTfacebookNoShare, .TTtwitterShare, .TTtwitterNoShare, .TTvc-question, .TTvc-settings, .TTvc-next, .TTvc-next-disabled, .TTvc-back, .TTvc-back-disabled, .TTvc-clear, .TTvc-delete, .TTvc-like, .TTvc-like-on, .TTvc-flag, .TTvc-flag-on, .TTvc-share, .TTvc-share-on, .TTvc-facebook, .TTvc-pinterest, .TTvc-twitter, .TTvc-link, .TTvc-like-md, .TTvc-flag-md, .TTvc-phone-md, .TTvc-star-md-empty, .TTvc-star-md-half, .TTvc-star-md-filled, .TTvc-radio-off, .TTvc-radio-on, .TTvc-star-lg-empty, .TTvc-star-lg-half, .TTvc-star-lg-filled, .TTvc-icon-lg-video, .TTvc-btn-fab-top, .TTvc-bar-media-md-video, .TTvc-bar-media-md-photo, .TTvc-bar-media-lg-photo, .TTvc-bar-media-lg-video, .TTvc-bar-media-lg-photo-on, .TTvc-bar-media-lg-video-on, .TTvc-slider-bg, .TTvc-slider-dot, .TTvc-btn-submit-new-question, .TTvc-btn-submit-question, .TTvc-share-a-photo, .TTvc-edit-profile, .TTvc-submit, .TTvc-add-take-photo, .TTvc-submit-disabled, .TTvc-slider-dot-off, .TTvc-checkbox-off, .TTvc-checkbox-on, .TTvc-x-media, .TTvc-tag-media, .TTvc-share-photo-alt, .TTvc-add-new-photo, .TTvc-add-new-video, .TTvc-add-video-disabled, .TTvc-add-video, .TTvc-share-media, .TTvc-x-media-sm, .TTvc-icon-md-video, .TTvc-continue, .TTvc-add-your-photo, .TTvc-add-your-video 
	{
  	background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_2x.png?9839510452275545777")!important;
  	background-size: 298px 4219px !important;
	 }
}

@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
    .TT4chatIcon,.TT4thumb,.TT4pen,.TT4expand,.TT4collapse,.TT3carouselLeft,.TT3carouselRight,.TT3clearSearchMiqa,.TT4miqaScrollL,.TT4miqaScrollR,.TT4answVoteCallArrow,.TT4showMoreSmallImg,.TT4closeIcon,.TT3removeAttachedItem,.TTclearRevSearch,.TT4searchIcon,.TTinputTeaserBubble1,input[type=checkbox].TTcheckbox+label.TTlabel,.TT3addedText,.TT4miqAdd,.TT4showMoreImg,.TTsmallSubmitBtn,.TTdoneBtn,.TTupdateBtn,.TT4writeReviewBtn,.TTcancelBtn,.TTsqvBack,.TTsqvForward,.TTconfirmDupBtn,.TTcancelDupBtn,.TTblankBtn,.TTcloseBtn,.TTsaveBtn,.TTsearchBtn,.TTbigSubmitBtn,.TT4instAnswNext,.TT3yesVote,.TTrating-0-0,.TTrating-0-5,.TTrating-1-0,.TTrating-1-5,.TTrating-2-0,.TTrating-2-5,.TTrating-3-0,.TTrating-3-5,.TTrating-4-0,.TTrating-4-5,.TTrating-5-0,.TTcustom-0-0,.TTcustom-0-5,.TTcustom-1-0,.TTcustom-1-5,.TTcustom-2-0,.TTcustom-2-5,.TTcustom-3-0,.TTcustom-3-5,.TTcustom-4-0,.TTcustom-4-5,.TTcustom-5-0,.TT4breakdown,.TT4breakdownPercent,.TT4reviewRange,.TT4reviewRangeSmall,.TT4reviewRangeDot,.TTcustomSmall-0-0,.TTcustomSmall-0-5,.TTcustomSmall-1-0,.TTcustomSmall-1-5,.TTcustomSmall-2-0,.TTcustomSmall-2-5,.TTcustomSmall-3-0,.TTcustomSmall-3-5,.TTcustomSmall-4-0,.TTcustomSmall-4-5,.TTcustomSmall-5-0,.TTfacebookDelAuth,.TTtwitterDelAuth,.TTgmailDelAuth,.TTfacebookShare,.TTfacebookNoShare,.TTtwitterShare,.TTtwitterNoShare,.TTvc-question,.TTvc-settings,.TTvc-next,.TTvc-next-disabled,.TTvc-back,.TTvc-back-disabled,.TTvc-clear,.TTvc-delete,.TTvc-like,.TTvc-like-on,.TTvc-flag,.TTvc-flag-on,.TTvc-share,.TTvc-share-on,.TTvc-facebook,.TTvc-pinterest,.TTvc-twitter,.TTvc-link,.TTvc-like-md,.TTvc-flag-md,.TTvc-phone-md,.TTvc-star-md-empty,.TTvc-star-md-half,.TTvc-star-md-filled,.TTvc-radio-off,.TTvc-radio-on,.TTvc-star-lg-empty,.TTvc-star-lg-half,.TTvc-star-lg-filled,.TTvc-icon-lg-video,.TTvc-btn-fab-top,.TTvc-bar-media-md-video,.TTvc-bar-media-md-photo,.TTvc-bar-media-lg-photo,.TTvc-bar-media-lg-video,.TTvc-bar-media-lg-photo-on,.TTvc-bar-media-lg-video-on,.TTvc-slider-bg,.TTvc-slider-dot,.TTvc-btn-submit-new-question,.TTvc-btn-submit-question,.TTvc-share-a-photo,.TTvc-edit-profile,.TTvc-submit,.TTvc-add-take-photo,.TTvc-submit-disabled,.TTvc-slider-dot-off,.TTvc-checkbox-off,.TTvc-checkbox-on,.TTvc-x-media,.TTvc-tag-media,.TTvc-share-photo-alt,.TTvc-add-new-photo,.TTvc-add-new-video,.TTvc-add-video-disabled,.TTvc-add-video,.TTvc-share-media,.TTvc-x-media-sm,.TTvc-icon-md-video,.TTvc-continue,.TTvc-add-your-photo,.TTvc-add-your-video {
        background-image:url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_2x.png?9839510452275545777")!important;
        background-repeat: no-repeat;
      	background-size: 298px 4219px!important;
    }
}

@media only screen and (min-width :320px) and (max-width :480px) and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
	.TTsqvBack {
		  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_2x.png?9839510452275545777")!important;
		background-position: 0 -673px;
	background-size: 298px 4219px!important;
	}

	.TTsqvBack:hover {
			  background-image: url("//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/Morphe_US_2x.png?9839510452275545777")!important;
		background-position: 0 -705px;
	background-size: 298px 4219px!important;
	}
}

#TurnToContent, #TurnToReviewsContent, #TTtraWindow
 {
    font-family: 'DINOT' !important;
    font-size: 12px;
    font-weight: 400;
    color: #292929 !important;
}
.TT3itemBox{
  	background-color:unset !important;
      border-left: 1px solid #ebebeb !important;
}
.TTreviewSummary{background:unset !important;border:unset!important;border-bottom:1px solid #ebebeb!important;margin-top:0px!important;}
.TTrevLinkLine a {
    color: #000000 !important;
}
#TTreviewTitle{font-family:DINOT!important;text-indent:0px!important}
#TTreviewTitle:focus{webkit-box-shadow:none!important;box-shadow:none!important;outline:none;}

#TurnToContent input[type="button"], #TTtraWindow input[type="button"], #TurnToReviewsContent input[type="button"] {
    -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius:0px;
}


input#TTreviewTitle:::-webkit-input-placeholder {color:#A7A9AC !important;}
input#TTreviewTitle::-moz-placeholder { color:#A7A9AC  !important;}
input#TTreviewTitle:::-moz-placeholder {color:#A7A9AC  !important;}
input#TTreviewTitle::-ms-input-placeholder { color:#A7A9AC  !important;} 

TextArea#TTreviewText:::-webkit-input-placeholder {color:#A7A9AC !important;}
TextArea#TTreviewText::-moz-placeholder { color:#A7A9AC  !important;}
TextArea#TTreviewText:::-moz-placeholder {color:#A7A9AC  !important;}
TextArea#TTreviewText::-ms-input-placeholder { color:#A7A9AC  !important;} 

#TTreviewText{font-family:DINOT!important;}
#TTreviewText:::-webkit-input-placeholder {color:#A7A9AC !important;}
#TTreviewText::-moz-placeholder { color:#A7A9AC  !important;}
#TTreviewText:::-moz-placeholder {color:#A7A9AC  !important;}
#TTreviewText::-ms-input-placeholder { color:#A7A9AC  !important;}
.TT4AskBkgAndBorder{border:unset!important;}
.TTdefaultInput{font-family:DINOT!important;}
#TTreviewText:focus{-webkit-box-shadow:none!important;box-shadow:none!important;}
.TT3itemBox{border:unset!important;border-bottom:1px solid #ebebeb!important;}
.TT4chatter{border:unset!important;}
.TTfeedbackBlock{border:unset!important;border-bottom:1px solid #ebebeb!important;}
.TT4chatter-header{border:unset!important;margin-bottom:0px!important;}
.TT4chatter-title{text-transform:uppercase;}
.TTreviewCount{color: #000000 !important;}
tr.prop td{border:none;}
.TTmiqaBubble{border-radius:0px!important;box-shadow:none!important;}
.TT3answerMiqa{border:1px dashed #777!important}
#TT4breakdownLeftCol{
      color: #000000 !important;
}
#TurnToContent input[type="button"], #TTtraWindow input[type="button"], #TurnToReviewsContent input[type="button"]{
  outline:none;
}

.TTreview {
    background-color: unset !important;
    border-color: #ebebeb #ebebeb #ebebeb #ebebeb !important;
    border-width: 0px 0px 1px 0px !important;
}
.TT3qText{color: #000000 !important;font-weight: bold !important;font-size: 12px !important;}
.TTinstAnsresultCountText{
      color: #000000 !important;
}

#TurnToContent .TT3ansArea .TT3linkLine a, #TTtraWindow .TT3ansArea .TT3linkLine a, #TurnToContent .TT3rplyCntr .TT3linkLine a, #TTtraWindow .TT3rplyCntr .TT3linkLine a {
     color: #909295 !important;
}

#TurnToContent .TT3linkLine a, #TTtraWindow .TT3linkLine a {
      color: #909295 !important;
}
.TT3ansArea .TT3linkLine, #TTtraWindow .TT3ansArea .TT3linkLine, .TT3rplyCntr .TT3linkLine, #TTtraWindow .TT3rplyCntr .TT3linkLine{
     color: #909295 !important;
}
.TTbestAnswer, .TTgoToArticl,.TTanswerCount{
    color: #000000 !important;
}
#TT3miq{border:1px dashed #777!important;outline:none}
#TTtraWindow #TTrespRegRight input {
    height: 27px!important;
  	padding: 8px 3px!important;
}
.TT3clearSearchMiqa{right:5px!important;top:0!important;}
.TTvc-star-lg-empty{ background-position: 0 -2531px!important;height:21px!important;width:22px!important;}
.TT3linkLine{color:#909295!important}
.TT4commentArea{background-color: unset!important;
    border: unset!important;
    border-bottom: solid #ebebeb 1px!important;
}
ul.TT3linkLine li:after {padding:0px!important;}
.TT3staffBadge { background-color: #909295 !important;}
.TT3youBadge {  background-color: #909295 !important;}
.TT3storeBadge {  background-color: #909295 !important;}
.TT4AskBkgAndBorder{background:unset !important;}
/*.TT3questWrp{display:none !important;}*/
.TTpoweredby, .TTdialog .TTpoweredby{display:none !important;}
.TT4askQ{box-shadow:unset !important;border-radius:0px!important; -webkit-border-radius: 0px!important;}
#TurnToContent textarea#TT2questionText, #TTtraWindow textarea#TT2questionText {margin: -22px 20px 0 30px !important;}
#TurnToContent a img.TTcatImg, #TTtraWindow a img.TTcatImg, #TurnToReviewsContent a img.TTcatImg{border:none!important;}
#TTmoreFeedback{font-family:DINOT!important}
.TTfeedbackSpecifics{border:unset!important}
#TT2questionText{font-family:DINOT!important;font-size:12px!important;}
#TT2questionText:focus{-webkit-box-shadow:none!important;box-shadow: none!important;margin-bottom:0px!important;outline:none;}
	
#TurnToContent .TT3aboutLine a, #TTtraWindow .TT3aboutLine a, #TurnToReviewsContent .TT3aboutLine a{  color: #000000 !important;
}
#TT4closeQuestionBox{top:6px!important;}
.TurnToReviewsTeaser{
  font-family:DINOT!important;
}
.TurnToItemTeaser{
   font:DINOT !important;
  font-size:12px;
}
.TTratingBoxBorder{
  border:unset !important;
  padding:unset !important;
}
#TurnToContent .TTrevLinkLine, #TurnToContent .TTrevLinkLine a, #TurnToReviewsContent .TTrevLinkLine a{
    color: #909295 !important;
	font-weight:bold !important;
}
.TT4quote{
  font:DINOT !important;
}
.TT4quote-body{
  	color:#000000 !important;
  font-size:16px;
}
.TT4SysMsgBody{background-color:#fbfbfb!important;}

#TTtraSubWindow.TTnoBorder #TTSubDialogSection{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;}
#TTpollingConfirm {font-family:unset!important;}
.TTvc-continue {text-align: center;margin-left: auto;margin-right: auto;}

#TTaskAreaBtnLine, #TTmiqBubble{border-radius: 0px!important;box-shadow: none!important;box-shadow:unset !important;}
#TTtraWindow a#TTregSkip{color:#292929!important}
#TurnToContent .TT3SearchTermMiqa, #TTtraWindow .TT3SearchTermMiqa{font-family:DINOT!important;font-size:12px!important;}
div#TTReviewGuide{text-align:left;font-size:12px!important;}
div#TTReviewGuide p{text-align:left;font-size:12px!important;}
#TTreviewSort{font-size:12px !important;}
#TTsearchTermGrp{height:26px !important;}
.TTclearRevSearch{margin-top:6px  !important;margin-right:4px  !important;}
.TT4searchIcon{margin-top:6px !important;}

.TTavgRate {line-height: 23px !important;}  
input#TTreviewSearchTerm::-webkit-input-placeholder {color:#777!important;}
input#TTreviewSearchTerm:-moz-placeholder { color:#777 !important;}
input#TTreviewSearchTerm::-moz-placeholder {color:#777 !important;}
input#TTreviewSearchTerm:-ms-input-placeholder { color:#777!important;}	
ul.TT3questionLinkLine{border:unset !important;}
.TT3questCntr .TT3ansArea{margin-top:20px !important;}
#TTshareMediaScreen .TTcancelLink, #TTshareMediaScreen .TTskipLink, #TTrateItScreen .TTcancelLink, #TTrateItScreen .TTskipLink, #TTwriteReviewScreen .TTskipLink, #TTwriteReviewScreen .TTrevGuidelineLink, #TTrateItScreen .TTrevGuidelineLink, #TTpollingConfirm a {
  color:unset !important;font-family:DINOT!important;
}
.TTrevGuidelineLink{text-decoration:underline!important;}
#TTwriteRevHeader {font-family:DINOT !important;}
.TTmediaSmallDesc{/*font-size:14px !important;*/color:#292929!important;}
#TTwriteRevHeader p.TTmediaSmallDesc{font-size:14px !important;}
.TTmediaPrompt p.TTmediaSmallDesc{font-size:14px !important;}
#TTSubDialogSection .TT8{background-color:unset !important;color:#000 !important;font-family:DINOT !important;font-weight:bold;padding-left: 5px!important;font-size:1.1em!important;text-transform:uppercase!important;letter-spacing: 1px!important;}
.TTformGroup textarea[name=title] {max-height:46px;height:46px;}
.TTpadGenSubWin {padding: 0px 5px 0 5px!important;}

#TTtrasubbot{ background: transparent url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/subbakbot.png?9839510452275545777) !important;}
#TTtrasubmid {background: transparent url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/subbakmid.png?9839510452275545777) !important;}
#TTtrasubtop{background: transparent url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/subbaktop.png?9839510452275545777) no-repeat!important;}
#TTmainContent {background:  url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/mainstretch1.png?9839510452275545777) repeat-y left top !important;}
#TTtraDialogTitleBar {background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/maintop1.png?9839510452275545777) no-repeat top !important;}
#TT2footer {background: url(//cdn.shopify.com/s/files/1/0737/8455/t/98/assets/mainbot1.png?9839510452275545777) no-repeat !important;}
.TT4chatter a{color:#909295!important;}
#TTprofileTabs li.TTactiveTab {background-color:unset!important;border:none!important;color:#292929!important}
#TT4UPtabs {border-bottom: 1px solid #b2b2b2!important;}
#TTprofileTabs{color:#b2b2b2!important;text-transform:uppercase;}
#TT4poweredByTT{display:none}
#TTSubScreen{text-align: center;margin-right: auto;margin-left: auto;}
#TT3UPContent .TTtitle, .TTtitle{font-weight:normal!important;}
.TTfacebookDelAuth{background-position: 0 -4186px!important;width:32px!important;height:32px!important;}
#TT4UPBreakdown .TT4UPCnt{font-size:14px!important}
#TT4UPBreakdown .TT4UPType{font-size:10px!important}}
#TT4UPBreakdown{font-size:12px!important}
.TTgmailDelAuth{background-position: 0 -4153px!important;width:32px!important;height:32px!important;margin-right:65px!important;}
blockquote.TT4quote:before {
     content:''!important;
}
p.TT4quote-body:before {
    font-family:serif!important;
    content:'\201C';
    left: 5px!important;
    font-size: 18px!important;
    color: #292929!important;
}

p.TT4quote-body:after {
    font-family:serif!important;
    content:'\201D';
    left: 5px!important;
    font-size: 18px!important;
    color: #292929!important;
}
blockquote.TT4quote{font-style:normal!important;}
.TT2center.TTratingBox{margin-top:7px!important;margin-bottom:4px!important;}
#TTshareMediaScreen, #TTwriteRevHeader{font-family:DINOT!important;}
#TTwriteRevErrs li{font-family:DINOT!important;color:#292929!important;font-weight:bold;font-size:11px!important}
.TTdefaultInput{color:#777!important}
#TT4questionTextHelpCnt{color:#292929!important;border-radius:0px!important;box-shadow:none!important;}
/*moibile */
#TTmobileHeader a{color:#000!important;}
#TTrateItScreen{color:unset !important;font-family:DINOT!important;}
.TTrateItPrompt{padding-top: 20px!important;}
label.TTrequired:after{color:#000!important;}
.TTcommentCaptureHeader{margin-top:10px;}
.TTccComment{box-shadow:unset!inportant;border: 1px solid rgba(0,0,0,0.26)!important;}
a.TT2itemLink:link,a.TT2itemLink:visited,a.TT2itemLink:active,a.TT2itemLink:hover,a.TT2itemLink:focus {
    color: #000!important
}
#TT3RightLinks{color:#909295!important;}
.TT3hiMsgTxt{color:#000!important;}
.TT4chatter{font-family:DINOT!important;}
#TTreviewSearchTerm:focus{webkit-box-shadow:none!important;box-shadow: none!important;margin-bottom:0px!important;}
#TTreviewSearchTerm{webkit-box-shadow:none!important;box-shadow: none!important;margin-bottom:0px!important;font-size:12px!important;margin-top:2px!important;}
#TTexUgcL{width:unset!important;margin-bottom:5px;}
#TTexUgcL span{text-align:left!important;font-size:12px!important;}
#TT3sortBox{padding: 6px 4px!important;font-size:12px}
*{outline:none;}
.TT2center{text-align: center!important;margin-left: auto!important;margin-right: auto!important;line-height:0;}
.TTNOLINE{line-height:0px!important;}
@media screen and ( max-width: 980px ) {.TTratingBox{text-align:center;margin-left:auto;margin-right:auto;}    }

#TTrespHeader{background-color:#292929!important}
@media only screen and (max-width: 479px){ 
  #TT4UPBreakdown .TT4UPBreakdownCol {padding-top: 20px;}
  .TT4UPBreakdownCol+.TT4UPBreakdownCol {border-left:none!important}
  .TT4UPBreakdownCol+.TT4UPBreakdownCol+.TT4UPBreakdownCol{border-right:none!important;border-top:none!important;}
  .TT4UPBreakdownCol+.TT4UPBreakdownCol+.TT4UPBreakdownCol+.TT4UPBreakdownCol{border-top:none!important;}
}

/*desktop only*/
@media screen and ( min-width: 981px ) {.TTratingBox{text-align:left;margin-left:unset;margin-right:unset;width:100%}}

/* grid layout full-bleed hero with text*/
.full-bleed-grid {
	-webkit-box-sizing: inherit;
	 	box-sizing: inherit;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (10%)[10];
	    grid-template-columns: repeat(10, 1fr);
	-ms-grid-rows: (10%)[10];
	    grid-template-rows: repeat(10, 1fr);
}
/* grid layout side-by-side with text */
.grid-side-by-side {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (50%)[2];
	    grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr;
	    grid-template-rows: 1fr;
}
.left-side, .right-side {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	-ms-grid-rows: (33%)[3];
	    grid-template-rows: 1fr 1fr auto;
}
div [class*="right-side-"] {
	-ms-grid-column:2;
}

div [class*="hero-image-"] picture, .side-photo picture { 
	display: flex;
	flex-direction: column;
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}

div [class*="hero-image-"] picture > *, .side-photo picture > * { 
	align-self: flex-start;
	flex-basis: auto;
  	flex-shrink: 0;
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}

/************ content formatting **************/
div [class*="hero-text-"] h1 {
	font-size: 5.5vw;
	line-height: 4.7vw;
  	letter-spacing: 0 !important;
}
div [class*="hero-text-"] h2, .left-side-text h2, .right-side-text h2, .content-wrapper h2 {
	font-family: 'DINOT-Cond';
	font-size: 4.5vw;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 0.95em;
	font-weight: 200;
}
div [class*="hero-text-"] p, .left-side-text p, .right-side-text p, .content-wrapper p {
	font-family: 'DINOT-Light'; 
	font-size: 1.3vw;
	line-height: 1.9vw;
	letter-spacing: 0.02em;
}
p.price {
	font-family: 'butlerextrabold' !important;
	font-weight: normal;
	font-size: 3.2vw !important;
	letter-spacing: -0.02em !important;
	margin: 1.2vw 0 0 0;
}
p.price sup { 
	font-size: 1.7vw; 
	letter-spacing: 0.03em;
}
.CA-sup { font-family: 'DINOT-Light', Arial, sans-serif; } 
span.from {
	font-family: 'DINOT-Light';
	text-transform: uppercase;
	font-size: 1.1vw;
	letter-spacing: 0.03em;
}
span.each {
	font-family: 'DINOT-Light';
	text-transform: uppercase;
	font-size: 1.1vw;
	letter-spacing: 0.03em;
}
p.subhead {
	font-family: 'DINOT-Bold' !important;
	text-transform: uppercase;
	letter-spacing: 0.21em !important;
	line-height: 1.6em !important;
	margin: 0.75vw 0 1% 0;
}

.align-right {
	text-align: right !important;
	justify-content: end;
}
.align-left {
	text-align: left;
	justify-content: start;
}
.shop-now {
	width: 14vw;
    display: inline-block;
    height: 3.6vw;
    text-align: center;
    text-transform: uppercase;
    margin: 1.2vw 0 0 0;
}
.shop-now a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 3.6vw;
	text-shadow: none;
	font-size: 1vw;
  	letter-spacing: 0.12em;
}
.learn-more {
/* 	width: 14vw; */
    display: block;
    height: 3.6vw;
    text-transform: uppercase;
}
.learn-more a {
	text-decoration: none;
	line-height: 3.6vw;
	text-shadow: none;
	font-size: 1vw;
  	letter-spacing: 0.12em;
}
.learn-more a:hover {
	text-decoration: underline;
}

.white-btn {
    border: 1px solid #fff;
    background: #fff;
    transition: all 0.3s ease-in;
}
.white-btn a, 
.white-btn a:link, 
.white-btn a:visited, 
.white-btn a:active {
	color: #292929;
}
.white-btn a:hover { color: #fff; }
.white-btn:hover {
	border: 1px solid #fff;
	background: transparent;
}
.white-btn-border {
    border: 1px solid #292929;
    background: #fff;
    transition: all 0.3s ease-in;
}
.white-btn-border a, 
.white-btn-border a:link, 
.white-btn-border a:visited, 
.white-btn-border a:active {
	color: #292929;
}
.white-btn-border a:hover { color: #fff; }
.white-btn-border:hover {
	border: 1px solid #292929;
	background: #292929;
}
.transparent-btn {
    border: 1px solid #292929;
    background: transparent;
    transition: all 0.3s ease-in;
}
.transparent-btn a,
.transparent-btn a:link,
.transparent-btn a:visited,
.transparent-btn a:active {
	color: #292929;
}
.transparent-btn a:hover { color: #fff; }

.transparent-btn:hover {
	border: 1px solid #292929;
	background: #292929;
}

.black-btn {
    border: 1px solid #292929;
    background: #292929;
    transition: all 0.3s ease-in;
}
.black-btn a,
.black-btn a:link,
.black-btn a:visited,
.black-btn a:active {
	color: #fff;
}
.black-btn a:hover { 
	color: #292929; 
}

.black-btn:hover {
	border: 1px solid #292929;
	background: transparent;
}
.transparent-btn-border-white { 
	border: 1px solid #fff; 
	color: #fff;
	transition: all 0.3s ease-in;
}
.transparent-btn-border-white a,
.transparent-btn-border-white a:link,
.transparent-btn-border-white a:visited,
.transparent-btn-border-white a:active { color: #fff; }
.transparent-btn-border-white:hover { 
	border: 1px solid #fff;
	background: #fff;
}
.transparent-btn-border-white a:hover { color: #292929; }
.hero-text.white {
	color: #fff;
}

@media (min-width: 320px) and (max-width: 960px) {
    div [class*="hero-text-"] h1 {
      font-size: 18vw;
      line-height: 0.9em;
  }
	div [class*="hero-text-"] h2, .left-side-text h2, .right-side-text h2, .content-wrapper h2 {
		font-size: 14.5vw;
		letter-spacing: 0.03em;
		line-height: 1em;
	}
	div [class*="hero-text-"] p, .left-side-text p, .right-side-text p, .content-wrapper p { 
		font-size: 4.5vw;
		line-height: 6.5vw;
	}
	p.price {
		font-size: 10vw !important;
      margin: 4% 0;
	}
  	p.price sup { font-size: 5vw; }
    .CA-sup { font-size: 5vw; }
  	span.each, span.from {
		font-size: 4vw;
	}
	.shop-now {
		width: 54vw;
		height: 13vw;
		margin: 2% auto;
	}
	.shop-now a {
		line-height: 13vw;
		font-size: 3.75vw;
	}
  	.learn-more {
		width: 54vw;
		height: 13vw;
		margin: 0 auto;
	}
	.learn-more a {
		line-height: 13vw;
		font-size: 3.75vw;
	}
  	.grid-side-by-side {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
		-ms-grid-rows: (50%)[2];
		    grid-template-rows: 1fr auto;
	}
    div [class*="right-side-"] {
      -ms-grid-column:1;
  }
}

/* flexbox collection layout */
  .flexbox-product-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .flex-item {
    flex-basis: 400px;
    margin: 0;
  }

  .hero-text-collection-blush {
  	text-align: center;
    margin-top: 3%;
  }
  @media (min-width: 320px) and (max-width: 960px) {
    .hero-text-collection-blush {
    	margin-top: -6%;
    }
  }

/*** PRODUCT  **/
#sliderThumb { min-height: 66px; }
#sliderThumb li img {display:block; margin:0 auto;}


#horizontalTab{margin-top:40px;}

.pdpHeading{font-family: DINOT-Cond;letter-spacing:2px;font-size:45px;font-weight:100;line-height:1.1em;}

.resp-tab-content { 
    border-bottom-width: 1px;    
    border-bottom-style: solid;    
    border-bottom-color: #c1c1c1;
}

.flex-direction-nav {
    display: none;
}
.resp-tabs-list{
	text-align:center;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
 font-size:0.95em;
float:none;

}

.resp-tabs-list li {
  font-weight: 400;
  font-size: 16px;
  letter-spacing:2px;
  text-transform:uppercase;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: none;
  text-align:center;
  color:#b2b2b2;
/* for desktop*/

}
.resp-tabs-list .resp-tab-active {
  font-weight: 600;
  color:#292929;
}


.resp-tabs-container {
  padding: 0px;
  /*background-color: #fff;*/
  clear: left;
  border-top-style: solid;
  border-top-width: 1px;border-top-color:#b2b2b2;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  	display: none;
  	padding-top: 15px;
  	padding-bottom: 40px;
	padding-left: 70px;
	padding-right: 70px;
 	font-size:0.85em;
}

.resp-tab-active {
  border-bottom: none;
  margin-bottom: -1px !important;
}

.resp-content-active,
.resp-accordion-active { display: block; }

h2.resp-accordion {
	letter-spacing:2.5px;
  font-size: 0.80em;
  border: 1px solid #e5e5e5;
  border-top: 0px solid #e5e5e5;
border-left:0px;
border-right:0px;
  margin: 0px;
  padding-top:18px;
padding-bottom:18px;
padding-left:15px;
padding-right: 30px;
  text-align:left;
  text-transform:uppercase;
	font-family:DINOT;
font-weight:300;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
   padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 30px;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
 /* background-color: #fff;*/
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
 /* padding: 14px 15px 15px 14px !important;*/
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
text-align:center;

 /* border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;*/
}
.resp-arrow::before {
font-size: 25px;
    margin-right: 15px;
    content: ' + ';
    line-height: 17px;
    font-weight: 100;
    color: #878787;

}
h2.resp-tab-active span.resp-arrow::before {
	content:' - ';
	font-size: 25px;
    margin-right: 15px;
    content: ' - ';
    line-height: 17px;
    font-weight: 100;
    color: #878787;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
}

/*-----------Accordion styles-----------*/



.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #E5E5E5 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

.rte{ width:100%;margin-left:auto;margin-right:auto;}

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }



.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

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

.resp-tabs-container {
}
.resp-tab-content {
  	display: none;
  	padding-top: 15px;
  	padding-bottom: 40px;
	padding-left: 35px;
	padding-right: 35px;
 	font-size:0.85em;
}
}
@media screen and ( max-width: 768px ) {
  .resp-tabs-container {
   border: 0px
  }
}

.main-product-image{
	float:none;
	margin:auto;
	text-align:center;
}
.thumbnail-slider{width:100%}



@media screen and ( max-width: 980px ) {
	span#head-high {
    color:white;
}
  	span#sub-high {
    margin-top: 87%;
    display: inline-block;
}
	#body-high {
  		display:none;
  
	}
  
}


.hidden-text {
     visibility: hidden;
    background: rgba(55, 55, 55, 0.7);
    bottom: 0;
    color: white;
    font-size: 3.3vw;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 4.75vw 3vw;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-family: DINOT-Cond;
    letter-spacing: 0.06em;
}

.hidden-text hr {
    background: #e5e5e5;
    border: none;
    color: #e5e5e5;
    display: block;
    height: 2px;
    margin-top: 2.3vw;
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
@media screen and ( min-width: 980px ) {
	.hidden-text:hover { opacity: 1; }
}
.wishl-icon:before{
 margin-left:0px!important;
}

.product-extratxt {
    font-size: 13px;
      font-family:DINOT-Bold;  
    letter-spacing: 1px;
}
.product-extratxt span{
  font-size: 13px;
  font-family: DINOT-Bold;  
    text-decoration: underline;
}

/******** slider *******/
div [id*="hero-tile-"] {
  width: 100%;
  overflow: hidden;
}
.hero_tile {
  position: relative;
  overflow: hidden;
  padding-right: 2px;
}
.hero_tile:last-child() {padding-right: 0;}
.mask {
	opacity: 0;
    background: rgba(55, 55, 55, 0.7);
    bottom: 0;
    color: white;
    font-size: 3.3vw;
    left: 0;
    overflow: hidden;
    padding: 3.75vw 1vw;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s;
    transition: 0.6s;
    font-family: DINOT-Cond;
    letter-spacing: 0.06em;
  	margin-right: 2px;
    text-transform: uppercase
}
.mask:last-child() {margin-right: 0;}
.mask hr {
    background: #e5e5e5;
    border: none;
    color: #e5e5e5;
    display: block;
    height: 2px;
    margin-top: 2.3vw;
    width: 61%;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}
.mask:hover {
	opacity: 1;
}
@media screen and (max-width: 959px) and (min-width: 300px) {
  .mask { 
    background: transparent;
    opacity: 1;
    font-size: 10vw;
    top: unset !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    padding: 4.75vw 1vw;
  }
}

.account-logout { float: right; display: inline-block; }
@media screen and (max-width: 959px) {
  .account-logout {  float: none; }
}


#cookie-message {
  width: 375px;
  padding: 20px;
  color: #fff;
}
a.fancybox-item.fancybox-close, .fancybox-close::before { color: #fff; }
a#close-privacy { color: #fff; text-decoration: underline; }

/* AfterPay on PDP */
.afterpay-paragraph {
    text-align: left;
    font-family: 'DINOT-Cond';
    letter-spacing: 0.04em;  
}
@media screen and (max-width: 959px) {
  .afterpay-paragraph { text-align: center; }
  
}

/* AfterPay in theme header banner */
.afterpay-header-banner { float: right; }
@media screen and (max-width: 400px) { 
  .afterpay-header-banner { display: none; } 
}

/* accessibility option skip to main content */
#skip a, #shade-levels-header { 
  text-decoration: underline; 
  position:absolute; 
  left:-10000px; 
  top:auto; 
  width:1px; 
  height:1px; 
  overflow:hidden;
}
#skip a:focus {
  position:static; 
  width:auto; 
  height:auto;
  margin: 1em 0 0 1em;
}