/** Shopify CDN: Minification failed

Line 56:144 Expected identifier but found "*"
Line 64:293 Expected identifier but found "*"
Line 86:0 Unexpected "}"
Line 438:10 Expected ":"
Line 464:10 Expected ":"
Line 3948:32 Expected identifier but found "!"
Line 4008:21 Expected identifier but found ":"
Line 4010:21 Expected identifier but found ":"
Line 4013:23 Expected identifier but found ":"
Line 4015:23 Expected identifier but found ":"
... and 4 more hidden warnings

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

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.monotype.com/
*/


@font-face {
  font-family: 'ABCMonumentGrotesk-Black';
  src: url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Black.woff2?v=7461309860039506488") format("woff2"),
  url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Black.woff?v=14311088546778930136") format("woff");
}
@font-face{
  font-family:"ABCMonumentGrotesk-Bold";
  src: url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Bold.woff2?v=7611758914183208567") format("woff2"),
  url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Bold.woff?v=17590536089518244074") format("woff");
}
@font-face{
  font-family:"ABCMonumentGrotesk-Regular";
  src: url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Regular.woff2?v=9035366255706835636") format("woff2"),
  url("//eu.morphe.com/cdn/shop/files/ABCMonumentGrotesk-Regular.woff?v=17934332680944314241") format("woff");
}


/* !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 */	

.gridlock .row {
  width: 100%;
  padding: 0 2% 0 3.5%;
}
/* revert to set width on PDPs */
.product-page.product-template { margin: 0 auto; } /* removed width: 1440px*/
@media screen and (max-width: 959px) {
  .product-page.product-template { width: 100%; margin: 0 auto; }
}

@media screen and (max-width: 980px) {
  .gridlock .row { 
    width: 100%;
    padding: 0 3%; 
    }
}
  .gridlock .row.banner{width: 100%;min-width:315px}
}
  
.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: 99.9166666666666667%; transition: all 1s; }

/* 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: 47.1%; }
  /*product in grid*/
  .mobile-half.product { height: auto;  }
  .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;
}

*:focus {
  outline: thin dotted;
}
.first { clear: left; }

html, body {
  height: 100%;
}

body {	
  color: #000;
  background: #ffffff;
  font-size: 18px; 
  font-family:'ABCMonumentGrotesk-Regular', Arial, sans-serif;	
  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;
}

h3, h4, h5, h6 {
  color: #000;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  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; }
h1 { 
  font-size: 50px; 
  font-family: "ABCMonumentGrotesk-Black", Arial, sans-serif; 
  }
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: 5px 0;
  display: inline-block;
  width: 100% !important;
  margin-top:5px;
}
.section-title h1 {
  font-family: 'ABCMonumentGrotesk-Black', sans-serif;
}
.section-title h1, .section-title h2 {
  margin: 1em 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: #000000; 
  -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: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none; }
a:focus { outline: 1px dotted grey; }

.was, .was-listing { display: inline; margin-left: 5px;color:#727779; } 
a.new-header__mobile-nav-item-link:focus { outline: 2px dotted white; }
.new-header__mobile-nav-item a:focus { outline: 2px dotted white; }

/* .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; 
  -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: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-weight: 500; 
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;  
  margin-top: 10px;
  font-size: 15px;
  min-width: 220px;
  vertical-align: middle;
  padding: 15px 15px 17px 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #292929; 
  height:48px;
}
.sort-bar{
  max-width: 100%;
  width:300px;
  background: #ffffff; 
  -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;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;  
  font-size: 15px;
  min-width: 220px;
  vertical-align: middle;
  padding: 1em 15px;
  border: 1px solid black;
  /* border-top: 0;
  border-right: 0;
  border-left: 0; */
  text-align: left;
  margin: 0 auto; 
  display: block;
  float:left;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:3px;
}
.sort-bar-wrapper{
  /* width: 18.3333%; */
  margin-right: 10px;
  float:left;
}
.sort-bar span{
  text-align:right;
  float: right;
  font-family: 'ABCMonumentGrotesk-Regular';
  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: #000;
    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: ABCMonumentGrotesk-Regular;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto 20px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 300px;
    vertical-align: middle;
    padding-bottom: 18px;
    letter-spacing: 2px;
    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; 
  border: none; }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  /*outline: none;*/
  font-size: 18px;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  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: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;		
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;	
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000;		
}		

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel] {
  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;
}


/*! fancyBox v3   https://fancyapps.com/fancybox/3/docs/ */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
 /* max-width: 100%; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .3) 50%,
      rgba(0, 0, 0, .15) 65%,
      rgba(0, 0, 0, .075) 75.5%,
      rgba(0, 0, 0, .037) 82.85%,
      rgba(0, 0, 0, .019) 88%,
      rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
      padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
      transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
      padding-left: 6px;
      padding-right: 6px;
  }

  .fancybox-slide--image {
      padding: 6px 0;
  }

  .fancybox-close-small {
      right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px;
  }

  .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
  }

  @supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }
}


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

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

}

.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;
  width: 60px;
  vertical-align: middle;
    height: 64px;
}

.bannertop ul#cart li a {
  text-transform: uppercase;  
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-size: 13px;
  color: #ffffff; 
  
}

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: #000; 
}

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


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

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

.js-drawer-open-right .is-moved-by-drawer {}
.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: 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: 2200;
  color: #000;
  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;
  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;
  font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
}
.drawer-subtotal{
  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: 100%;
    margin-top: 75px;
  float: none;
}
#basket-right .additional-checkout-button--paypal {
  width: 40%;
  float: none;
  margin: 0 auto;
}
.additional-checkout-button{
/*	height: 49px !important; 
   	background-color:rgb(221, 221, 221) !important; */
   	width: 100%;
  	margin: 1em auto;
}
.additional-checkout-button+.additional-checkout-button { margin-left: 0px !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: #000;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
}
.ajaxcart__rm{
    width: 200px;
    text-align: left;
    color: #757575;
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
  	cursor:pointer;
    font-size: 14px;
}

.js-qty{
  /*float:right;/*
  width:90%;*/
 /* border:1px solid #e5e5e5;*/
}
.afterpay-link {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.klarna-link {
  text-decoration: underline;
  display: block;
}
.af_calc_msg, .ship-msg { font-size:12px; }
input.js-qty__num {
  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;
  /*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; */
    width: 100%;
    margin: 1em auto;
    float: none;
    display: block;
}

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

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

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

}

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



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

.prod-vendor { 
  margin-top:30px; 
  text-transform: uppercase;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-size: 0.6em;
}
.prod-vendor-pdp { 
  margin-top:30px; 
  text-transform: uppercase;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-size: 15px;
  margin-bottom:5px;
}

.prod-vendor-qv { 
  margin-top:30px; 
  text-transform: uppercase;
  font-family: 'ABCMonumentGrotesk-Regular', sans-serif;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom:5px;
}

  /* HOMEPAGE PRODUCTS */
section.homepage-products .section-title h2, section.homepage-products .fr a { 
  color: #000; 
  font-family: 'ABCMonumentGrotesk-Regular', sans-serif;
  font-size: 19px;
}

section.homepage-products { margin: 1% auto 2%; }

@media screen and (max-width: 960px) {
  section.homepage-products { margin: 1% auto 7%; }
  section.homepage-products .section-title h2 {
    font-size: 15px;
  }
}

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

/* ============================================== */
/* ================ collection.liquid ================ */
/* ============================================== */

.collection-heading {
  font-family: 'ABCMonumentGrotesk-Black', Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 3.5vw;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 0.85em;
}

.brand-collection-heading {
  color: #000;
  font-family: 'ABCMonumentGrotesk-Bold', Arial, sans-serif;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  background-image: url(//eu.morphe.com/cdn/shop/files/badge_back.jpg?v=11121163757935057268);
  background-repeat: repeat-x;
  background-position: center center;
  width: 1440px;
  margin: 2.1em auto;
  line-height: 1.3;
}

.brand-collection-header-wrapper {
  background-color: #fff; 
  display: inline-block; 
  padding: 0 62px;
}
.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;
}
.AjaxinatePagination {
  padding: 55px 0 25px;
}
.clp-loadMore {
  display: inline-block;
  border: 1px solid #000000;
  font-family: "ABCMonumentGrotesk-Bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.5em 2em;
  color: #000000;
  background-color: #ffffff;
}
.clp-loadMore:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #000000;
}

@media screen and ( min-width: 980px ) {
  .ci img { max-height: 310px; }
  .brand-collection-heading { width: 94%; }
}

@media screen and (min-width: 740px ) and ( max-width: 980px ) {
  .ci img { max-height: 310px; }
  .brand-collection-heading { 
    width: 94%;
    font-size: 15px;
    }
}

@media screen and (max-width: 980px) {
  .brand-collection-heading {
    font-size: 15px;
    letter-spacing: 1.76px;
  }
  .brand-collection-header-wrapper {
    padding: 0 25px;
  }
}

@media screen and ( max-width: 740px ) {
  .ci img { max-height: 46vw; }
  .brand-collection-heading { 
    width: 90%; 
    font-size: 15px;
  }
}

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

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

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

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

.main-product-carousel {
  margin-right: 4%;
}
@media screen and (max-width: 960px) {
  .main-product-carousel {
    margin-right: 0;
  }
}
a#product-photo-link:focus { 
  display: block;
  outline: 1px dotted grey; 
}

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

.quick-shop { overflow: hidden; width: 720px; }


/* ===============================================
// 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; 
  margin: 0 10px;
 /* height: 301px;  was 306 
  overflow: hidden; */
}

.reveal:focus-within {
  border: 1px dotted;
}

.ci a:focus {
  display: block !important; 
  visibility: visible !important;
}

.ci a:focus .hidden { 
  z-index: 1;
  opacity: 1;
}

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

.ci a { 
  display: block;   
}

@media (min-width: 0px) and (max-width: 979px) {
  .reveal:hover .hidden { 
  z-index: -1;
  opacity: 0;    
}

  .reveal .hidden { 
    /*display:none;*/
  }
  .reveal .caption { 
    font-size: 11px; 
  }
}

.show { display: none; }

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

#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: #000;
}

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(//eu.morphe.com/cdn/shop/t/545/assets/select-arrow.png?v=112595941721225094991679004399) no-repeat right #fff;
}


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


.single-option-selector {
  color:#000;
  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(//eu.morphe.com/cdn/shop/t/545/assets/select-arrow.png?v=112595941721225094991679004399) 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; }
@media screen and (max-width: 960px) {
/*	img.zoomImg { display: none!important; }*/
}

/* settings for slick slider thumnails */
   .prodThumb { width: 70px !important; }
   @media screen and (max-width: 960px) {
      #sliderThumb { display: none; }
      .prodThumb { width: 100% !important; }
   }

#product-price { 
  font-size: 1.6em;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: 'ABCMonumentGrotesk-Black', sans-serif;
  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: #000;
  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: #000;
  font-weight: 400;
  float: left;
  display: inline-block;
  margin: 0;
  /*outline: 0 none;*/
}
.quantity-increment {
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #000;
  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: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-size:0.85em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  cursor: pointer;
}
.disabled {
  opacity:0.6;
 display:none;
}
.btn-comingSoon{
  opacity:0.6;
}
.btn-minicart {
  display: inline-block;
  margin-right:10px;
  height: 48px;
  padding: 0! important;
  clear: left;
  float: left;
  text-transform: uppercase;
  background-color:#292929;
  color:white;
  font-family: 'ABCMonumentGrotesk-Regular', sans-serif;
  font-size: 15.3px;
  -webkit-appearance: none;-moz-appearance: none;appearance: none;
  	-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;
  letter-spacing: 2px;
  border: 0px;
  cursor: pointer;
}

.btn-minicart:focus { 
  border: 2px dotted;
  text-decoration: underline;
}

@media screen and (max-width: 740px ) {
  .product-add { text-align: center; }
  .product-add label { 
    color:#000;
    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 { max-width: 333px; padding: 25px 0 0 0;  }
@media screen and (max-width: 980px) {
  .desc {
    max-width: unset;
    margin: 0 0 0 0.8em;
  }
}
.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: 10px;
}
#related .reco-carousel .owl-item {
  padding: 10px;
}


#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-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;
}
.shadeName {
  height: 2em;
  line-height: 1em;
}

#mobile-product { display: none; }

/* VIDEO PDP */
.product-single__media {
    display: -ms-grid !important;
    display: grid !important;
    grid-template-columns: repeat(16, 1fr);
    -ms-grid-columns: (1fr)[16];
    grid-template-rows: repeat(9, 1fr);
    -ms-grid-rows: (1fr)[9];
    position: relative;
}
.product-single__media video,
.product-single__media iframe {
    grid-row-start: 1;
    grid-row-end: span 9;
    grid-column-start: 1;
    grid-column-end: span 16;
    justify-self: stretch;
    object-fit: cover;
    width: 99%;
}
.product-single__thumbnail {
  position: relative;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* ============================================== */
/* ================ PDP mSKUs ================ */
/* ============================================== */
.options-wrapper {
  width: 70%;
  margin-right: auto;
  border: 1px solid #e5e5e5;
  line-height: 49px;
  height: 51px;
  overflow: hidden;      
}
.option-swatch,
.option-swatch2,
.option-swatch-FF, 
.option-swatch2-FF {
  min-width: 100px;
  min-height: 100px;
  object-fit: fill;
  margin: -25px 0 0 -7px;
}
.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 51px;
  overflow: hidden;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 0;
  padding: 0;
  font-family: 'ABCMonumentGrotesk-Regular', sans-serif;
  cursor: pointer;
}

.myName, .myName2 { 
  padding-left: 10px; 
  font-size: 12.6px; 
  flex-basis: 85%;
  text-transform: initial;
  line-height: 1.2em;
  padding-top: 9px;
  text-transform: uppercase;
}

.myName:hover, .myName2:hover { color: #757575; }
.option-swatch-wrapper,
.option-swatch-wrapper2 { 
  flex-basis: 70px;
  height: 51px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}
#dd-control { 
  flex-basis: 20px;
  text-align: center;
  border: 0;
  background-color: transparent;
  padding: 0;
}
#down, #reverse {
  display: inline-block;
  width: 20px;
}  
.sp-filler { flex-basis: 22px; }  
.swcrop {
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.v-ALL, .v-ALL-FF { 
  object-fit: fill;
  min-width: 40px;
  min-height: 40px;
  margin: -1px 0 0 -1px;
}
.img-wrapper, .img-wrapper-ff {
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius:50%;
  width: 43px;
  height: 43px;
  overflow: hidden;
  margin: 0 0.35em 0.35em 0;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.img-wrapper:hover, 
.img-wrapper-ff:hover {
  box-shadow: 0 0 0 1px hsl(0, 0%, 70%);
}
.img-wrapper:focus-within, 
.img-wrapper-ff:focus-within {
  box-shadow: 0 0 0 1px hsl(0, 0%, 8%);
}
.img-selected { 
  box-shadow: 0 0 0 1px hsl(0, 0%, 8%);
}
img.strikethrough {
  position: absolute;
  top: 0;
  left:0;
  display: block;
}
.inner-flex-wrap {
  height: 0;
  opacity: 0;
  display: none;
  list-style: none;
}
.swcrop img {
    width: 200px;
    height: 200px;
    margin: -48px 0 0 -10px;
    max-width:unset;
}
a.p-swatch {
  display: inline-block;
  height: 49px;
}
.swatch-wrapper {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
} 
.f-finder {  
  color: #c7a069;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 0.5em 0;
}
.f-finder a {
  color: #6a4723;
  font-size: 0.8em;
  padding-right: 20px;
  font-family: 'ABCMonumentGrotesk-Bold';
}
.filter-tabs {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.6em;
  width: 70%;
  margin-top: 20px;
}
.filter-clk {
  cursor: pointer;
  flex-basis: 20%;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.filter-clk:first-child { flex-basis: 13%; }
.control {
  align-self: flex-end;
  }
.selected-shade { font-weight: 700; }
.dd-swatch{ transition: none; } 
.dd-swatch {
  width: 100%; 
  display: inline-block; 
  height: 49px;
  color: #000;
  cursor: pointer;
} 
.dd-swatch:hover {
color: #757575 !important;
}
.dd-selected { font-weight: 700 !mportant; }
.options-wrapper { scrollbar-width: thin; }
.options-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
.options-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    background-color: #f5f5f5;
}
.options-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    height: 14%;
}
.filter-tabs-mb { display: none; }
.main-product-wrapper { min-height: 40vw; }
@media screen and (max-width: 960px) {
  /*img.zoomImg { display: none; }*/
  .main-product-wrapper { min-height: 80vw; }
  /* multi-sku PDP drop down options */
  .options-wrapper {
    width: 90%;
  }
  #mbTabs {
    width: 90%;
    margin: 0 auto;
  }
  .swatch-wrapper {
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto 15px auto;
    justify-content: center;
  }
  #dd-control { flex-basis: 13px; }
  #down, #reverse { width: 12px; font-size: 0.7em; } 
  .sp-filler { flex-basis: 13px; }      
  .myName, .myName2 { 
    font-size: 0.66em;
  }
  .option-swatch-wrapper, .option-swatch-wrapper2 { flex-basis: 41px;}
  .filter-tabs-mb {
    display: none;
    flex-direction: column;
    width: 90%;
    border-bottom: none;
    margin-bottom: 25px;
  }
  .filter-clk-mb {
    flex-basis: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0.5em 1.5em 0;
    font-size: 0.7em;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
  }
  .img-wrapper-ff {
    width: 41px;
    height: 41px;
    
  }      
  /* hover is overwriting selected class */
  .img-wrapper-ff:hover {
    box-shadow: 0 0 0 1px hsl(0, 0%, 8%);
  }   
  .img-wrapper-ff:focus-within {
    box-shadow: 0 0 0 1px hsl(0, 0%, 8%);
  }
  .f-finder { 
    width: 90%;
  }
  #dtTabs {display: none;}
  #s_levels {
    font-weight: 300;
    text-align: left;
    width: 100%;
    font-size: 0.8em;
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
}
  .show-levels { 
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: right;
    font-size: 1.3em;
  }
  .qty_wrapper { width: 90%; }
  .shade-marker {
    flex-basis: 100%;
    font-size: 0.8em;
    text-transform: uppercase;
    margin: -1em 0 1em 0;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 740px) and (min-width: 200px) {
  .f-finder {
      margin: 0 auto;
  }
  .options-wrapper {
      margin: 0 auto;
  }
  .myName, .myName2 { 
    font-size: 0.63em;
  }
}



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

#cartform { margin-bottom: 50px; }

.cart-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.row-wrapper {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
}
.row-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid lightgray;
  padding-bottom: 1em;
}
.button-wrapper {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
}

#basket-right { 
  border: 2px solid lightgray;
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  padding: 1em 2em;
  margin-left: 2em;
}
#basket-right h4 {  }
#basket-right p { margin-bottom: 1em; }


#note { margin-top: 10px; }

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

@media screen and (max-width: 959px) {
  .cart-wrapper {
    flex-direction: column;
  }
  .row-wrapper {
    flex-basis: 100%;
  }
  .row-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #basket-right {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 1em;
    padding: 1em;
  }
}

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

/* set page width for non-styled pages*/
.set_w {
  width: 900px !important;
  margin: 0 auto;
}
.set_w a { text-decoration: underline; }
@media screen and (max-width: 900px) {
  .set_w {
    width:  90% !important;
  }
}
.rte h1 {
  border-bottom: 0! important;
}
.rte a { text-decoration: underline; }
#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;
}


/* ============================================== */
/* ================ customer accounts ================ */
/* ============================================== */
#login-wrapper {
  width: 100%;
  margin: 0 auto;
}
#customer-wrapper {  
  display: flex;
  flex-direction: row; 
  width: 80%;
  margin: 0 auto 100px;
} 
.account-menu {
  flex-basis: 30%;
  min-height: 100px;
  padding: 0 3vw 1vw 3vw;
  border-right: 1px solid #000;
}
.account-menu-list {   
  list-style: none; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 168px;
}
.account-menu-list li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  font-family: 'ABCMonumentGrotesk-Regular', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 24px;
}
.account-menu-list li a:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.account-menu-list li a.is-active {
  color: #000;
  font-weight: bold;
}

.account-toggleOn { 
  display: flex; 
  flex-direction: column;
}
.account-toggleOff { display: none !important; }
.account-menu-list li a.selected { color: #000; }


#customer_detail,
#customer_orders {
  flex-basis: 70%;
  min-height: 100px;
  padding: 0 3vw 0 5vw;
  overflow: hidden;
}
#customer_details {
  display: flex;
  flex-direction: column;
}
.note {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 7px;
  border: 1px solid #ddd;
  font-size: 0.9em;
  text-align: left;
}
.flex-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 1vw 0 1vw 0;
  text-align: center;
  font-size: 16px;
}
li.flex-table-cell.theader {
    flex-basis: 25%;
    text-transform: uppercase;
    font-family: 'ABCMonumentGrotesk-Regular', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    list-style: none;
}
.one_three {
    display: flex;
    flex-direction: row;
    flex-basis: 75%;
}
.flex-table-cell.one-3 {
    flex-basis: 33%;
}
.four {
    flex-basis: 25%;
}
.underlined-link { text-decoration: underline !important; }

.account-order-detail {
  flex-basis: 70%;
  padding: 0 0 0 5vw;
}
.order-history-back-link, .account-back-link {
  text-transform: uppercase;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
.bold-sans {
  font-family: 'ABCMonumentGrotesk-Black', sans-serif;
}
.account-address-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.account-address-boxes {
  border: 1px solid #000;
  flex-basis: 32.3%;
}
.account-address-boxes p {
  font-size: 14px;
  padding: 0 5px;
  color: #4a4a4a;
}
h2.account-address-box-header {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 1vw 0 1vw 5px;
    height: 45px;
    line-height: 2;
    letter-spacing: 1px;
}
select.edit_address_co {
  width: unset;
  padding: 15px 0 15px 12px;
}
.text-right-right {
  float: right;
}

.order-line-item-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f7f7f7;
  padding: 3%;
  margin: 3% auto;
  border: 1px solid #000;
}
.item-photo {
  flex-basis: 75px;
}
.item-detail-wrapper {
  flex-basis: 80%;
  display: flex;
  flex-direction: row;
  padding-left: 20px;
}
.item-detail {
  color: #4a4a4a;
  flex-basis: 85%;
}
.item-title {
  font-size: 14px;
  margin: 0;
}
.item-sku {
  font-size: 10px;
  margin: 0;
}
.item-shade {
  font-size: 10px;
  margin: 0;
}
.item-quantity {
  flex-basis: 35px;
  font-size: 14px;
}
.item-total {
  flex-basis: 100px;
  font-size: 14px;
  text-align: right;
}

#forgot_password { margin-bottom: 20px;text-decoration: underline; }

#admin_header { margin-bottom: 30px; }
.view_address 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, #recover-password {
  width: 600px;
  margin: 30px auto;
}

.account-address {
  border: 1px solid #000;
  flex-basis: 260px;
  margin: 0 2% 2% 0;
  max-width: 260px;
}
h4.address-title {
  background-color: #000;
  color: #fff;
  padding: 12px;
  text-transform: uppercase;
}
h4.address-title a {
  cursor: pointer;
}
h4.address-title.default {
  background-color: #000;
  color: #fff;
}
h4.address-title a, h4.address-title.default a { color: #fff; }
.address-block {
  padding: 7%;
}
.account-address p {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}
p.edit-address {
  margin-top: 20px;
}
.subhead-hr {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
form#address_form_new select {
  border: 1px solid #979797 !important;
  width: 100%;
  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
}
input.address_form {
  border: 1px solid #979797;
}
label.inline {
  display: inline-block;
  margin-left: 5px;
  width: unset;
}
.flex-new-address {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.flex-one-half {
  flex-basis: 49%;
}
.full {
  flex-basis: 100%;
}

/* end account desktop styles */

.pagination {
  margin-bottom: 1em;
}

.pagination-custom {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.pagination-custom > li {
  display: inline;
}

.pagination-custom > li > a,
.pagination-custom > li > span {
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42;
  text-decoration: none;
}

.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
  margin-left: 0;
}

.pagination-custom > .active > a,
.pagination-custom > .active > span,
.pagination-custom > .active > a:hover,
.pagination-custom > .active > span:hover,
.pagination-custom > .active > a:focus,
.pagination-custom > .active > span:focus {
  z-index: 2;
  cursor: default;
  color: #000;
}

.pagination-custom > .disabled > span,
.pagination-custom > .disabled > a,
.pagination-custom > .disabled > a:hover,
.pagination-custom > .disabled > a:focus {
  color: grey;
  cursor: not-allowed;
}

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

.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.mobile-only { display: none; }
@media screen and (max-width: 960px) {
  #create-customer, #customer, #recover-password {
    width: 90%;
  }
  .customer-msg { margin-bottom: 30px; }
  label.login { text-align: left; margin-bottom: 30px; }
  .note { text-align: center; }

  input#customer-login, 
  input#customer-recover, 
  input#customer-register { 
    width: 100% !important; 
  }

  #customer-wrapper {  
    flex-direction: column; 
    width: 97%;
    margin: 0 auto 50px;
  }
  .account-menu {
    flex-basis: 100%;
    min-height: 100px;
    padding: 0 3vw 1vw 3vw;
    border-right: 0;
  }
  #customer_detail,
  #customer_orders {
    flex-basis: 100%;
  }

  .account-menu {
    flex-basis: 100%;
    border-right: 0;
  }
  .account-menu-list {
    text-align: center;
    height: auto;
    border-top: 1px solid #000;
  }
  .account-menu-list li {
    line-height: 50px;
    border-bottom: 1px solid #000;
  }
  .account-menu-list li a { 
    color: #000000; 
    font-weight: bold;
  }
  .caret-right {
    position: absolute;
    right: 50px;
    margin-top: 14px;
  }
  .caret-left {
    position: absolute;
    left: 30px;
  }
  .one_three {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
  }
  .flex-table { 
    padding: 5vw 0; 
    text-align: left;
  }
  .flex-table-cell.one-3 {
      flex-basis: auto;
      line-height: 26px;
  }
  .four {
      flex-basis: 50%;
      text-align: right;
  }
  .mobile-only { display: block; }
  .mobile-hide-flex { display: none; }
  #order_list { border-top: 1px solid #000; }


  .account-order-detail {
    flex-basis: 100%;
    padding: 0;
  }
  .account-address-wrapper {
    flex-direction: column;
  }
  .account-address-boxes {
    flex-basis: 100%;
    margin-bottom: 3%;
  }
  label.adr-label {
    text-align: left;
    padding-left: 15px;
  } 
  .item-detail-wrapper {
    flex-direction: column;
    padding-left: 14px;
  }
  .account-address {
    margin: 5%;
  }
  .address-block {
    padding: 5%;
  }
  .flex-new-address {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .flex-one-half {
    flex-basis: 100%;
  }
  
  .account-address {
    margin: 5%;
  }
  .address-block {
    padding: 5%;
  }
  .flex-new-address {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .flex-one-half {
    flex-basis: 100%;
  }
  .subhead-hr { text-align: center; }
}
@media screen and (max-width: 325px) {
  .caret-left {
    position: relative;
    left: 0;
  }
}
.customer-msg { text-align: center; }
.customer-msg a { text-decoration: underline; }
.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;
}


/* ============================================== */
/* ================ 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: left; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }


/*!
 *  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(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.eot?v=4.7.0&v=88752339179571016061679004396);src:url(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.eot?%23iefix&v=4.7.0&v=88752339179571016061679004396) format('embedded-opentype'),url(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.woff2?v=4.7.0&v=32207045845775034261679004397) format('woff2'),url(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.woff?v=4.7.0&v=158931929418379554281679004397) format('woff'),url(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.ttf?v=4.7.0&v=57926983875037866361679004397) format('truetype'),url(//eu.morphe.com/cdn/shop/t/545/assets/fontawesome-webfont.svg?v=4.7.0%23fontawesomeregular&v=137839929604713300291679004396) 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;
}


/*
menu selector
*/
.mobile-select {
  display: none;
  cursor:pointer;
}
.mobile-select button {
  	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;
    background-color: #fff;
    text-align: left;
}
.mobile-select button.selected {
  background-color:#F1F1F1;
}
.mobile-select button: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(//eu.morphe.com/cdn/shop/t/545/assets/checkbox-black-retina.png?v=80445391721062812231679004395);
    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;*/}

@media screen and (max-width: 1220px) {
  font-size: 0.6em;
}
.CartCount{   
  font-size: 1.5em;
  font-weight: 200;
  vertical-align: text-top;
  text-align: left;
  margin-left: 25px;
  line-height: 2.25;
}

div.js-qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
 button.js-qty__adjust.js-qty__adjust--minus.quantity-increment, input.js-qty__num, button.js-qty__adjust.js-qty__adjust--plus.quantity-increment {
    margin: 0 0px 20px;
    -webkit-appearance: none;
    border-bottom: 0px;
    border-top: 0px;
    height: 47px;
    cursor: pointer;
  }
 button.js-qty__adjust.js-qty__adjust--minus.quantity-increment,
 button.js-qty__adjust.js-qty__adjust--plus.quantity-increment {
   flex-basis: 10%;
 }
button.js-qty__adjust.js-qty__adjust--minus.quantity-increment:focus, input.js-qty__num:focus, button.js-qty__adjust.js-qty__adjust--plus.quantity-increment:focus { border: 1px solid SkyBlue }
  
input.js-qty__num {
  flex-basis: 20%;
  padding-bottom: 5px;
  line-height:0px; 
  color: #757575;
}

div.js-qty__adjust{
  height:40px;
  line-height:48px;
  font-size: 0.7em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-left: 10px;
  flex-basis: 70%;
}
button.js-qty__adjust.js-qty__adjust--minus.quantity-increment { border-right: 0; }
.qty_wrapper{
	width:70%;
  	padding-bottom: 35px;  	
  	margin-right: auto;
  	border: 1px solid #e5e5e5;
  	height: 49px;
  	line-height: 49px;
}

/** wish list styles bro ***/
.add-to-wishl-main i{
  font-size:1.1em;
}

.add-to-wishl-main span {
   font-size: 16.8px;
	vertical-align:middle;
  	
}
.wishl-product-list-item .wishl-product-info ul { display: none !important; }
h1.qvHeading{
    font-family: 'ABCMonumentGrotesk-Black', sans-serif;
    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: 'ABCMonumentGrotesk-Black', sans-serif;
  	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: #000;
    color: white;
    font-family: 'ABCMonumentGrotesk-Regular', sans-serif;
    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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_1x.png?v=101430658102203385531679004398")!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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_1x.png?v=101430658102203385531679004398")!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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_2x.png?v=9121831897533956591679004398") !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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_2x.png?v=9121831897533956591679004398")!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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_2x.png?v=9121831897533956591679004398")!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("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_2x.png?v=9121831897533956591679004398")!important;
		background-position: 0 -673px;
	background-size: 298px 4219px!important;
	}

	.TTsqvBack:hover {
			  background-image: url("//eu.morphe.com/cdn/shop/t/545/assets/Morphe_US_2x.png?v=9121831897533956591679004398")!important;
		background-position: 0 -705px;
	background-size: 298px 4219px!important;
	}
}

#TurnToContent, #TurnToReviewsContent, #TTtraWindow
 {
    font-family: 'ABCMonumentGrotesk-Regular', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    color: #000 !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: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !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"]{
  
}

.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: 'ABCMonumentGrotesk-Regular', sans-serif !important}
.TTfeedbackSpecifics{border:unset!important}
#TT2questionText{font-family: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !important;
}
.TurnToItemTeaser{
   font: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !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:#000!important}
#TurnToContent .TT3SearchTermMiqa, #TTtraWindow .TT3SearchTermMiqa { font-family: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !important;
}
.TTrevGuidelineLink{text-decoration:underline!important;}
#TTwriteRevHeader {font-family: 'ABCMonumentGrotesk-Regular', sans-serif !important;}
.TTmediaSmallDesc{/*font-size:14px !important;*/color:#000!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: 'ABCMonumentGrotesk-Regular', sans-serif !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(//eu.morphe.com/cdn/shop/t/545/assets/subbakbot.png?v=159120795664417232741679004400) !important;}
#TTtrasubmid {background: transparent url(//eu.morphe.com/cdn/shop/t/545/assets/subbakmid.png?v=79326737591077480371679004400) !important;}
#TTtrasubtop{background: transparent url(//eu.morphe.com/cdn/shop/t/545/assets/subbaktop.png?v=12660484775425614971679004400) no-repeat!important;}
#TTmainContent {background:  url(//eu.morphe.com/cdn/shop/t/545/assets/mainstretch1.png?v=97872425321916362751679004397) repeat-y left top !important;}
#TTtraDialogTitleBar {background: url(//eu.morphe.com/cdn/shop/t/545/assets/maintop1.png?v=181408760315073033741679004397) no-repeat top !important;}
#TT2footer {background: url(//eu.morphe.com/cdn/shop/t/545/assets/mainbot1.png?v=115704721077848656021679004397) no-repeat !important;}
.TT4chatter a{color:#909295!important;}
#TTprofileTabs li.TTactiveTab {background-color:unset!important;border:none!important;color:#000!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: #000!important;
}

p.TT4quote-body:after {
    font-family:serif!important;
    content:'\201D';
    left: 5px!important;
    font-size: 18px!important;
    color: #000!important;
}
blockquote.TT4quote{font-style:normal!important;}
.TT2center.TTratingBox{margin-top:4px!important;margin-bottom:4px!important;}
#TTshareMediaScreen, #TTwriteRevHeader{font-family: 'ABCMonumentGrotesk-Regular', sans-serif !important;}
#TTwriteRevErrs li{font-family: 'ABCMonumentGrotesk-Regular', sans-serif !important;color:#000!important;font-weight:bold;font-size:11px!important}
.TTdefaultInput{color:#777!important}
#TT4questionTextHelpCnt{color:#000!important;border-radius:0px!important;box-shadow:none!important;}
/*moibile */
#TTmobileHeader a{color:#000!important;}
#TTrateItScreen{color:unset !important;font-family: 'ABCMonumentGrotesk-Regular', sans-serif !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: 'ABCMonumentGrotesk-Regular', sans-serif !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:#000!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;}
}
/* Turn To ADA fixes*/
.tt-o-button:focus {
  outline: 1px dotted gray;
}
.tt-o-page-list__link:focus {
  outline: 1px dotted gray;
}
.tt-c-reviews-summary__write-review:focus {
  outline: 2px dotted gray;
}
/*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, 10%);
}
/* 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;
}
.grid-side-by-side-3 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (33.33%)[3];
	    grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: 1fr;
	    grid-template-rows: 1fr;
}
.left-side, .right-side, .middle {
	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-"] { /* what's this for? */
	-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 img, .side-photo picture img { 
	align-self: flex-start;
	flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
	max-width: 100%; 
	width: 100%; 
	height: auto; 
}

/************ content formatting **************/

div [class*="hero-text-"] h1, 
div [class*="hero-text-"] h2, 
.left-side-text h2, 
.right-side-text h2, 
.middle-text h2,
.pixlee-text h2, 
.content-wrapper h2 {
	font-family: 'ABCMonumentGrotesk-Black', sans-serif;
	font-size: 3.5vw;
	text-transform: uppercase;
	line-height: 0.85em; 
	font-weight: 200;
}
div [class*="hero-text-"] p, .left-side-text p, .right-side-text p, .middle-text p, .content-wrapper p {
	font-family: 'ABCMonumentGrotesk-Regular', sans-serif; 
	font-size: 1.3vw;
}
p.price {
	font-family: 'ABCMonumentGrotesk-Black', sans-serif !important;
	font-weight: normal;
	font-size: 3.2vw !important;
	margin: 1.2vw 0 0 0;
}
p.price sup { 
	font-size: 1.7vw; 
}
.CA-sup { font-family: 'ABCMonumentGrotesk-Black', Arial, sans-serif; } 
span.from {
	font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.1vw;;
}
span.each {
	font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 1.1vw;
}
p.subhead {
	font-family: 'ABCMonumentGrotesk-Bold', sans-serif !important;
	text-transform: uppercase;
	line-height: 1.6em;
	margin: 0.75vw 0 0.75vw 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: 0.5em 0 0 0;
}
.shop-now a {
	display: inline-block;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 3.4vw;
	text-shadow: none;
	font-size: 1vw;
  cursor: pointer;
}
.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;
  cursor: pointer;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif !important;
}
.learn-more a:hover {
	text-decoration: underline;
}
.learn-more2 {
/* 	width: 14vw; */
    display: block;
    height: 3.6vw;
    text-transform: uppercase;
}
.learn-more2 a {
	text-decoration: none;
	/*line-height: 3.6vw;*/
	text-shadow: none;
	font-size: 1vw;
}
.learn-more2 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: #000;
}
.white-btn a:hover { color: #fff; }
.white-btn:hover {
	border: 1px solid #fff;
	background: transparent;
}
.white-btn-border {
    border: 1px solid #000;
    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: #000;
}
.white-btn-border a:hover { color: #fff; }
.white-btn-border:hover {
	border: 1px solid #000;
	background: #000;
}
.transparent-btn {
    border: 1px solid #000;
    background: transparent;
    transition: all 0.3s ease-in;
}
.transparent-btn a,
.transparent-btn a:link,
.transparent-btn a:visited,
.transparent-btn a:active {
	color: #000;
}
.transparent-btn a:hover { color: #fff; }

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

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

.black-btn:hover {
	border: 1px solid #000;
	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: #000; }
.hero-text.white {
	color: #fff;
}

@media (min-width: 320px) and (max-width: 960px) {
	div [class*="hero-text-"] h1,
  div [class*="hero-text-"] h2, 
  .left-side-text h2, 
  .right-side-text h2, 
  .middle-text h2,
  .pixlee-text h2, 
  .content-wrapper h2 {
		font-size: 13.5vw;
		line-height: 1em;
	}
	div [class*="hero-text-"] p, .left-side-text p, .right-side-text p, .middle-text p, .content-wrapper p { 
		font-size: 4.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: 43vw;
		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;
	}
  .learn-more2 {
		width: 54vw;
		height: 13vw;
		margin: 0 auto;
	}
	.learn-more2 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;
	}
  .grid-side-by-side-3 {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
		-ms-grid-rows: (33.33%)[3];
		    grid-template-rows: 1fr 1fr auto;
	}
    div [class*="right-side-"] {
      -ms-grid-column:1;
  }
}

/* flexbox collection layout */
  .flexbox-product-loop, #flexbox-product-loop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 99%;
    margin: 0 auto;    
  }
  .flex-item, .flex-item4 {
    flex-basis: 23%;
    margin: 0 1% 4%;
    width: 23%;
  }

  .flex-item3 {
	  flex-basis: 31%;
    margin: 0 1% 4%;
  }

  .hero-text-collection-blush {
  	text-align: center;
    margin-top: 3%;
  }
  .collection-header {
    color: #000;
    font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
  }


  @media screen and (max-width: 960px) {
    #flexbox-product-loop {
      width: 100%;
      margin: 0 auto 15vw auto;
    }
    .flex-item, .flex-item3, .flex-item4 {
    	flex-basis: 48%;
      margin: 5vw 0 0 0;
      width: 48%;
    }
    /*.product { min-height: 400px; }*/
    .product-details h3 { font-size: 12px; }
    .clp-cta { width: 132px; }
    .badge_container, .badge_container_empty { 
      margin: 5% auto;
    }
    .badge-text { padding: 0 10px; font-size: 12px; }
    
    .price { font-size: 13px; }
    .hero-text-collection-blush { margin-top: -6%;}
    .vendor {
      letter-spacing: unset;
      word-break: break-all;
      font-size: 0.6em;
    }
  }

/*** PRODUCT  **/
#sliderThumb { min-height: 66px; width: 100%; margin-top: 10px; }
#sliderThumb li img {display:block; margin:0 auto;}
#sliderThumb > .slick-list > .slick-track > .slick-slide { margin: 0 5px; }


#horizontalTab{margin-top:40px;}

.pdpHeading{
  font-family: 'ABCMonumentGrotesk-Black', Arial, sans-serif;
  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;
}
.resp-tab-content h2, .resp-tab-content h3 { font-size: 14.5px; text-align: left; }
.resp-tab-content a { text-decoration: underline; }

.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-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  font-size: 16px;
  text-transform:uppercase;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: none;
  text-align:center;
  color:#4d4d4d;
  opacity: 0.8;
/* for desktop*/

}
.resp-tabs-list .resp-tab-active {
  color:#000;
  opacity: 1;
}


.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: 'ABCMonumentGrotesk-Bold', sans-serif;
  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; 
    font-family: 'ABCMonumentGrotesk-Bold', sans-serif;
  }

  .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: 'ABCMonumentGrotesk-Regular', sans-serif;
    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: 'ABCMonumentGrotesk-Bold', sans-serif;  
    letter-spacing: 1px;
}
.product-extratxt span{
  font-size: 13px;
  font-family: 'ABCMonumentGrotesk-Bold', sans-serif;  
    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: 'ABCMonumentGrotesk-Black', sans-serif;
    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;
  background: rgba(0,0,0,0.8);
}
/*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: 'ABCMonumentGrotesk-Regular', sans-serif;
    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; } 
}

/* Klarna on PDP */
.klarna-container {
  margin: 2% 0;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .klarna-container {
    margin: 2% auto;
  }
}
/* accessibility option skip to main content */
#skip a, #shade-levels-header { 
  text-decoration: underline; 
  
  top:auto; 
  
  height:27px; 
  overflow:hidden;
}
#skip a:focus {
  position:static; 
  width:auto; 
  height:auto;
  margin: 1em 0 0 1em;
}

#cart_curtan{
  position: fixed;
  display:none;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background:#ffffffa1;
  right: 0;   
}
#SampleContainer h2 { 
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0;
}
.sample-subhead{
  text-align: center;
  margin-bottom: 10px;
}
.sample_img{
  margin-right:7px;
}
.sampleList{
  list-style: none;
}
.sampleList li {
   border-bottom: 1px solid #e5e5e5;
   display: flex;
   justify-content:space-between;
   flex-wrap: nowrap;
   flex-direction: row;
   align-items: center;
   cursor: pointer;
}
.sampleList li > img {
  flex-basis: 50px;
}
.sample-product-title { 
  flex-basis: 83%; 
  line-height: 1em;
}
.clickit { font-size: 24px; }

/* screen reader communications for ADA compliance */
.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}
.no-overflow {
  position: relative;
  overflow: hidden !important;
  height: 110vh;
}

.eighty {
  width: 80% !important;
  float: right !important;
  transition: all 1s;
}
 .lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #b6b6b6 ;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b6b6b6  transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#recomendations{min-height:460px;}

/***** slick slider navigation *****/
.slick-prev, .slick-next {
  position: absolute;
  top: 30%;
  border: 0;
  background: none;
  z-index: 10;
  
}

.slick-prev { left: -5px; }
.slick-next { right: -5px; }
.arrow-wrapper {
  
  display: inline-block;
  padding: 20px 10px;
  opacity: 0.2;
  
}

.controls-wrapper {
  display: flex;
  justify-content: center;
}
.slick-dots {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    
    background: transparent;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    content: '•';
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '◦';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-controls { 
  list-style: none; 
  display: inline-block; 
  position: relative;
  width: 39px;
  height: 39px;
  margin-top: 11px;
}
.slick-controls li {
  display: inline;
  position: absolute;
  top: 0;
  left: 5px;
}

.owl-page span:before {
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '◦';
    text-align: center;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-page.active span:before { content: '•'; }.ap-mobile-wrap{
  text-align:center;
  margin-top:10px;
}
.sr-mobile-wrap{
  text-align:center;
  margin-top:10px;
}

#findation-button-iframe {
  max-width: 50%;
}

.clicker-thumb {
  display: inline-block;
}

#imagemodal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.mini-cart-header {
  margin-top: 25px;
  text-transform: uppercase;
}

ul[data-shopify-buttoncontainer] { justify-content: center !important; }